1.
Please leave feedback on how you found this quiz.
Note that this question is worth NO marks, although it is appreciated if you leave some constructive criticism.
Once again, thanks for participating.
2.
What is the purpose of the central processing unit (CPU) in a system?
Correct Answer
A. Carries out instructions of a computer program
Explanation
The purpose of the central processing unit (CPU) in a system is to carry out instructions of a computer program. The CPU is responsible for executing the instructions provided by the computer program, performing calculations, and managing the overall operation of the system. It is often referred to as the "brain" of the computer as it performs the majority of the processing tasks necessary for the system to function properly. Without the CPU, a computer would not be able to execute programs or perform any computational tasks.
3.
A microphone is both an input and output device.
Correct Answer
B. False
Explanation
A microphone is primarily an input device that converts sound waves into electrical signals. It captures audio and sends it to a recording or amplifying device. While some microphones may have built-in speakers for monitoring purposes, their main function is to receive sound, making them predominantly an input device. Therefore, the statement that a microphone is both an input and output device is incorrect.
4.
Tick the statement which is true.
Correct Answer
D. RAM stands for Random Access Memory.
Explanation
The statement "RAM stands for Random Access Memory" is true. RAM is a type of computer memory that allows data to be read or written in almost the same amount of time regardless of the physical location of data inside the memory. It is a volatile memory, meaning that it loses its data when the power is turned off. Random Access Memory is a crucial component in computers as it provides fast and temporary storage for data that is actively being used by the computer's processor.
5.
What does USB stand for?
Correct Answer
D. Universal Serial Bus
Explanation
USB stands for Universal Serial Bus. It is a common interface that allows different devices to be connected to a computer. The USB technology enables the transfer of data and power between devices, making it a widely used and versatile standard in the computer industry.
6.
What is the maximum size a JPEG can be?
Correct Answer
B. 65535 X 65535
Explanation
The maximum size a JPEG can be is 65535 X 65535. This is because JPEG uses 16-bit unsigned integers to represent the dimensions of an image, and the maximum value for a 16-bit unsigned integer is 65535. Therefore, the largest possible dimensions for a JPEG image are 65535 pixels in width and 65535 pixels in height.
7.
What is this?
Correct Answer
D. Motherboard
Explanation
The given options are all components of a computer system. Among them, the motherboard is the main circuit board that connects and allows communication between various hardware components such as the CPU, memory, storage devices, and peripherals. It provides the necessary electrical connections and interfaces for these components to work together effectively. Therefore, the correct answer is Motherboard.
8.
What does LCD stand for?
Correct Answer
B. Liquid Crystal Display
Explanation
LCD stands for Liquid Crystal Display. This technology is commonly used in electronic devices such as televisions, computer monitors, and smartphones. The term "liquid crystal" refers to the unique properties of the material used in the display, which can change its optical properties when an electric current is applied. The liquid crystals are sandwiched between two layers of polarized glass, and when the electric current is applied, they align to allow or block light, creating the images and colors that we see on the screen.
9.
What two integers are used in binary code?
Correct Answer
A. 0 and 1
Explanation
Binary code is a system of representing information using only two digits: 0 and 1. These digits are used to represent the two possible states of a binary digit, also known as a bit. In binary code, 0 represents the absence of a signal or a low voltage, while 1 represents the presence of a signal or a high voltage. Therefore, the correct answer is 0 and 1.
10.
Tick the 2 features of a GUI.
Correct Answer(s)
A. Windows
D. Icons
Explanation
The two features of a GUI (Graphical User Interface) are Windows and Icons. Windows refer to the individual graphical elements that display information or provide functionality within an application. Icons, on the other hand, are small graphical representations that represent files, folders, or actions and are used to navigate and interact with the GUI. Both Windows and Icons are essential components of a GUI as they facilitate user interaction and provide a visual representation of the system's functionalities.
11.
A newer user interface, such as that included in Windows 8, is less resource intensive than an older, less optimized command line interface such as MS-DOS.
Correct Answer
B. False
Explanation
The statement is false because a newer user interface, such as that included in Windows 8, is typically more resource intensive than an older, less optimized command line interface such as MS-DOS. This is because newer user interfaces often have more features and graphical elements that require more processing power and memory to run smoothly.
12.
What icon is this?
Correct Answer
B. USB
Explanation
This question is asking for the icon that represents "USB". USB stands for Universal Serial Bus, which is a common interface used for connecting devices to a computer. The USB icon typically features a trident-shaped symbol with a vertical line intersecting it, representing the connection between devices.
13.
ROM (short for ______ ______ ______ ) saves data and stores it even when the computer is off.
Correct Answer
read only memory
Read only memory
Explanation
ROM (short for Read Only Memory) is a type of computer memory that permanently stores data and instructions. It is called "read-only" because the data stored in ROM cannot be modified or erased by normal computer operations. Unlike other types of memory, ROM retains its contents even when the computer is turned off. This makes it ideal for storing essential system instructions and firmware that are necessary for the computer to boot up and function properly.
14.
In a computer system what is the purpose of the BIOS?
Correct Answer
B. Load the OS
Explanation
The purpose of the BIOS (Basic Input/Output System) in a computer system is to load the operating system (OS). The BIOS is responsible for initializing hardware components, performing system checks, and loading the OS into the computer's memory. It is the first software that runs when the computer is powered on, and it acts as a bridge between the hardware and the OS. By loading the OS, the BIOS allows the computer to start up and enables the user to interact with the system.