Data Representation
Data Transmission
Hardware
Software
Algorithm Design
100

What is the base of the hexadecimal number system?

16

100

Which type of data transmission sends data one bit at a time over a single wire?

Serial transmission

100

What does CPU stand for?

Central Processing Unit

100

What type of software manages the computer's hardware and provides a platform for applications?

Operating System (OS)

100

What is a step-by-step set of instructions to solve a problem called?

Algorithm

200

Convert the binary number 1011 to denary.

11

200

What term describes data transmission in both directions simultaneously?

Full-duplex

200

Which component of the CPU performs mathematical and logical operations?

ALU (Arithmetic Logic Unit)

200

What do you call software that is free to use but the source code is not available?

Freeware

200

In a flowchart, what shape is used to represent a decision?

Diamond

300

What type of compression reduces file size by permanently removing some data?

Lossy compression

300

What is the name of the error-checking method that adds an extra bit to a byte to make the total number of 1s even or odd?

Parity check

300

What type of memory is volatile and used to store data currently in use?

 RAM (Random Access Memory)

300

Which type of translator converts high-level code into machine code all at once before execution?

Compiler

300

What is the term for a simplified representation of code that uses English-like statements?

Pseudocode

400

How many bits are in a Nibble

4bits

400

What does USB stand for?

Universal Serial Bus

400

What is the name of the high-speed storage locations within the CPU?

Registers

400

What is the name for software that is designed to perform a specific task for the user, like word processing?

Application software

400

Which loop structure is used when the number of iterations is known in advance?

FOR loop (or Count-controlled loop)

500

What is the name of the character encoding system that uses 7 bits to represent 128 characters?

ASCII

500

In packet switching, what is the name of the part of the packet that contains the destination address?

Header

500

Which type of secondary storage uses laser technology to read and write data?

Optical storage (e.g., CD, DVD)

500

What is the main difference between a compiler and an interpreter?

A compiler translates the whole program at once, while an interpreter translates and executes line by line.

500

What is the process of breaking down a complex problem into smaller, more manageable parts?

Decomposition

M
e
n
u