7 SD REPORT Q
7 SD REPORT Q
Assignment
7SD
1. Take an input from Serial Monitor and show it in 7SD. (Proteus Simulation)
2. Take an Input from Serial Monitor and Print all numbers less than that in 7SD One by One.
After printing relevant digits 7SD would be turned off.
19.01.05. X Y Z
Connection Table –
0 c e a d f g p b
1 e a c d g p b f
2 a g c b e d p f
3 g p b a c e f d
4 b e g c a f d p
5 g c e d p a b f
6 d g p b e c f a
7 d b p g c f e a
8 p e c d f b a g
9 g f e a d c p b
• For Integer numbers input take 2-digit input [Ex – 23, 07]
• For float input take numbers such as one digit after decimal point [Ex – 7.5, 0.9]
5. Consider you have two seven-segment displays. Write a code such that one 7SD shows
only even numbers one after one whether the other 7SD shows odd numbers one by one.
7 SD [Odd] 7 SD [Even]
1 0
3 2
.. ..
.. ..
.. ..
D C
F E
6. Take an input from user using serial monitor. After that show all the numbers that are
multiple of user inputs in the range of Є [0, F]. After showing all multiples turn off the
display.
If user input = 3
If user input = 7