Untitled Flashcards Set

0.0(0)
studied byStudied by 0 people
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
New cards

Operating system

Manages all application programs in a computer after being loaded by a boot program.

2
New cards

Data bus

Transfers data between a computer's memory and its CPU.

3
New cards

Instruction register

The part of a CPU's control unit that holds the instruction currently being executed or decoded.

4
New cards

Accumulator

A memory location used to store the intermediate results of arithmetic and logical operations.

5
New cards

Program counter

Keeps track of the memory address of the next instruction to be executed in a program.

6
New cards

Control unit

A subcomponent of CPU that manages computer operations.

7
New cards

Single allocation

The simplest memory management technique where all memory is available to a single application.

8
New cards

Partitioned allocation

Divides primary memory into multiple contiguous memory partitions for specific jobs.

9
New cards

Paged allocation

Divides memory into fixed-size units called page frames; maps pages to frames for memory allocation.

10
New cards

Von Neumann architecture

Consists of main memory, a CPU, and an interconnection between the memory and the CPU.