Get the most accurate TN Board Solutions for Class 11 Computer Science Chapter 03 Computer Organization here. Updated for the 2026-27 academic session, these solutions are based on the latest TN Board textbooks for Class 11 Computer Science. Our expert-created answers for Class 11 Computer Science are available for free download in PDF format.
Detailed Chapter 03 Computer Organization TN Board Solutions for Class 11 Computer Science
For Class 11 students, solving TN Board textbook questions is the most effective way to build a strong conceptual foundation. Our Class 11 Computer Science solutions follow a detailed, step-by-step approach to ensure you understand the logic behind every answer. Practicing these Chapter 03 Computer Organization solutions will improve your exam performance.
Class 11 Computer Science Chapter 03 Computer Organization TN Board Solutions PDF
Part I
I. Choose the Correct Answer:
Question 1. Which of the following is said to be the brain of a computer?
(a) Input devices
(b) Output devices
(c) Memory device
(d) Microprocessor
Answer: (d) Microprocessor
In simple words: The microprocessor is like the brain of a computer. It does all the thinking and calculations.
๐ฏ Exam Tip: Remember that the CPU (Central Processing Unit) contains the microprocessor and is often referred to as the computer's brain.
Question 2. Which of the following is not the part of a microprocessor unit?
(a) ALU
(b) Control unit
(c) Cache memory
(d) register
Answer: (c) Cache memory
In simple words: The cache memory is a separate fast storage area, while the ALU, Control Unit, and registers are direct parts of the microprocessor itself. Cache helps the CPU work faster.
๐ฏ Exam Tip: Understand the main components of a microprocessor (ALU, Control Unit, Registers) and differentiate them from memory types like cache.
Question 3. How many bits constitute a word?
(a) 8
(b) 16
(c) 32
(d) determined by the processor used
Answer: (d) determined by the processor used
In simple words: The size of a "word" in a computer is not fixed. It changes depending on which processor is being used. Different processors handle data in different sized chunks.
๐ฏ Exam Tip: Word size is specific to a CPU's architecture and affects how much data it can process at once.
Question 4. Which of the following device identifies the location when address is placed in the memory address register?
(a) Locator
(b) encoder
(c) decoder
(d) multiplexer
Answer: (c) decoder
In simple words: When the computer needs to find something in its memory, it puts a special address into a register. A decoder then figures out exactly where that location is in the memory. It helps translate addresses.
๐ฏ Exam Tip: Decoders are essential digital circuits that convert coded inputs into unique outputs, crucial for memory addressing.
Question 5. Which of the following is a CISC processor?
(a) Intel P6
(b) AMD K6
(c) Pentium III
(d) Pentium IV
Answer: (c) Pentium III
In simple words: Pentium III is an example of a CISC processor. CISC processors can understand and execute many different types of complex instructions directly.
๐ฏ Exam Tip: Remember key examples of CISC (Complex Instruction Set Computer) processors like older Intel Pentium series and Motorola 68000, which handle a wide range of instructions.
Question 6. Which is the fastest memory?
(a) Hard disk
(b) Main memory
(c) Cache memory
(d) Blue-Ray dist
Answer: (c) Cache memory
In simple words: Cache memory is the quickest type of memory. It is small and very close to the CPU, helping the computer access frequently used data super fast.
๐ฏ Exam Tip: Memorize the memory hierarchy: registers > cache > main memory (RAM) > secondary storage (hard disk, SSD) in terms of speed and cost.
Question 7. How many memory locations are identified by a processor with 8 bits address bus at a time?
(a) 8
(b) 16
(c) 32
(d) determined by the processor used
Answer: (d) determined by the processor used
In simple words: The number of locations an 8-bit address bus can access is actually 2 to the power of 8, which is 256. However, if the question implies general processor characteristics influencing this, the answer would point to processor design. For a direct calculation, it would be 256, but given the options and the source's answer, it refers to a general design aspect.
๐ฏ Exam Tip: For an n-bit address bus, the number of identifiable memory locations is \( 2^n \). Be careful if the options provided don't match this direct calculation and consider broader system design factors.
Question 8. What is the capacity of 12 cm diameter DVD with single sided and single layer?
(a) 4.7 GB
(b) 5.5 GB
(c) 7.8 GB
(d) 2.2 GB
Answer: (a) 4.7 GB
In simple words: A standard DVD with data on one side and a single layer can hold up to 4.7 Gigabytes of information. This is a common storage capacity for these discs.
๐ฏ Exam Tip: Remember the standard capacities for different optical discs: CD (700 MB), single-layer DVD (4.7 GB), dual-layer DVD (8.5 GB), single-layer Blu-ray (25 GB), dual-layer Blu-ray (50 GB).
Question 9. What is the smallest size of data represented in a CD?
(a) blocks
(b) sectors
(c) pits
(d) tracks
Answer: (c) pits
In simple words: On a CD, tiny bumps and flat areas, called pits and lands, are used to store data. These small indentations are the most basic way information is written on the disc.
๐ฏ Exam Tip: Understand how optical discs store data physically; pits and lands reflect laser light differently to represent binary 0s and 1s.
Question 10. Display devices are connected to the computer through.
(a) USB port
(b) Ps/2 port
(c) SCSI port
(d) VGA connector
Answer: (d) VGA connector
In simple words: To show pictures and videos on a screen, like a monitor, it needs to be plugged into the computer using a special connection called a VGA connector. This port is common for connecting displays.
๐ฏ Exam Tip: Familiarize yourself with common display connectors like VGA, DVI, HDMI, and DisplayPort, and their primary uses.
Part II
Short Answers
Question 1. What are the parameters which influence the characteristics of a microprocessor?
Answer: The way a microprocessor works is affected by several things. These include its clock speed, the set of instructions it can understand, and its word size. Each of these helps decide how powerful and fast the microprocessor will be. The design choices for these parameters impact overall performance.
In simple words: A microprocessor's speed, what commands it knows, and how much data it handles at once, all affect how it works.
๐ฏ Exam Tip: When listing characteristics, aim for three main points: clock speed (how fast it runs), instruction set (what commands it understands), and word size (how much data it handles per command).
Question 2. What is an instruction?
Answer: An instruction is simply a command that you give to a computer. This command tells the computer to perform a specific action or operation on some data. Computers follow these step-by-step instructions to complete tasks.
In simple words: An instruction is a command given to a computer to do something with data.
๐ฏ Exam Tip: Think of instructions as basic verbs a computer understands, like "add," "move," or "compare," which are the building blocks of any program.
Question 3. What is a program counter?
Answer: A program counter (PC) is a special part inside the CPU of a computer. Its job is to always keep track of the memory address of the very next instruction that needs to be run. This helps the computer execute tasks in the correct order.
In simple words: A program counter in the CPU stores the address of the next instruction to be run.
๐ฏ Exam Tip: The program counter is vital for sequential program execution, always pointing to the next instruction in memory.
Question 4. What is HDMI?
Answer: HDMI stands for High-Definition Multimedia Interface. It is a special cable connection that can send both uncompressed video and audio signals from a device like a computer or DVD player to a screen, such as a monitor, LCD projector, or digital television. HDMI is widely used for high-quality multimedia connections today.
In simple words: HDMI is a cable that sends high-quality video and sound from a computer or player to a TV or monitor.
๐ฏ Exam Tip: Highlight that HDMI transfers *both* uncompressed video and audio, making it a versatile single-cable solution for multimedia.
Question 5. Which source is used to erase the content of an EPROM?
Answer: To clear the information stored in an EPROM, ultra-violet (UV) rays are used. An EPROM keeps its stored data until it is exposed to this special kind of light. The UV light makes it possible to completely wipe the memory and then put new programs or data onto the chip.
In simple words: Ultra-violet rays are used to erase the data stored in an EPROM chip.
๐ฏ Exam Tip: Differentiate EPROM (Erasable PROM) from PROM (Programmable ROM - write once) and EEPROM (Electrically Erasable PROM).
Part III
Explain in Brief
Question 1. Differentiate Computer Organization from Computer Architecture.
Answer:
Differences between computer organization and Computer Architecture:
**Computer Organization:**
* It is often called microarchitecture and deals with the low-level details of the hardware. This means how parts are connected.
* A programmer usually doesn't need to know these details. For instance, they don't worry about how addition is physically built into the hardware.
* It focuses on the physical components like circuit design, adders, and signal pathways. It's about how the parts are actually put together.
**Computer Architecture:**
* This is a bit of a higher-level view of the computer system. It describes what the computer does.
* Programmers need to know about this because it defines the instruction set available. They need to understand the commands the computer can execute.
* It focuses on the logic, such as the instruction set, how memory addresses work, data types, and ways to make the cache memory work better. It's about how the system works conceptually.
In simple words: Computer organization is about how the computer parts are physically built and connected, like blueprints. Computer architecture is about how the computer works from a programmer's view, like the rules it follows to run programs.
๐ฏ Exam Tip: Remember that architecture is the *what* (functional behavior, instruction set), while organization is the *how* (physical implementation, interconnections). A good way to remember is that architecture is visible to the programmer, while organization is mostly transparent.
Question 2. Classify the microprocessor-based on the size of the data.
Answer: Microprocessors can be categorized by the amount of data they can handle at one time, also known as data width. This classification helps us understand how powerful and efficient a microprocessor is. The different types are:
* 8-bit microprocessors: These can process 8 bits of data in a single operation.
* 16-bit microprocessors: These can process 16 bits of data at once.
* 32-bit microprocessors: These are designed to process 32 bits of data simultaneously.
* 64-bit microprocessors: These are the most common modern processors and can handle 64 bits of data in one go, allowing for larger memory access and faster operations.
In simple words: Microprocessors are grouped by how many bits of data they can work with at one time, such as 8-bit, 16-bit, 32-bit, or 64-bit.
๐ฏ Exam Tip: The 'bit' classification (e.g., 8-bit, 64-bit) primarily refers to the word size and internal data bus width, which directly impacts processing power and memory addressing capability.
Question 3. Write down the classifications of microprocessors based on the instruction set.
Answer: Microprocessors are also classified based on the types of instruction sets they use. This determines how complex the commands the processor can understand are. The two main categories are:
1. **RISC - Reduced Instruction Set Computers:** These processors use a smaller, simpler set of instructions. Each instruction is very fast to execute, which can make the processor more efficient for certain tasks.
2. **CISC - Complex Instruction Set Computers:** These processors have a larger, more complex set of instructions. A single CISC instruction can perform many operations, making programming easier but potentially slower to execute each instruction. Many older processors used this design.
In simple words: Microprocessors are sorted into two types based on their instructions: RISC (simple commands) and CISC (complex commands).
๐ฏ Exam Tip: Focus on the key difference: RISC emphasizes simple, fast instructions, while CISC uses complex instructions that do more work per command.
Question 4. Differentiate PROM and EPROM.
Answer: PROM and EPROM are both types of read-only memory, but they differ in how they can be erased and reprogrammed.
* **PROM (Programmable Read-Only Memory):** This type of memory can be written to only once after it's manufactured, usually by "burning" fuses. Once data is written onto a PROM, it cannot be erased or changed.
* **EPROM (Erasable Programmable Read-Only Memory):** Unlike PROM, EPROM can be erased and reprogrammed multiple times. Its contents are cleared by exposing the chip to intense ultraviolet light through a special window. This feature makes EPROMs very useful for development and testing, allowing manufacturers to update or clear the memory before a computer is sold.
In simple words: PROM can be written only once and cannot be erased. EPROM can be erased with ultraviolet light and then rewritten many times.
๐ฏ Exam Tip: The key distinction is the ability to erase: PROM is one-time programmable, EPROM is erasable by UV light, and EEPROM (mentioned later) is electrically erasable.
Question 5. Write down the interfaces and ports available in a computer.
Answer: Computers have various interfaces and ports that allow them to connect with other devices. These connections help the computer send and receive information. Some common interfaces and ports include:
* **HDMI Interface Port:** For high-definition audio and video connections.
* **USB 3.0 Port:** A fast connection for many different external devices like cameras, printers, and external hard drives.
* **Serial Port:** Often found on older computers, used for connecting specific external devices.
* **Parallel Port:** Also found on older computers, commonly used to connect printers.
* **VGA Connector:** Used to connect display devices like monitors and projectors.
* **Audio Plugs:** For connecting speakers, microphones, and headphones.
* **PS/2 Port:** Used for connecting a mouse and keyboard on older systems.
* **SCSI Port:** Used to connect hard disk drives and network devices, typically in servers or older high-performance systems.
In simple words: Computers have many ports like HDMI, USB, VGA, Audio, PS/2, Serial, Parallel, and SCSI to connect different devices.
๐ฏ Exam Tip: Focus on categorizing ports by their function (display, data, audio, legacy) and providing at least two examples for each category if applicable.
Question 6. Differentiate CD and DVD.
Answer: CDs (Compact Disks) and DVDs (Digital Versatile Disks) are both optical storage media, but they have key differences in capacity and technology.
| CD-ROM | DVD-ROM |
|---|---|
| Compact Disk Read Only Memory | Digital Versatile Disc Read-Only Memory |
| The capacity of an ordinary CD-ROM is 700MB. | Single-layer has capable of storing up to 4.7 GB of data, more than six times what a CD can hold. The double-layer has an 8.5 GB capacity. |
| Data Transfer rate 1.4 to 1.6 MB/sec | Data Transfer rate 11 MB/Sec |
| Pits length is 0.83 Micron | Pits length is 0.4 Micron |
| The distance between the disc surface and data surface is 1.1 mm | The distance between the disc surface and data surface is 0.6 mm |
| It can not play DVDs | It can play CDs also |
In simple words: CDs hold less data (700 MB) and are slower than DVDs (4.7 GB or 8.5 GB). DVDs use smaller pits and closer tracks to store much more information on the same size disc.
๐ฏ Exam Tip: Focus on the main differences: storage capacity (DVD much higher), data transfer rate (DVD faster), and the physical differences like pit length and track spacing.
Question 7. How will you differentiate a flash memory and an EEPROM?
Answer: Flash memory and EEPROM (Electrically Erasable Programmable Read-Only Memory) are both non-volatile memory types, meaning they retain data without power, but they differ in their erasing methods, speed, and typical capacities.
| Flash Memory | EEPROM |
|---|---|
| It offers fast access times. | It offers lower access time |
| The capacity of the flash memories varies from 1 Gigabyte (GB) to 2 Terabytes (TB). | EEPROM with Megabyte capacity is available. |
| It offers between 100 and 1000 rewrites in 78K (This value seems incorrect or context-specific, typical flash can do 100k+ cycles). | EEPROM usually guarantees at least 100,000 rewrites |
In simple words: Flash memory is generally faster and can store much more data (gigabytes to terabytes) compared to EEPROM (megabytes). Both can be rewritten, but Flash is better for large storage, while EEPROM is often for smaller data like settings.
๐ฏ Exam Tip: Emphasize that flash memory is optimized for high capacity and speed, often used in USB drives and SSDs, while EEPROM is for smaller, slower, byte-level erasable storage (like BIOS settings).
Part IV
Explain in Detail
Question 1. Explain the characteristics of a microprocessor.
Answer: A microprocessor is the main controlling part of a computer, and its performance depends on a few key characteristics:
(a) **Clock speed:** Every microprocessor has an internal clock that sets how fast it performs operations. This speed is measured in Megahertz (MHz) or Gigahertz (GHz). A higher clock speed generally means the processor can execute instructions more quickly, making the computer feel faster.
(b) **Instruction set:** This is the collection of basic commands that a microprocessor is designed to understand and carry out. These are machine-level instructions, meaning they are the most fundamental operations the CPU can do. These commands typically include:
* Data transfer (moving data from one place to another)
* Arithmetic operations (like addition, subtraction)
* Logical operations (like comparing numbers)
* Control flow (deciding the order of operations)
* Input/output (managing data coming in or going out)
(c) **Word size:** This refers to the number of bits (like 8, 16, 32, or 64) that a processor can handle in one single instruction. The word size also determines how much RAM the processor can access at one time and how many connection pins are on the microprocessor chip. A larger word size allows for more powerful processing.
In simple words: A microprocessor's characteristics are its clock speed (how fast it works), its instruction set (what commands it knows), and its word size (how much data it handles at once). These features make computers fast and smart.
๐ฏ Exam Tip: Clearly define each characteristic with its unit or function. For instruction set, mention the types of operations it covers, and for word size, relate it to both data processing and memory access.
Question 2. How the read and write operations are performed by a processor? Explain.
Answer: The Central Processing Unit (CPU) performs read and write operations to move data between the memory and itself. It uses special registers and buses for this process.
The CPU has a **Memory Data Register (MDR)** and a **Memory Address Register (MAR)**. The MAR holds the address of the memory location that the CPU wants to access, while the MDR temporarily stores the data being transferred to or from that memory location.
The **Program Counter (PC)** is another special register in the CPU that always holds the address of the next instruction to be executed. The Arithmetic Logic Unit (ALU) of the CPU will place the address of the data it needs to fetch into the Memory Address Register.
Communication within the computer happens through a collection of wires called **buses**.
* The **address bus** carries the memory address to point to a specific location. It is unidirectional, meaning information flows only one way (from CPU to memory).
* The **data bus** is used to transfer the actual data between the memory and the CPU. This bus is bidirectional, allowing data to flow in both directions.
* The **control bus** manages the read and write operations. A single control line often handles both operations using signals (e.g., 1 for Read, 0 for Write).
When the CPU wants to **read** data, the read operation fetches data from a specific memory location and transfers it to the MDR. When the CPU wants to **write** data, the write operation transfers data from the MDR to a specific memory location in memory. For example, if the MDR and a memory word are both 8 bits in size, the data bus will have eight parallel wires to transfer this 8-bit data. The R/W (Read/Write) control line determines the direction of data flow (1 for READ, 0 for WRITE).
In simple words: The computer's brain (CPU) reads and writes data to memory using special temporary storage (MAR for address, MDR for data). Wires called buses carry the addresses (address bus) and the data itself (data bus), and a control bus tells them what to do.
๐ฏ Exam Tip: When explaining read/write operations, clearly define the roles of MAR, MDR, Program Counter, and the three main buses (address, data, control) and their directionality (unidirectional/bidirectional).
Question 3. Arrange the memory devices in ascending order based on the access time.
Answer: Memory devices are arranged in a hierarchy based on their speed, capacity, and cost. Access time refers to how quickly data can be retrieved from a memory device. In ascending order (from slowest to fastest) based on access time, the memory devices are:
* **Hard disk:** This is the slowest among the common memory types because it's mechanical and stores a lot of data. It serves as primary long-term storage.
* **Main memory (RAM):** Faster than hard disks, RAM is used for active programs and data the CPU needs to access quickly. It is volatile.
* **Cache memory:** This is the fastest type of memory and is very small. It sits very close to the CPU and holds data that the CPU needs most often, to speed up operations. It acts as a buffer.
In simple words: From slowest to fastest, memory goes like this: hard disk, then main memory (RAM), and finally, the super-fast cache memory.
๐ฏ Exam Tip: Remember the memory hierarchy in terms of speed: registers > cache > RAM > SSD > HDD. Ascending order means starting with the slowest (highest access time).
Question 4. Explain the types of ROM.
Answer: ROM (Read-Only Memory) is a non-volatile memory, meaning it keeps its data even when the computer is turned off. There are several types of ROM:
1. **Read-Only Memory (ROM):** This is special memory with data pre-recorded during manufacturing. This data cannot be changed later. ROM chips store vital programs like the one that starts the computer (boot program) and performs system checks (diagnostics). Once data is written, it's permanent and can only be read.
2. **Programmable Read-Only Memory (PROM):** PROM is also non-volatile. Data can be written to it only once, usually by a special device called a PROM programmer or burner. Once programmed, the data is permanent, similar to ROM. The process is called "burning the PROM." Unlike ROM, PROM is manufactured as blank memory.
3. **Erasable Programmable Read-Only Memory (EPROM):** EPROM is a special kind of PROM that can be erased. Its contents are cleared by exposing the chip to strong ultraviolet (UV) light. After erasing, it can be reprogrammed. EPROMs are useful during development because they allow for corrections and updates to the stored code.
4. **Electrically Erasable Programmable Read-Only Memory (EEPROM):** EEPROM is a type of PROM that can be erased and reprogrammed using an electrical charge, without needing UV light. This makes it more convenient than EPROM. However, EEPROM tends to be slower in performance compared to other types of ROM.
In simple words: ROM is memory that keeps data even when off. Types include ROM (fixed from factory), PROM (written once), EPROM (erased by UV light), and EEPROM (erased by electricity).
๐ฏ Exam Tip: Clearly differentiate between the types of ROM based on *how* they are programmed and *how* they are erased (or if they can be erased at all).
11th Computer Science Guide Computer Organization Additional Questions and Answers
Part I
I. Choose the correct, answer.
Question 1. The __________ is the major component of a computer, which performs all taks.
(a) CPU
(b) MDR
(c) MAR
(d) RISC
Answer: (a) CPU
In simple words: The CPU is like the computer's brain; it handles all the main operations and tasks.
๐ฏ Exam Tip: Remember the CPU (Central Processing Unit) is the core component responsible for executing instructions and managing all computer operations.
Question 2. Computer organization includes __________
(a) Input / Output devices
(b) Central Processing Unit
(c) storage devices and primary memory
(d) All of the options
Answer: (d) All of the options
In simple words: Computer organization refers to how all the different parts like input/output devices, the CPU, and memory work together.
๐ฏ Exam Tip: When defining computer organization, remember to include all major hardware components and their interconnections, as it covers the physical aspects of a computer system.
Question 3. The number of bits that can be processed by a processor in a single instruction is called __________.
(a) word size
(b) CPU
(c) Data transfer
(d) CISC
Answer: (a) word size
In simple words: Word size is how many bits a computer's processor can handle at once when it follows an instruction.
๐ฏ Exam Tip: Understand that a larger word size generally means the processor can handle more data at a time, leading to faster performance.
Question 4. __________ deals with the hardware components that are transparent to the programmer.
(a) Computer organization
(b) Computer architecture
(c) Computer Science
(d) None of the options
Answer: (a) Computer organization
In simple words: Computer organization looks at how hardware parts are physically built and connected, and programmers usually don't need to know these fine details.
๐ฏ Exam Tip: Differentiate between computer organization (hardware implementation, invisible to programmer) and computer architecture (programmer's view, instruction set, visible to programmer).
Question 5. __________ is a magnetic disk on which you can store data.
(a) compact disc
(b) hard disk
(c) DVD
(d) flash memory devices
Answer: (b) hard disk
In simple words: A hard disk uses magnetism to store lots of computer information, like programs and files.
๐ฏ Exam Tip: Hard disks are known for their large storage capacity and are the primary long-term storage for most computers.
Question 6. In a computer, __________ performs all tasks.
(a) ALU
(b) CPU
(c) Input devices
(d) All of the options
Answer: (b) CPU
In simple words: The CPU, or Central Processing Unit, is the main part of a computer that does all the thinking and processing.
๐ฏ Exam Tip: While ALU performs calculations and input devices provide data, the CPU orchestrates and executes all tasks, making it the central processor.
Question 7. __________ connect the hard disk drives and network connectors.
(a) PS/2 port
(b) SCSI port
(c) USB port
(d) serial port
Answer: (b) SCSI port
In simple words: SCSI ports are a type of connection used to link hard disks and network devices to a computer.
๐ฏ Exam Tip: SCSI (Small Computer System Interface) is a standard for connecting peripheral devices to computers, known for its ability to connect multiple devices in a chain.
Question 8. The first general-purpose microprocessor, 4004 was developed by __________.
(a) Intel Inc
(b) Apple Inc
(c) BBC Micro
(d) None of the options
Answer: (a) Intel Inc
In simple words: The first microprocessor made for general use, called 4004, was created by the company Intel.
๐ฏ Exam Tip: Remembering key historical milestones like the Intel 4004 helps understand the evolution of computing technology.
Question 9. The microprocessors were first introduced in early __________.
(a) 1976
(b) 1975
(c) 1970
(d) 1978
Answer: (c) 1970
In simple words: Microprocessors, which are tiny computer brains, first appeared in the early 1970s.
๐ฏ Exam Tip: Key dates in technology, such as the introduction of microprocessors, are important for context and timeline questions.
Question 10. __________ is driven by clock pulses.
(a) Transistor
(b) Vacuum tube
(c) Microprocessor
(d) None of the options
Answer: (c) Microprocessor
In simple words: A microprocessor works by following steady pulses from a clock, which controls its speed.
๐ฏ Exam Tip: The clock pulses are crucial as they synchronize all operations within the microprocessor, determining its speed and performance.
Question 11. Which one of the following deals with hardware components of a computer system.
(a) Computer organisation
(b) Computer architecture
(c) System software
(d) Application software
Answer: (a) Computer organisation
In simple words: Computer organization is about how the physical parts of a computer are built and connected.
๐ฏ Exam Tip: Remember that computer organization focuses on the physical design and implementation of a computer system, while computer architecture deals with the functional behavior as seen by a programmer.
Question 12. __________ is the main unit of a microprocessor.
(a) ALU
(b) registers
(c) control unit
(d) All of the options
Answer: (d) All of the options
In simple words: The main parts of a microprocessor include the Arithmetic Logic Unit (ALU) for calculations, registers for quick storage, and the control unit for managing operations.
๐ฏ Exam Tip: A microprocessor integrates the ALU, control unit, and registers on a single integrated circuit, all working together to process information.
Question 13. The first general-purpose microprocessor was __________.
(a) IBM 2002
(b) IBM 1620
(c) Intel 4004
(d) Intel 4002
Answer: (c) Intel 4004
In simple words: The Intel 4004 was the very first microprocessor that was designed to be used for many different tasks, not just one.
๐ฏ Exam Tip: It is crucial to remember "Intel 4004" as the pioneer of general-purpose microprocessors, as it revolutionized computing.
Question 14. __________ control the overall operations of the computer through signals.
(a) ALU
(b) registers
(c) control unit
(d) All of the options
Answer: (c) control unit
In simple words: The control unit acts like a conductor, sending signals to direct all the parts of the computer and make sure they work together.
๐ฏ Exam Tip: Highlight the role of the control unit as the "manager" of the CPU, responsible for interpreting instructions and directing the flow of data.
Question 15. Which of the following temporarily holds the instructions and data for the execution of the processor.
(a) ALU
(b) CU
(c) Registers
(d) RAM
Answer: (c) Registers
In simple words: Registers are small, very fast storage spaces inside the processor that hold data and instructions it needs to use right away.
๐ฏ Exam Tip: Emphasize that registers provide the fastest possible access to data, critical for quick processing, even faster than cache memory.
Question 16. The __________ is able to communicate with the memory units and the Input / Output devices.
(a) transistor
(b) vacuum tube
(c) microprocessor
(d) None of the options
Answer: (c) microprocessor
In simple words: The microprocessor is the brain that talks to the computer's memory and input/output parts to make everything work.
๐ฏ Exam Tip: A microprocessor's ability to communicate with various components through buses is fundamental to its role as the central processing unit.
Question 17. The system bus is a collection of __________.
(a) address bus
(b) data bus
(c) control bus
(d) all of the options
Answer: (d) all of the options
In simple words: The system bus is actually made up of three different types of buses: address, data, and control, which all help parts of the computer communicate.
๐ฏ Exam Tip: Clearly define the function of each bus type within the system bus: address bus for locations, data bus for actual data, and control bus for commands.
Question 19. MHz and GHz are the units of __________.
(a) clock speed
(b) instruction set
(c) Word size
(d) system bus
Answer: (a) clock speed
In simple words: The speed at which a computer's main processor works is measured in units like MHz or GHz.
๐ฏ Exam Tip: Remember that clock speed directly affects how many instructions a processor can execute per second, making it a key performance metric.
Question 19. A Microprocessor's performance depends on the __________ characteristic.
(a) Clock speed
(b) Instruction set
(c) Word size
(d) All of the options
Answer: (d) All of the options
In simple words: How well a microprocessor works depends on how fast its clock runs, what commands it understands, and how much data it can handle at once.
๐ฏ Exam Tip: For a comprehensive understanding of microprocessor performance, consider the combined impact of clock speed, instruction set, and word size rather than just one factor.
Question 20. Hertz โ abbreviated as __________.
(a) Hz
(b) Htz
(c) Hrz
(d) Hez
Answer: (a) Hz
In simple words: Hertz is a unit of frequency, and its short form is Hz.
๐ฏ Exam Tip: Ensure correct abbreviation for standard units; Hz is the international standard for Hertz.
Question 21. One hertz is equal to __________ cycles per second.
(a) 1
(b) 10
(c) 2
(d) 20
Answer: (a) 1
In simple words: One hertz means one complete cycle or event happens every second.
๐ฏ Exam Tip: Understand that Hertz measures the number of cycles or events per second, with one Hertz being one cycle per second.
Question 22. Hertz is commonly used to measure __________ wave frequency.
(a) sound waves
(b) light waves
(c) radio waves
(d) All of the options
Answer: (d) All of the options
In simple words: Hertz is a unit used to measure how often waves repeat, whether they are sound, light, or radio waves.
๐ฏ Exam Tip: Hertz is a versatile unit of frequency used across many fields of physics and engineering, not just limited to one type of wave.
Question 23. The architecture of the microprocessor is determined by __________.
(a) total no. of input and output pins
(b) clock speed
(c) word size
(d) instruction set
Answer: (a) total no. of input and output pins
In simple words: The way a microprocessor is built and how it works depends on how many input and output connections it has.
๐ฏ Exam Tip: The physical architecture, including the number of pins, defines the basic structure through which a microprocessor communicates and operates.
Question 24. Sound waves close to 20 Hz have a low pitch and are called __________ frequencies.
(a) treble
(b) bass
(c) Either A or B
(d) None of these
Answer: (b) bass
In simple words: Sound waves that vibrate very slowly, around 20 Hertz, produce deep, low-pitched sounds known as bass.
๐ฏ Exam Tip: Remember the relationship between frequency and pitch: low frequencies correspond to low pitches (bass), and high frequencies correspond to high pitches (treble).
Question 25. Intel 8085 is a __________ bit processor.
(a) 8
(b) 16
(c) 32
(d) 64
Answer: (a) 8
In simple words: The Intel 8085 is an older type of computer chip that can handle 8 bits of information at one time.
๐ฏ Exam Tip: Knowing the bit-width of common historical microprocessors like the Intel 8085 helps in understanding processor evolution.
Question 26. __________ is also used to measure the speed of computer processors.
(a) Hours
(b) Seconds
(c) Bytes
(d) Hertz
Answer: (d) Hertz
In simple words: Hertz is a unit used to describe how fast a computer's processor works, showing its operating frequency.
๐ฏ Exam Tip: Hertz, or its multiples like MHz and GHz, directly indicate the clock speed, which is a primary measure of processor speed.
Question 27. Which bus is unidirectional?
(a) Control
(b) System
(c) Data
(d) Address
Answer: (d) Address
In simple words: The address bus only sends information in one direction, from the CPU to memory, telling where data is stored.
๐ฏ Exam Tip: Differentiate bus types: the address bus is unidirectional (CPU to memory/I/O), while the data bus is bidirectional (data transfer in both directions).
Question 28. __________ indicates how many instruction cycles the processor can perform in every second.
(a) clock speed
(b) bus speed
(c) wave speed
(d) None of the options
Answer: (a) clock speed
In simple words: Clock speed tells you how many tasks a computer's processor can complete each second.
๐ฏ Exam Tip: Clock speed is a direct indicator of a processor's raw instruction processing capability, measured in Hertz.
Question 29. How many classifications of microprocessors are there based on data width?
(a) 2
(b) 3
(c) 4
(d) 5
Answer: (c) 4
In simple words: Microprocessors are categorized into four main types based on how many bits of data they can handle at a time.
๐ฏ Exam Tip: The four classifications by data width are 8-bit, 16-bit, 32-bit, and 64-bit microprocessors, reflecting their processing power.
Question 30. The clock speeds are typically measured in __________.
(a) megahertz
(b) gigahertz
(c) megahertz or gigahertz
(d) None of the options
Answer: (c) megahertz or gigahertz
In simple words: Computer clock speeds are usually measured in either megahertz (millions of cycles per second) or gigahertz (billions of cycles per second).
๐ฏ Exam Tip: Modern processors often operate in the gigahertz range, while older ones might be in megahertz. Both terms are relevant for clock speed measurement.
Question 31. Which one of the following is not a CISC processor?
(a) Pentium II
(b) Pentium III
(c) Pentium IV
(d) Pentium
Answer: (c) Pentium IV
In simple words: Out of the choices, the Pentium IV processor is not considered a CISC type.
๐ฏ Exam Tip: While earlier Pentiums were CISC, the Pentium IV (NetBurst architecture) introduced some RISC-like execution characteristics, leading to this distinction. However, in common classification, it's often still broadly categorized as CISC due to its complex instruction set viewed externally.
Question 32. The speed at which the microprocessor executes instructions is called the __________.
(a) cycle speed
(b) clock speed
(c) transfer rate
(d) None of the options
Answer: (b) clock speed
In simple words: The rate at which a computer's processor performs its tasks is known as its clock speed.
๐ฏ Exam Tip: Clock speed directly measures how many instructions a processor can handle per second, which is a fundamental performance metric.
Question 33. Which of the following needs refreshing very often?
(a) ROM
(b) Static RAM
(c) Dynamic RAM
(d) EPROM
Answer: (c) Dynamic RAM
In simple words: Dynamic RAM (DRAM) needs to be constantly refreshed with an electrical charge to keep its data, unlike other types of memory.
๐ฏ Exam Tip: Understand that DRAM uses capacitors that slowly leak charge, requiring frequent refreshing, while SRAM uses latches and does not need refreshing, making it faster but more expensive.
Question 34. Basic set of machine level instructions that a microprocessor is designed to execute is called as a(n) __________.
(a) algorithm
(b) pseudo-code
(c) code
(d) instruction set
Answer: (d) instruction set
In simple words: An instruction set is a group of simple commands that a computer's processor knows how to do.
๐ฏ Exam Tip: An instruction set architecture (ISA) defines the types of operations a processor can perform, acting as a crucial bridge between hardware and software.
Question 35. Identify the wrong statement.
(i) Dynamic RAM has to be refreshed frequently.
(ii) SRAM is faster.
(iii) SRAM is cheap.
(iv) SRAM is to be refreshed less often.
(a) (iv)
(b) (iii)
(c) (ii)
(d) (i)
Answer: (b) (iii)
In simple words: The statement that SRAM is cheap is incorrect; it's actually more expensive than DRAM.
๐ฏ Exam Tip: Remember the trade-offs between SRAM and DRAM: SRAM is faster and does not need refreshing but is more expensive, while DRAM is slower, needs refreshing, but is cheaper and has higher density.
Question 36. The number of bits that can be processed by a processor in a single instruction is called its __________.
(a) word size
(b) clock speed
(c) program execution
(d) None of the options
Answer: (a) word size
In simple words: Word size describes how many bits of data a processor can handle during one command.
๐ฏ Exam Tip: Word size is a key characteristic that influences a processor's overall performance and the amount of memory it can address.
Question 37. CD data represented as tiny indentations are called __________.
(a) tracks
(b) sectors
(c) stacks
(d) pits
Answer: (d) pits
In simple words: On a CD, the tiny bumps and flat areas that store information are called pits.
๐ฏ Exam Tip: The "pits" and "lands" (the flat areas) on a CD are read by a laser to decode the stored data.
Question 38. Total number of __________ pins determines the architecture of the microprocessor.
(a) input
(b) output
(c) input and output
(d) None of the options
Answer: (c) input and output
In simple words: The design of a microprocessor is decided by the total number of its input and output connections.
๐ฏ Exam Tip: The physical architecture, including the number of input/output pins, dictates how a microprocessor interfaces with other components and overall system design.
Question 39. A 12 cm diameter DVD with a single-sided, single-layer has the storage capacity of __________.
(a) 4.7 GB
(b) 8.7 GB
(c) 8.5 GB
(d) 1.5 GB
Answer: (a) 4.7 GB
In simple words: A regular DVD that is 12 centimeters across and has only one side and one data layer can hold about 4.7 gigabytes of information.
๐ฏ Exam Tip: Remember the standard storage capacities for different optical media: a single-layer DVD typically holds 4.7 GB, while a CD holds around 700 MB.
Question 40. The microprocessor Intel 4004 is a __________ bit processor.
(a) 32
(b) 16
(c) 8
(d) 4
Answer: (d) 4
In simple words: The Intel 4004, which was the very first microprocessor, was designed to process data in 4-bit chunks.
๐ฏ Exam Tip: The 4-bit architecture of the Intel 4004 was revolutionary for its time, laying the groundwork for more powerful processors.
Question 41. Which type of disc is used for playing High-Definition movies?
(a) CD
(b) DVD
(c) Flash Devices
(d) Blu โ Ray Disc
Answer: (d) Blu โ Ray Disc
In simple words: Blu-Ray discs are specially made to store and play high-quality, high-definition movies.
๐ฏ Exam Tip: Blu-Ray discs use a blue-violet laser, which has a shorter wavelength than red lasers (used in CDs/DVDs), allowing for much greater data density and thus high-definition content.
Question 42. A microprocessor which consists of 4 input pins and 4 output pins can process __________ bit at a time.
(a) 32
(b) 16
(c) 8
(d) 4
Answer: (d) 4
In simple words: A microprocessor with 4 input and 4 output pins means it can handle 4 bits of data at any given moment.
๐ฏ Exam Tip: The number of input/output pins often correlates directly with the data width (bit size) a microprocessor can process in parallel.
Question 43. Blu โ ray uses a laser to write data.
(a) red
(b) green
(c) blue-violet
(d) violet
Answer: (c) blue-violet
In simple words: Blu-ray discs use a special blue-violet laser to store information, which allows them to hold much more data than older disc types like CDs or DVDs. This color of laser has a shorter wavelength, making it possible to write smaller pits on the disc.
๐ฏ Exam Tip: Remember that the color of the laser (red for DVD, blue-violet for Blu-ray) is directly related to its wavelength and thus the storage capacity of the disc.
Question 44. Intel 8085 is a(n) bit processor.
(a) 32
(b) 16
(c) 8
(d) 4
Answer: (c) 8
In simple words: The Intel 8085 is an 8-bit microprocessor, which means it can process 8 bits of data at a time. This was a common size for early microprocessors.
๐ฏ Exam Tip: Understanding the bit size of a processor helps you know how much data it can handle in one operation, which affects its speed and capability.
Question 45. Intel 8086 is a(n) bit processor.
(a) 32
(b) 16
(c) 8
(d) 4
Answer: (b) 16
In simple words: The Intel 8086 is a 16-bit processor, meaning it can work with 16 bits of data at once. This was an upgrade from earlier 8-bit processors, allowing for more complex tasks.
๐ฏ Exam Tip: Notice how newer processors like the 8086 increased their bit size, which typically leads to improved performance and the ability to access more memory.
Question 46. Which port is used for the LCD projector?
(a) SCSI
(b) PS/2
(c) Audio
(d) VGA port
Answer: (d) VGA port
In simple words: The VGA port is a common type of connector used to link a computer to a display device like an LCD projector. It carries analog video signals.
๐ฏ Exam Tip: Be familiar with different types of ports and their primary uses, especially for connecting common computer peripherals like projectors and monitors.
Question 47. The CPU has a .
(a) MDR
(b) MAR
(c) MDR and MAR
(d) None of the options
Answer: (c) MDR and MAR
In simple words: The CPU has both a Memory Data Register (MDR) and a Memory Address Register (MAR). The MAR stores the address of the memory location, while the MDR holds the actual data that is being moved to or from that location.
๐ฏ Exam Tip: Remember that MAR points to the location, and MDR holds the data at that location, which helps the CPU manage memory effectively.
Question 48. Which one of the following uses a magnetic disk to store the data?
(a) DVD
(b) HD
(c) CD
(d) FD
Answer: (b) HD
In simple words: A Hard Disk (HD) uses magnetic disks to store data, making it a type of magnetic storage device. This is different from optical discs like CDs and DVDs.
๐ฏ Exam Tip: Differentiate between magnetic storage (like hard drives) and optical storage (like CDs/DVDs) based on how they store data.
Question 49. MAR stands for .
(a) Memory Access Register
(b) Memory Accumulator Register
(c) Memory Assign Register
(d) Memory Address Register
Answer: (d) Memory Address Register
In simple words: MAR is short for Memory Address Register, which is a CPU register that holds the memory address from which data will be read or to which data will be written. It points to a specific spot in memory.
๐ฏ Exam Tip: Knowing common acronyms in computer science is crucial for quick understanding and accurate answers.
Question 50. Which of the following interface transfers the uncompressed audio and video data to monitor, projector?
(a) CD
(b) DVD
(c) HDMI
(d) FDD
Answer: (c) HDMI
In simple words: HDMI is an interface that sends high-quality uncompressed audio and video from a source device to a display like a monitor or projector. It is widely used for modern entertainment and computing setups.
๐ฏ Exam Tip: HDMI is known for its ability to transmit both audio and video digitally and uncompressed, making it ideal for high-definition media.
Question 51. is a special register in the CPU which always keeps the address of the next instruction to be executed.
(a) Page counter
(b) Program counter
(c) Program cycle
(d) None of the options
Answer: (b) Program counter
In simple words: The program counter is a special register inside the CPU that always holds the memory address of the very next instruction the computer needs to run. It helps the computer keep track of its place in a program.
๐ฏ Exam Tip: The program counter is vital for the sequential execution of instructions in a CPU, ensuring the correct flow of a program.
Question 52. The places the address of the memory to be fetched, into the Memory Address Register.
(a) Control unit
(b) Arithmetic and Logic unit
(c) Memory unit
Answer: (b) Arithmetic and Logic unit
In simple words: The Arithmetic and Logic Unit (ALU) is responsible for putting the correct memory address into the Memory Address Register (MAR) when it needs to get data. The ALU performs calculations and logical operations.
๐ฏ Exam Tip: Understand that the ALU is not just for calculations; it also manages the addressing needed to fetch operands for its operations.
Question 53. A is a collection of wires used for communication between the internal components of a computer.
(a) driver
(b) microprocessor
(c) cable
(d) bus
Answer: (d) bus
In simple words: A bus in a computer is like a set of roads made of wires that allow different parts, such as the CPU and memory, to send information to each other. It helps all the internal components communicate.
๐ฏ Exam Tip: Buses are crucial for data transfer within a computer system; knowing their function clarifies how components interact.
Question 54. The bus is used to point a memory location.
(a) data
(b) address
(c) both A and B
(d) None of the options
Answer: (b) address
In simple words: The address bus is used to point to a specific spot in the computer's memory. It carries memory addresses from the CPU to RAM, so the CPU knows exactly where to find or store data.
๐ฏ Exam Tip: The address bus is unidirectional, always carrying addresses from the CPU to memory or I/O devices.
Question 55. A digital circuit is used to point to the specific memory location where the word can be located is called a .
(a) decoder
(b) encoder
(c) locator
(d) pointer
Answer: (a) decoder
In simple words: A decoder is a digital circuit that takes an address as input and activates a specific memory location. It "decodes" the address to find the exact spot where data should be accessed.
๐ฏ Exam Tip: Decoders are fundamental components in memory addressing, translating logical addresses into physical activation signals for memory locations.
Question 56. A bus is used to transfer data between the memory and the CPU.
(a) address
(b) data
(c) instruction
(d) word
Answer: (b) data
In simple words: The data bus is the set of wires that actually carry the information (data) between the CPU and the memory. It's like the highway for the actual bits of information.
๐ฏ Exam Tip: Unlike the address bus, the data bus is typically bidirectional, allowing data to flow both to and from the CPU.
Question 57. The bus is bidirectional.
(a) address
(b) data
(c) instruction
(d) control
Answer: (b) data
In simple words: The data bus can send data in two directions: from the CPU to memory, or from memory to the CPU. This allows for both writing to and reading from memory.
๐ฏ Exam Tip: Remembering that the data bus is bidirectional helps understand how data flows in a computer, enabling both input and output operations with memory.
Question 58. The bus is unidirectional.
(a) address
(b) data
(c) instruction
(d) control
Answer: (a) address
In simple words: The address bus only carries information in one direction, from the CPU to memory or input/output devices. It tells these devices where to look for data, but it doesn't carry the actual data back.
๐ฏ Exam Tip: Understand that the unidirectional nature of the address bus ensures that memory locations are precisely targeted without confusion from data signals.
Question 59. The bus controls both read and write operations.
(a) address
(b) data
(c) instruction
(d) control
Answer: (d) control
In simple words: The control bus manages and directs all operations, including deciding whether the CPU should read data from memory or write data to it. It ensures that all parts of the computer work together in the right order.
๐ฏ Exam Tip: The control bus sends timing signals and command signals, coordinating all data flow and operations within the computer system.
Question 60. The operation fetches data from memory and transfers to MDR.
(a) write
(b) read
(c) input/output
(d) None of the options
Answer: (b) read
In simple words: A "read" operation is when the CPU gets data from a memory location and puts it into the Memory Data Register (MDR). It's like retrieving a specific item from a shelf.
๐ฏ Exam Tip: The read operation is fundamental to how a CPU accesses information stored in its memory to perform tasks.
Question 61. The operation transfers data from the MDR to memory.
(a) write
(b) read
(c) input/output
(d) None of the options
Answer: (a) write
In simple words: A "write" operation is when the CPU sends data from its Memory Data Register (MDR) to be stored in a specific spot in memory. This is how the computer saves information.
๐ฏ Exam Tip: A write operation is the inverse of a read operation, used for storing new or updated data into memory locations.
Question 62. The word in the has the same size (no. of bits) as the Memory Data Register (MDR).
(a) ROM
(b) RAM
(c) Either A or B
(d) None of the options
Answer: (b) RAM
In simple words: In a computer, the "word" stored in RAM is usually the same size as the data that the Memory Data Register (MDR) can hold at one time. This ensures efficient transfer of information between the memory and the CPU.
๐ฏ Exam Tip: The consistent size of the data word and MDR is key to the efficient transfer of information between the CPU and main memory (RAM).
Question 63. If the processor is an 8-bit processor like Intel 8085, it's MDR and the word in the RAM both have .
(a) 4 bits each
(b) 8 bits
(c) 16 bits
(d) None of the options
Answer: (b) 8 bits
In simple words: For an 8-bit processor, both its Memory Data Register (MDR) and the smallest unit of data it accesses in RAM (called a word) will typically be 8 bits long. This matching size helps the processor handle data efficiently.
๐ฏ Exam Tip: The bit-width of the processor usually matches the width of its data registers and the memory word size to optimize data processing.
Question 64. The microprocessors can be classified based on the criteria.
(a) width of data that can be processed
(b) instruction set
(c) Both A and B
(d) None of the options
Answer: (c) Both A and B
In simple words: Microprocessors are categorized based on two main things: how many bits of data they can handle at once (data width) and the specific set of commands they understand (instruction set). These characteristics define their power and abilities.
๐ฏ Exam Tip: Always remember the two primary classification criteria for microprocessors: data width (e.g., 8-bit, 16-bit, 32-bit, 64-bit) and instruction set architecture (e.g., RISC, CISC).
Question 65. is one of the microprocessors classifications.
(a) 8/16 bit microprocessor
(b) 32-bit microprocessor
(c) 64-bit microprocessor
(d) All of the options
Answer: (b) 32-bit microprocessor
In simple words: One way to classify microprocessors is by the number of bits they can process at one time, and "32-bit microprocessor" is a common example of this classification. This refers to the data width they can handle.
๐ฏ Exam Tip: When asked about classifications, provide a specific example from one of the categories, such as bit width or instruction set type.
Question 66. is classification of Microprocessors based on Instruction Set.
(a) RISC
(b) CISC
(c) both A and B
(d) None of the options
Answer: (c) both A and B
In simple words: Microprocessors can be grouped by the type of instruction set they use, which includes both RISC (Reduced Instruction Set Computer) and CISC (Complex Instruction Set Computer) designs. These are two fundamental approaches to processor design.
๐ฏ Exam Tip: RISC and CISC are the two major instruction set architectures; know their full forms and basic differences for a complete answer.
Question 67. RISC stands for .
(a) Random Instruction Set Computers
(b) Rich Instruction Set Computers
(c) Reduced Instruction Sequence Computers
(d) Reduced Instruction Set Computers
Answer: (d) Reduced Instruction Set Computers
In simple words: RISC stands for Reduced Instruction Set Computers, which refers to a type of processor that uses a smaller, simpler set of instructions. This design aims for faster execution of individual instructions.
๐ฏ Exam Tip: Always write the full form of acronyms accurately; "Reduced" is the key word for RISC.
Question 68. CISC stands for .
(a) Complex Instruction Set Computers
(b) Compulsory Instruction Set Computers
(c) Common Instruction Sequence Computers
(d) Critical Instruction Set Computers
Answer: (a) Complex Instruction Set Computers
In simple words: CISC means Complex Instruction Set Computers, which describes processors that have a large and varied set of instructions. These instructions can perform many operations with just one command.
๐ฏ Exam Tip: Pay attention to the "Complex" part for CISC, as it highlights the key difference from RISC processors.
Question 69. Identify the True statement from the following.
(a) RISC processors have a small set of highly optimized instructions.
(b) Computers supporting CISC can accomplish a wide variety of tasks, making them ideal for personal computers.
(c) Computer memory is the storage space in the computer, where data and instructions are stored)
(d) All of the options
Answer: (d) All of the options
In simple words: All the given statements are correct. RISC chips use simple, fast instructions. CISC chips are good for many different tasks, which is why they are often used in personal computers. Computer memory is where all the data and instructions are kept for the computer to use.
๐ฏ Exam Tip: When "All of the options" is an choice, carefully evaluate each statement for correctness before selecting.
Question 70. is a CISC processor.
(a) Pentium IV
(b) Intel P6 and AMD K6
(c) K7
(d) All of the options
Answer: (d) All of the options
In simple words: Pentium IV, Intel P6, AMD K6, and K7 are all examples of CISC processors. These processors are known for their ability to execute many types of instructions, making them suitable for general-purpose computing.
๐ฏ Exam Tip: Knowing examples of both CISC and RISC processors helps in identifying the architecture used in different computer systems.
Question 71. is a CISC processor.
(a) Intel 386 & 486
(b) Pentium II and III
(c) Motorola 68000
(d) All of the options
Answer: (d) All of the options
In simple words: Intel 386, 486, Pentium II, Pentium III, and Motorola 68000 are all examples of processors that use the CISC architecture. They are designed to handle a wide range of complex instructions efficiently.
๐ฏ Exam Tip: Many older and current general-purpose desktop processors fall under the CISC category, allowing them to perform diverse tasks.
Question 72. A is just like a human brain.
(a) memory
(b) processor
(c) bus
(d) None of the options
Answer: (a) memory
In simple words: Computer memory is often compared to a human brain because it is where the computer stores all the information it needs to work, similar to how our brain stores thoughts and memories. It holds data and instructions temporarily or permanently.
๐ฏ Exam Tip: Analogies can help you remember complex concepts; connect computer memory to the brain for easier recall.
Question 73. is used to store data and instructions.
(a) memory
(b) processor
(c) bus
(d) None of the options
Answer: (a) memory
In simple words: Memory in a computer is the place where all the data and instructions that the computer needs to run are kept. It acts like a temporary or permanent storage space for information.
๐ฏ Exam Tip: Memory is essential for any computer to function, as it holds both the programs being run and the data they operate on.
Question 74. There are types of accessing methods to access the memory.
(a) four
(b) three
(c) two
(d) None of the options
Answer: (c) two
In simple words: There are two main ways to access memory: sequential access and random access. Each method determines how quickly and directly information can be retrieved.
๐ฏ Exam Tip: Understanding the two primary memory access methods is key to grasping how different storage devices operate and their performance characteristics.
Question 75. is the memory operation.
(a) read
(b) write
(c) read and write
(d) None of the options
Answer: (c) read and write
In simple words: The two main operations performed on memory are reading data (getting information from memory) and writing data (putting information into memory). These actions are fundamental to how a computer uses its storage.
๐ฏ Exam Tip: Read and write are the most basic and crucial operations for any memory device, enabling both data retrieval and storage.
Question 76. is a memory accessing method.
(a) sequential
(b) random
(c) both A and B
(d) None of the options
Answer: (c) both A and B
In simple words: Both sequential access and random access are ways that computers get information from memory. Sequential access means reading data in order, while random access means you can jump directly to any piece of data.
๐ฏ Exam Tip: Sequential access is like reading a book from start to finish, while random access is like opening it directly to a specific page.
Question 77. In access, the memory is accessed in an orderly manner from start to end.
(a) sequential
(b) random
(c) both A and B
(d) None of the options
Answer: (a) sequential
In simple words: In sequential access, you have to go through all the data from the beginning until you find what you need. It's like listening to a song on a tape: you must fast-forward past the songs before it.
๐ฏ Exam Tip: Magnetic tape storage is a classic example of a sequential access device, where data retrieval time depends on its position.
Question 78. In access, any byte of memory can be accessed directly without navigating through previous bytes.
(a) sequential
(b) random
(c) both A and B
(d) None of the options
Answer: (b) random
In simple words: Random access means you can immediately go to any specific piece of data in memory, no matter where it is located. This is much faster than sequential access because you don't have to search through other data first.
๐ฏ Exam Tip: RAM (Random Access Memory) is named for this capability, allowing quick data retrieval regardless of its physical location.
Question 79. The main memory is otherwise called .
(a) ROM
(b) RAM
(c) storage device
(d) None of the options
Answer: (b) RAM
In simple words: Main memory in a computer is usually referred to as RAM (Random Access Memory). It's the primary working area for the CPU where programs and data are kept temporarily.
๐ฏ Exam Tip: Distinguish between RAM (main memory, volatile) and ROM (read-only memory, non-volatile) in terms of their function and characteristics.
Question 80. RAM is available in computers in the form of .
(a) integrated circuits
(b) internal circuits
(c) information circuits
(d) None of the options
Answer: (a) integrated circuits
In simple words: RAM chips are built as integrated circuits (ICs), which are small electronic devices containing many tiny electronic components. These ICs are then put together to form memory modules that fit into your computer.
๐ฏ Exam Tip: Understanding that RAM is made of integrated circuits helps in visualizing its physical form and compact nature.
Question 81. The Operating System, Application Programs and the data in current use are kept in .
(a) ROM
(b) EPROM
(c) DVD
(d) RAM
Answer: (d) RAM
In simple words: All the programs running on your computer, like the operating system and applications, along with the data you are currently working on, are stored in RAM. This allows the CPU to quickly access them.
๐ฏ Exam Tip: RAM is the "working memory" of a computer; anything actively being used or processed resides here for fast access.
Question 82. The processor can access data and program available in .
(a) ROM
(b) EPROM
(c) DVD
(d) RAM
Answer: (d) RAM
In simple words: The processor primarily accesses data and programs that are stored in RAM (Random Access Memory). RAM is designed for fast read and write access, which is crucial for the CPU's operations.
๐ฏ Exam Tip: The close relationship between the CPU and RAM is fundamental to computer performance; faster RAM allows the CPU to work more efficiently.
Question 83. The smallest unit of information that can be stored in the memory is called as a .
(a) Byte
(b) Bit
(c) Nibble
(d) None of the options
Answer: (b) Bit
In simple words: The smallest piece of information a computer can store is called a bit, which is either a 0 or a 1. All computer data is made up of these tiny bits.
๐ฏ Exam Tip: Remember the hierarchy: a bit is the smallest, followed by a nibble (4 bits), and then a byte (8 bits).
Question 84. The memory can be accessed by a collection of 8 bits which is called as a .
(a) Byte
(b) Bit
(c) Nibble
(d) None of the options
Answer: (a) Byte
In simple words: When 8 bits are grouped together, they form a unit called a byte. A byte is a very common unit of data in computers and can represent a single character, like a letter or a number.
๐ฏ Exam Tip: A byte is a foundational unit in computing, essential for understanding memory capacity and data transfer rates.
Question 85. 1 megabyte of memory, then it can store characters.
(a) 10,48,576
(b) 12,48,576
(c) 10,24,576
(d) 10,48,286
Answer: (a) 10,48,576
In simple words: One megabyte (MB) of memory is equal to 1,048,576 bytes. Since each byte can typically store one character, a 1 MB memory can hold 1,048,576 characters.
๐ฏ Exam Tip: Remember the conversion factors: 1 Kilobyte (KB) = 1024 bytes, and 1 Megabyte (MB) = 1024 Kilobytes, which is \( 1024 \times 1024 = 1,048,576 \) bytes.
Question 86. 1 megabyte of memory, then it can store of information.
(a) 10,48,576 bytes
(b) 10,48,576 bits
(c) 10,24,576 bytes
(d) 10,48,286 bytes
Answer: (a) 10,48,576 bytes
In simple words: One megabyte (MB) of memory holds exactly 1,048,576 bytes of information. This is a standard unit for measuring digital data storage.
๐ฏ Exam Tip: Be precise with units; a megabyte stores bytes, not bits, as the primary measure of information. Each character typically takes one byte.
Question 87. is a volatile memory.
(a) ROM
(b) EPROM
(c) RAM
(d) CD-ROM
Answer: (c) RAM
In simple words: RAM (Random Access Memory) is a type of volatile memory, which means it loses all its stored information as soon as the computer's power is turned off. It needs constant power to keep data.
๐ฏ Exam Tip: Volatile memory is temporary storage; non-volatile memory (like ROM, hard drives, flash drives) retains data without power.
Question 88. The information stored in is not permanent.
(a) ROM
(b) EPROM
(c) RAM
(d) CD-ROM
Answer: (c) RAM
In simple words: Information kept in RAM is not saved forever; it is lost when the computer turns off. This is why RAM is called volatile memory.
๐ฏ Exam Tip: Remember that "permanent" refers to data persistence even without power, which distinguishes volatile memory (RAM) from non-volatile memory (ROM, EPROM, CD-ROM).
Question 89. As soon as the power is turned off, whatever data that resides in __________ is lost.
(a) ROM
(b) EPROM
(c) RAM
(d) CD-ROM
Answer: (c) RAM
In simple words: When the computer's power goes off, all the data stored in RAM disappears, because RAM needs continuous power to hold information. This is why you must save your work regularly.
๐ฏ Exam Tip: Questions about data loss upon power-off almost always refer to RAM, as it's the primary volatile memory type.
Question 90. __________ allows operations, both read and write.
(a) ROM
(b) RAM
(c) Both A and B
(d) None of these
Answer: (b) RAM
In simple words: RAM is a type of memory where you can both store new information (write) and access existing information (read). This makes it very useful for active tasks.
๐ฏ Exam Tip: Differentiate between memory types by their read/write capabilities: ROM is typically read-only, while RAM is read/write.
Question 91. There are __________ basic types of RAM.
(a) 2
(b) 3
(C) 4
(d) More than 4
Answer: (a) 2
In simple words: There are two main kinds of RAM: Static RAM (SRAM) and Dynamic RAM (DRAM). They work differently to store data temporarily.
๐ฏ Exam Tip: Knowing the two primary types of RAM (SRAM and DRAM) is fundamental to understanding memory technology.
Question 92. __________ is a type of RAM.
(a) SRAM
(b) DRAM
(c) Both A and B
(d) None of these
Answer: (c) Both A and B
In simple words: Both SRAM and DRAM are actual types of RAM, each with its own benefits and uses in different parts of a computer system. They are important for temporary data storage.
๐ฏ Exam Tip: Be familiar with both SRAM and DRAM as distinct categories of Random Access Memory.
Question 93. SRAM means __________.
(a) Static RAM
(b) Simple RAM
(c) Serial RAM
(d) Sensitive RAM
Answer: (a) Static RAM
In simple words: SRAM stands for Static Random Access Memory. It is known for being very fast.
๐ฏ Exam Tip: Acronyms are common in computer science; always know the full form for terms like SRAM and DRAM.
Question 94. DRAM means __________.
(a) Dynamic RAM
(b) Dual RAM
(c) Digital RAM
(d) Discrete RAM
Answer: (a) Dynamic RAM
In simple words: DRAM means Dynamic Random Access Memory. It is commonly used as the main memory in computers because it is cost-effective.
๐ฏ Exam Tip: Distinguish DRAM (Dynamic RAM) from SRAM (Static RAM) by remembering that 'Dynamic' refers to its need for constant refreshing.
Question 95. __________ RAM being a common type needs to be refreshed frequently.
(a) SRAM
(b) DRAM
(c) Both A and B
(d) None of these
Answer: (b) DRAM
In simple words: Dynamic RAM (DRAM) is widely used, but it needs to be updated many times each second to keep its data. This constant refreshing ensures the information stays stored.
๐ฏ Exam Tip: The need for frequent refreshing is a key characteristic of DRAM, directly impacting its performance and cost compared to SRAM.
Question 96. __________ RAM needs to be refreshed less often, which makes it faster.
(a) SRAM
(b) DRAM
(c) Both A and B
(d) None of these
Answer: (a) SRAM
In simple words: Static RAM (SRAM) does not need to be refreshed as often as DRAM, making it much faster for tasks that need quick access. This is because it uses a different circuit design.
๐ฏ Exam Tip: SRAM's speed is a direct result of its less frequent refreshing, making it suitable for cache memory where fast access is critical.
Question 97. __________ RAM is more expensive.
(a) SRAM
(b) DRAM
(c) Both A and B
(d) None of these
Answer: (a) SRAM
In simple words: SRAM costs more to make than DRAM, even though it's faster. This is due to its more complex internal structure.
๐ฏ Exam Tip: Remember the trade-off: SRAM is faster but more expensive, while DRAM is slower but cheaper and more common for main memory.
Question 98. __________ memory in a computer with pre-recorded data at manufacturing time which cannot be modified.
(a) ROM
(b) EPROM
(c) RAM
(d) CD-ROM
Answer: (a) ROM
In simple words: ROM is a special memory that has information written onto it when it is made, and this information cannot be changed later. It holds permanent instructions.
๐ฏ Exam Tip: The key characteristic of ROM is its read-only nature and the fact that its contents are set during manufacturing.
Question 99. The stored programs that start the computer and perform diagnostics are available in __________.
(a) ROM
(c) RAM
(b) EPROM
(d) CD-ROM
Answer: (a) ROM
In simple words: ROM stores important programs like the BIOS, which helps the computer start up and check its parts. These programs are essential for the computer to function.
๐ฏ Exam Tip: Always associate ROM with essential boot-up and diagnostic programs, as its non-volatile nature ensures these are always available.
Question 100. __________ stores critical programs such as the program that boots the computer.
(a) ROM
(b) EPROM
(c) RAM
(d) CD-ROM
Answer: (a) ROM
In simple words: ROM holds crucial software, like the program that helps your computer turn on and get ready to use. This makes it a very important part of the computer system.
๐ฏ Exam Tip: The 'boot program' or BIOS (Basic Input/Output System) is a prime example of software stored in ROM.
Question 101. __________ retains its contents even when the computer is turned off.
(a) ROM
(b) RAM
(c) Both A and B
(d) None of these
Answer: (a) ROM
In simple words: Unlike RAM, ROM keeps its stored information safe even when the computer is powered down. This feature is known as non-volatility.
๐ฏ Exam Tip: Remember the distinction between volatile (loses data without power) and non-volatile (retains data without power) memory types.
Question 102. __________ is called as a non-volatile memory.
(a) ROM
(b) RAM
(c) Both A and B
(d) None of these
Answer: (a) ROM
In simple words: ROM is known as non-volatile memory because it can hold onto its data even when the power is off. This is a key feature for storing essential system information.
๐ฏ Exam Tip: Understand that non-volatile memory is crucial for storing system firmware and data that needs to persist across power cycles.
Question 103. __________ is manufactured as a blank memory.
(a) ROM
(b) PROM
(c) both A and B
(d) None of these
Answer: (b) PROM
In simple words: PROM, which stands for Programmable Read-Only Memory, is made without any information on it and can be programmed only once by the user. This makes it flexible for specific applications.
๐ฏ Exam Tip: The main difference between ROM and PROM is that PROM is initially blank and can be programmed once by the user, while ROM is programmed during manufacturing.
Question 104. __________ is programmed during the manufacturing process itself.
(a) ROM
(b) EPROM
(C) RAM
(d) CD-ROM
Answer: (a) ROM
In simple words: Read-Only Memory (ROM) is given its information and instructions right when it is being made in the factory. This means the content is fixed from the start.
๐ฏ Exam Tip: Contrast ROM's factory programming with PROM, which is programmed by the user, and EPROM/EEPROM, which can be reprogrammed.
Question 105. __________ is used to write data to a PROM chip.
(a) PROM programmer
(b) PROM burner
(c) A or B
(d) None of these
Answer: (c) A or B
In simple words: To put data onto a PROM chip, you need a special device called a PROM programmer or a PROM burner. These tools write the data permanently.
๐ฏ Exam Tip: Understand that a dedicated tool is necessary for programming (burning) a PROM, as it's a one-time process.
Question 106. The process of programming a PROM is called __________ the PROM.
(a) writing
(b) storing
(c) recording
(d) burning
Answer: (d) burning
In simple words: When you program a PROM, it's commonly called "burning" the PROM. This process writes the data permanently to the chip.
๐ฏ Exam Tip: The term "burning" is a common industry term for permanently programming a PROM or other one-time programmable devices.
Question 107. __________ serves as a PROM, but the content can be erased using ultraviolet rays.
(a) EPROM
(b) RAM
(c) CD-ROM
(d) None of these
Answer: (a) EPROM
In simple words: EPROM is a type of memory that acts like a PROM, but its data can be wiped clean with ultraviolet light and then reprogrammed. This makes it reusable.
๐ฏ Exam Tip: The ability to erase with ultraviolet light is the defining characteristic of EPROM, allowing for multiple programming cycles.
Question 108. __________ retains its contents until it is exposed to ultraviolet light.
(a) EPROM
(b) RAM
(c) CD-ROM
(d) None of these
Answer: (a) EPROM
In simple words: EPROM keeps its stored information safe until it is intentionally exposed to ultraviolet light, which then clears its contents. This feature makes it unique.
๐ฏ Exam Tip: Understanding the mechanism of erasure (UV light) is key to differentiating EPROM from other non-volatile memory types.
Question 109. __________ is a special type of PROM that can be erased by exposing it to an electrical charge.
(a) EPROM
(b) RAM
(c) EEPROM
(d) None of these
Answer: (c) EEPROM
In simple words: EEPROM is a special kind of PROM where data can be erased using an electrical signal, allowing it to be reprogrammed many times without needing ultraviolet light. This makes it very convenient.
๐ฏ Exam Tip: EEPROM (Electrically Erasable Programmable Read-Only Memory) is distinct from EPROM because it uses electricity, not UV light, for erasure, enabling in-circuit reprogramming.
Question 110. Comparing with all other types of ROM, __________ is slower in performance.
(a) EPROM
(b) RAM
(c) EEPROM
(d) None of these
Answer: (c) EEPROM
In simple words: When compared to other types of ROM, EEPROM takes more time to perform its operations. This slower speed is a trade-off for its electrical erasability.
๐ฏ Exam Tip: While convenient for re-programmability, EEPROM's performance is generally slower than EPROM or basic ROM due to its erasure mechanism.
Question 111. The __________ memory is a very high speed.
(a) EPROM
(b) RAM
(c) EEPROM
(d) Cache
Answer: (d) Cache
In simple words: Cache memory is designed to be extremely fast to help the computer's processor work more quickly. It stores frequently used data.
๐ฏ Exam Tip: Cache memory is always positioned as the fastest memory level in the hierarchy, directly improving CPU performance.
Question 112. The __________ memory is an expensive memory.
(a) EPROM
(b) RAM
(c) EEPROM
(d) Cache
Answer: (d) Cache
In simple words: Cache memory is very fast, but it is also quite costly to produce. This high cost is why computers usually only have a small amount of it.
๐ฏ Exam Tip: The high cost of cache memory explains why it's used in small amounts, typically in multiple levels, close to the CPU.
Question 113. __________ memory is used to speed up the memory retrieval process.
(a) ROM
(b) RAM
(c) DVD
(d) Cache
Answer: (d) Cache
In simple words: Cache memory works like a quick storage area, holding data that the computer needs often. This helps the processor get information much faster.
๐ฏ Exam Tip: Always link cache memory with improving retrieval speed and reducing the time the CPU spends waiting for data from main memory.
Question 114. __________ memory helps to achieve the fast response time.
(a) ROM
(b) RAM
(c) DVD
(d) Cache
Answer: (d) Cache
In simple words: Cache memory helps the computer respond quickly by storing data that the CPU will likely need next. This reduces delays and makes the system feel faster.
๐ฏ Exam Tip: Fast response time is a direct benefit of cache memory, crucial for applications that require rapid data access and processing.
Question 115. __________ refers to how quickly the memory can respond to a read/write request.
(a) Access time
(b) Fetch time
(c) Execute time
(d) None of these
Answer: (a) Access time
In simple words: Access time is simply how fast a memory device can find and give you the data you asked for, or save new data. A shorter access time means faster performance.
๐ฏ Exam Tip: Access time is a fundamental metric for memory performance; a lower value indicates faster memory.
Question 116. __________ memory is expensive and volatile.
(a) Main memory
(b) Secondary memory
(c) Axillary memory
(d) None of these
Answer: (a) Main memory
In simple words: Main memory, usually RAM, is expensive and loses all its information when the power is turned off. It is used for active programs and data.
๐ฏ Exam Tip: Remember that main memory (RAM) is a volatile component, meaning its contents are temporary and dependent on power.
Question 117. To store data and programs permanently, __________ devices are used.
(a) Main memory
(b) Secondary storage
(c) ROM
(d) None of these
Answer: (b) Secondary storage
In simple words: Secondary storage devices, like hard drives or SSDs, are used to save files and programs for a long time, even when the computer is off. This ensures data is not lost.
๐ฏ Exam Tip: Always distinguish between temporary (volatile) main memory and permanent (non-volatile) secondary storage when discussing data retention.
Question 118. __________ devices serve as a supportive storage to main memory.
(a) ROM
(b) Secondary storage
(c) printing
(d) None of these
Answer: (b) Secondary storage
In simple words: Secondary storage devices help the main memory by providing a larger, permanent place to store all your programs and files. They act as a backup and long-term repository.
๐ฏ Exam Tip: Secondary storage is essential for holding large amounts of data and programs that exceed the capacity of main memory and require long-term retention.
Question 119. __________ devices are non-volatile in nature.
(a) Main memory
(b) Secondary storage
(c) Cache memory
(d) None of these
Answer: (b) Secondary storage
In simple words: Secondary storage devices keep their data even when the power is off, meaning they are non-volatile. This is important for saving files permanently.
๐ฏ Exam Tip: Non-volatility is the key characteristic of secondary storage, allowing it to store data persistently unlike volatile RAM.
Question 120. __________ device is also called Backup storage.
(a) Main memory
(b) Secondary storage
(c) Cache memory
(d) None of these
Answer: (b) Secondary storage
In simple words: Secondary storage is often called backup storage because it's where you keep copies of your important files to prevent losing them. It provides a long-term solution for data safety.
๐ฏ Exam Tip: The term "backup storage" highlights the role of secondary storage in data protection and recovery.
Question 121. __________ is a magnetic disk on which you can store data.
(a) Hard disk
(b) CD-ROM
(c) RAM
(d) All the above
Answer: (a) Hard disk
In simple words: A hard disk is a type of storage that uses magnetism to save computer data. It's a common way to store large amounts of information.
๐ฏ Exam Tip: Hard disks are a classic example of magnetic storage, characterized by their high capacity and mechanical spinning platters.
Question 122. The __________ has the stacked arrangement of disks accessed by a pair of heads for each of the disks.
(a) Hard disk
(b) CD-ROM
(c) RAM
(d) All the above
Answer: (a) Hard disk
In simple words: A hard disk contains multiple platters stacked on top of each other, and each platter has its own read/write heads. This design allows for large storage capacities.
๐ฏ Exam Tip: Visualize the internal structure of a hard disk, with its platters and read/write heads, to understand its mechanical operation.
Question 123. The __________ come with a single or double sided disk.
(a) Hard disk
(c) RAM
(d) All the above
Answer: (a) Hard disk
In simple words: Hard disks can be made with either one recording surface or two, depending on the design. This flexibility helps optimize storage space.
๐ฏ Exam Tip: The terms "single-sided" and "double-sided" refer to the number of surfaces on a platter that can store data.
Question 124. CD-ROM is made from __________ millimeters thick, polycarbonate plastic material.
(a) 1.2
(b) 1.4
(c) 0.2
(d) None of these
Answer: (a) 1.2
In simple words: A CD-ROM disc is typically made of a tough plastic called polycarbonate and is 1.2 millimeters thick. This sturdy design protects the data inside.
๐ฏ Exam Tip: Knowing the physical dimensions and material of a CD-ROM helps in understanding its manufacturing and durability.
Question 125. CD data is represented as tiny indentations known as __________.
(a) pixels
(b) bits
(c) block
(d) pics
Answer: (d) pics
In simple words: On a CD, data is stored as very small bumps and flat areas on the disc's surface. These bumps are called "pits," and the flat areas are "lands." A laser reads these tiny changes to get the data.
๐ฏ Exam Tip: Understanding "pits" and "lands" is fundamental to how optical discs like CD-ROMs store and retrieve digital information.
Question 126. The areas between pits are known as __________.
(a) fields
(b) rings
(c) blocks
(d) lands
Answer: (d) lands
In simple words: On a CD, the flat parts of the disc, which are not pits, are called lands. Together, pits and lands create the pattern that stores data.
๐ฏ Exam Tip: Remember that optical disc data is encoded by the difference between pits (indentations) and lands (flat surfaces).
Question 127. The capacity of an ordinary CD-ROM is __________ MB.
(a) 720
(b) 700
(c) 320
(d) 640
Answer: (b) 700
In simple words: A standard CD-ROM can hold about 700 megabytes of data. This was a lot of storage when CDs first came out.
๐ฏ Exam Tip: Knowing the typical storage capacity of common media like CD-ROMs is important for general computer knowledge.
Question 128. DVD stands for __________.
(a) Digital Versatile Disc
(b) Digital Video Disc
(c) Digital Virtual Disc
(d) Either A or B
Answer: (a) Digital Versatile Disc
In simple words: DVD initially stood for Digital Video Disc, but its name was later changed to Digital Versatile Disc to show its ability to store more than just video. It stores a variety of digital data.
๐ฏ Exam Tip: While often associated with video, the official and more comprehensive meaning of DVD is "Digital Versatile Disc" due to its broader utility.
Question 129. __________ are often used to store movies at a better quality.
(a) Hard disk
(b) DVD
(c) Floppy
(d) All the above
Answer: (b) DVD
In simple words: DVDs became very popular for storing movies because they could hold a lot more data than CDs and provided much better picture and sound quality. They were a significant upgrade.
๐ฏ Exam Tip: DVDs were a major advancement over VHS tapes and CDs for home video, offering higher capacity and quality.
Question 130. __________ are read with a laser.
(a) CD
(b) DVD
(c) RAM
(d) both A and B
Answer: (d) both A and B
In simple words: Both CDs and DVDs use a laser light to read the information stored on their surfaces. This optical method allows for precise data retrieval.
๐ฏ Exam Tip: Optical storage technologies, including CDs and DVDs, universally rely on lasers for reading data.
Question 131. The DVD can have __________ of data per side.
(a) one or two sides
(b) one or two layers
(c) both A or B
(d) None of these
Answer: (c) both A or B
In simple words: A DVD can store data on one or two sides, and each side can have one or two layers. This multi-sided, multi-layered design allows for much higher storage capacity.
๐ฏ Exam Tip: The capacity of a DVD is determined by its number of sides and layers, with more layers and sides yielding greater storage.
Question 132. The __________ determines how much it can hold in a DVD.
(a) number of sides
(b) layers
(c) number of sides and layers
(d) None of these
Answer: (c) number of sides and layers
In simple words: The total amount of data a DVD can store depends on how many sides it uses and how many data layers are on each side. More of these means more storage.
๐ฏ Exam Tip: When calculating DVD capacity, always consider both the number of sides and the number of layers per side, as they contribute multiplicatively to total storage.
Question 133. A 12 cm diameter DVD with single sided, single layer has ______ GB capacity.
(a) 4.7
(b) 8.5
(c) Either A or B
(d) None of these
Answer: (a) 4.7
In simple words: A regular 12 cm DVD, if it has one side and one layer, can hold up to 4.7 Gigabytes of data. This is a common storage size for standard DVDs.
๐ฏ Exam Tip: Remember the standard storage capacities for different media like CD (700 MB) and DVD (4.7 GB single layer) as these are frequently asked facts.
Question 134. A 12 cm diameter DVD with single sided, double layer has ______ GB capacity.
(a) 4.7
(b) 8.5
(c) Either A or B
(d) None of these
Answer: (b) 8.5
In simple words: A 12 cm DVD with one side but two layers can hold a lot more data, specifically 8.5 Gigabytes. The extra layer doubles its storage space.
๐ฏ Exam Tip: Note the difference in capacity between single-layer and double-layer DVDs; the "double layer" means more storage, typically close to double the single layer capacity.
Question 135. The 8 cm DVD has ______ GB capacity.
(a) 4.7
(b) 8.5
(c) 1.5
(d) None of these
Answer: (c) 1.5
In simple words: A smaller 8 cm DVD holds less data, usually around 1.5 Gigabytes. This size is often used for camcorders or other portable devices.
๐ฏ Exam Tip: Pay attention to the physical size of the disc (12 cm vs. 8 cm) as it directly affects the storage capacity.
Question 136. The capacity of a DVD-ROM can be visually determined by noting the number of ______ of the disc.
(a) data sides
(b) concentric rings
(c) Either A or B
(d) None of these
Answer: (a) data sides
In simple words: You can often tell how much a DVD-ROM can hold by looking at how many sides it uses for data. More data sides generally mean more storage.
๐ฏ Exam Tip: The number of data sides (single or double) and layers (single or double) are key factors in determining a DVD's total storage capacity.
Question 137. DVDs with Double-layered sides are usually ______ coloured.
(a) silver
(b) gray
(c) blue
(d) gold
Answer: (d) gold
In simple words: DVDs that have two data layers on one side often look goldish. This color helps to visually identify their double-layer design.
๐ฏ Exam Tip: Visual cues like color can sometimes indicate a disc's type or capacity, but always check the label for precise information.
Question 138. DVDs with Single-layered sides are usually ______ coloured.
(a) silver
(b) gray
(c) blue
(d) gold
Answer: (a) silver
In simple words: DVDs with only one data layer typically have a silver appearance. This is the most common look for standard DVDs.
๐ฏ Exam Tip: Differentiate between the visual appearance of single-layer (silver) and double-layer (gold) DVDs, which is a practical way to identify them.
Question 139. ______ memory is an electronic nonvolatile computer storage medium that can be electrically erased and reprogrammed.
(a) RAM
(b) ROM
(c) Flash
(d) DVD
Answer: (c) Flash
In simple words: Flash memory is a type of electronic storage that saves information even when the power is off. You can also erase and put new information on it using electricity.
๐ฏ Exam Tip: Flash memory combines the permanence of ROM with the erasability of EPROM, making it ideal for portable devices.
Question 140. Flash memory is ______.
(a) EEPROM
(b) EPROM
(c) Either EEPROM or EPROM
(d) None of these
Answer: (c) Either EEPROM or EPROM
In simple words: Flash memory is a type of non-volatile memory that can be erased and reprogrammed. It is essentially a modern form of either EEPROM or EPROM technology.
๐ฏ Exam Tip: Understand that Flash memory is a broad category that includes both EEPROM-like and EPROM-like characteristics, depending on the specific implementation.
Question 141. Example for Flash memory is ______.
(a) pen drives
(b) memory cards
(c) Both A and B
(d) None of these
Answer: (c) Both A and B
In simple words: Common examples of flash memory are pen drives (USB drives) and memory cards, which are used in many devices like phones and cameras. They both allow you to save and move data easily.
๐ฏ Exam Tip: Recognize real-world applications of flash memory like USB drives, SSDs, and memory cards, as these illustrate its practical importance.
Question 142. Flash memories can be used in ______.
(a) Personal Computers and Personal Digital Assistants (PDA)
(b) digital audio players and digital cameras
(c) mobile phones
(d) All the above
Answer: (d) All the above
In simple words: Flash memory is used in many electronic devices. You can find it in personal computers, PDAs, music players, digital cameras, and mobile phones, showing its wide use for storing data.
๐ฏ Exam Tip: Flash memory's versatility and non-volatile nature make it suitable for a wide range of portable and embedded electronic devices.
Question 143. Flash memory offers fast ______.
(a) access time
(b) evaluation time
(c) completion time
(d) None of these
Answer: (a) access time
In simple words: Flash memory lets you get to your data very quickly. This fast access time is one of its main benefits compared to older storage methods.
๐ฏ Exam Tip: A key advantage of flash memory is its fast access time, which significantly improves the performance of devices using it.
Question 144. The time taken to read or write a character in memory is called ______.
(a) access time
(b) evaluation time
(c) completion time
(d) None of these
Answer: (a) access time
In simple words: The time it takes for a computer to find and use a piece of information from its memory is called access time. It measures how fast the memory can work.
๐ฏ Exam Tip: Access time is a crucial metric for memory performance, indicating how quickly data can be retrieved or stored.
Question 145. The capacity of the flash memories vary from ______.
(a) 1GB to 2 TB
(b) 1 GB to 4 TB
(c) 1 MB to 2 MB
(d) 1 MB to 2 GB
Answer: (a) 1GB to 2 TB
In simple words: Flash memories can hold a lot of information, ranging from 1 Gigabyte (GB) for smaller devices up to 2 Terabytes (TB) for larger storage needs. This wide range makes them useful for many different applications.
๐ฏ Exam Tip: Understand the units of storage (MB, GB, TB) and their relative sizes, as flash memory capacities span a vast range.
Question 146. ______ disc is a high-density optical disc similar to DVD.
(a) Hard
(b) Floppy
(c) Blu-Ray
(d) All the above
Answer: (c) Blu-Ray
In simple words: A Blu-Ray disc is an advanced type of disc that can store a lot of data, even more than a DVD. It is similar to a DVD but can hold high-quality movies and games.
๐ฏ Exam Tip: Blu-Ray discs are known for their higher storage density compared to DVDs, primarily due to the use of a blue-violet laser.
Question 147. Blu-Ray is the type of disc used for ______.
(a) Play Station games
(b) Playing High-Definition (HD) movies.
(c) Both A and B
(d) None of these
Answer: (c) Both A and B
In simple words: Blu-Ray discs are perfect for things that need a lot of storage. They are used for high-quality video games, like those on PlayStation, and for watching movies in very clear High-Definition.
๐ฏ Exam Tip: Blu-Ray's large capacity makes it ideal for HD content and graphically intensive games, which require significant storage space.
Question 148. A double-layer Blu-Ray disc can store up to ______ GB of data.
(a) 150
(b) 50
(c) 100
(d) 5
Answer: (b) 50
In simple words: A Blu-Ray disc with two layers can store a very large amount of data, up to 50 Gigabytes. This is why it can hold long, high-definition films.
๐ฏ Exam Tip: Remember that double-layer Blu-Ray discs offer significantly more storage (50 GB) than single-layer ones (25 GB).
Question 149. A double-layer Blu-Ray disc can store more than ______ times the capacity of a DVD.
(a) 5
(b) 15
(c) 70
(d) 72
Answer: (a) 5
In simple words: A double-layer Blu-Ray disc can hold much more data than a standard DVD, about 5 times as much. This is because Blu-Ray technology is more advanced.
๐ฏ Exam Tip: Compare the capacities: a 50 GB Blu-Ray is roughly 10 times a 4.7 GB single-layer DVD, or about 5 times a 8.5 GB double-layer DVD. The question implies comparison to a single-layer DVD in context.
Question 150. A double-layer Blu-ray disc can store more than ______ times the capacity of a CD.
(a) 5
(b) 15
(c) 70
(d) 72
Answer: (c) 70
In simple words: A double-layer Blu-ray disc can store a huge amount of data, more than 70 times what a normal CD can hold. This shows how much storage technology has improved.
๐ฏ Exam Tip: Knowing that a CD holds 700 MB and a double-layer Blu-Ray holds 50 GB (50,000 MB) helps in quickly calculating the approximate ratio (50000 / 700 โ 71.4).
Question 151. The Blu-Ray disc format was developed to ______ enable of high-definition video.
(a) recording
(b) rewriting
(c) playback
(d) All the above
Answer: (d) All the above
In simple words: The Blu-Ray disc was made so people could record, rewrite, and play high-definition videos. It was designed to handle all aspects of high-quality video content.
๐ฏ Exam Tip: Blu-Ray technology supports both read-only (for movies) and recordable/rewritable formats, making it versatile for various HD applications.
Question 152. The ______ format was developed for storing a large amount of data.
(a) Bly-Ray disc
(b) Flash memory
(c) CD
(d) All the above
Answer: (a) Bly-Ray disc
In simple words: The Blu-Ray disc (misspelled as Bly-Ray) was created specifically to store very large amounts of data, much more than older discs like CDs or DVDs. It is perfect for high-quality videos.
๐ฏ Exam Tip: Identify "Bly-Ray" as a probable typo for "Blu-Ray" and answer based on the intended meaning about high-capacity optical storage.
Question 153. ______ uses a red laser to read and write data.
(a) Blu-Ray disc
(b) Flash memory
(c) DVD
(d) None of these
Answer: (c) DVD
In simple words: DVDs use a red laser to read and write information. This is different from Blu-Ray discs, which use a blue-violet laser for more precise data handling.
๐ฏ Exam Tip: Remember the color of the laser used for each optical media: CD uses infrared, DVD uses red, and Blu-Ray uses blue-violet. This is a common differentiator.
Question 154. ______ uses a blue-violet laser to write.
(a) Blu-Ray disc
(b) Flash memory
(c) DVD
(d) None of these
Answer: (a) Blu-Ray disc
In simple words: Blu-Ray discs use a special blue-violet laser to write data. This type of laser allows for much smaller data spots, meaning more information can be stored on the disc.
๐ฏ Exam Tip: The shorter wavelength of the blue-violet laser is what enables Blu-Ray discs to store significantly more data than DVDs.
Question 155. The external devices can be connected to the ______.
(a) ports
(b) interfaces
(c) ports and interfaces
(d) None of these
Answer: (c) ports and interfaces
In simple words: External devices connect to a computer through special connection points called ports and also through general methods called interfaces. Both are needed to link devices.
๐ฏ Exam Tip: Ports are physical connections, while interfaces refer to the communication standards (like USB, HDMI) that enable devices to interact.
Question 156. ______ is used to connect the external devices, found in old computers.
(a) Serial port
(b) USB port
(c) Parallel port
(d) Either A or B or C
Answer: (a) Serial port
In simple words: In older computers, a serial port was commonly used to connect various external devices. It sends data one bit at a time, making it slower than modern ports.
๐ฏ Exam Tip: Serial ports were common for modems and older peripherals, distinguished by their sequential data transmission.
Question 157. ______ is used to connect the printers, found in old computers.
(a) Serial port
(b) USB port
(c) Parallel port
(d) Either A or B or C
Answer: (c) Parallel port
In simple words: In older computers, parallel ports were mainly used to connect printers. They could send many bits of data at the same time, which was faster for printing than a serial port.
๐ฏ Exam Tip: Parallel ports (often LPT ports) were specifically designed for connecting printers and transferring data in parallel fashion, speeding up printing tasks.
Question 158. ______ is used to connect external devices like cameras, scanners, mobile phones, external hard disks, and printers to the computer.
(a) Serial port
(b) USB port
(c) Parallel port
(d) Either A or B or C
Answer: (b) USB port
In simple words: The USB port is a very common type of connection used today. It connects many different external devices like cameras, printers, and hard drives to the computer. It makes connecting devices easy and fast.
๐ฏ Exam Tip: USB (Universal Serial Bus) is the most ubiquitous port due to its versatility, hot-plugging capability, and support for various device types.
Question 159. USB means ______.
(a) Universal Serial Bus
(b) Unique Serial Bus
(c) Universal Serial Board
(d) None of these
Answer: (a) Universal Serial Bus
In simple words: USB stands for Universal Serial Bus. It is a standard type of connection that allows many different devices to link up with a computer.
๐ฏ Exam Tip: Knowing acronyms for common computer terms like USB is fundamental for basic computer literacy.
Question 160. ______ is the third major version of the Universal Serial Bus stadium.
(a) USB 0.3
(b) USB 3.0
(c) USB 3.3
(d) USB 0.33
Answer: (b) USB 3.0
In simple words: USB 3.0 is the third main version of the USB standard. It brought much faster data transfer speeds compared to earlier versions, making it great for quickly moving large files.
๐ฏ Exam Tip: Recognize the chronological order and naming conventions of USB versions (1.0, 2.0, 3.0, 3.1, 3.2), with higher numbers generally indicating faster speeds.
Question 161. USB 3.0 can transfer data up to ______ Giga byte/second.
(a) 3
(b) 3.5
(c) 5.3
(d) 5
Answer: (d) 5
In simple words: USB 3.0 can move data very fast, up to 5 Gigabytes every second. This high speed is useful for tasks like backing up large files or connecting external solid-state drives.
๐ฏ Exam Tip: Be aware of the data transfer rates for different USB versions, as they are a key performance indicator. USB 3.0 (SuperSpeed USB) offers 5 Gbit/s raw speed, which is about 625 MB/s or 0.625 GB/s. The question likely refers to the raw bit rate or a simplified value.
Question 162. Recently released USB version is ______.
(a) USB 3.1
(b) USB 3.2
(c) USB 3.3
(d) Both A and B
Answer: (d) Both A and B
In simple words: Newer versions of USB include USB 3.1 and USB 3.2. These updates provide even faster speeds and better performance for connecting devices.
๐ฏ Exam Tip: Keep up-to-date with evolving technology standards; USB 3.1 and 3.2 are successors to 3.0, offering even greater throughput.
Question 163. ______ is used to connect a monitor or any display device like an LCD projector.
(a) GVA Connector
(b) AGV connector
(c) VGA Connector
(d) None of these
Answer: (c) VGA Connector
In simple words: The VGA connector is a common cable used to link a computer to a screen, like a monitor or a projector. It sends video signals so you can see what's on your computer.
๐ฏ Exam Tip: VGA (Video Graphics Array) is a widely recognized standard for connecting display devices, though newer digital standards like HDMI have largely replaced it for high-definition displays.
Question 164. ______ is used to connect sound speakers, microphone and headphones.
(a) VGA connector
(b) Audio Plugs
(c) SCSI port
(d) None of these
Answer: (b) Audio Plugs
In simple words: Audio plugs are used to connect sound devices like speakers, microphones, and headphones to a computer. These plugs usually have specific colors to show which device they connect to.
๐ฏ Exam Tip: Familiarize yourself with common audio jack colors (e.g., green for line out, pink for mic, blue for line in) and their corresponding functions.
Question 165. ______ is used to connect mouse and keyboard to PC.
(a) VGA connector
(b) Audio Plugs
(c) SCSI port
(d) PS/2 Port
Answer: (d) PS/2 Port
In simple words: The PS/2 port was commonly used to connect a mouse and keyboard to a computer. These ports typically came in specific colors, green for mouse and purple for keyboard.
๐ฏ Exam Tip: While USB has largely replaced PS/2 for keyboards and mice, understanding PS/2's historical role and its specific use for input devices is important.
Question 166. ______ is used to connect the hard disk drives and network connectors,
(a) VGA connector
(b) Audio Plugs
(c) SCSI port
(d) PS/2 Port
Answer: (c) SCSI port
In simple words: A SCSI port is used to connect various computer devices, like hard drives and networking parts. It allows different devices to talk to each other quickly.
๐ฏ Exam Tip: SCSI (Small Computer System Interface) was a high-performance standard, often used for connecting multiple peripherals like hard drives, scanners, and CD-ROM drives to a single controller.
Question 167. HDMI means ______.
(a) High Definition Multimedia Interleave
(b) High Definition Multipurpose Interface
(c) High Definition Multitech Interface
(d) High Definition Multimedia Interface
Answer: (d) High Definition Multimedia Interface
In simple words: HDMI stands for High Definition Multimedia Interface. It is a modern cable that can carry both high-quality video and audio signals between devices.
๐ฏ Exam Tip: HDMI is the most common digital interface for connecting modern display devices, supporting both video and audio transmission in a single cable.
Question 168. ______ is an audio/videc interface.
(a) HDMI
(b) VGA connector
(c) SCSI port
(d) None of these
Answer: (a) HDMI
In simple words: HDMI is a special type of connection that carries both sound and picture signals at the same time. This makes it very useful for connecting TVs, monitors, and other media devices.
๐ฏ Exam Tip: Recognize HDMI as a unified audio-video interface, which simplifies connections by reducing the number of cables needed.
Question 169. ______ transfers the uncompressed video and audio data from a video controller, to a compatible computer monitor, LCD projector, digital television etc.
(a) HDMI
(b) VGA connector
(c) SCSI port
(d) None of these
Answer: (a) HDMI
In simple words: HDMI is the connection that sends high-quality video and audio from a computer or player to screens like monitors, projectors, or digital TVs. It sends the original, untouched data for the best picture and sound.
๐ฏ Exam Tip: The ability of HDMI to transmit uncompressed audio and video is crucial for maintaining high quality across display devices.
Question 170. ______ is an American multinational corporation and technology company involving in hardware manufacturing, especially motherboard and processors.
(a) Microsoft
(b) Intel Corporation
(c) Sun Micro System
(d) None of these
Answer: (b) Intel Corporation
In simple words: Intel Corporation is a well-known American company that makes computer parts. They are famous for creating motherboards and the main brain of computers, called processors.
๐ฏ Exam Tip: Intel is a pioneer and leading manufacturer of microprocessors, fundamental to the development of personal computing.
Question 171. ______ means moving data from one component to another.
(a) Data transfer
(b) Data migration
(c) Data Mitigation
(d) None of these
Answer: (a) Data transfer
In simple words: Data transfer simply means moving information from one part of a computer or one device to another. This could be moving files from a hard drive to a USB stick, for example.
๐ฏ Exam Tip: Data transfer is a basic operation in computing, fundamental to how information is processed and stored across different components.
Question 172. Match the following:
A. Logical operator โ 1. Motherboard
B. Computer Hardware โ 2. Speaker
C. Catch memory โ 3. NOT
D. Output device โ 4. High Speed
(a) 1, 2, 3, 4
(b) 3, 1, 4, 2
(c) 4, 2, 1, 2
(d) 3, 1, 2, 4
Answer: (b) 3, 1, 4, 2
In simple words: We need to match each item to its correct description. A logical operator is "NOT," computer hardware is a "Motherboard," fast memory is "High Speed," and an output device is a "Speaker."
๐ฏ Exam Tip: When matching, identify key characteristics for each term. "Logical operator" immediately points to "NOT," "Speaker" to "Output device," and "Motherboard" to "Computer Hardware." "Catch memory" is likely a typo for "Cache memory," which is known for "High Speed."
Part II Short Answers
Question 1. Which is the first commercial microprocessor?
Answer: The Intel 4004 was the very first commercial microprocessor. It was a 4-bit processor, which was a huge step forward in computer technology. This chip laid the groundwork for all modern computers by combining many functions onto a single tiny chip.
In simple words: The first everyday computer brain, or microprocessor, was called Intel 4004. It was a basic 4-bit chip that started the computer revolution.
๐ฏ Exam Tip: Remember the Intel 4004 as a historic milestone in computing, marking the beginning of the microprocessor era.
Question 2. Write a note on computer architecture.
Answer: Computer architecture deals with the overall design and engineering choices involved in building a computer system. It describes how hardware components are connected and interact, including the instruction set, memory organization, and input/output structure. It is like the blueprint of a computer, focusing on how different parts work together to execute programs efficiently.
In simple words: Computer architecture is like the master plan of a computer. It shows how all the different parts are designed to work together to make the computer run.
๐ฏ Exam Tip: Distinguish computer architecture (the conceptual design and functional behavior) from computer organization (the physical implementation of that design).
Question 3. What is Program counter?
Answer: A Program Counter (PC) is a special register within the Central Processing Unit (CPU) of a computer. Its main job is to store the memory address of the next instruction that the CPU needs to execute. This register helps the CPU keep track of its progress through a program, ensuring instructions are processed in the correct order. The PC automatically updates to point to the next instruction after each instruction is fetched and executed.
In simple words: A Program Counter is a special part inside the computer's brain that always holds the address of the next command the computer needs to follow. It helps the computer keep its place when running programs.
๐ฏ Exam Tip: Emphasize that the Program Counter stores the *address* of the *next* instruction, not the instruction itself, and is crucial for sequential program execution.
Question 4. What is "bass"?
Answer: "Bass" refers to sound waves that have a low pitch and usually fall within the frequency range close to 20 Hertz (Hz). These are deep, low-frequency sounds that can often be felt as vibrations. They are an important part of music and audio, providing a foundation for other sounds.
In simple words: "Bass" means low-pitched sounds, like a deep drum beat. These sounds have a very low frequency, around 20 Hertz.
๐ฏ Exam Tip: Relate "bass" to low frequency, typically around the lower limit of human hearing, and contrast it with "treble" (high frequency).
Question 5. What is the use of cache memory?
Answer: Cache memory is a very high-speed and expensive type of memory that acts as a temporary storage area for data and instructions the CPU frequently uses. Its main purpose is to speed up the memory retrieval process. By storing commonly accessed data closer to the CPU, it reduces the time the CPU has to wait for information from the slower main memory, thus significantly improving overall computer performance.
In simple words: Cache memory is a super-fast, small memory that helps the computer work quicker. It keeps a copy of the most used data so the main brain of the computer can get it very fast.
๐ฏ Exam Tip: Highlight that cache memory is *fast, expensive, small*, and used to *reduce CPU waiting time* for frequently accessed data, thereby improving performance.
Question 6. Write a note on Hertz.
Answer: Hertz is a unit used to measure how often a wave repeats itself, which is called frequency. It is also used to indicate the speed at which computer processors work. For example, a processor running at 1 GHz completes one billion cycles per second, showcasing its processing speed.
In simple words: Hertz tells us how fast something, like a sound wave or a computer, is working.
๐ฏ Exam Tip: Remember that Hertz measures frequency. For computers, higher Hertz (like GHz) usually means faster processing power.
Question 7. Write notes on Blu-Ray Disc.
Answer: Blu-Ray Discs are a type of optical disc that can store a lot of data. They are commonly used for playing high-definition movies and for PlayStation games because they can hold large video files. A standard single-layer Blu-ray disc can store up to 25 GB of data, and a double-layer one can store up to 50 GB. These discs use a special blue-violet laser to read and write data, which allows for smaller pits and more data storage than traditional red lasers used in DVDs.
In simple words: Blu-Ray discs store lots of movies and games in very clear quality, using a special blue laser.
๐ฏ Exam Tip: Focus on the key features of Blu-Ray: high-density storage, HD content playback, and the unique blue-violet laser technology.
Question 8. What is clock speed? How it is measured?
Answer: Clock speed is the rate at which a microprocessor carries out instructions. It essentially tells us how many cycles the processor can complete in one second. This speed is typically measured in Megahertz (MHz) or Gigahertz (GHz), where 1 GHz is equal to 1,000 MHz. A faster clock speed means the processor can execute more instructions per second, leading to quicker performance.
In simple words: Clock speed is how fast a computer's main chip works, measured in MHz or GHz.
๐ฏ Exam Tip: Clearly define clock speed and mention its units (MHz, GHz). An understanding of what these units represent is also important.
Question 9. What is meant by word size?
Answer: Word size refers to the number of bits that a processor can handle in a single operation or instruction. It plays a big role in how much memory (RAM) the microprocessor can access at one time. A larger word size means the computer can process more data at once and typically has more input and output connections (pins) on the microprocessor, which affects its overall design and capabilities.
In simple words: Word size is how many bits a computer processes at once; it affects how much memory it can use.
๐ฏ Exam Tip: Explain that word size impacts both data processing capability and memory access, showing a broader understanding of its importance.
Question 10. What is an instruction set?
Answer: An instruction set is a fundamental collection of machine-level commands that a microprocessor is specifically designed to understand and execute. These instructions are the basic tasks a CPU can perform, like adding numbers, moving data, or making decisions. Every microprocessor has its own unique instruction set, which determines what operations it can perform and how it does them.
In simple words: An instruction set is a list of all the basic commands a computer's main chip knows how to do.
๐ฏ Exam Tip: Remember that an instruction set is specific to a microprocessor and dictates its fundamental operations.
Question 11. What is Cache Memory?
Answer: Cache memory is a very fast and expensive type of memory that acts as a temporary storage area for frequently used data and instructions. It is positioned closer to the CPU than main memory (RAM) and helps speed up the process of retrieving information, making the computer run faster. By storing common data nearby, the CPU doesn't have to wait as long to get the information it needs.
In simple words: Cache memory is a small, super-fast memory that holds often-used data so the computer can get it quickly.
๐ฏ Exam Tip: Emphasize cache memory's role in improving system performance by reducing data retrieval time from slower main memory.
Question 12. Define Word Size.
Answer: Word size is defined as the total number of bits that a processor can process and handle within a single instruction cycle. For example, a 32-bit processor can work with 32 bits of data at once. This capacity is a key factor in determining the overall power and efficiency of a microprocessor.
In simple words: Word size is how many data bits a processor can work on at one time.
๐ฏ Exam Tip: Connect word size directly to the number of bits processed per instruction; this is the core of its definition.
Question 13. What are the main units of a microprocessor.
Answer: A microprocessor has three main parts that work together to carry out tasks. These are:
1. Arithmetic Logic Unit (ALU): This unit is responsible for performing all the mathematical calculations (like addition, subtraction) and logical comparisons (like checking if two numbers are equal).
2. Control Unit (CU): This unit acts like the brain of the microprocessor, managing and coordinating all the operations by sending signals to different parts of the computer.
3. Registers (Internal Memory): These are small, fast storage areas inside the CPU that temporarily hold data and instructions while the processor is actively working on them. Their quick access speeds are crucial for efficient processing.
In simple words: A microprocessor has three main parts: the ALU for math, the Control Unit for managing tasks, and Registers for quick storage of data.
๐ฏ Exam Tip: Listing all three units and briefly explaining their primary function will earn full marks. Use clear, concise definitions for each component.
Question 14. What is the function of the Memory Data Register?
Answer: The Memory Data Register (MDR) has the important job of temporarily holding any data that is being moved between the computer's memory and the Central Processing Unit (CPU). When the CPU needs to read data from memory, the data is first placed in the MDR. Similarly, when the CPU writes data to memory, that data is also held in the MDR before being stored. This ensures smooth and accurate data transfer.
In simple words: The Memory Data Register holds data when it moves between the computer's main memory and the CPU.
๐ฏ Exam Tip: Emphasize that MDR is a temporary holder for data *during transfer* between memory and CPU, highlighting its role as a buffer.
Question 15. Mention the criteria on which microprocessors are classified.
Answer: Microprocessors are categorized mainly based on two important features:
1. The width of the data that can be processed: This refers to how many bits of information the microprocessor can handle at one time, such as 8-bit, 16-bit, 32-bit, or 64-bit.
2. The instruction set: This refers to the specific set of commands the microprocessor is designed to execute. Instruction sets can be classified into types like RISC (Reduced Instruction Set Computer) or CISC (Complex Instruction Set Computer).
In simple words: Microprocessors are sorted by how wide their data path is (like 8-bit or 64-bit) and what kind of instructions they can follow (like RISC or CISC).
๐ฏ Exam Tip: Clearly identify the two main classification criteria: data width and instruction set, and briefly explain what each means.
Question 16. What is a bus?
Answer: In computer systems, a bus is essentially a collection of electrical wires or pathways. These pathways are used to allow different internal parts of a computer, such as the CPU, memory, and input/output devices, to communicate and transfer data with each other. Think of it like a highway system for data, enabling information to travel between components.
In simple words: A bus is a group of wires inside a computer that helps different parts talk to each other and send data.
๐ฏ Exam Tip: Define a bus as a "collection of wires" for "communication" between "internal components." This covers the essentials.
Question 17. What is CISC?
Answer: CISC stands for Complex Instruction Set Computers. These are microprocessors designed to understand and execute a large number of complex instructions, often hundreds of them. CISC processors are well-suited for personal computers because they can perform a wide variety of tasks with fewer lines of code. Examples include older Intel processors like the 386 and 486, Pentium, Pentium II and III, and Motorola 68000. These processors aim to complete tasks using single instructions that do multiple things.
In simple words: CISC processors use many complex commands to do jobs, which is good for personal computers.
๐ฏ Exam Tip: Define CISC by its full form, the characteristic of having a large, complex instruction set, and its suitability for general-purpose computing, with examples.
Question 18. What is the function of the decoder?
Answer: A decoder in a computer is a type of digital circuit. Its main job is to take an encoded input and convert it into a unique output that represents a specific memory location. This means when an address is provided, the decoder helps the computer to pinpoint the exact place in memory where a particular piece of data or an instruction, known as a "word," is stored. It's like a special key that unlocks a specific box in a large storage facility.
In simple words: A decoder is a circuit that helps find the exact place in memory where a piece of information is stored, based on its address.
๐ฏ Exam Tip: Focus on the decoder's role in "pointing to a specific memory location" by converting an address input into a unique selection.
Question 19. What is the function of a data bus?
Answer: The primary function of a data bus is to move actual data between the CPU (Central Processing Unit) and the memory or other input/output devices. Unlike an address bus, which specifies a location, a data bus carries the information itself. It is "bidirectional," meaning data can flow in both directions: from the CPU to memory (writing) and from memory to the CPU (reading). This two-way flow is essential for the computer's operations.
In simple words: A data bus carries information back and forth between the CPU and memory.
๐ฏ Exam Tip: Highlight that the data bus transfers the "actual data" and is "bidirectional" for both reading and writing operations.
Question 20. Write notes on secondary storage devices.
Answer: Secondary storage devices are used to save data and programs permanently, even when the computer is turned off. These devices act as a backup and support the main memory (RAM). They are considered "non-volatile," which means they do not lose their contents when power is removed. Examples include hard disk drives, solid-state drives, USB flash drives, and optical discs. Because they store data long-term, secondary storage is also often referred to as backup storage.
In simple words: Secondary storage saves computer files and programs forever, even when the computer is off, and also acts as a backup.
๐ฏ Exam Tip: Key points for secondary storage are "permanent storage," "non-volatile," "supportive to main memory," and its role as "backup storage."
Question 21. Draw diagram to represent Bus connectivity between CPU and Memory.
Answer: A diagram illustrating bus connectivity typically shows the CPU, main memory, and I/O devices connected by three types of buses: the address bus, data bus, and control bus. The address bus is usually unidirectional, carrying memory addresses from the CPU. The data bus is bidirectional, carrying data between components. The control bus carries control signals to manage data flow. This visual representation helps to understand how these components communicate to perform operations.
In simple words: A bus diagram shows how the CPU, memory, and other parts are linked by address, data, and control wires to talk to each other.
๐ฏ Exam Tip: While the diagram is not rendered, mention the three types of buses (address, data, control) and their basic directionality to show understanding.
Question 22. What is read operation?
Answer: A read operation is a process where the CPU retrieves data from a specific memory location. When the CPU performs a read, it sends the memory address to the memory unit via the address bus. The data found at that address is then copied from the memory "word" to the Memory Data Register (MDR), and from there, it is sent to the CPU for processing. This action effectively brings information from storage into the processor for use.
In simple words: A read operation is when the computer's CPU gets (copies) data from a memory spot to use it.
๐ฏ Exam Tip: Emphasize that a read operation involves transferring data *from* memory *to* the MDR and then to the CPU.
Question 23. What is write operation?
Answer: A write operation is a process where the CPU sends data to be stored at a specific memory location. During a write operation, the CPU places the data it wants to save into the Memory Data Register (MDR). It also sends the memory address where this data should be stored. The data is then transferred from the MDR into the designated "word" in memory, effectively saving the information for later use. This is how the computer stores new information or changes existing data.
In simple words: A write operation is when the computer's CPU sends data to be saved in a specific memory location.
๐ฏ Exam Tip: Highlight that a write operation involves transferring data *from* the MDR *to* a memory location.
Question 24. What are the criteria to classify the microprocessor?
Answer: Microprocessors are categorized based on two main characteristics:
โข The width of data that can be processed: This refers to the number of bits (like 8, 16, 32, or 64) that the microprocessor can handle in a single operation. A wider data path allows for more information to be processed at once.
โข The instruction set: This is the collection of commands that the microprocessor understands and can execute. Microprocessors are classified by whether they use a Reduced Instruction Set Computer (RISC) or a Complex Instruction Set Computer (CISC) architecture.
In simple words: Microprocessors are grouped by how many bits they can handle at once and what kind of commands they can run.
๐ฏ Exam Tip: Make sure to explain what "width of data" and "instruction set" refer to, beyond just listing them.
Question 25. What is computer memory?
Answer: Computer memory is a vital part of a computer system that functions as a storage space. It is where all the data and instructions that the computer needs to access and use are temporarily or permanently kept. Just like a human brain stores thoughts and information, computer memory holds programs, files, and other digital content so the processor can quickly retrieve and work with them.
In simple words: Computer memory is the place inside a computer where data and instructions are kept so the computer can use them.
๐ฏ Exam Tip: Emphasize memory's role as a "storage space" for both "data and instructions" that the computer needs for processing.
Question 26. What is a silicon chip?
Answer: A silicon chip, also known as an integrated circuit (IC) or microchip, is a very small, flat piece of silicon material that contains a complex network of electronic circuits. These circuits are designed to perform various functions within a computer or electronic device. Silicon is used because it is a semiconductor, meaning its electrical conductivity can be controlled, making it ideal for building tiny, efficient electronic components. Modern computers rely on these chips for nearly all their operations.
In simple words: A silicon chip is a tiny piece of silicon with many electronic circuits built on it, used in computers.
๐ฏ Exam Tip: Explain that a silicon chip is an "integrated set of electronic circuits" on a "semiconductor material" like silicon.
Question 27. What are the types of RAM?
Answer: RAM, or Random Access Memory, comes in two main types, each with different operating characteristics:
1. Static RAM (SRAM): This type of RAM is faster and uses less power than DRAM, but it is also more expensive. It does not need to be refreshed constantly to hold data.
2. Dynamic RAM (DRAM): This is the more common and less expensive type of RAM. It is slower than SRAM because it needs to be refreshed many times per second to maintain the stored data, otherwise, it loses its contents.
In simple words: The two types of RAM are Static RAM (SRAM), which is fast and expensive, and Dynamic RAM (DRAM), which is slower but cheaper.
๐ฏ Exam Tip: For each RAM type, note a key characteristic like speed, cost, and refresh requirement to differentiate them.
Question 28. Write note on SRAM.
Answer: Static RAM (SRAM) is a type of random-access memory that is very fast and generally more expensive than Dynamic RAM (DRAM). A key feature of SRAM is that it holds data without needing to be refreshed constantly, which contributes to its speed. Because it doesn't need refreshing, SRAM requires less power when idle and offers quicker access times. However, its complex internal structure means SRAM chips can store less data than DRAM chips of the same size and cost more, making them often used for cache memory.
In simple words: SRAM is a fast, expensive memory that does not need constant refreshing to hold data.
๐ฏ Exam Tip: The main points for SRAM are "fast," "expensive," and "does not need to be refreshed often."
Question 29. Write note on DRAM.
Answer: Dynamic RAM (DRAM) is a common and relatively inexpensive type of random-access memory. Unlike SRAM, DRAM requires constant refreshing of its electrical charge many times per second to retain the stored data. This constant refreshing makes DRAM slower than SRAM. Because of its lower cost and higher storage density, DRAM is widely used for a computer's main memory (RAM). However, its need for refreshing means it consumes more power and has slower access times compared to SRAM.
In simple words: DRAM is a common, cheaper memory that needs to be refreshed all the time to keep data, making it slower.
๐ฏ Exam Tip: Focus on DRAM's characteristics: "common type," "needs to be refreshed frequently," and "less expensive" compared to SRAM.
Question 30. What programs are stored in ROM?
Answer: ROM (Read-Only Memory) stores essential, "critical programs" that are needed for the computer to start up and function correctly. The most important program stored in ROM is the BIOS (Basic Input/Output System) or UEFI, which contains instructions for booting the computer. These programs include diagnostic routines that check the hardware when the computer is turned on, ensuring everything is working before the operating system loads. Once these programs are factory-programmed into the ROM, they typically cannot be changed or erased by the user.
In simple words: ROM stores important programs like the one that starts the computer and checks its parts when you turn it on.
๐ฏ Exam Tip: Mention "critical programs" and specifically "the program that boots the computer" (BIOS/UEFI) as key functions of ROM.
Question 31. What are the characteristics of ROM?
Answer: Read-Only Memory (ROM) has several distinct features. First, once data is written onto a ROM chip, it usually cannot be changed or removed, only read. This makes it ideal for storing permanent instructions. Second, ROM is "non-volatile," meaning it retains its stored contents even when the computer's power is turned off. This ensures that essential programs, like the boot-up instructions, are always available when the computer starts. Its contents are set during manufacturing.
In simple words: ROM can only be read, cannot be changed, and keeps its information even when the computer is off.
๐ฏ Exam Tip: Focus on "read-only" (cannot be modified) and "non-volatile" (retains contents without power) as the two primary characteristics of ROM.
Question 32. Write short note on PROM.
Answer: PROM stands for Programmable Read-Only Memory. It is a type of non-volatile memory, meaning it keeps its data even without power, just like ROM. However, unlike traditional ROM which is factory-programmed, PROM chips are manufactured as blank memory. They can be programmed only once by a user or manufacturer using a special device. Once a program is "burnt" onto a PROM chip, it becomes permanent and cannot be erased or altered later. This makes it useful for custom applications.
In simple words: PROM is a memory that can be written to only once after it's made, and then it stays permanent like regular ROM.
๐ฏ Exam Tip: The key difference for PROM is "programmable only once" by the user, making it a bridge between factory-set ROM and erasable memory.
Question 33. What is the difference between ROM and PROM?
Answer: The main difference between ROM (Read-Only Memory) and PROM (Programmable Read-Only Memory) lies in when and how they are programmed. ROM is typically programmed during the manufacturing process itself, meaning its contents are set at the factory and cannot be changed later. In contrast, PROM chips are manufactured as blank memory. They are then programmed once by the user or a third party using a special device, after which their content becomes permanent and unchangeable. This allows for more flexibility than factory-programmed ROM.
In simple words: ROM is programmed at the factory, while PROM is sold empty and can be programmed once by the user.
๐ฏ Exam Tip: Clearly state that ROM is factory-programmed, while PROM is user-programmable (once) after manufacturing.
Question 34. What is the use of the PROM burner?
Answer: A PROM burner, also known as a PROM programmer, is a specialized electronic device used to write data onto a blank Programmable Read-Only Memory (PROM) chip. These devices apply high voltage pulses to permanently alter the internal fuses of the PROM, thereby storing the desired program or data. Once the data is "burned" onto the PROM using this device, it cannot be changed or erased, making the information permanent. The burner allows users to customize PROM chips for specific applications.
In simple words: A PROM burner is a tool used to put information onto a blank PROM chip, making the data permanent.
๐ฏ Exam Tip: Explain that a PROM burner is a "specialized device" that "writes data" onto a PROM chip, effectively "programming" it once.
Question 35. What do you mean by burning the PROM?
Answer: "Burning the PROM" refers to the specific process of programming a blank Programmable Read-Only Memory (PROM) chip. During this process, a special device called a PROM burner uses high electrical currents to permanently damage or "burn" microscopic fuses within the chip. This action sets the memory cells to either a 0 or a 1, thereby writing the desired data or program onto the chip. Once these fuses are burned, the programming is irreversible, meaning the data becomes permanently stored and cannot be erased or changed.
In simple words: "Burning the PROM" means putting data onto a PROM chip using a special machine, which makes the data permanent and unchangeable.
๐ฏ Exam Tip: Define "burning" as the irreversible process of programming a PROM chip using electrical currents to set its memory contents.
Question 35. Write a note on EPROM.
Answer: EPROM stands for Erasable Programmable Read-Only Memory. It is a type of non-volatile memory, similar to PROM, but with an added feature: its contents can be erased. EPROM chips have a small quartz window on top. To erase the data, the chip is exposed to intense ultraviolet (UV) light through this window. The UV light clears the entire contents of the EPROM, allowing it to be reprogrammed with new data. This reusability makes EPROM more flexible than PROM, although erasure takes time.
In simple words: EPROM is a memory chip that can be erased using ultraviolet light and then reprogrammed.
๐ฏ Exam Tip: The key feature of EPROM is its erasability using "ultraviolet rays" and its ability to be "reprogrammed" afterward.
Question 36. Write note on EEPROM.
Answer: EEPROM means Electrically Erasable Programmable Read-Only Memory. It is an advanced type of non-volatile memory, similar to EPROM, but it can be erased and reprogrammed using an electrical charge rather than ultraviolet light. This electrical erasure allows for faster and more convenient reprogramming, often without needing to remove the chip from the circuit. However, EEPROMs are generally slower in performance compared to other types of ROM, and they have a limited number of erase/write cycles. Despite this, their flexibility makes them useful in applications like storing configuration data.
In simple words: EEPROM is a special memory that can be erased and rewritten using electricity, but it works slower than other types.
๐ฏ Exam Tip: Emphasize that EEPROM is "electrically erasable" and "reprogrammable," contrasting it with EPROM's UV light erasure.
Question 37. Write about cache memory.
Answer: Cache memory is a very high-speed and relatively expensive type of computer memory. Its main purpose is to speed up the process of retrieving data that the CPU frequently needs. It works by storing copies of data from the main memory (RAM) that are likely to be accessed again soon. When the CPU looks for data, it first checks the cache. If the data is there (a "cache hit"), it can be accessed much faster than if it had to be fetched from the slower main memory, significantly improving the computer's overall performance. It acts as a buffer between the CPU and main memory.
In simple words: Cache memory is super-fast memory that saves copies of data the computer often uses, making the computer run quicker.
๐ฏ Exam Tip: Explain cache memory as "high-speed and expensive" and its function to "speed up memory retrieval" for frequently accessed data.
Question 38. What is access time?
Answer: Access time refers to the amount of time it takes for a computer's memory or storage device to locate and retrieve a specific piece of data in response to a read or write request from the CPU. It is a critical measure of performance; shorter access times mean faster data retrieval and, consequently, a more responsive computer system. Access time includes both the time to find the data and the time to transfer it.
In simple words: Access time is how fast the memory can find and give back the information when the computer asks for it.
๐ฏ Exam Tip: Define access time as the speed at which memory "responds to a read/write request," linking it directly to system responsiveness.
Question 39. Draw a diagram to indicate the arrangement of cache memory between the CPU and the main memory.
Answer: A diagram showing cache memory arrangement typically illustrates the CPU, connected directly to a small, fast cache memory. The cache memory, in turn, is connected to the larger but slower main memory (RAM). This setup positions the cache as an intermediary buffer, allowing the CPU to access frequently used data much faster than if it had to go directly to the main memory every time. The visual flow indicates that data often travels from main memory to cache, and then to the CPU. This hierarchical arrangement optimizes data access.
In simple words: A diagram would show the CPU talking to a fast cache, which then talks to the main memory, speeding up data access.
๐ฏ Exam Tip: In the absence of a diagram, explain the hierarchical positioning of cache between CPU and main memory, and its role in speed.
Question 40. What is the purpose of using secondary storage devices?
Answer: The primary purpose of secondary storage devices is to store data and programs permanently. Unlike main memory (RAM), which is volatile and loses its contents when power is turned off, secondary storage is non-volatile. This means it can keep information safe for long periods, acting as a reliable repository for files, operating systems, and applications. These devices provide long-term data retention and serve as an essential backup for all digital content, supporting the main memory by holding all the data that isn't actively being used.
In simple words: Secondary storage is used to save all your computer files and programs forever, so they don't disappear when you turn off the power.
๐ฏ Exam Tip: Stress the "permanent storage" and "non-volatile" nature of secondary storage as its core purpose.
Question 41. Write about Hard disk.
Answer: A hard disk drive (HDD) is a common type of magnetic storage device used in computers to store large amounts of data. It consists of several spinning platters, or disks, coated with magnetic material, stacked one above the other. Data is read from and written to these platters by read/write heads, typically one pair for each disk surface, which move across the disk. Hard disks can come in single-sided or double-sided configurations. They are a primary form of secondary, non-volatile storage, meaning they retain data even when the computer is powered off.
In simple words: A hard disk is a magnetic storage device that saves lots of data on spinning disks inside your computer.
๐ฏ Exam Tip: Describe the hard disk as a "magnetic disk" for "storing data" and mention its key components like "stacked disks" and "read/write heads."
Question 42. Write note on serial port.
Answer: A serial port is a type of connection interface found on older computers, used to connect external devices. It transmits data one bit at a time, sequentially, over a single wire, which is why it's called "serial." While largely replaced by faster interfaces like USB, serial ports were commonly used for connecting peripherals such as modems, mice, and some printers. They are simpler in design than parallel ports but slower for large data transfers.
In simple words: A serial port is an older computer connection that sends data one bit at a time to devices like modems.
๐ฏ Exam Tip: The key point for a serial port is "connects external devices" and transmits data "one bit at a time," making it slower for bulk data.
Question 43. Write note on parallel port.
Answer: A parallel port is a type of interface found on older computers, primarily used for connecting printers. Unlike serial ports, which send data one bit at a time, a parallel port can transmit multiple bits of data simultaneously over several parallel wires. This allows for faster data transfer to devices like printers. Although faster than serial ports, parallel ports have largely been replaced by more modern and versatile interfaces such as USB. Its ability to send data in parallel made it suitable for devices that required higher bandwidth.
In simple words: A parallel port is an old computer connection, mainly for printers, that sends many bits of data at the same time.
๐ฏ Exam Tip: Note that parallel ports "connect printers" and transmit "multiple bits of data simultaneously," making them faster than serial ports.
Question 44. Write note on VGA Connector.
Answer: A VGA (Video Graphics Array) connector is a standard interface used to connect display devices, such as computer monitors, LCD projectors, and some digital televisions, to a computer's video controller. It transmits analog video signals, meaning it sends continuous waves of data. While it has been widely used for many years, it is gradually being replaced by digital interfaces like HDMI and DisplayPort, which offer higher resolution and better image quality for modern displays.
In simple words: A VGA connector is used to plug a computer into a screen or projector to show pictures and video.
๐ฏ Exam Tip: Emphasize that a VGA connector's purpose is to "connect a monitor or any display device" and that it transmits "analog video signals."
Question 45. Write about Audio Plugs.
Answer: Audio plugs are connectors used to link a computer with various sound-related devices. These can include external speakers for playing sound, microphones for recording audio input, and headphones for private listening. Common audio plugs are typically 3.5mm jacks, often color-coded, which transmit analog audio signals. They enable the computer to output sound and receive sound input, allowing for multimedia experiences and communication. Different plugs might exist for stereo sound or microphone input.
In simple words: Audio plugs connect speakers, microphones, and headphones to your computer for sound.
๐ฏ Exam Tip: List the common devices connected via audio plugs: "sound speakers, microphones, and headphones."
Question 46. Write about PS/2 port.
Answer: A PS/2 port is a specific type of connector found on older computer motherboards, primarily used for attaching a mouse and a keyboard to the PC. These ports are usually color-coded, with green for the mouse and purple for the keyboard, to help users connect the correct peripheral. While once a standard, PS/2 ports have largely been replaced by the more versatile USB (Universal Serial Bus) ports on modern computers. They offer a dedicated, low-level connection for these input devices.
In simple words: A PS/2 port is an old computer plug used to connect a mouse and keyboard.
๐ฏ Exam Tip: Clearly state that PS/2 ports are used to "connect mouse and keyboard to PC," identifying their specific function.
Question 47. Write about SCSI port.
Answer: A SCSI (Small Computer System Interface) port is a type of connection used to link a computer with various peripheral devices, especially hard disk drives and network connectors. SCSI is designed for high-performance and is capable of connecting multiple devices in a daisy-chain fashion. While common in servers and high-end workstations, SCSI has mostly been replaced by interfaces like SATA (Serial Advanced Technology Attachment) and SAS (Serial Attached SCSI) for internal storage and Ethernet for networking in consumer-grade computers due to cost and complexity.
In simple words: A SCSI port connects hard drives and network cables to the computer, especially in professional systems.
๐ฏ Exam Tip: Mention SCSI ports are for "hard disk drives and network connectors," indicating their use in connecting multiple storage/network devices.
Question 48. Justify the name of the Blu-Ray disc.
Answer: The name "Blu-Ray" for the disc technology is justified because of the specific type of laser it uses to read and write data. Unlike CDs and DVDs which use red lasers, Blu-Ray discs utilize a blue-violet laser. This blue-violet laser has a shorter wavelength, allowing it to focus much more precisely and create smaller pits on the disc. These smaller pits enable a Blu-Ray disc to store significantly more data in the same physical space, leading to its high storage capacity for high-definition content.
In simple words: Blu-Ray discs are named for the blue-violet laser they use, which helps them store lots of data.
๐ฏ Exam Tip: Connect the name "Blu-Ray" directly to the "blue-violet laser" technology it employs for data storage.
Question 49. How external devices are connected to the CPU?
Answer: External devices are not connected directly to the CPU itself, but rather to the computer's motherboard through various ports and interfaces. These ports (like USB, HDMI, serial, parallel, etc.) act as connection points. When an external device is plugged in, it communicates with the CPU indirectly via these interfaces, which are connected to the system's buses (address, data, and control buses). These buses then carry the signals and data between the external device and the CPU, allowing the processor to send and receive information from peripherals.
In simple words: External devices connect to the computer through ports, which then use internal wires (buses) to talk to the CPU.
๐ฏ Exam Tip: Clarify that external devices connect via "ports and interfaces" on the motherboard, which then use "buses" to interact with the CPU.
Part III
Explain in brief.
Question 1. What is memory?
Answer: Memory in a computer is like a temporary storage area, similar to how a human brain holds information. It is the part of the computer system where all the data and instructions needed for current operations are kept. Computer memory provides the storage space for the operating system, various application programs, and the data they are actively using. This allows the CPU to quickly access the information it needs to perform tasks efficiently, making the computer run smoothly.
In simple words: Memory is where the computer temporarily stores all the data and programs it is currently working with, just like our brain.
๐ฏ Exam Tip: Define memory as a "storage space" for "data and instructions" that the computer is actively using, emphasizing its temporary nature for speed.
Question 2. Explain how Microprocessors interconnecting with other devices.
Answer: Microprocessors connect and communicate with other devices in a computer system primarily through a set of electrical pathways known as the system bus. This system bus is a collection of three distinct types of wires: the address bus, the data bus, and the control bus. The address bus tells other components where to find data, the data bus carries the actual information, and the control bus manages the flow of data. Together, these buses serve as communication channels, allowing the microprocessor to interact with memory units, input devices, and output devices. This interconnectedness is crucial for the computer to perform any task, from simple calculations to complex operations.
In simple words: Microprocessors use a system of wires called a "bus" to talk to memory, input tools, and output tools, letting them share information.
๐ฏ Exam Tip: Explain the role of the "system bus" and its three components (address, data, control) in enabling communication between the microprocessor and other devices.
Question 3. Draw a diagram to represent the content of MDR and the word after the READ operation.
Answer: A diagram illustrating the content of the Memory Data Register (MDR) and a memory word during a READ operation would show that initially, the MDR might contain some data. When a READ operation is initiated, the specific data from the designated memory location (the "word") is copied and loaded into the MDR. After the READ operation completes, the MDR's content will have changed to exactly match the data that was stored in the memory word. This ensures that the CPU has access to the correct data for processing. The diagram would visually represent this transfer of bits.
In simple words: A diagram would show data moving from a memory spot into the MDR after the computer "reads" it.
๐ฏ Exam Tip: When describing the diagram, clearly explain that the MDR's contents *become* the memory word's contents *after* a read operation, demonstrating data transfer.
Question 4. What is a control unit?
Answer: The Control Unit (CU) is a critical component within a computer's Central Processing Unit (CPU). Its main responsibility is to direct and coordinate all operations of the computer system. It does this by interpreting instructions, managing the flow of data, and sending control signals to other components like the Arithmetic Logic Unit (ALU), memory, and input/output devices. The CU ensures that instructions are executed in the correct sequence and that all parts of the computer work together harmoniously. It is like the conductor of an orchestra, making sure every part plays at the right time.
In simple words: The Control Unit is like the brain of the CPU; it tells all other computer parts what to do and when, using special signals.
๐ฏ Exam Tip: Highlight the Control Unit's role in "controlling overall operations" and "coordinating components through signals."
Question 5. Write a note on Main Memory.
Answer: Main memory, often called Random Access Memory (RAM), is where the computer temporarily keeps the operating system, active application programs, and any data currently in use. It is made up of integrated circuits (ICs) and provides fast access for the CPU. RAM is a "volatile" memory, meaning it loses all its stored information as soon as the computer is turned off. Because it allows both read and write operations, the CPU can quickly access and modify data here. Its high speed is crucial for the computer's overall performance, as the CPU constantly fetches instructions and data from main memory.
In simple words: Main memory (RAM) is a fast, temporary storage inside the computer that holds programs and data the computer is using right now, but it loses everything when turned off.
๐ฏ Exam Tip: Key points for main memory are "Random Access Memory (RAM)," "temporary storage for active data/programs," and its "volatile" nature.
Question 6. Compare Bit and Byte.
Answer: Bit and Byte are fundamental units of information in computing.
โข Bit: A bit (short for binary digit) is the smallest possible unit of information that a computer can store or process. It can only have one of two values: 0 or 1. These represent "off" or "on" in electronic circuits.
โข Byte: A byte is a collection of 8 bits. It is a more practical unit for storing characters, such as letters, numbers, or symbols. For example, the letter 'A' can be represented by a specific 8-bit pattern (a byte). The computer's memory is organized and accessed in collections of bytes, making it a basic unit for data storage and transfer.
In simple words: A bit is the smallest data unit (0 or 1), while a byte is a group of 8 bits and is used to store things like letters.
๐ฏ Exam Tip: Clearly define each term: bit as the "smallest unit" (0 or 1), and byte as a "collection of 8 bits" used for characters.
Question 7. What is the impact of cache memory?
Answer: Cache memory significantly impacts a computer's performance by making data access much faster. Without cache memory, the CPU would have to constantly fetch data from the slower main memory (RAM) every time it needed information. This would cause delays and slow down the entire system. By introducing a cache, which is an extremely fast but small memory, frequently accessed data and data located nearby are stored closer to the CPU. This allows the CPU to retrieve information very quickly, leading to a faster response time and overall smoother operation of the computer. It bridges the speed gap between CPU and main memory.
In simple words: Cache memory makes computers much faster by keeping often-used data very close to the CPU, so the CPU doesn't have to wait for information from slower memory.
๐ฏ Exam Tip: Focus on how cache memory "speeds up response time" by storing "frequently accessed data" closer to the CPU, preventing delays from main memory access.
Question 8. Write about the USB port.
Answer: A USB (Universal Serial Bus) port is a standard interface used to connect a wide variety of external devices to a computer. These devices include cameras, scanners, mobile phones, external hard disks, and printers. USB ports are known for their versatility, ease of use (plug-and-play), and ability to provide power to many peripherals. Newer versions, like USB 3.0, can transfer data at very high speeds, up to 5 Gigabytes per second. Even faster versions like USB 3.1 and USB 3.2 have been released, continuously improving connectivity and data transfer rates across a broad range of electronic gadgets.
In simple words: USB ports are common plugs on computers that connect many different devices like cameras, phones, and printers, and new versions send data very fast.
๐ฏ Exam Tip: Highlight USB's "universal" nature (connecting many devices), its speed (especially newer versions), and ease of use.
Question 9. Explain about HDMX.
Answer: HDMX is likely a typo in the source and should be HDMI, which stands for High-Definition Multimedia Interface. HDMI is a standard audio/video interface that is used to transmit uncompressed video and audio data from a video controller to a compatible display device. This includes computer monitors, LCD projectors, and digital televisions. HDMI cables carry both high-quality video and multi-channel audio signals over a single cable, simplifying connections and ensuring excellent picture and sound quality for high-definition content. It supports various video formats and resolutions.
In simple words: HDMI is a cable that sends high-quality picture and sound from a computer or device to a TV or monitor.
๐ฏ Exam Tip: Focus on HDMI's full form and its function: transferring "uncompressed video and audio data" from a source to a "display device."
Question 10. Draw the diagram of Ports and Interfaces.
Answer: A diagram illustrating ports and interfaces would typically show the back panel of a computer, highlighting various input/output sockets. Common ports include USB ports for general-purpose connections, a VGA port for display, HDMI for high-definition audio/video, PS/2 ports for older keyboards and mice, and audio jacks for speakers and microphones. These interfaces connect to the computer's motherboard, allowing external devices to communicate with the internal components. Each port has a specific shape and function, enabling the computer to interact with a wide array of peripherals.
In simple words: A diagram of ports and interfaces shows the different plugs on a computer (like USB, HDMI, audio) where you connect other devices.
๐ฏ Exam Tip: In the absence of a diagram, list key ports (USB, VGA, HDMI, Audio, PS/2) and briefly state their purpose to show knowledge of computer connectivity.
Part IV
Explain in Detail
Question 1. Explain the ports and interfaces.
Answer: Ports and interfaces are how a computer connects to other devices. The computer's motherboard has many input/output (I/O) sockets for these connections. External devices connect to these ports on the back of the computer. There are many different types of ports, each designed for specific uses. For example, USB ports are incredibly versatile, connecting everything from keyboards and mice to external hard drives and cameras. These physical connection points are essential for a computer to interact with the outside world.
The main types of ports include:
- Serial Port: Used for connecting older external devices, like some modems, often found in older computers.
- Parallel Port: Primarily used to connect printers, also commonly found in older computers.
- USB Ports: Connect many external devices, such as cameras, scanners, mobile phones, and external hard disks. USB 3.0 is a faster version that can transfer data up to 5 Gigabytes per second. Newer versions like USB 3.1 and USB 3.2 are also available, offering even faster speeds.
- SCSI Port: Used for connecting hard disk drives and network connectors.
- VGA Connector: Used to connect display devices like monitors and LCD projectors, enabling the computer's visual output.
- Audio Plugs: Used to connect sound speakers, microphones, and headphones for audio input and output.
- PS/2 Port: Used to connect a mouse and keyboard to the computer.
- HDMI (High-Definition Multimedia Interface): An audio/video interface that transfers uncompressed video and audio data from a video controller to compatible displays like monitors, LCD projectors, and digital televisions, providing high-quality media transmission.
๐ฏ Exam Tip: Remember to list at least 5-6 different types of ports and their main functions to score full marks when asked to explain interfaces.
Question 2. Explain Flash memory in detail.
Answer: Flash memory is a special kind of electronic storage. It is non-volatile, meaning it keeps its data even when the power is off. Flash memory can be electrically erased and reprogrammed, which makes it very useful. It is a solid-state memory, so it has no moving parts, making it durable and resistant to physical shock. Flash memory comes in two main types: EEPROM (Electrically Erasable Programmable Read-Only Memory) or EPROM (Erasable Programmable Read-Only Memory). Common examples include pen drives and memory cards. This technology is widely used in personal computers, personal digital assistants (PDAs), digital audio players, cameras, and mobile phones. Flash memory is known for its fast access times, which means it can read and write data quickly. The storage capacity of flash memories can range from 1 Gigabyte (GB) up to 2 Terabytes (TB), offering ample space for various applications. This makes flash memory highly versatile for many modern devices.
In simple words: Flash memory is a fast, non-moving storage that keeps your data even when power is off. Think of pen drives or memory cards; they are types of flash memory that you can write to and erase many times.
๐ฏ Exam Tip: When explaining flash memory, highlight its non-volatile nature, electrical erasability, and common applications, such as in USB drives, as key points.
Question 3. Explain various types of microprocessors.
Answer: Microprocessors, which are the "brains" of computers, are categorized based on two main things: how much data they can handle at once (data width) and the type of instructions they understand (instruction set). Understanding these types helps in choosing the right processor for different computing tasks.
The classifications are:
1. Based on Data Width:
This refers to how many bits a microprocessor can process in a single instruction. The more bits, the more data it can handle at once, which usually means faster processing.
- 8-bit microprocessor: Processes 8 bits of data at a time, common in early microcontrollers.
- 16-bit microprocessor: Processes 16 bits of data at a time, offering more power than 8-bit.
- 32-bit microprocessor: Processes 32 bits of data at a time, widely used in personal computers for many years.
- 64-bit microprocessor: Processes 64 bits of data at a time, which is the standard for most modern computers, allowing for larger memory access and faster calculations.
2. Based on Instruction Set:
This describes the set of machine-level commands a microprocessor is designed to execute.
- RISC (Reduced Instruction Set Computers): These processors have a small, highly optimized set of instructions. Complex operations are broken down into simpler ones, which can make processing faster for some tasks. Examples include Pentium IV, Intel P6, AMD K6, and K7.
- CISC (Complex Instruction Set Computers): These processors support hundreds of different instructions. They are very flexible and can handle a wide variety of tasks, making them great for general-purpose personal computers. Examples include Intel 386 and 486, Pentium, Pentium II and III, and Motorola 68000.
In simple words: Microprocessors are sorted by how many bits they work with at once (like 8-bit or 64-bit) and by the type of instructions they use. Some (RISC) use simple steps, while others (CISC) use complex steps to do tasks.
๐ฏ Exam Tip: When explaining microprocessor types, clearly define both classification criteria (data width and instruction set) and provide specific examples for RISC and CISC processors.
Free study material for Computer Science
TN Board Solutions Class 11 Computer Science Chapter 03 Computer Organization
Students can now access the TN Board Solutions for Chapter 03 Computer Organization prepared by teachers on our website. These solutions cover all questions in exercise in your Class 11 Computer Science textbook. Each answer is updated based on the current academic session as per the latest TN Board syllabus.
Detailed Explanations for Chapter 03 Computer Organization
Our expert teachers have provided step-by-step explanations for all the difficult questions in the Class 11 Computer Science chapter. Along with the final answers, we have also explained the concept behind it to help you build stronger understanding of each topic. This will be really helpful for Class 11 students who want to understand both theoretical and practical questions. By studying these TN Board Questions and Answers your basic concepts will improve a lot.
Benefits of using Computer Science Class 11 Solved Papers
Using our Computer Science solutions regularly students will be able to improve their logical thinking and problem-solving speed. These Class 11 solutions are a guide for self-study and homework assistance. Along with the chapter-wise solutions, you should also refer to our Revision Notes and Sample Papers for Chapter 03 Computer Organization to get a complete preparation experience.
FAQs
The complete and updated Samacheer Kalvi Class 11 Computer Science Solutions Chapter 3 Computer Organization is available for free on StudiesToday.com. These solutions for Class 11 Computer Science are as per latest TN Board curriculum.
Yes, our experts have revised the Samacheer Kalvi Class 11 Computer Science Solutions Chapter 3 Computer Organization as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Computer Science concepts are applied in case-study and assertion-reasoning questions.
Toppers recommend using TN Board language because TN Board marking schemes are strictly based on textbook definitions. Our Samacheer Kalvi Class 11 Computer Science Solutions Chapter 3 Computer Organization will help students to get full marks in the theory paper.
Yes, we provide bilingual support for Class 11 Computer Science. You can access Samacheer Kalvi Class 11 Computer Science Solutions Chapter 3 Computer Organization in both English and Hindi medium.
Yes, you can download the entire Samacheer Kalvi Class 11 Computer Science Solutions Chapter 3 Computer Organization in printable PDF format for offline study on any device.