Computer Fundamentals Quiz 16 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is the GIGO principle in computer fundamentals?
The GIGO principle stands for "Garbage In, Garbage Out," which means that the quality of output depends on the quality of input. If the input data is incorrect or poor, the output will also be unreliable.
How do INI files relate to configuration settings in a computer?
INI files are text files that store configuration settings for software applications. They contain key-value pairs that define how an application should behave, such as window size, default settings, and user preferences.
What are logical operators used for in computer processing?
Logical operators are used to combine or manipulate boolean values in programming and decision-making processes. They include AND, OR, and NOT, which help determine the flow of logic in a program based on conditions.
How does the information processing cycle work in a computer?
The information processing cycle involves input, processing, output, and storage. Raw information is input into the computer, processed to generate useful data, and then output in a usable form, with the option to store the data for future use.
What is the difference between a bit and a nibble in computer fundamentals?
A bit is the smallest unit of data in computing, representing a single binary digit (0 or 1). A nibble consists of 4 bits, which can represent 16 different values, and is half the size of a byte (8 bits).