Computer Fundamentals Quiz 7 (10 MCQs)

This set of multiple-choice questions evaluates understanding of computer fundamentals, including binary systems, data processing, and banking technology. It covers concepts such as binary code, data fields, and database records, assessing the ability to classify computers, understand data organization, and interpret binary data.

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which language is directly understood by the computer without translation program?
2. What is computer?
3. An ATM machine is an example of a computer.
4. A single "wire" in a computer can represent how many different values?
5. Most computers use combinations of eight bits, called bytes, to represent one character of data or instructions. For example, the word cat has three characters, and it would be represented by three bytes.
6. How many bits would you need to store this number: 1010101
7. The process of fetching and executing instructions, one at a time, in the order of increasing addresses is known as
8. A computer system is:
9. One nibble is equal to
10. One specific piece of information about a person or thing is called:

Frequently Asked Questions

What is the binary system and how is it used in digital electronics?

The binary system is a base-2 numeral system that uses only two digits, 0 and 1, to represent information. It is fundamental in digital electronics because electronic devices use on-off states to process and store data.

How does a computer execute instructions?

A computer executes instructions by fetching them from memory, decoding them, and then performing the specified operations using its hardware components such as the CPU and memory.

What is the difference between hardware and software?

Hardware refers to the physical components of a computer system, such as the CPU, memory, and storage devices. Software, on the other hand, consists of the programs and data that run on the hardware to perform specific tasks.

How are characters represented in a computer system?

Characters are typically represented using a binary code, such as ASCII or Unicode, where each character is assigned a unique binary number that the computer can process and display.

What is the role of a database record in data processing?

A database record is a collection of related data fields that represent a single entity or item in a database. It is used to organize and store information in a structured format for efficient retrieval and processing.