Exam #1 Review Flashcards
1
Q
man command
A
manual
2
Q
who command
A
shows whose logged in
3
Q
ld command
A
linker-loader
4
Q
cat command
A
concatenates one file to another
5
Q
pull command
A
fetches and downloads remote repository and immediately updates local repository to match the content
6
Q
bit
A
smallest unit of data
7
Q
byte
A
8 bits
8
Q
word
A
2 bytes
9
Q
ALU
A
arithmetic logic unit
10
Q
CU
A
control unit
11
Q
IP
A
instruction pointer
12
Q
registers
A
hold data in CPU (looks normal)
13
Q
How many bytes are AH and AL
A
1 byte
14
Q
How many bytes are AX
A
2 bytes
15
Q
How many bytes are EAX
A
4 bytes