You are on page 1of 2

BENG 3113

MICROPROCESSOR
MICROPROCESSOR (BENG 2223)
TUTORIAL 1 (ANSWER)
1.

What is the difference between analogue and digital signal?


Analogue signal is a continuously variable electrical or physical quantity, for example temperature and
alternating current (ac) electrical signal. Digital signals have discrete set of value represented by two voltage
level, for example compact disk data.

2.

Why do we need to use digital representation to describe analogue system?


It is much easier to perform the analogue information in digital signal when we want to computer or electronic
machine to interpret, communicate, store and manipulate the analogue information.

3.

List the advantages and disadvantages of digital system over analogue system.
The advantages of digital compared to analogue techniques are:
Information storage for further manipulation.
Accurate and precise.
Noise Immune.
Easy to design.
The disadvantages are:
The real world is analogue.
Processing digitized signal takes time.

4.

Draw the waveform for the following binary information. Determine the MSB and LSB bits, rising and falling
edge for each waveform.
a)
01011100
c)
101001010
b)
111011011
d)
11101011

5.

Convert the following binary numbers to their equivalent decimal values.


a)

10110 - 2210

d)

01011011- 9110

b)

10001101- 14110

e)

1111.1110- 15.87510

c)

11011.0101- 27.312510

f)

0110.0110- 6.37510

BENG 3113
MICROPROCESSOR
6.

7.

Convert the binary numbers in Problem 5 to hexadecimal and octal values.


a)

10110 - 1616 ,268

d)

01011011- 5B16 ,1338

b)

10001101- 8D16 ,2158

e)

1111.1110-

c)

11011.0101- 1B.516 ,33.24 8

f)

0110.0110- 6.616 ,6.38

d)

2000 -

Convert these octal values to binary.


a)
b)
c)

8.

c)

e)
f)

48310 ,1E316
3777 - 204710 ,7FF16
743 -

e)
f)

Convert each hexadecimal numbers to its decimal equivalent.


a)
92 - 14610
d)
b)
c)

10.

111102
743 - 1111000112
3777 - 111111111112
36 -

100000000002
1204 - 10100001002
165 - 11101012

Convert the octal numbers in Problem 7 to decimal and hexadecimal values.


a)
36 - 3010 ,1E16
d)
2000 - 102410 ,40016
b)

9.

F.E 16 ,17.70 8

42210
FED - 407710
1A6 -

e)
f)

64410 ,28416
165 - 11710 ,7516

1204 -

945C - 3798010

886.113281310
A1.F9 - 161.972656310
376.1D -

Convert the hex values in Problem 9 to binary and octal.


a)
b)
c)

100100102 ,2228
1A6 - 1101001102 ,6468
FED - 1111111011012 ,77558
92 -

d) 945C - 10010100010111012 ,112134 8


e) 376.1D - 1101110110.000111012 ,1566.072 8
f) A1.F9 - 10100001.111110012 ,241.762 8

11.

List the octal numbers in sequence for:


a)
5, 6, 7, 10, 11, 12, 13, 14, 15
b)
44, 45, 46, 47, 50, 51, 52, 53, 54, 55
c)
162, 163, 164, 165, 166, 167, 170, 171, 173
d)
73, 74, 75, 76, 77

12.

List the hex numbers in sequence for:


a)
5, 6, 7, 8, 9, A, B, C, D, E, F, 10, 11, 12, 13, 14, 15
b)
44, 45, 46, 47, 48, 49, 4A, 4B, 4C, 4D, 4E, 4F, 50, 51, 52, 53, 54, 55
c)
166, 163, 164, 165, 167, 168, 169, 16A, 16B, 16C, 16D, 16E, 16F, 170, 171
d)
79, 7A, 7B, 7C, 7D, 7E, 7F, 80, 81, 82

You might also like