FIT - Unit1

Created by Supriya Chauhan

p.10

What is the first step when information is transferred from memory to the processor?

Click to see answer

p.10

The processor places the address in the Memory Address Register through the address bus.

Click to see question

1 / 142
p.10
Central Processing Unit (CPU)

What is the first step when information is transferred from memory to the processor?

The processor places the address in the Memory Address Register through the address bus.

p.4
Classification of Computers

What is the primary purpose of supercomputers?

To solve scientific and engineering problems.

p.5
Memory Types and Hierarchy

What does the Memory Unit do in a computer?

It holds intermediate results during calculations and provides data as required, also known as primary memory or main memory.

p.7
Central Processing Unit (CPU)

Why is the CPU referred to as the 'brain' of a computer system?

Because it converts data (input) into meaningful information (output).

p.10
Components of a Computer System

What connects I/O units to the computer system?

The system bus.

p.3
Classification of Computers

What is a Personal Digital Assistant (PDA)?

A small computer held in the palm that uses a pen or stylus for input.

p.4
Classification of Computers

How do mainframes compare in data processing and storage to minicomputers and microcomputers?

They process and store more data than minicomputers and microcomputers.

p.5
Central Processing Unit (CPU)

What is the role of the Control Unit in a computer?

It checks the correctness of the sequence of operations, fetches program instructions from primary storage, interprets them, and ensures correct execution.

p.7
Central Processing Unit (CPU)

What types of operations does the CPU perform?

Arithmetic and logic operations.

p.7
Introduction to Computers

What is the analogy used to explain computer organization?

It is likened to a football team where different members play specific roles.

p.3
Classification of Computers

What distinguishes a desktop computer?

It is intended for stand-alone use by an individual and typically includes a system unit, monitor, keyboard, and storage.

p.6
Applications of Computers

In what fields are computers extensively used for designing?

Engineering, architecture, and manufacturing.

p.8
Central Processing Unit (CPU)

What types of comparisons can the Logic Unit make?

It can compare numbers, letters, or special characters.

p.11
Cache Memory

What distinguishes L2 cache from L1 cache?

L2 cache is usually not split and serves as a common repository for the split L1 cache.

p.11
Cache Memory

What is the function of the Translation Lookaside Buffer (TLB)?

It is part of the memory management unit (MMU) and helps in mapping virtual addresses to physical addresses.

p.9
Components of a Computer System

How many lines are required to transmit 8 bits simultaneously?

8 lines.

p.12
Memory Types and Hierarchy

What is the primary function of RAM?

To temporarily store the operating system, application programs, and current data.

p.6
Applications of Computers

What is Desktop Publishing (DTP)?

A computer-aided process for performing publishing tasks like creating tables of contents and indexes.

p.2
Classification of Computers

How can computers be classified based on physical size and performance?

Micro, Mini, Mainframe, and Super computers.

p.1
Generations of Computers

What kind of language did first generation computers use?

Machine language, composed of 0's and 1's.

p.3
Classification of Computers

What is a microcomputer?

The smallest of the computer family, designed for individual users.

p.4
Classification of Computers

What type of computers are used in interactive applications across various industries?

Mainframes.

p.7
Central Processing Unit (CPU)

What does the CPU stand for?

Central Processing Unit.

p.3
Classification of Computers

What are the advantages of laptops?

They are portable, small in size, have battery backup, and provide desktop functionality.

p.10
Central Processing Unit (CPU)

What are the two main steps in communication between the processor and memory?

Information transfer from memory to processor and writing information in memory.

p.11
Cache Memory

What is cache memory?

Cache memory is a high-speed, expensive piece of memory used to speed up the memory retrieval process.

p.3
Classification of Computers

What are the main types of microcomputers?

Desktop, laptop, and handheld models (PDA).

p.8
Central Processing Unit (CPU)

What are the two main components of the ALU?

Arithmetic Unit and Logic Unit.

p.11
Cache Memory

How does the library example illustrate the cache concept?

Just like a librarian keeps recently requested books handy, cache stores frequently accessed data.

p.4
Central Processing Unit (CPU)

What does the Central Processing Unit (CPU) do?

Performs processing of instructions and data inside the computer.

p.10
Components of a Computer System

What does the DMA controller enable in data transfer?

Direct access to memory for transferring data from one memory location to another or between I/O devices and memory.

p.2
Generations of Computers

What technology was used in third generation computers?

Integrated Circuits (IC).

p.2
Generations of Computers

What replaced punched cards and printouts in third generation computers?

Keyboards and monitors interfaced with the operating system.

p.5
Components of a Computer System

What is the purpose of output devices?

To communicate information from the computer to humans.

p.1
Characteristics of Computers

How is reliability measured in computers?

