Computer (Computer) | MCQ Quizzes | Category (T/R/M)
@21
20 quizzes
759 views
2025-04-30 02:32:42
Category UID: 21
Label UID: 45
Category Name: Computer
Category Full Name: Computer
Category Link/Slug: computer
Total Quizzes: 20
Total Views: 759
Last Refreshed: 2025-04-30 02:32:42
Category Description: Computers: A Brief Overview A computer is an electronic device capable of processing data according to instructions given to it. This processing involves inputting data, storing it, manipulating it, and producing output. Key Components: * Hardware: The physical components of a computer, including the central processing unit (CPU), memory, storage devices, input/output devices, and peripherals. * Software: The intangible programs and applications that instruct the hardware to perform specific tasks. This includes operating systems, software applications, and programming languages. How Computers Work: * Input: Data is entered into the computer through devices like keyboards, mice, scanners, or digital cameras. * Processing: The CPU interprets and executes instructions from software, performing calculations and making decisions. * Storage: Data is saved on storage devices such as hard drives, solid-state drives, or external drives for later use. * Output: Processed data is displayed on monitors, printed on paper, or sent to other devices as output. Types of Computers: * Personal Computers (PCs): Desktop and laptop computers for individual use. * Servers: Powerful computers that manage networks and share resources. * Supercomputers: Extremely powerful computers used for complex calculations and simulations. * Mainframes: Large computers capable of handling massive amounts of data. * Embedded Computers: Computers integrated into other devices like smartphones, cars, and appliances. Impact of Computers: Computers have revolutionized society, transforming industries, education, communication, and entertainment. They have increased efficiency, accuracy, and speed in various fields. However, their widespread use also raises concerns about privacy, security, and dependence. Computers continue to evolve rapidly, with advancements in artificial intelligence, quantum computing, and other technologies promising to shape the future.
Q1. What is the term used to describe the process of converting digital data into a format that can be transmitted over a network?
Q1. What is the term used to describe the process of converting digital data into a format that can be transmitted over a network?
Answer: (A) Encoding
Encoding is the process of converting digital data into a specific format that can be transmitted over a network. This format is often used to ensure compatibility between different devices and systems.
Q2. What is the primary function of RAM?
Q2. What is the primary function of RAM?
Answer: (B) Temporarily stores data for immediate use
RAM (Random Access Memory) is a type of computer memory that stores data temporarily while the computer is running. It is used to hold data that the CPU needs to access quickly, such as programs and data being used by applications.
Q3. What is the purpose of a cache memory in a CPU?
Q3. What is the purpose of a cache memory in a CPU?
Answer: (C) To speed up data access for the CPU
Cache memory is a small, high-speed memory component located within the CPU. Its primary purpose is to significantly speed up the CPU's access to frequently used data and instructions.
Q4. What is the difference between RAM and ROM?
Q4. What is the difference between RAM and ROM?
Answer: (B) RAM is volatile memory, while ROM is non-volatile memory
RAM is volatile (loses data when power is off) while ROM is non-volatile (retains data).
Q5. What is the smallest unit of data in a computer?
Q5. What is the smallest unit of data in a computer?
Answer: (B) Bit
Bit (Binary Digit) Bit is the smallest unit of data in a computer. In bynary units of measurement - 4 Bit = 1 Nibble; 8 Bit = 1 Byte; 1024 Byte = 1 Kibibyte (KiB); 1024 Kibibyte = 1 Mebibyte (MiB); 1024 Mebibyte = Gibibyte (GiB); 1024 Gibibyte = 1 Tebibyte (TiB); 1024 Tebibyte = 1 Pebibyte (PiB); and so on. In decimal units of measurement - 1000 Byte = 1 Kilobyte (KB); 1000 Kilobyte = 1 Megabyte (MB); 1000 Megabyte = Gigabyte (GB); 1000 Gigabyte = 1 Terabyte (TB); 1000 Terabyte = 1 Petabyte (PB); and so on.
Q6. What is the function of a computer's motherboard?
Q6. What is the function of a computer's motherboard?
Answer: (B) To connect the CPU to other components
A computer's motherboard is the main circuit board that connects and powers all of the computer's internal components and allows them to communicate with each other. The motherboard is the central hub that connects all of the computer's hardware components, including the CPU, GPU, RAM, storage devices, and peripherals.
Q7. What is the basic unit of data storage in a computer?
Q7. What is the basic unit of data storage in a computer?
Answer: (B) Bit
A byte is the smallest unit of data storage in a computer. It consists of 8 bits. Bits are the individual units of data (either 0 or 1) that make up a byte.
Q8. What does BIOS stands for in computer?
Q8. What does BIOS stands for in computer?
Answer: (C) Basic Input output System
In computing, BIOS stands for Basic Input/Output System, also known as the System BIOS, ROM BIOS, BIOS ROM or PC BIOS, is firmware used to provide runtime services for operating systems and programs and to perform hardware initialization during the booting process (power-on startup).
Basic Input/output System
In computing, BIOS stands for Basic Input/Output System, also known as the System BIOS, ROM BIOS, BIOS ROM or PC BIOS, is firmware used to provide runtime services for operating systems and programs and to perform hardware initialization during the booting process (power-on startup).
Q9. Which of the following is not a core language used for front-end web development?
Q9. Which of the following is not a core language used for front-end web development?
Answer: (B) Python
HTML (HyperText Markup Language) is the foundation for structuring web content. CSS (Cascading Style Sheets) is used for styling the visual presentation. JavaScript adds interactivity and dynamic behavior. XML (Extensible Markup Language) is used for storing and transporting data, but it's not a core language for front-end web development in the same way the others are. Python is a general-purpose programming language often used for back-end development, but not typically for directly building the user interface of a website.
Q10. What is the term used to describe the process of converting data into a code that cannot be read or understood without a key?
Q10. What is the term used to describe the process of converting data into a code that cannot be read or understood without a key?
Answer: (C) Encrypting
Encrypting is the process of converting data into a code that cannot be read or understood without a key. This is done to protect sensitive information from unauthorized access.
Q11. What is the purpose of a firewall in a computer network?
Q11. What is the purpose of a firewall in a computer network?
Answer: (C) To protect against unauthorized access
A firewall is a security system that monitors and controls network traffic. It acts as a barrier between a trusted network (e.g., your home or office network) and an untrusted network (e.g., the internet). Firewalls help prevent unauthorized access to your network.
Q12. What is the primary function of a CPU?
Q12. What is the primary function of a CPU?
Answer: (C) Execute instructions and perform calculations
The CPU, or Central Processing Unit, is the "brain" of the computer. It carries out commands and processes data.
Q13. What is the purpose of the BIOS in a computer?
Q13. What is the purpose of the BIOS in a computer?
Answer: (D) To Initialize the computer's hardware
The BIOS (Basic Input/Output System) is a firmware program embedded in a computer's motherboard. Its primary function is to initialize the computer's hardware components when it is first turned on. It checks the system's configuration, tests the components, and loads the operating system into memory.
Q14. What is the primary function of a search engine?
Q14. What is the primary function of a search engine?
Answer: (C) To index and retrieve information from the web
A search engine is a software application that helps users find information on the internet. It works by indexing web pages and then retrieving relevant results based on user queries.
Q15. Which of the following is not an operating system for Computers?
Q15. Which of the following is not an operating system for Computers?
Answer: (C) Microsoft Office
Microsoft Office, or simply Office, is a family of client software, server software, and services developed by Microsoft.
Q16. Which is called the brain of the computer?
Q16. Which is called the brain of the computer?
Answer: (D) CPU
Central Processing Unit (CPU) or Processor.. The CPU is a microprocessor chip containing millions of tiny transistors. It's the CPU's job to perform the calculations necessary to make the computer work the transistors in the CPU manipulate the data.
Q17. From the following list identify the hardware component that can be used to transfer files from one computer to another.
Q17. From the following list identify the hardware component that can be used to transfer files from one computer to another.
Answer: (D) USB Flash Drive
USB drives are commonly used for storage, data backup, and transferring files between devices. USB drives come in multiple storage capacities and different ports, each having a unique shape. Using a USB drive can differ depending on the type of computer that you want to connect to. A typical USB drive is removable, rewritable, and smaller than an optical disc.
Q18. Which of the following is a common input device used in computers?
Q18. Which of the following is a common input device used in computers?
Answer: (C) Keyboard
A keyboard is an input device used to enter data into a computer. It typically has keys representing letters, numbers, symbols, and punctuation.
Q19. What is the software that manages the hardware and software resources of a computer system?
Q19. What is the software that manages the hardware and software resources of a computer system?
Answer: (B) Operating system
The operating system (OS) is the core software that manages the computer's hardware and software resources. It provides a platform for other applications to run. Common examples of operating systems include Windows, macOS, and Linux.
Q20. Which of the following is a common output device used in computers?
Q20. Which of the following is a common output device used in computers?
Answer: (C) Printer
A printer is an output device that produces physical copies of digital documents. It can print text, images, and graphics.