Embedded System Testing MCQ Quiz – Objective Question with Answer for Embedded System Testing

1. Which of the following is a set of specially selected input patterns?

a) test pattern
b) debugger pattern
c) bit pattern
d) byte pattern

Answer: a

While testing any devices or embedded systems, we apply some selected inputs which is known as the test pattern, and observe the output. This output is compared with the expected output. The test patterns are normally applied to the already manufactured systems.

 

2. Which is applied to a manufactured system?

a) bit pattern
b) parity pattern
c) test pattern
d) byte pattern

Answer: c

For testing any devices or embedded systems, we use some sort of selected input which is known as the test pattern, and observe the output and is compared it with the expected output. These test patterns are normally applied to the manufactured systems.

 

3. Which of the following is based on fault models?

a) alpha-numeric pattern
b) test pattern
c) bit pattern
d) parity pattern

Answer: b

The test pattern generation is normally based on the fault models and this model is also known as the stuck-at model. The test pattern is based on a certain assumption, that is why it is called the stuck-at model.

 

4. Which is also called the stuck-at model?

a) byte pattern
b) parity pattern
c) bit pattern
d) test pattern

Answer: d

The test pattern generation is based on the fault models and this type of model is also known as the stuck-at model. These test patterns are based on a certain assumption, hence it is known as the stuck-at model.

 

5. How is the quality of the test pattern evaluated?

a) fault coverage
b) test pattern
c) size of the test pattern
d) number of errors

Answer: a

The quality of the test pattern can be evaluated based on the fault coverage. It is the percentage of potential faults that can be found for a given test pattern set, that is fault coverage equals the number of detectable faults for a given test pattern set divided by the number of faults possible due to the fault model.

 

6. What is DfT?

a) discrete Fourier transform
b) discrete for transaction
c) design for testability
d) design Fourier transform

Answer: c

The design of testability or DfT is the process of designing for better testability.

 

7. Which of the following is also known as a boundary scan?

a) test pattern
b) JTAG
c) FSM
d) CRC

Answer: b

The JTAG is a technique for connecting scan chains of several chips and is also known as a boundary-scan.

 

8. What does BILBO stand for?

a) built-in logic block observer
b) bounded input bounded output
c) built-in loading block observer
d) built-in local block observer

Answer: a

The BILBO or the built-in logic block observer is proposed as a circuit combining, test response compaction, test pattern generation, and serial input/output capabilities.

 

9. What is CRC?

a) code reducing check
b) counter reducing check
c) counting redundancy check
d) cyclic redundancy check

Answer: d

The CRC or the cyclic redundancy check is the error detecting code that is commonly used in the storage device and the digital networks.

 

10. What is FSM?

a) Fourier state machine
b) finite state machine
c) fast state machine
d) free state machine

Answer: b

The FSM is a finite state machine. It will be having a finite number of states and is used to design both the sequential logic circuit and the computer programs. It can be used for testing the scan design in the testing techniques.

Scroll to Top