Unit1 MCQs
Unit1 MCQs
1. What is the primary function of a CPU in a computer system? 6. Which of the following are examples of output devices?
A. To display graphical data (Select all that apply)
B. To store data permanently A. Monitor D. Mouse
C. To process instructions and manage data B. Keyboard E. Speaker
D. To connect external devices C. Printer
2. What does RAM stand for? 7. Which of the following are types of secondary storage? (Select all that
A. Read Access Memory apply)
B. Random Access Memory A. Hard disk drive (HDD)
C. Run Application Memory B. Solid-state drive (SSD)
D. Ready Application Module C. RAM
3. What is the purpose of an operating system in computing? D. USB flash drive
A. To design websites 8. Which of the following are key components of a computer system? (Select
B. To provide a platform for software to run and manage all that apply)
hardware resources A. CPU
B. Operating System
C. To connect computers in a network
C. Graphics Card
D. To encrypt sensitive data D. Internet
4. Which of the following is an example of an input device? 9. Which of the following programming languages are considered high-level
A. Monitor languages? (Select all that apply)
B. Printer A. C++
C. Keyboard B. Python
D. Speaker C. Assembly
D. Java
5. In computing, binary numbers are composed of:
10. Which of the following are fundamental operations in computing? (Select
A. 0 and 1 all that apply)
B. 1 and 2 A. Input
C. A and B B. Storage
D. 9 and 0 C. Processing
D. Interpolation
E. Output
Fundamentals of computing
11. What type of memory is volatile, meaning it loses its 14. Which type of memory is non-volatile and
data when the computer is turned off?
stores permanent data like the system's firmware?
A. ROM A. RAM
B. RAM B. EEPROM
C. SSD
D. HDD C. DRAM
D. Cache
12. Which of the following memory types is the fastest
and is directly integrated into the CPU? 15. Which of the following is a characteristic of
solid-state drives (SSD)?
A. L2 Cache
B. L1 Cache
A. Use of mechanical moving parts
C. DRAM B. Slower read/write speeds than HDD
D. SSD C. Faster access time than HDD
13. Secondary storage is used primarily for: D. Volatile memory type
A. Storing data that is currently being processed by the
CPU
B. Long-term storage of data
C. Temporary storage of data for quick access
D. Storing operating system instructions in volatile
memory
Fundamentals of computing
16. ROM is primarily used to store:
A. Data currently being processed
B. Temporary data storage
C. Firmware and boot instructions
D. User applications
17. Which of the following types of memory is typically the largest in capacity but slower than cache or RAM?
A. Cache memory
B. Registers
C. HDD
D. SRAM
18. In terms of memory hierarchy, which type of memory is closest to the CPU and has the fastest access time?
A. Cache memory
B. RAM
C. SSD
D. HDD
19. DRAM (Dynamic RAM) is primarily used as:
A. Primary memory
B. Secondary storage
C. Cache memory
D. Firmware storage
20. Which of the following is used for temporary storage of data currently being processed by the CPU?
A. SSD
B. HDD
C. RAM
D. Optical drives
Computational thinking
1. What is computational thinking?
A. The ability to use computers to solve any problem.
B. A problem-solving process using decomposition, pattern recognition, and algorithm design.
C. A method of programming only.
D. Thinking about computations without using any logical steps.
2. In computational thinking, what does decomposition refer to?
A. Breaking down a complex problem into smaller, more manageable parts.
B. Recognizing patterns within a dataset.
C. Writing a program in a single step.
D. Combining multiple solutions into one.
3. Pattern recognition in computational thinking involves:
A. Designing a specific algorithm for every problem.
B. Recognizing when a problem cannot be solved.
C. Ignoring repetitive tasks in a problem.
D. Identifying commonalities or trends in data or problems.
4. Which of the following is not a key concept in computational thinking?
A. Decomposition
B. Data encryption
C. Abstraction
D. Pattern recognition
Computational thinking