Module 4: Computer Architecture Flashcards

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

1930s MIT grad who solved switching problems of circuit design

A

Claude Shannon

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

Basic electronic components of a digital system

A

Digital logic circuits

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

Series switch vs parallel switch

A

Series = p and q

Parallel = p or q

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

1940s and 1950s technology led to the development of modern digital systems (ex calculators, telephone switching)

A

Electronic devices with the physical states of closed and open corresponding to electronic states, high and low voltage replaced switches

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

Logic gates

A

Black box - contains detailed implementation of the circuit and is often ignored while attention is focused on the relation between input and output signals

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

AND gate

A

May have more than 2 inputs

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

OR gate

A

v

May have more than two inputs

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

NAND gate

A

|
Shedder stroke
“Not and”

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

NOR gate

A

Pierce arrow

“Not or”

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

Order of operations:

A

( )
[NOT gate]
^ v | [NOR gate / XOR gate]

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

George Boole

A

English mathematician / one of founders of symbolic logic

Name sake of Boolean

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

Boolean variable

A

Any variable that can take only one of two values

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

Boolean expression

A

Expression composed of Boolean variable and connectives

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

Decimal:
Base ?
Digit values ?
Subscript ?

A

Base 10
each digit is a numb 0-9
Subscript 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
Binary: 
Base ? 
Digit values ?
Postfix ?
Subscript ?
A

Base 2
Each digit is a num 0-1 (called a bit)
Postfix - b
Subscript 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
Octal: 
Base ?
Digit values ? 
Postfix ? 
Subscript ?
A

Base 8
Each digit is a num 0-7
Postfix o
Subscript 8

17
Q
Hexadecimal:
Base ?
Digit values ?
Prefix ? 
Postfix ? 
Subscript ?
A
Base 16 
Digit is a num 0-9 or letter a-f (10-15) 
Prefix 0x
Postfix h 
Subscript 16
18
Q

Nibble

A

4 bits

19
Q

Byte

A

8 bits

20
Q

Word

A

16 bits

21
Q

Double word

A

32 bits

22
Q

Positional notation

A

Each num w/I set num system carries a different weight
Left = most sig
Right = least sig

23
Q

Order of magnitude

A

Scientific notation of very large numbers in which each order of magnitude is 10x the prev one