Computer Fundamentals Quiz 39 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is the role of the CPU in a computer?
The CPU, or central processing unit, is responsible for executing instructions and processing data. It performs the core functions of fetching, decoding, and executing instructions to carry out tasks.
How does the binary system relate to digital electronics?
The binary system, which uses base-2 numeral system, is fundamental to digital electronics. It represents data and instructions using two states, typically 0 and 1, which correspond to off and on in electronic circuits.
What is the fetch-decode-execute cycle?
The fetch-decode-execute cycle is a process in which the CPU retrieves an instruction from memory, decodes it to understand what needs to be done, and then executes the instruction to perform the required operation.
What is the difference between RISC and CISC architectures?
RISC (Reduced Instruction Set Computing) architecture uses a smaller set of simple instructions, while CISC (Complex Instruction Set Computing) uses a larger set of complex instructions. RISC is generally more efficient for specific tasks, as seen in the PowerPC processor.
How do file extensions help in identifying file types?
File extensions are suffixes added to filenames that indicate the type of file. For example, .jpg or .png are used for image files, helping the computer and users to recognize and handle the file appropriately.