Computer Concepts QnA
Computer Concepts QnA
A: The functional units of a digital computer system refer to the main components responsible for
1. **Input Unit**: Converts user-input data into machine-readable form and sends it to memory.
4. **Arithmetic and Logic Unit (ALU)**: Performs mathematical calculations and logical operations.
5. **Control Unit**: Manages and coordinates all activities of the computer system.
Each unit has a specific role in ensuring the system functions as a cohesive whole.
A: **Fundamentals of Memory**:
Memory in a computer system stores data and instructions. It plays a vital role in processing and is
1. **Primary Memory**: Fast, volatile memory used for active data (RAM, cache).
**Structure of Memories**:
Memory is structured hierarchically to balance speed and cost. At the top are registers and cache,
followed by RAM, and then slower storage devices like SSDs and HDDs.
A: I/O peripheral devices facilitate interaction between the computer and its environment. They are
divided into:
3. **I/O Devices**: Devices like touchscreens and USB drives that perform both input and output
operations.
Organization** |
|-------------------------------|---------------------------------------------------------|-------------------------------------------
----------------|
| **Concerned With** | What the system does | How the system does it
Q: Explain RISC and CISC architecture and also explain the difference b/w them.
A: **RISC**: Reduced Instruction Set Computer emphasizes simplicity and executes instructions in
one clock cycle.
**CISC**: Complex Instruction Set Computer uses powerful instructions that may take multiple
cycles.
|-----------------------------------|--------------------------------------------------------|----------------------------------------
-------------------|
instruction set |