By their performance against predetermined operational standards without failure.

p.1
Characteristics of Computers

What aspect of versatility do computers possess?

They can perform different types of tasks with ease.

p.1
Generations of Computers

What technology did the first generation of computers use?

Vacuum tubes for circuitry and magnetic drums for memory.

p.12
Memory Types and Hierarchy

What is the difference between SRAM and DRAM in terms of speed?

SRAM is faster than DRAM.

p.1
Generations of Computers

What technology marked the second generation of computers?

Transistor technology.

p.13
Read Only Memory (ROM) and its Types

What distinguishes Erasable Programmable ROM (EPROM) from PROM?

EPROM can be erased and reprogrammed repeatedly, unlike PROM which cannot be changed once programmed.

p.10
Central Processing Unit (CPU)

What command does the processor issue to read data from memory?

A READ command through the control bus.

p.3
Classification of Computers

How have microcomputers evolved in business?

They have become powerful tools that, when networked, can serve multiple users.

p.11
Cache Memory

Why does the CPU have a relatively small amount of cache compared to main memory?

Because cache memory is more expensive.

p.8
Central Processing Unit (CPU)

What is the function of the Arithmetic/Logic Unit (ALU)?

The ALU executes all arithmetic and logical operations on data.

p.11
Cache Memory

What happens without cache memory during data requests by the CPU?

The CPU would send requests to the main memory, which is a slow process.

p.6
Applications of Computers

How are computers used in medicine and health care?

Doctors use computers for diagnosing illnesses and monitoring patients during surgeries.

p.4
Classification of Computers

How is the speed of a supercomputer measured?

In FLOPS (Floating Point Operations per Second).

p.10
Central Processing Unit (CPU)

What happens after the memory places retrieved data on the data bus?

The data is then transferred to the processor.

p.8
Central Processing Unit (CPU)

What operations does the Arithmetic Unit perform?

Addition, subtraction, multiplication, and division.

p.6
Applications of Computers

What technology allows doctors to study organs in detail?

Automated imaging techniques.

p.4
Components of a Computer System

What is a computer system comprised of?

Central Processing Unit (CPU), Input Unit, Output Unit, and Storage Unit.

p.10
Central Processing Unit (CPU)

What is the sequence of events when writing data into memory?

  1. Processor places address in memory address register; 2. Transmits data using the data bus; 3. Issues WRITE command; 4. Data is written at specified address.
p.5
Components of a Computer System

What is an Input Unit's function?

It accepts instructions and data from the user and communicates them to the computer.

p.8
Central Processing Unit (CPU)

What are the three conditions tested by the Logic Unit?

Equal-to, less-than, and greater-than conditions.

p.3
Classification of Computers

Why are laptops generally costlier than desktops?

Due to their portability and built-in features.

p.2
Central Processing Unit (CPU)

How were instructions written in early computers?

Using assembly language.

p.2
Components of a Computer System

What type of memory was used in the foundation of information technology for primary memory?

Magnetic tapes and magnetic disks for secondary storage.

p.12
Memory Types and Hierarchy

What is the standard unit of measurement for RAM?

Megabyte (MB).

p.12
Memory Types and Hierarchy

What does 1 Megabyte (MB) comprise?

1024 kilobytes.

p.6
Applications of Computers

What does Computer Aided Manufacturing (CAM) help with?

Designing products, ordering parts, and planning production.

p.7
Central Processing Unit (CPU)

What are the three main subsystems of the CPU?

Arithmetic/Logic Unit (ALU), Control Unit (CU), and Registers.

p.7
Central Processing Unit (CPU)

What kind of data does the CPU operate on?

Binary data, composed of 1s and 0s.

p.11
Cache Memory

What are the different levels of CPU caches?

L1, L2, and sometimes L3 caches, with L1 being split into data (L1d) and instruction (L1i) caches.

p.4
Components of a Computer System

What is the role of the Output Unit?

Communicates the results to the user.

p.11
Cache Memory

What is the primary purpose of a CPU cache?

To reduce the average cost (time or energy) of accessing data from the main memory.

p.4
Components of a Computer System

What is the function of the Input Unit in a computer system?

It accepts instructions and data.

p.10
Components of a Computer System

What is the role of the DMA controller?

It controls the operation of I/O devices and can take over the system bus from the CPU.

p.5
Components of a Computer System

What are some commonly used output devices?

Printer, monitor, and plotter.

p.8
Central Processing Unit (CPU)

What is the role of registers in the CPU?

Temporary storage for data, instructions, addresses, and intermediate results.

p.3
Classification of Computers

What are minicomputers used for?

They are used in multi-user systems with high processing speed and storage capacity.

p.2
Central Processing Unit (CPU)

What does assembly language use for coding instructions?

