Introduction to computers
Digital Algebra
Digital Design Approach
Understanding CPU Performance
Modern Computer Peripherals
100

The components and devices that store data and instructions for processing.

What is memory in computers?

100

This type of logic circuit has an output that is the inverted input signal.

What is a NOT gate?

100

This design approach involves using a clock signal to synchronize the transitions between states in a sequential circuit.

What is synchronous design?

100

This metric measures how many millions of instructions a CPU can execute per second.

What is Million Instructions Per Second (MIPS)?

100

This peripheral device is used for capturing images and videos, often integrated into laptops and smartphones.

What is a webcam?

200

A machine language that computers understand is composed of these two digits.

What are 0 and 1 (binary code)?

200

This representation is used to generate a specific binary output based on a combination of binary inputs, often utilized in digital systems.

What is a truth table?

200

This type of FSM has outputs that depend solely on the current state.

What is a Moore machine?

200

This involves the actual execution of the instruction by CPU by performing the specified operation, such as arithmetic or logic operations. The results of this phase are often stored in registers or memory.

What is the execute phase?

200

This modern input device can detect finger gestures on its surface, commonly used in smartphones and tablets.

What is a touchscreen?

300

This type of software manages hardware resources and provides common services for computer programs.

What is an operating system?

300

The output of this gate is true only when both the inputs are different.

What is an XOR gate?

300

This type of memory element is fundamental in sequential circuits and can store a single bit of data.

What is a flip-flop?

300

This unit of measurement refers to the clock speed of a CPU.

What is gigahertz (GHz)?

300

This communication protocol is widely used for short-range wireless communication between devices, such as mobile phones and headphones.

What is Bluetooth?

400

The development of this computer was one of the first programmable digital computers, marked a significant advancement in computing during World War II. It was used for tasks such as code breaking and scientific calculations.

What is the ENIAC (Electronic Numerical Integrator and Computer)?

400

This circuit is used to add two single-bit binary numbers and produces a sum and a carry output.

What is a half-adder?

400

This state in an FSM is the starting point for state transitions when the system is initialized.

What is the initial state (or start state)?

400

This process of carrying out multiple operations or tasks simultaneously improves CPU performance.

What is parallel processing?

400

This device, which utilizes high-resolution displays and stereoscopic vision, is designed to immerse users in virtual environments. It often requires external sensors or cameras for tracking head movement and hand gestures.

What is a virtual reality (VR) headset?

500

In the IEEE 754 standard for floating-point arithmetic, the representation of a floating-point number involves a sign bit, an exponent, and a mantissa (or significand). For single-precision (32-bit) representation, this standard uses an 8-bit exponent with this bias.

What is bias 127 in IEEE 754 standard?

500

In Boolean algebra, this law states that A.0=0 and  A+1=1.

What is the Identity Law?

500

This method is used to reduce the complexity of Boolean expressions in digital circuits.

What is Karnaugh map simplification?

500

During the fetch phase, the CPU uses it to determine the address of the next instruction. After fetching, this register is incremented based on the instruction length. In some CPUs, the address update is managed by this special register that helps in branching and jumping instructions.

What is the Program Counter (PC)?

500

Known for its precise touch-sensitive surface, this peripheral can emulate the functionality of a traditional mouse and keyboard while offering additional gesture-based controls. It is widely used in creative industries for tasks such as graphic design and digital art.

What is a graphics tablet (or drawing tablet)?

M
e
n
u