1. The smallest unit of information a computer can understand and process is known as a ?

digit

kilobyte

bit

byte

Answer: bit

Explanation:

The answer is (c) bit.


2. All the components of a computer are either __________ or ___________ ?

software, CPU/RAM

application software, system software

input device, output device

hardware, software

Answer: hardware, software

Explanation:

Hardware, software. All the components of a computer can be classified as either hardware or software. Hardware refers to the physical components of a computer, such as the CPU, RAM, motherboard, hard drive, keyboard, mouse, and monitor. Software, on the other hand, refers to the programs and data that run on the computer, such as the operating system, application software, and user data.


3. A DVD is an example of a(n) __________ ?

hard disk

optical disk

output device

solid-state storage device

Answer: optical disk

Explanation:

A DVD (Digital Versatile Disc) is an example of an optical disk. Optical disks are a type of storage medium that use laser technology to read and write data. DVDs are used to store and play high-definition videos, software programs, and other types of digital data. Hard disks are internal storage devices used in personal computers, laptops, and servers to store large amounts of data permanently. Output devices are devices that are used to display or present data, such as a monitor or a printer. Solid-state storage devices, also known as flash memory, are a type of non-volatile storage device used in memory cards, USB drives, and other portable devices.


4. The main memory of a computer must be large enough to contain the active parts of __________ ?

the operating system

the applications

input/output storage & working storage

All of these

Answer: the applications

Explanation:

The main memory, also known as RAM (Random Access Memory), is a type of computer memory that is used to temporarily store data and programs that are currently in use by the computer's operating system and applications.


5. Data (information) is stored in computer as ?

files

directories

floppies

matter

Answer: files

Explanation:

Data (information) is typically stored in a computer as files. A file is a collection of data that is stored as a single unit, and can include text, images, audio, video, and other types of data. Files are organized into directories (also known as folders), which can in turn be organized into subdirectories to create a hierarchical file system. The file system provides a way to organize and manage data on a computer, making it easy to locate, open, edit, and save files.


6. Storage device found inside the computer ?

CD-ROM

Zip Disk

Super Disk

Hard Disk

Answer: Hard Disk

Explanation:

Hard Disk


7. How is it possible that both programs and data can be stored on the same floppy disk ?

A floppy disk has two sides, one for data and one for programs.

Programs and data are both software, and both can be stored on any memory device.

A floppy disk has to be formatted for one for the other.

Floppy disk can only store data, not programs.

Answer: Programs and data are both software, and both can be stored on any memory device.

Explanation:

Option (b) is the most accurate answer. Programs and data are both types of software, and they can be stored on any type of memory device, including floppy disks. The distinction between programs and data is largely artificial, and the computer treats them both as streams of bits that can be read from and written to storage media. When a floppy disk is formatted, it is prepared to hold any type of data, including programs, and the disk operating system can manage both types of data on the disk.


8. Cache and main memory will lose their contents when the power is off. They are __________ ?

dynamic

static

volatile

non-volatile

Answer: volatile

Explanation:

The answer is (c) volatile.


9. Which of the following is a storage device that uses rigid, permanently installed magnetic disks to store data/information ?

floppy diskette

hard disk

permanent disk

optical disk

Answer: hard disk

Explanation:

hard disk


10. A character of information is represented by a(n) __________ ?

byte

bit

field

attribute

Answer: bit

Explanation:

A character of information is represented by a bit (short for binary digit). A bit is the smallest unit of information used in computing, and can have a value of either 0 or 1. A group of eight bits is called a byte, which can be used to represent a single character of text or a small amount of data. Fields and attributes are used to describe the structure and properties of data, while bytes are used to represent the actual data values.