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

This device is used to enter data into the computer, like a keyboard or mouse.

What is an Input Device?

100

This type of component is physical, can be seen and touched, like keyboard, CPU, and monitor.

What is Hardware?

100

This type of logic depends on both current input and past output (memory).

What is Sequential Logic?

100

This component is known as the brain of the computer and performs processing.

What is CPU?

100

This component acts as a bridge between the CPU and external devices like keyboard and printer.

What is an I/O Interface?

200

This component stores data permanently, even when the power is turned off.

What is Secondary Memory (Storage)?

200

This type of component is a set of instructions that tells the computer what to do.

What is Software?

200

This signal controls when changes happen in synchronous sequential circuits.

What is Clock Signal?

200

This unit in the CPU performs arithmetic operations like addition and subtraction.

What is ALU?

200

This interface is commonly used to connect devices like keyboard, mouse, and pen drive.

What is USB?

300

This type of memory loses its data when the power is turned off.

What is RAM (Primary Memory)?

300

This logic gate gives output TRUE only when both inputs are TRUE.

What is AND Gate?

300

This model represents a system with states, inputs, and transitions between states.

What is Finite State Machine (FSM)?

300

This unit controls and coordinates all operations of the CPU and ensures instructions are executed in order.

What is Control Unit?

300

This interface is used to transmit both audio and video from a computer to a monitor or projector.

What is HDMI?

400

This type of computer is small, built inside devices, and performs a specific task automatically.

What is an Embedded Computer?

400

This logic gate gives TRUE output only when exactly one input is TRUE.

What is XOR Gate?

400

In this FSM model, output depends only on the current state and not on input.

What is Moore Model?

400

This cycle consists of three steps: fetching an instruction, decoding it, and executing it.

What is Fetch-Decode-Execute Cycle?

400

This hardware component allows a computer to connect to a network and communicate with other devices.

What is NIC (Network Interface Card)?

500

This transmission method sends data continuously using a shared clock signal between sender and receiver.

What is Synchronous Transmission?

500

This type of digital circuit gives output based only on current input and does not depend on past inputs.

What is Combinational Logic?

500

This design approach starts from smaller components and builds up a complete system.

What is Bottom-Up Design?

500

This is the fastest type of memory located inside the CPU, used for immediate data access.

What are Registers?

500

This data transfer approach allows devices to send data directly to memory without CPU involvement.

What is Direct Memory Access (DMA)?