Mnemonics like ADD for addition and SUB for subtraction.

p.6
Applications of Computers

How do computers contribute to the entertainment industry?

They control images and sounds, and enable computerized animation and graphics.

p.5
Applications of Computers

How does technology enhance education?

Through Computer Aided Education (CAE) and Computer Based Training (CBT) packages, which make learning more interactive.

p.1
Characteristics of Computers

What does the characteristic of diligence in computers mean?

Computers do not get tired and can perform tasks consistently over long periods.

p.9
Components of a Computer System

What is a system bus?

A bus that connects the CPU, memory, and I/O components.

p.9
Memory Types and Hierarchy

What is the purpose of memory in a computer?

To hold data and instructions for processing.

p.12
Memory Types and Hierarchy

How does the CPU access memory?

According to a distinct hierarchy, moving data from secondary memory to primary memory before processing.

p.13
Read Only Memory (ROM) and its Types

What type of memory is ROM classified as?

ROM is classified as non-volatile memory.

p.13
Read Only Memory (ROM) and its Types

How does Electrically Erasable Programmable ROM (EEPROM) work?

EEPROM can be erased by an electrical charge and can be written to byte by byte.

p.13
Read Only Memory (ROM) and its Types

In what devices is Flash memory commonly used?

Flash memory is used in digital cellular phones, digital cameras, and personal computers for storing BIOS.

p.5
Components of a Computer System

What are storage devices?

Physical components on which data is stored permanently, such as floppy disks, hard disks, and tape drives.

p.5
Applications of Computers

How are computers used in science?

They help develop theories, analyze data, and generate detailed studies of phenomena like earthquakes.

p.7
Central Processing Unit (CPU)

How does the CPU interact with memory?

It controls the usage of main memory to store data and instructions.

p.9
Components of a Computer System

What are the two types of bus directionality?

Unidirectional and bi-directional.

p.2
Generations of Computers

What type of chips do fifth generation computers use?

Super Large Scale Integrated (SLSI) chips.

p.12
Memory Types and Hierarchy

What is the main difference between RAM and ROM?

RAM is volatile and loses its data when power is off; ROM is non-volatile and retains data.

p.1
Generations of Computers

What was a key input method for first generation computers?

Punched cards and paper tapes.

p.9
Memory Types and Hierarchy

How does the CPU access main memory?

In a random manner, accessing any location to read or store information.

p.12
Memory Types and Hierarchy

How many megabytes make up 1 Gigabyte (GB)?

1024 megabytes.

p.7
Central Processing Unit (CPU)

What is the role of the Control Unit (CU) in the CPU?

It manages the sequence of operations and controls internal and external devices.

p.1
Introduction to Computers

What are the primary functions of a computer?

Accepts data, processes it, and generates output results.

p.10
Components of a Computer System

How does DMA improve data transfer efficiency?

By reading incoming data from a device and storing it in a system memory buffer for later retrieval by the CPU.

p.4
Components of a Computer System

What does the Storage Unit do in a computer system?

Stores temporary and final results.

p.12
Memory Types and Hierarchy

What types of memory fall under primary memory?

Random Access Memory (RAM) and Read Only Memory (ROM).

p.8
Central Processing Unit (CPU)

What is the function of the Accumulator (ACC)?

Stores temporary results produced by the arithmetic logic unit.

p.8
Central Processing Unit (CPU)

How does the Control Unit use the Instruction Register?

It holds the current instruction.

p.13
Read Only Memory (ROM) and its Types

What does ROM stand for, and what is its primary capability?

ROM stands for Read-Only Memory, and it has only read capability with no write capability.

p.9
Read Only Memory (ROM) and its Types

What are the types of ROM?

PROM, EPROM, and EEPROM.

p.1
Generations of Computers

What technology did second generation computers use for memory?

Magnetic core technology.

p.3
Classification of Computers

How many users can minicomputers support simultaneously?

4 to 200 users.

p.12
Memory Types and Hierarchy

What does 1 Terabyte (TB) consist of?

1024 gigabytes.

p.8
Central Processing Unit (CPU)

What is the purpose of the Instruction Register (IR)?

Holds the instruction to be decoded by the control unit.

p.11
Memory Types and Hierarchy

How many bits are in one byte?

Eight bits.

p.6
Applications of Computers

In what ways are computers used in business applications?

Business forecasting, preparing bills, personal records, banking operations, and data storage.

p.8
Central Processing Unit (CPU)

What does the Program Counter (PC) do?

Keeps track of the next instruction to be executed.

p.1
Characteristics of Computers

What is one example of the accuracy of computers?

Computers can accurately perform division up to 10 decimal places.

p.7
Central Processing Unit (CPU)

What does the Arithmetic/Logic Unit (ALU) do?

