Embedded Quiz
Embedded Quiz
Embedded Quiz
1. The type of finite state machine in which the output depends only on the
current state is called?
a) Mealy machine
b) Moore machine
c) Arithmetic state machine
d) None of these
3. The spraying of a very thin layer of acrylic material onto the PCB which
protects the copper tracks is called
a) Etching
b) Conformal coating
c) Pressing
d) Scrubbing
6. What is the decimal representation of the largest number you can represent
using 10 bits?
a) 256.0
b) 1024.0
c) 1023.0
d) 2^10 + 1
7. The forward voltage drop across a LED (with its current range) depends on?
a) The Manufacturer
b) The supply voltage
c) It is always 0.7v
d) The colour of the LED
10. The USCI has ______ interrupt vector(s) for transmission and ______
interrupt vector(s) for reception.
a) One and two
b) One and one
c) Two and one
d) Two and two
14. How many times should the delay function be called for the software
debouncing of a push-button?
a) 1
b) 2
c) 3
d) 4
15. If you want to see the version history of a repository on your local
computer, which of the following commands will you execute?
a) git history
b) git log
c) git fetch
d) git pull
ANSWER
1. Moore machine (b)
2. 24-26 SWG (b)
3. Conformal coating (b)
4. Finite State Machine with Datapath (c)
5. True (a)
6. 1023.0 (c)
7. The colour of the LED (d)
8. Compiler (b)
9. CACTI (c)
10. One and one (b)
11. By decreasing the operating frequency and the supply voltage (b)
12. ADC (c)
13. To convert the state of the push button to logic 0 or logic 1 (C)
14. 1 (1)
15. Git log (b)