430 likes | 627 Views
EEL-3705 TPS QUIZZES. Think - Pair - Share (TPS) Quizzes. Think – Pair – Share Think individually for one time units Pair with partner for two time units Share with group for one and half time units Report results. THINK One Unit (e.g. 30 Seconds). PAIR Two Units (e.g. 60 Seconds).
E N D
Think - Pair - Share (TPS) Quizzes • Think – Pair – Share • Think individually for one time units • Pair with partner for two time units • Share with group for one and half time units • Report results
THINK One Unit (e.g. 30 Seconds)
PAIR Two Units (e.g. 60 Seconds)
SHARE 1.5 units (e.g. 45 Seconds)
Q: Calculate the following binary addition. Assume unsigned binary numbers 1 1 1 1 0 1 + 0 1 0 1 1 1
S: Calculate the following binary addition. Assume unsigned binary numbers 1 1 1 1 1 1 1 1 1 0 1 + 0 1 0 1 1 1 1 0 1 0 1 0 0
Q: Calculate the following binary addition. Assume unsigned binary numbers 0 1 1 1 1 1 0 1 1 0 + 1 0 1 1 0 1 1 1 0 1
Solution 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 0 + 1 0 1 1 0 1 1 1 0 1 1 0 0 1 1 0 1 0 0 1 1
Q: Calculate the following binary subtraction using the borrow method. Assume unsigned binary numbers 1 1 1 1 0 1 - 0 1 0 1 1 1
S: Calculate the following binary subtraction. Assume unsigned binary numbers 1 1 1 1 1 1 0 1 - 0 1 0 1 1 1 1 0 0 1 1 0
Q: Calculate the following binary multiplication. Assume unsigned binary numbers 1 0 1 x 0 1 1
S: Calculate the following binary multiplication. Assume unsigned binary numbers 1 0 1 x 0 1 1 1 0 1 1 0 1 0 1 1 1 1
Q: Calculate the hex addition. Assume unsigned binary numbers. A3FD16 + 24CE16
S: Calculate the hex addition. 1 1 A3FD16 + 24CE16 C8CB16
Q: Calculate the hex subtraction using the borrow method. Assume unsigned binary numbers. A3FD16 - 24CE16
S: Calculate the hex subtraction. 1 1 A3FD16 - 24CE16 7F2F16
S: Convert the following to decimal a) A3FD16 b) 24CE16
S: Convert the following to decimal • A3FD16 • b) 24CE16
Q: Convert the following to decimal. Assume unsigned binary numbers a) 0 1 1 1 1 0 1 b) 0 0 1 0 1 1 1 c) 1 0 1 0 1 0 0
Q: Convert the following to decimal. Assume unsigned binary numbers a) 0 1 1 1 1 0 1 b) 0 0 1 0 1 1 1 =1+4+8+16+32 =61 =1+2+4+16 =23 c) 1 0 1 0 1 0 0 =4+16+64 =84
Q: Convert the following to binary. Assume unsigned binary numbers a) 45 b) 123 c) 62
S: Convert the following to binary. Assume unsigned binary numbers a) 45 MSB LSB 101101 b) 123 1111011
S: Convert the following to binary. Assume unsigned binary numbers b) 62 MSB LSB 111110
Q: Calculate the two’s complement of the following binary numbers. What is the signed decimal equivalent of the original number? a) 1 1 1 1 0 1 b) 1 1 0 1 0 1
A: Calculate the two’s complement of the following binary numbers. What are the signed decimal equivalents of the original number. a) 1 1 1 1 0 1 -3 0 0 0 0 1 1 = 3 b) 1 1 0 1 0 1 -11 0 0 1 0 1 1 = 11
Q: Calculate the following binary subtraction using the two’s complement method. Assume unsigned binary numbers 0 1 1 1 0 1 - 0 1 0 1 1 1
S: Calculate the following binary subtraction using the two’s complement method. Assume unsigned binary numbers 29 0 1 1 1 0 1 - 0 1 0 1 1 1 -23 6 Calculate two’s complement 0 1 0 1 1 1 101001 = -23 Perform binary addition 0 1 1 1 0 1 + 1 0 1 0 0 1 29 +(-23) 6 Throw away 1 0 0 0 1 1 0
Q: Calculate the following using the two’s complement method and give the result in binary and decimal. Assume signed binary numbers. 0 1 1 1 1 1 0 1 1 0 - 0 0 1 1 0 1 1 1 0 1
Q Solution: Calculate the following using the 2’s complement method and give the result in binary and decimal. 0 1 1 1 1 1 0 1 1 0 - 0 0 1 1 0 1 1 1 0 1 0 1 1 1 1 1 0 1 1 0 + 1 1 0 0 1 0 0 0 1 1 2’s Comp 0 1 0 0 0 1 1 0 0 1