Centra Processing Unit Flashcards

1
Q

what is the central processing unit?

A

The central processing unit is an essential and fundamental part of a computer system where all arithmetic and logical calculations and operations takes place.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what does the central processing unit do?

A

It interprets and tlanslates, as well as carry out instructions for operating a computer as a device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the other name for CPU?

A

what is the other name for CPU?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What tasks are performed by the components of the central processing unit.

A
  1. Executes instructions: Carries out instructions from the operating system and applications.
  2. Performs calculations: Performs arithmetic and logical operations.
  3. Manages data: Moves data between different parts of the computer.
  4. Controls input/output operations: Manages data transfer between devices such as keyboards, displays, and storage devices.
  5. Manages memory: Controls access to RAM and cache memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are the main components of the CPU?

A

The CPU consists of several key components:

  1. Control Unit: Retrieves and decodes instructions.
  2. Arithmetic Logic Unit (ALU): Performs calculations and logical operations.
  3. main memory:
  4. Cache Memory: Small, fast memory used to store frequently accessed data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what does ALU stands for?

A

Arithmetic logic unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what does the ALU do?

A

Performs all arithmetic and logic calculations provided by the Computer systems.. that is addition, subtraction, multiplication, division and logic calculations such as comparisons e,.g <>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what does the control unit do?

A

It controls and facilities all activities and operations performed in the computer system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how does the control unit control and facilitie all activities and operations performed in the computer system?

A

It gets program from the main memory of the computer system, interprets them and other units to get desired results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what does the main memory do?

A

stores information,data and instructions on a computer so that it can perform processing tasks on the data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what does programs refer to?

A

programs is a set or series of instructions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

name two types of memories on a PC, their meaning and what they are.

A

Rom- read only memory
responsible for providing startup instructions when the computer is turned on.

RAM- Random access memory
This is the area of memory where data and program instructions are stored when the computer is in operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe Rom

A

ROM (Read-Only Memory) is a type of computer memory that permanently stores data and software, retaining its contents even when the computer is turned off. ROM is non-volatile, meaning its contents are retained without power.

Here are some key characteristics of ROM:

  1. Non-volatile: ROM retains its contents even when the computer is turned off.
  2. Permanent: Data and software stored in ROM are permanent and cannot be changed.
  3. Read-only: The computer can only read data from ROM, not write to it.
  4. Slow: ROM is generally slower than RAM.
  5. Capacity: ROM capacity is typically smaller than RAM.
  6. you cannot store any data in rom
  7. The Last instruction in the ROM directs the computer to load the operating system.

In summary, ROM is a non-volatile memory technology that permanently stores data and software, retaining its contents even when power is off.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe RAM

A

RAM (Random Access Memory) is a type of computer memory that temporarily stores data and applications while a computer is running. It is called “random access” because the computer can access any location in the memory directly and immediately, rather than having to read the data in a particular order.

Here are some key characteristics of RAM:

  1. Volatile: RAM is a volatile memory technology, meaning that its contents are lost when the computer is turned off.
  2. Temporary: RAM is used to store data and applications temporarily while the computer is running.
  3. Fast: RAM is much faster than other types of memory, such as hard drives or solid-state drives.
  4. Accessible: The computer can access any location in RAM directly and immediately.
  5. Capacity: RAM capacity is measured in bytes (e.g., 8GB, 16GB, 32GB).

RAM is used for various purposes, including:

  1. Running applications
  2. Storing data temporarily
  3. Caching frequently used data
  4. Buffering data during processing

In summary, RAM is a fast, volatile memory technology that temporarily stores data and applications while a computer is running, allowing for efficient and rapid access to information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

compare and contrast between the ROM and ram

A

Similarities:*

  1. Both are types of computer memory.
  2. Both store digital data.
  3. Both are essential for computer operation.

Differences:

  1. Volatility: RAM is volatile (loses data when power is off), while ROM is non-volatile (retains data even when power is off).
  2. Writeability: RAM is writable (data can be changed), while ROM is read-only (data cannot be changed).
  3. Speed: RAM is generally faster than ROM.
  4. Capacity: RAM typically has larger capacity than ROM.
  5. Purpose: RAM is used for temporary storage of data and applications, while ROM is used for permanent storage of firmware, boot loaders, and BIOS- basic input/output system.
  6. Programming: RAM can be programmed and reprogrammed multiple times, while ROM is typically programmed once and remains unchanged.
  7. Access: RAM is accessed frequently by the CPU, while ROM is accessed less frequently.
  8. Cost: RAM is generally more expensive than ROM.

In summary, RAM and ROM are both important types of computer memory, but they differ in their volatility, writeability, speed, capacity, purpose, programming, access, and cost. RAM is used for temporary storage and is writable, while ROM is used for permanent storage and is read-only.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

describe Cache memory?

A

cache memory is a small data of high speed that resides between the processor and the main memory.
- only the manufacturers can eras or update the data inside the cache memory
-it is not available to the users, hence they can’t delete, update or refresh the programs inside the cache memory.
-it is expansive
functions
1. Stores frequently used data
2. Retrieves data from main memory
3. Anticipates and prepares data for future use
4. Speeds up access to data
5. Reduces time spent waiting for data
6. Improves CPU performance
7. Reduces power consumption
8. Acts as a high-speed buffer between CPU and main memory

Think of cache memory like a small, fast desk drawer that stores your most important papers. Instead of having to search through a large filing cabinet (main memory), you can quickly access what you need from the desk drawer (cache memory). This saves time and makes your work more efficient!

17
Q

what is the cache memory?

A

a small data of high speed that resides between the processor and the main memory.

18
Q

list 4 functions of the cache memory.

A

functions of cache memory

  1. Stores frequently used data
  2. Retrieves data from main memory
  3. Anticipates and prepares data for future use
  4. Speeds up access to data
  5. Reduces time spent waiting for data
  6. Improves CPU performance
  7. Reduces power consumption
  8. Acts as a high-speed buffer between CPU and main memory
  9. it is expansive