Ch 25 - Internal Computer Hardware

0.0(0)
linked notesView linked note
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1

Processor

Executes program instructions in order to run applications

2

Main Memory

Includes RAM and ROM, responsible for storing program instructions and frequently used data, enabling quick execution of instructions.

3

RAM

Stands for Random Access Memory, a type of fast main memory used to store data and programs currently in use by the computer. Programs not currently in use will be wiped from the RAM (RAM is volatile).

4

ROM

Stands for Read Only Memory; A type of memory that cannot be modified and is useful for storing permanent data and fixed sequences of instructions like a computer’s startup routine.

5

Addressable Memory

The concept of storing data and instructions in memory with discrete, unique addresses.

6

Buses

A series of parallel wires that connect internal components of a computer system, allowing data to be passed both ways. The number of wires is called the width. The larger the width the faster the number of bits can be transferred simultaneously.

7

Data Bus

Sends data and instructions to and from different components of the computer system; increasing its width increases the volume of data transferred.

8

Address Bus

Used to transport memory addresses from the CPU to memory, specifying where data is to be sent or retrieved; increasing its width increases the range of addresses it can specify.

9

Control Bus

Transfers control signals between the CPU and other components, which regulates the operations of the computer system

10

Input/Output (I/O) Controllers

Hardware that controls the communication of data between the processor and external hardware devices, such as keyboards.