43
EEL-3705 TPS QUIZZES

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

Embed Size (px)

Citation preview

Page 1: 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

EEL-3705TPS QUIZZES

Page 2: 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

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

Page 3: 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

THINKOne Unit

(e.g. 30 Seconds)

Page 4: 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

PAIRTwo Units

(e.g. 60 Seconds)

Page 5: 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

SHARE1.5 units

(e.g. 45 Seconds)

Page 6: 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

Report

Page 7: 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

Quiz 2-1

Page 8: 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

Q: Calculate the following binary addition. Assume unsigned binary numbers

1 1 1 1 0 1+ 0 1 0 1 1 1

Page 9: 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

S: Calculate the following binary addition. Assume unsigned binary numbers

1 1 1 1 0 1+ 0 1 0 1 1 11 0 1 0 1 0 0

11111

Page 10: 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

Quiz 2-2

Page 11: 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

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

Page 12: 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

Solution

0 1 1 1 1 1 0 1 1 0+ 1 0 1 1 0 1 1 1 0 11 0 0 1 1 0 1 0 0 1 1

11111111

Page 13: 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

Quiz 2-3

Page 14: 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

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

Page 15: 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

S: Calculate the following binary subtraction. Assume unsigned binary numbers

1 1 1 1 0 1- 0 1 0 1 1 1 1 0 0 1 1 0

11

Page 16: 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

Quiz 2-4

Page 17: 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

Q: Calculate the following binary multiplication. Assume unsigned binary numbers

1 0 1x 0 1 1

Page 18: 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

S: Calculate the following binary multiplication. Assume unsigned binary numbers

1 0 1x 0 1 1 1 0 1

1 0 1 0 1 1 1 1

Page 19: 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

Quiz 2-5

Page 20: 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

Q: Calculate the hex addition. Assume unsigned binary numbers.

A3FD16

+ 24CE16

Page 21: 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

S: Calculate the hex addition.

A3FD16

+ 24CE16

C8CB16

11

Page 22: 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

Quiz 2-6

Page 23: 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

Q: Calculate the hex subtraction using the borrow method. Assume unsigned binary numbers.

A3FD16

- 24CE16

Page 24: 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

S: Calculate the hex subtraction.

A3FD16

- 24CE16

7F2F16

11

Page 25: 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

Quiz 2-7

Page 26: 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

S: Convert the following to decimal

a) A3FD16

b) 24CE16

Page 27: 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

S: Convert the following to decimal

a)A3FD16

b) 24CE16

3 2 110 16 3 16 15 16 13

10 4096 3 256 15 16 13

41981

x x x

x x x

3 2 12 16 4 16 12 16 14

2 4096 4 256 12 16 14

9422

x x x

x x x

Page 28: 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

Quiz 2-8

Page 29: 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

Q: Convert the following to decimal. Assume unsigned binary numbers

a) 0 1 1 1 1 0 1b) 0 0 1 0 1 1 1c) 1 0 1 0 1 0 0

Page 30: 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

Q: Convert the following to decimal. Assume unsigned binary numbers

a) 0 1 1 1 1 0 1b) 0 0 1 0 1 1 1c) 1 0 1 0 1 0 0

=1+4+8+16+32 =61=1+2+4+16 =23

=4+16+64 =84

Page 31: 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

Quiz 2-9

Page 32: 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

Q: Convert the following to binary. Assume unsigned binary numbers

a) 45b) 123c) 62

Page 33: 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

S: Convert the following to binary. Assume unsigned binary numbers

a) 45

b) 123

222 45 1R

112 22 0R

152 30 0R

22 5 1R

12 2 0R

02 1 1R

MSBLSB101101

612 123 1R

302 61 1R

52 11 1R

72 15 1R

32 7 1R

12 3 1R

02 1 1R 1111011

Page 34: 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

S: Convert the following to binary. Assume unsigned binary numbers

b) 6215

2 31 1R 31

2 62 0R 7

2 15 1R 3

2 7 1R 1

2 3 1R 0

2 1 1R

111110

MSBLSB

Page 35: 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

Quiz 2-10

Page 36: 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

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

Page 37: 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

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

b) 1 1 0 1 0 1 -11

0 0 0 0 1 1 = 3

0 0 1 0 1 1 = 11

Page 38: 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

Quiz 2-11

Page 39: 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

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

Page 40: 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

S: 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

0 1 0 1 1 1 101001 = -23

0 1 1 1 0 1+ 1 0 1 0 0 1

Calculate two’s complement

Perform binary addition

1 0 0 0 1 1 0

29-23 6

Throw away

29+(-23)

6

Page 41: 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

Quiz 2-12

Page 42: 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

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

Page 43: 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

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 0 0 0 1 1 0 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