comp sci rev Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what’s an overflow error ?

A

an overflow error is when the leftmost column produces a carry and the arithmetic result exceeds the available number of bits .

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

what type of computer architecture is used in most computers ?

A

von Neumann architecture

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

is RAM volatile or non-volatile ?

A

volatile

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

what’s ROM ?

A

Read only memory

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

what does RISC stand for ?

A

Reduced instruction set computer

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

what does CISC stand for ?

A

complex instruction set computer

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

what does FDE stand for?

A

Fetch, Decode, Execute

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

what are the 3 main types of secondary storage ?

A

solid state storage devices
Optical storage
Magnetic storage

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

what does a binary left shift have the effect of ?

A

multiplying the binary whole number by 2

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

what does a binary right shift have the effect of ?

A

dividing the binary whole number by 2

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

what does MAR stand for ?

A

Memory Address Register

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

what does MDR stand for ?

A

Memory Data Register

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

what is clock speed measured in ?

A

gigahertz

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

what is able to perform its own FDE cycle ?

A

each CPU core

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

what does overclocking a CPU do ?

A

increases the performance at the cost of increased temperatures

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

that does GPU stand for ?

A

Graphics processing Unit

17
Q

what does CPU stand for ?

A

Central processing unit

18
Q

is a monitor an input or output ?

A

output

19
Q

what’s the three main factors for CPU performance ?

A

Cache memory
number of cores
Clock speed

20
Q

what’s faster RAM or cache memory ?

A

cache memory

21
Q

if you divide a binary number by 32 how many shifts to the right does it do ?

A

five shifts to the right

22
Q

if you multiply a number by 32 how many shifts to the left does it do ?

A

five shifts to the left

23
Q

What does the ALU do ?

A

Executes operations