KTMT
KTMT
1. What is the key difference between computer organization and computer architecture?
- A) Organization refers to the physical implementation, while architecture refers to the conceptual
design.
-B) Organization is software-based, while architecture is hardware based.
- C) Organization deals with data flow, while architecture deals with data storage.
- D) Organization is about external components, while architecture is about internal components.
2. Which component of a computer system is responsible for data processing?
- A) Main Memory
-B) Control Unit
- C) CPU (Central Processing Unit)
-D) I/O Devices
3. What are the four basic functions that a computer can perform?
- A) Data input, Data output, Data processing, Data storage
-B) Data processing, Data storage, Data movement, Control
- C) Input, Output, Processing, Networking
-D) Arithmetic, Logic, Input, Output
4. What is the function of the Control Unit in a CPU?
- A) To perform arithmetic operations
-B) To control the operations of the CPU
- C) To store data temporarily
-D) To manage external devices
5. What is the role of the ALU (Arithmetic and Logic Unit) within the CPU?
- A) To manage memory access
-B) To perform arithmetic and logical operations
- C) To control data movement
-D) To store instructions
6. Which of the following is an architectural attribute of a computer system?
- A) Control signals
-B) Instruction set
- C) Interfaces between components
-D) Memory technology used
7. What does the hierarchical nature of complex systems allow?
- A) Design and description at multiple levels
- B) Faster data processing
- C) Simplified user interfaces
- D) Increased memory capacity
8. What are the main structural components of the CPU?
- A) Cache, Registers, Bus, ALU
-B) Control Unit, ALU, Registers, CPU Interconnection
- C) RAM, ROM, ALU, Control Unit
-D) Input Unit, Output Unit, ALU, Control Unit
9. Which component provides communication among CPU, memory, and I/O devices?
- A) System Interconnection
-B) Cache
- C) Bus
-D) Control Unit
10. What is the primary function of Main Memory in a computer system?
- A) To control the operations of the CPU
-B) To store data and instructions for quick access by the CPU
- C) To manage input/output operations
-D) To connect the CPU with external devices
11. What is the significance of the IBM System/370 architecture?
- A) It introduced the first microprocessor
-B) It allowed software compatibility across different models
-C) It was the first system to use integrated circuits
-D) It introduced graphical user interfaces
### 12. What does the term "system interconnection" refer to in computer architecture?
- A) The physical layout of hardware components
-B) The logical design of the CPU
- C) The mechanism for communication between CPU, memory, and I/O devices
-D) The software that controls the operating system
### 13. What is an example of data movement within a computer system?
- A) Executing an instruction in the CPU
-B) Transferring data from RAM to a storage device
- C) Performing a calculation in the ALU
- D) Reading data from a peripheral device
### 14. What is the purpose of a hierarchical system in computer architecture?
- A) To reduce the size of the computer
-B) To make the system faster
- C) To simplify the design and understanding of complex systems
-D) To allow multiple users to access the system simultaneously
### 15. What does the term "computer structure" refer to?
- A) The physical hardware components of a computer
- B) The software applications installed on the computer
- C) The sequence of instructions executed by the CPU
-D) The network topology of connected computers
### 16. What is the main function of the CPU Interconnection?
- A) To perform arithmetic operations
-B) To provide communication among the control unit, ALU, and registers
-C) To store instructions temporarily
-D) To transfer data to peripheral devices
### 17. What is an example of a function performed by the Control Unit in the CPU?
- A) Storing data permanently
-B) Executing arithmetic operations
- C) Directing the flow of data and instructions within the CPU
-D) Handling external I/O devices
### 18. What is the role of Registers within the CPU?
- A) To manage input/output operations
-B) To store data temporarily during processing
- C) To connect the CPU to external devices
-D) To store the operating system
### 19. What is the significance of the ALU (Arithmetic and Logic Unit) in the CPU?
- A) It handles the communication between the CPU and memory
-B) It performs the basic arithmetic and logic operations
- C) It controls the execution of programs
-D) It manages external device connections
### 20. Which of the following best describes the structure of a hierarchical system?
- A) A single level of interconnected components
-B) Multiple levels of interconnected subsystems
- C) A flat structure with no subsystems
-D) A system with no clear organization
### 21. What type of memory stores data and instructions for immediate use by the CPU?
- A) Cache Memory
-B) Main Memory
- C) Secondary Storage
-D) ROM (Read-Only Memory)
### 22. What is the relationship between structure and function in computer systems?
- A) Structure determines the software applications, while function determines the hardware layout.
-B) Structure is the way components relate to each other, while function is the operation of these
components.
- C) Structure is about data storage, while function is about data processing.
-D) Structure is the same as function in computer systems.
### 23. Which of the following is NOT a structural component of the CPU?
- A) ALU (Arithmetic and Logic Unit)
-B) Registers
- C) Cache Memory
-D) Control Unit
### 24. What does the term "data movement" refer to in computer systems?
- A) Processing data within the CPU
- B) Storing data in the main memory
- C) Transferring data between different parts of the system
-D) Executing instructions in sequence
### 25. What is the significance of the System Interconnection in a computer system?
- A) It stores data and instructions for the CPU
- B) It facilitates communication among the CPU, memory, and I/O devices
- C) It controls the execution of programs
-D) It manages external network connections
### 26. What is the primary purpose of the ALU in the CPU?
- A) To manage data movement between memory and storage
-B) To control the operations of the CPU
-C) To perform arithmetic and logical operations
-D) To store data temporarily
### 27. Which component is responsible for the control of operations within the CPU?
- A) Registers
-B) ALU
- C) Control Unit
-D) System Bus
### 28. What is the role of Main Memory in the computer's structure?
- A) To perform logical operations
-B) To control data flow within the CPU
- C) To store data and instructions for processing
-D) To manage external devices
### 29. Which of the following components is NOT typically found within the CPU?
- A) Control Unit
-B) ALU (Arithmetic and Logic Unit)
- C) Registers
-D) Hard Drive
### 30. What is the function of the CPU Interconnection in a computer system?
- A) To store data temporarily during processing
-B) To provide communication among the CPU's internal components
- C) To transfer data to peripheral devices
-D) To manage the system's memory hierarchy
### 31. What is a "system clock" in computing?
A) A timer for scheduling tasks
B) A device that generates pulses to synchronize computer operations
C) A counter for memory accesses
D) A clock for measuring time in the operating system
### 32. What does the term "pipeline" refer to in processor design?
A) A method of executing multiple instructions at once
B) A storage mechanism for instructions
C) A technique for data transfer between memory and CPU
D) A sequential processing of data
Chap3
1. Which architecture forms the basis of most contemporary computer designs?
• A) Harvard Architecture
• B) von Neumann Architecture
• C) ARM Architecture
• D) RISC Architecture
2. What is the role of the Program Counter (PC) in the instruction cycle?
• A) It stores the data being processed.
• B) It holds the address of the next instruction to fetch.
• C) It executes instructions directly.
• D) It handles input/output operations.
18. Which interrupt handling method deals with multiple interrupts by allowing the most
recent interrupt to preempt lower priority ones?
• A) Sequential processing
• B) Parallel processing
• C) Priority interrupt
• D) Interrupt masking
19. Which bus operation involves the processor sending data to an I/O device?
• A) Processor-memory
• B) Processor-I/O
• C) Memory-memory
• D) I/O to processor
**2. Which type of memory requires periodic refreshing to maintain data storage?**
A) SRAM
B) ROM
C) DRAM
D) Flash memory
**4. What distinguishes dynamic RAM (DRAM) from static RAM (SRAM)?**
A) DRAM is more expensive
B) DRAM is faster
C) DRAM requires refreshing
D) DRAM is used for cache memory
**5. What does the term "volatile" mean in the context of memory?**
A) Data is permanently stored
B) Data is lost when power is turned oƯ
C) Data can be read but not written
D) Data requires error correction
**6. What type of memory contains a permanent pattern of data that cannot be changed?**
A) DRAM
B) ROM
C) SRAM
D) Flash memory
**7. Which type of memory is erasable and programmable?**
A) PROM
B) EEPROM
C) Flash memory
D) SRAM
**18. What type of memory integrates a small SRAM cache onto a DRAM chip?**
A) SDRAM
B) Cache DRAM
C) Flash memory
D) DDR SDRAM
**19. Which technology allows DRAM to send data twice per clock cycle?**
A) SDRAM
B) DDR SDRAM
C) SRAM
D) Cache DRAM
**20. Which type of DRAM is designed to be synchronized with the system clock?**
A) SRAM
B) SDRAM
C) Cache DRAM
D) Flash memory
**21. What is the main diƯerence between DRAM and SRAM in terms of application?**
A) DRAM is used for cache memory
B) SRAM is used for main memory
C) SRAM is faster and used for cache
D) DRAM does not require refreshing
**25. What type of memory can be updated multiple times without erasing previous data?**
A) EPROM
B) EEPROM
C) PROM
D) Flash memory
Chap4
Chap3
### 1. What is the key benefit of a glass substrate in magnetic disks?
A. Lower production cost
B. Increased reliability and reduced errors
C. Higher data storage capacity
D. Faster read/write speed
### 2. What is the function of the write head in a magnetic disk?
A. It reads data from the disk
B. It stores data on the disk
C. It controls the disk's speed
D. It removes data from the disk
### 3. What is RAID?
A. A backup solution
B. A memory chip
C. Redundant Array of Independent Disks
D. A file system
### 4. Which RAID level uses data mirroring?
A. RAID O
B. RAID 1
C. RAID 5
D. RAID 6
### 5. How is data written to a magnetic disk?
A. Using lasers
B. Using magnetic fields
C. Using chemical etching
D. Using electrical signals
### 6. What is the major advantage of RAID 0?
A. Data redundancy
B. High data transfer rates
C. Fault tolerance
D. Cost-effectiveness
###7. Which of the following is NOT a type of flash memory?
A. NOR
B. NAND
C. SSD
D. RAID
### 8. What is the typical sector size on a magnetic disk?
A. 256 bytes
B. 512 bytes
C. 1 kilobyte
D. 4 kilobytes
### 9. How is redundancy achieved in RAID 5?
A. By mirroring all data
B. By using a dedicated parity disk
C. By distributing parity across all disks
D. By using error-correcting codes
### 10. Which RAID level offers no data redundancy?
A. RAID O
B. RAID 1
C. RAID 5
D. RAID 6
### 11. What is the advantage of SSD over HDD?
A. Longer lifespan
B. Lower power consumption
C. Faster access times
D. Larger storage capacity
### 12. What does "seek time" refer to in disk performance?
A. Time to transfer data to memory
B. Time to position the read/write head on the correct track
C. Time to rotate the disk
D. Time to process the I/O request
### 13. Which RAID level uses Hamming code for error correction?
A. RAID 1
B. RAID 2
C. RAID 3
D. RAID 4
### 14. What is the main disadvantage of CD-ROM?
A. High cost
B. It is read-only
C. Short lifespan
D. Slow production
### 15. What is the smallest unit of data access in NAND flash memory?
A. Bit
B. Byte
C. Block
D. Sector
### 16. Which of the following is a feature of Winchester heads?
A. They float above the disk
B. They are fixed in place
C. They do not need calibration
D. They use lasers to read data
### 17. What is the purpose of a "floating gate" in flash memory?
A. To protect data
B. To control electron flow
C. To increase speed
D. To enhance storage capacity
### 18. Which RAID level requires a minimum of three disks?
A. RAID O
B. RAID 5
C. RAID 1
D. RAID 2
### 19. Which optical disk has the highest storage capacity?
A. CD-ROM
B. DVD
C. HD DVD
D. Blu-ray
### 20. What is the key difference between RAID levels 4 and 5?
A. RAID 5 distributes parity across disks
B. RAID 4 is faster
C. RAID 4 uses mirroring
D. RAID 5 does not use parity
### 21. What happens in SSDs when a block is written?
A. The block is erased first
B. Data is appended
C. The block is rewritten without change
D. The block is moved to cache
### 22. What is "rotational latency"?
A. Time to move the read/write head
B. Time to access data in cache
C. Time for the correct sector to rotate under the head
D. Time to transfer data to memory
### 23. What is the typical capacity of a DVD?
A. 700 MB
B. 1.5 GB
C. 4.7 GB
D. 25 GB
### 24. How is data read from a magnetic disk?
A. By detecting magnetic patterns
B. By using electrical pulses
C. By using lasers
D. By inducing a magnetic field
### 25. What is the disadvantage of SSDs?
A. Low IOPS
B. Slow data transfer
C. High power consumption
D. Limited write lifespan
### 26. How does RAID 3 differ from RAID 5?
A. RAID 3 uses a single parity disk
B. RAID 3 uses mirroring
C. RAID 5 offers no redundancy
D. RAID 3 distributes parity across disks
### 27. Which type of disk is a "fixed-head" disk?
A. Removable disk
B. Non-removable disk
C. Solid-state drive
D. Optical disk
### 28. What is a benefit of using flash memory in mobile devices?
A. Higher cost
B. Slower read speeds
C. High-speed random access
D. Low durability
### 29. What is the smallest RAID level that provides data redundancy?
A. RAID O
B. RAID 1
C. RAID 5
D. RAID 6
### 30. What is the major disadvantage of magnetic tapes compared to disks?
A. High cost
B. Low data density
C. Sequential access
D. High power consumption