Components Quiz

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

1/20

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.

21 Terms

1
New cards

what is sampling?

the process of converting analog to digital

2
New cards

what is digital? binary? decimal?

binary is the language computers use to process data including only 1s and 0s. digital is information in a format that can be processed by computers. decimal is the base 10 number system.

3
New cards

what does it mean for storage to be volatile

storage that has a property of losing its data when a computer loses power

4
New cards

which components in the computer are volatile?

main memory, cpu instruction/data registers, cache

5
New cards

what is the purpose of the ROM?

a component of a computer containing permanent instructions for starting the system.

6
New cards

what is the purpose of the cache

to store important pieces of data the computer frequently accesses.

7
New cards

compare and contrast main memory and hard drive

the hard drive is the main storage and is non-volatile for long term storage. main memory is volatile storage that is easily accessible to the cpu storing temporary files, apps, and data.

8
New cards

what is the purpose of the system clock?

it provides synchronization to get the slower components to keep up and faster components to wait for the next tick

9
New cards

what is the purpose of the alu?

the arithmetic logic unit carries out operations from the data registers inside the cpu

10
New cards

what is the purpose of the instruction register? data registers?

the instruction register holds arithmetic and logic instructions for the alu, data registers store data.

11
New cards

why would a computer need expansion cards?

to take load off the cpu by having their own processing and storage components that are specialized for jobs like audio/video processing or networking.

12
New cards

what is the purpose of a port?

a connection point in the case of a computer that allows an outside device to communicate

13
New cards

what is the purpose of a bus?

to connect all components to a single cable

14
New cards

what is a memory address?

a numerical identifier locating where a piece of data is stored in RAM

15
New cards

what is the purpose of the program counter

to keep track of what instruction the CPU should execute

16
New cards

how is data stored in a computer? (format)

binary

17
New cards

put the following types of storage in order by size, smallest ot largest: registers, main memory, cache, hard drive

registers, cache, main memory, hard drive

18
New cards

sampling makes computer input:

possible for analog information

19
New cards

what is a memory address?

a number assigned to each pattern in main memory to help keep track of where things are stored

20
New cards

what is the purpose of the program counter?

to keep track of which line of a program the CPU is currently on

21
New cards

put the following types of storage in order by speed, fastest to slowest: registers, cache, main memory, hard drive

registers, cache, main memory, hard drive