1.
The contents of these chips are lost when the computer is switched off?
Correct Answer
B. RAM chips
Explanation
RAM stands for Random Access Memory, which is a type of computer memory that is volatile, meaning its contents are lost when the computer is switched off. This is in contrast to ROM (Read-Only Memory) chips, which retain their contents even when the power is turned off. DRAM (Dynamic Random Access Memory) chips are a specific type of RAM that also lose their contents when the power is switched off. Therefore, the correct answer is RAM chips.
2.
Which bus carries information between processors and peripherals?
Correct Answer
A. Data bus
Explanation
The data bus carries information between processors and peripherals. It is responsible for transmitting data and instructions between the CPU and other devices such as memory, input/output devices, and storage devices. The data bus is a bi-directional bus, allowing data to be transferred in both directions. It is an essential component in a computer system as it enables communication and data transfer between different components.
3.
Which bus controls the sequencing of reading/write operations.
Correct Answer
C. Control bus
Explanation
The control bus is responsible for controlling the sequencing of reading/write operations. It carries control signals that instruct the various components of a computer system to perform specific tasks, such as initiating memory read or write operations. The control bus ensures that these operations are executed in the correct order and at the appropriate times, coordinating the flow of data between the CPU, memory, and other peripherals.
4.
What are responsible for storing permanent data and instructions?
Correct Answer
B. ROM chips
Explanation
ROM chips are responsible for storing permanent data and instructions. Unlike RAM chips, which are volatile and lose their data when the power is turned off, ROM chips retain their data even when the power is off. This makes them ideal for storing important data and instructions that need to be permanently stored and accessed by the computer. DRAM chips, on the other hand, are a type of volatile memory used for temporary storage and quick access to data during computer operations.
5.
Which parts of the computer perform arithmetic calculations?
Correct Answer
A. ALU
Explanation
The ALU, or Arithmetic Logic Unit, is the part of a computer that performs arithmetic calculations. It is responsible for executing mathematical operations such as addition, subtraction, multiplication, and division. The ALU is a critical component of the CPU (Central Processing Unit) and is designed to handle numerical computations efficiently and accurately. In contrast, registers are small storage units within the CPU that temporarily hold data during processing, while the logic bus is a communication pathway that transfers data between different components of the computer. Therefore, the ALU is the correct answer as it specifically handles arithmetic calculations.
6.
What are small high-speed memory units used for storing temporary results?
Correct Answer
B. Registers
Explanation
Registers are small high-speed memory units used for storing temporary results. They are located inside the CPU and are used to hold data that is frequently accessed or manipulated by the processor. Registers are faster to access than other types of memory, such as RAM, which makes them ideal for storing temporary data that needs to be quickly retrieved and used by the CPU.
7.
What type of computer chips are said to be volatile?
Correct Answer
A. RAM chips
Explanation
RAM chips are said to be volatile because they require constant power to retain the data stored in them. Volatile memory means that the data is lost when the power is turned off or interrupted. RAM (Random Access Memory) is a type of volatile memory where data can be read from and written to quickly, making it ideal for temporary storage and running programs. In contrast, ROM (Read-Only Memory) chips contain non-volatile memory that retains data even when the power is turned off, and DRAM (Dynamic Random Access Memory) is a specific type of RAM chip.
8.
You need to update some work on the computer but have deleted all your files by mistake. Luckily you have kept a printed copy. Which one of the following devices would you use to rectify this problem?
Correct Answer
C. Scanner
Explanation
A scanner is a device that can convert physical documents or printed copies into digital files. In this scenario, since you have a printed copy of the files that you need to update on the computer, using a scanner would be the most suitable option. By scanning the printed copy, you can create a digital version of the file and then transfer it to your computer, thus rectifying the problem caused by deleting the original digital files.
9.
All activities on the computer are directed by the?
Correct Answer
C. Control Unit
Explanation
The control unit is responsible for directing and coordinating all activities on the computer. It fetches instructions from the memory, decodes them, and then executes them by sending signals to other components of the computer such as the arithmetic logic unit and data bus. Without the control unit, the computer would not be able to perform any operations or execute any instructions.
10.
Which port transmits only one bit at a time?
Correct Answer
C. Serial Port
Explanation
A serial port is a type of port that transmits data one bit at a time. Unlike parallel ports, which transmit multiple bits simultaneously, a serial port sends data in a sequential manner. This makes it slower compared to parallel ports but more suitable for long-distance communication and connecting devices that only require low data transfer rates. The USB port, on the other hand, can transmit multiple bits simultaneously and is commonly used for connecting various devices to a computer.