In hexadecimal number system, B, D, E represent_________
11, 12, 13 respectively
12, 14, 15 respectively
13, 14, 15 respectively
14, 16, 17 respectively
Correct answer is B
A = 10
B = 11
C = 12
D = 13
E = 14
F = 15
B = 11, D = 13, E = 14
Given that 26 10 = X 2, X is _________
11011
11010
11110
10111
Correct answer is B
2 26
2 13 r 0
2 6 r 1
2 3 r 0
2 1 r 1
0 r 1
11010
x = 11010
LET Z = 4*W^2 + 2*Y
Given that W = 5 and Y = 10
50
80
100
120
Correct answer is D
4*W^2 + 2*Y
Given that W = 5 and Y = 10
4(5) \^2 + 2(10)
4(25) + 2(10)
100 + 20 = 120
The process of restarting a computer is known as ________
Cold booting
Warm booting
Resume booting
Restart booting
Correct answer is B
No explanation has been provided for this answer.
The Instruction fetched into the CPU is decoded by the___________
Primary memory
Program counter
ALU
Control unit
Correct answer is D
No explanation has been provided for this answer.