1. 1 GB is equal to:
(A) 2^10 B
(B) 2^20 B
(C) 2^30 B
(D) 2^40 B

2. 3 bytes is equal to:
(A) 16 bits
(B) 20 bits
(C) 24 bits
(D) 30 bits

3. TB stands for:
(A) Terabyte
(B) Terabit
(C) Tera base
(D) Test byte

4. FTP stands for:
(A) File transfer protocol
(B) Finis Tele program
(C) Finding Tele Path
(D) First Text Program

5. How many types of network standard are there?
(A) 2
(B) 4
(C) 6
(D) 8

6. The transmission that allows data to move only in one direction at a time is called:
(A) Half duplex
(B) Simplex
(C) Full duplex
(D) Duplex

7. The hardware component that permanently holds data and programs is called:
(A) Primary storage
(B) Secondary storage
(C) Temporary storage
(D) CPU

8. CPU is also called:
(A) ALU
(B) CU
(C) Processor
(D) Bus

9. Which media can be used for backup?
(A) RAM
(B) ROM
(C) CPU
(D) Hard disk

10. Which bus allows the processor to communicate with peripheral devices?
(A) System bus
(B) Expansion bus
(C) Data bus
(D) Control bus

11. The output of computer is:
(A) Program
(B) Sources code
(C) Linked code
(D) Object code

12. Trojan horse is a/an:
(A) Antivirus
(B) Virus
(C) Software
(D) Hardware

13. All of the following are functions of operating system except:
(A) Read data from input devices
(B) Show result on the output sevices
(C) Memory management
(D) Conversion of sourse code into object code

14. The ability of an operating system to control the activities of multiple programs at the same time is called:
(A) Multitasking
(B) Multi-processing
(C) Multi-operating
(D) Multi-paging

15. When creating MS-Word document, the default name of document is:
(A) File
(B) Word
(C) Document
(D) .Doc

Answer :

  1. 1 GB is equal to:

The correct answer is (C) 2^{30} B.

In computing, when using binary (base-2), 1 Gigabyte (GB) is typically defined as 2^{30} bytes. This is because in computing, storage is often calculated in powers of 2.

  1. 3 bytes is equal to:

The correct answer is (C) 24 bits.

Each byte consists of 8 bits. Therefore, 3 bytes equal 3 × 8 = 24 bits.

  1. TB stands for:

The correct answer is (A) Terabyte.

TB is short for Terabyte, which is a unit of digital information storage, equal to approximately one trillion bytes (or precisely, 2^{40} bytes in binary terms).

  1. FTP stands for:

The correct answer is (A) File Transfer Protocol.

FTP is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the Internet.

  1. How many types of network standard are there?

While there are numerous network standards depending on the context and specific networking technology, two commonly referenced categories are: wired (Ethernet) and wireless (Wi-Fi) standards, which often leads to answer (B) 4 if considering common options like LAN, WAN, PAN, and MAN.

  1. The transmission that allows data to move only in one direction at a time is called:

The correct answer is (B) Simplex.

In a simplex transmission, data is sent in only one direction and cannot be sent back.

  1. The hardware component that permanently holds data and programs is called:

The correct answer is (B) Secondary storage.

Secondary storage is non-volatile and can hold data long-term, such as hard drives and SSDs.

  1. CPU is also called:

The correct answer is (C) Processor.

The CPU, or Central Processing Unit, acts as the brain of the computer and is also commonly referred to as the processor.

  1. Which media can be used for backup?

The correct answer is (D) Hard disk.

Hard disks can be used to store backup data due to their large storage capacity and reliability.

  1. Which bus allows the processor to communicate with peripheral devices?

The correct answer is (B) Expansion bus.

The expansion bus allows additional peripheral devices, such as sound cards and graphics cards, to be added to the computer.

  1. The output of computer is:

The correct answer is (D) Object code.

Object code is the output code that results when a compiler translates source code for execution on a computer's processor.

  1. Trojan horse is a/an:

The correct answer is (B) Virus.

A Trojan horse is a type of malicious software (virus) that misleads users of its true intent.

  1. All of the following are functions of operating system except:

The correct answer is (D) Conversion of source code into object code.

The conversion of source code into object code is the function of a compiler, not an operating system.

  1. The ability of an operating system to control the activities of multiple programs at the same time is called:

The correct answer is (A) Multitasking.

Multitasking allows multiple processes to share the computational resources of the CPU.

  1. When creating MS-Word document, the default name of document is:

The correct answer is (C) Document.

In Microsoft Word, the default name for a new document is often "Document1," "Document2," and so on.