CSC 208 Final Exam Study Guide

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

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.

24 Terms

1
New cards

Data Processing

One of the four basic functions a computer performs.

2
New cards

Data Storage

One of the four basic functions a computer performs.

3
New cards

Data Movement

One of the four basic functions a computer performs.

4
New cards

Control

One of the four basic functions a computer performs.

5
New cards

Central Processing Unit (CPU)

One of the four main structural components of a computer.

6
New cards

Main Memory

One of the four main structural components of a computer.

7
New cards

I/O Modules

One of the four main structural components of a computer.

8
New cards

System Interconnection

One of the four main structural components of a computer.

9
New cards

Interconnection Structure

A bus that connects the CPU, Memory, and I/O devices.

10
New cards

Principle of Locality

The tendency of a processor to access the same set of memory locations repetitively.

11
New cards

Temporal Locality

One form of the principle of locality.

12
New cards

Spatial Locality

One form of the principle of locality.

13
New cards

SRAM

Fast, expensive memory used for cache.

14
New cards

DRAM

Slower, cheaper memory used for main memory.

15
New cards

ROM

Non-volatile memory with permanent instructions.

16
New cards

Flash Memory

Non-volatile, erasable memory used in storage devices.

17
New cards

Cache Memory

High-speed memory between CPU and main memory.

18
New cards

Batch Processing

Jobs run one after another without user interaction.

19
New cards

Multiprogramming

Multiple programs loaded; CPU switches to another job when one is waiting.

20
New cards

Hamming Code Error Correction

A method to correct one-bit errors.

21
New cards

8-bit Signed Magnitude

Range: -127 to +127.

22
New cards

8-bit Two's Complement

Range: -128 to +127.

23
New cards

Assembly Language

Human-readable representation of machine instructions.

24
New cards

Instruction Length

Affects memory usage and CPU fetch efficiency.