Computer Glossaries To Asir

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 6820 | Total Attempts: 9,511,149
| Questions: 27
Please wait...
Question 1 / 27
0 %
0/100
Score 0/100
1. What is a router?

Explanation

A router is a device used in computing to direct data packets within a network, not to be confused with other unrelated meanings of the word.

Submit
Please wait...
About This Quiz
Computer Glossaries To Asir - Quiz


This is a glossarie of computer definitions

2. How many network layers are in the OSI model?

Explanation

The OSI model consists of 7 network layers - Physical, Data Link, Network, Transport, Session, Presentation, and Application.

Submit
3. What are the network layers of OSI?

Explanation

The OSI model consists of 7 layers in the following order: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

Submit
4. What is a small port on your computer that you can attach drives to?

Explanation

The correct answer is USB (Universal Serial Bus), which is a common port for connecting external devices such as drives to a computer. HDMI is a port used for connecting multimedia devices, Ethernet is used for network connectivity, and VGA is used for connecting displays.

Submit
5. Any program on the computer is referred to as:

Explanation

Software refers to a set of instructions that tells the computer how to perform specific tasks. Hardware refers to physical components of a computer, firmware is a type of software that provides low-level control for the hardware, and an operating system is a software that manages computer hardware and provides common services for computer programs.

Submit
6. What is the tool you use to type words on to the computer?

Explanation

A keyboard is the primary input device used to type words on a computer. A mouse is used for pointing and clicking, a USB drive is used for storing data, and headphones are used for listening to audio.

Submit
7. What is considered the brain of a computer?

Explanation

The CPU (Central Processing Unit) acts as the brain of a computer by carrying out instructions and performing calculations necessary for various tasks. While RAM (Random Access Memory), hard drive, and graphics card are essential components, they do not serve as the primary processing unit like the CPU does.

Submit
8. What was the first software used on a PC?

Explanation

The correct answer refers to the BIOS (Basic Input/Output System) in a PC, which is responsible for booting up the computer and managing hardware components.

Submit
9. How is the root directory of the UNIX File System represented?

Explanation

The root directory in the UNIX File System is represented with a forward slash (/) which serves as the top-level directory in the file system.

Submit
10. Where are most commands and directories needed by the user located?

Explanation

In Unix-like operating systems, the /bin directory contains essential user commands and system directories required for bootstrapping and repairing the system.

Submit
11. Where are files that work with remote or local devices located?

Explanation

Files that work with remote or local devices are located in the /dev directory in Unix-like operating systems. This directory contains special device files that represent various input/output devices.

Submit
12. What is Email?

Explanation

Email is a system used for electronic communication, allowing users to send and receive messages via the internet.

Submit
13. To change the capital letters, you must press the...

Explanation

The Shift key is used to toggle between uppercase and lowercase letters on a keyboard. The Control key and Alt key are usually used for keyboard shortcuts, while the Caps Lock key is used to toggle capital letters continuously.

Submit
14. To play some games, you need to use a...

Explanation

A joystick is a common peripheral used for playing video games, providing precise control of movements in games that require it. While a keyboard and mouse are also commonly used for gaming, they may not be ideal for certain types of games. A gamepad is another alternative input device, but typically not as versatile as a joystick.

Submit
15. What do you press to turn on the computer?

Explanation

To turn on a computer, you typically need to press the Start button which is often located on the front panel or near the power symbol.

Submit
16. Where can SD cards be read in a computer?

Explanation

SD cards are typically read in an SD card reader, which is designed specifically for that purpose.

Submit
17. How can mobile phones communicate with computers?

Explanation

Mobile phones can communicate with computers using technologies like Bluetooth, WiFi, NFC, and IR Blaster. However, the most common method is through Bluetooth connectivity.

Submit
18. What is a Byte?

Explanation

A byte is a unit of digital information that consists of 8 bits. It is commonly used in computing and digital technology to represent characters, symbols, and numbers. Each byte can represent 256 different values (2^8), making it a fundamental building block in computer memory and data storage.

Submit
19. How many bytes are in 1 Kilobyte?

Explanation

1 Kilobyte is equal to 1024 Bytes, not 1000 Bytes, 500 Bytes, or 2048 Bytes.

Submit
20. What is the binary numbering system?

Explanation

The binary numbering system is based on powers of 2, with each digit representing a power of 2. It uses only 0 and 1 as symbols to express all numbers in a base-2 system.

Submit
21. What do 0 and 1 represent in Binary?

Explanation

In binary, 0 represents the off state where the circuit is open, while 1 represents the on state where the circuit is connected.

Submit
22. What is Cache?

Explanation

Cache is a specific type of memory used by the CPU to temporarily store frequently accessed data, allowing for quicker access times and enhancing overall system performance.

Submit
23. What is the difference between volatile and non-volatile memory?

Explanation

Understanding the concept of volatile and non-volatile memory is essential in computing. Volatile memory loses its data when power is removed, while non-volatile memory does not. It is important for system stability and data preservation to utilize the appropriate type of memory for specific use cases.

Submit
24. What are the types of Nonvolatile memory?

Explanation

Nonvolatile memory retains the stored information even when the power is turned off. Flash memory, CDs, DVDs, Hard drive, and ROM are examples of nonvolatile memory due to their ability to hold data without requiring constant power. Meanwhile, RAM, SSDs, USB drives, and Magnetic tapes are examples of volatile memory that lose data when power is removed.

Submit
25. What is the high-speed memory built into the CPU called that temporarily stores data during processing?

Explanation

Registers are high-speed memory units within the CPU that store data temporarily during processing.

Submit
26. What does USB stand for?

Explanation

USB stands for Universal Serial Bus, which is a standardized connection that allows devices such as computers, smartphones, and peripherals to communicate with each other.

Submit
27. What are the 4 main computer tasks, in general?

Explanation

The correct answer highlights the fundamental tasks that computers perform: receiving input, processing data, producing output, and storing information for future use.

Submit
View My Results

Quiz Review Timeline (Updated): Aug 4, 2025 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Aug 04, 2025
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 04, 2025
    Quiz Created by
    Thames
Cancel
  • All
    All (27)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is a router?
How many network layers are in the OSI model?
What are the network layers of OSI?
What is a small port on your computer that you can attach drives to?
Any program on the computer is referred to as:
What is the tool you use to type words on to the computer?
What is considered the brain of a computer?
What was the first software used on a PC?
How is the root directory of the UNIX File System represented?
Where are most commands and directories needed by the user located?
Where are files that work with remote or local devices located?
What is Email?
To change the capital letters, you must press the...
To play some games, you need to use a...
What do you press to turn on the computer?
Where can SD cards be read in a computer?
How can mobile phones communicate with computers?
What is a Byte?
How many bytes are in 1 Kilobyte?
What is the binary numbering system?
What do 0 and 1 represent in Binary?
What is Cache?
What is the difference between volatile and non-volatile memory?
What are the types of Nonvolatile memory?
What is the high-speed memory built into the CPU called that...
What does USB stand for?
What are the 4 main computer tasks, in general?
Alert!

Advertisement