It performs arithmetic and logic operations.

p.11
Memory Types and Hierarchy

What is the smallest unit of computer memory?

Bit.

p.6
Applications of Computers

What is one form of communication facilitated by computers?

Email (Electronic Mail).

p.1
Characteristics of Computers

How fast can a computer process data?

At the rate of millions of instructions per second, calculated in MHz.

p.4
Central Processing Unit (CPU)

What are the three parts of the CPU?

Arithmetic Logic Unit (ALU), Control Unit, and Memory.

p.2
Generations of Computers

What is a key feature of Fourth Generation computers?

Graphical User Interface (GUI).

p.9
Components of a Computer System

What is a bus in a computer system?

A set of connections designed to transfer bits from a specific source to a destination.

p.2
Generations of Computers

What are fourth generation computers based on?

Microprocessors.

p.5
Applications of Computers

What do computers assist with in the field of healthcare?

Managing hospital records and other efficient operations.

p.2
Generations of Computers

What is the benefit of parallel processing in fifth generation computers?

Faster processing speed.

p.12
Memory Types and Hierarchy

What is secondary memory?

Devices like hard disks, magnetic disks, and magnetic tapes used for permanent data storage.

p.12
Components of a Computer System

What is considered internal processor memory?

Cache memory and special registers within the CPU.

p.8
Central Processing Unit (CPU)

What does the Memory Address Register (MAR) hold?

The address of the next location in memory to be accessed.

p.11
Memory Types and Hierarchy

What is the value of one kilobyte in bytes?

1024 bytes.

p.6
Applications of Computers

How do ATMs benefit banking services?

They allow 24-hour access for depositing and withdrawing cash.

p.9
Read Only Memory (ROM) and its Types

What is the function of Read Only Memory (ROM)?

To store initial start-up instructions and routines.

p.4
Central Processing Unit (CPU)

What operations does the Arithmetic Logic Unit (ALU) perform?

Arithmetical and logical operations on stored numbers.

p.8
Central Processing Unit (CPU)

What is the role of the Control Unit (CU)?

Controls I/O devices and data transfer to and from primary storage.

p.1
Characteristics of Computers

What does resource sharing in computers allow?

Connects computers for sharing costly resources and data among groups.

p.9
Read Only Memory (ROM) and its Types

What are the characteristics of ROM?

Non-volatile and random access.

p.12
Read Only Memory (ROM) and its Types

What is a key feature of Read Only Memory (ROM)?

It is non-volatile and retains its contents when power is turned off.

p.9
Components of a Computer System

What connection is essential for communication within a computer system?

Processor to memory communication.

p.1
Characteristics of Computers

What is the storage capability of computers?

They can store large volumes of data, both temporarily and permanently.

p.6
Applications of Computers

What advantage does computer networking provide in banking?

It enables inter-branch transactions like cheque and draft processing without delay.

p.12
Memory Types and Hierarchy

What is the main characteristic of RAM?

It is fast and allows immediate data manipulation.

p.9
Components of a Computer System

What are the three functional groups of bus lines?

Data lines, address lines, and control lines.

p.9
Memory Types and Hierarchy

What type of memory is volatile and loses data when power is off?

Random Access Memory (RAM).

p.13
Read Only Memory (ROM) and its Types

How many times can information be written into ROM?

Information can be written into ROM only one time.

p.13
Read Only Memory (ROM) and its Types

What is a Masked ROM?

Masked ROM is a hard-wired device that contains a pre-programmed set of data or instructions.

p.13
Read Only Memory (ROM) and its Types

What is notable about Programmable ROM (PROM)?

PROM can be programmed only once, and its contents can never be changed after programming.

p.2
Generations of Computers

What areas does Artificial Intelligence (AI) cover in fifth generation computers?

Expert Systems, Natural Language Processing, speech recognition, voice recognition, robotics, etc.

p.13
Read Only Memory (ROM) and its Types

Is the information stored in ROM permanent or temporary?

The information stored in ROM is permanent and cannot be corrected.

p.1
Generations of Computers

What example is given for first generation computers?

Universal Automatic Computer (UNIVAC), ENIAC, or EDVAC.

p.1
Generations of Computers

What advantages did transistors provide in second generation computers?

Made them smaller, faster, cheaper, energy-efficient, and more reliable.

p.13
Read Only Memory (ROM) and its Types

What is Flash ROM, and how is it different from EEPROM?

Flash ROM is a type of non-volatile memory that can be erased and reprogrammed in blocks, unlike EEPROM which is done byte by byte.

p.1
Introduction to Computers

What is the origin of the term 'computer'?

Derived from the word 'compute', which means to calculate.

Study Smarter, Not Harder
Study Smarter, Not Harder