Computer Fundamentals Quiz 11 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is the CPU cycle in a computing system?
The CPU cycle involves three main steps: instruction fetch, instruction decode, and instruction execution. This cycle is fundamental to how a computer processes data.
How does clock speed affect a computer's performance?
Clock speed, measured in Hertz (Hz), determines how many instructions a CPU can execute per second. Higher clock speeds generally mean faster processing of data and instructions.
What is the difference between hardware and software?
Hardware refers to the physical components of a computer, such as the CPU and memory, while software includes the programs and applications that run on the hardware to perform specific tasks.
How do you convert a denary number to binary?
To convert a denary (decimal) number to binary, repeatedly divide the number by 2 and record the remainders. The binary number is the sequence of remainders read from bottom to top.
What is the role of input, processing, output, and storage in a computer system?
Input involves entering data into the computer, processing transforms the data into useful information, output presents the results, and storage retains data and information for future use.