250+ TOP MCQs on Examples of Embedded System Digital Signal Processing and Answers

Embedded Systems Interview Questions and Answers on “Examples of Embedded System Digital Signal Processing”.

1. What are the factors of filters which are determined by the speed of the operation in a digital signal processor?
A. attenuation constant
B. frequency
C. bandwidth
D. phase
Answer: C
Clarification: The bandwidth of any filter depends on the speed of operations held in a digital signal processor.

2. How many tables does an FIR function of a digital signal processor possess?
A. 1
B. 2
C. 3
D. 4
Answer: B
Clarification: Digital signal processor function involves setting up of two tables and one is for sampled data and the other table is for filter coefficients which determine the filter response. It takes values from the table and performs programs.

3. Why is said that branch prediction is not applicable in a digital signal processor?
A. low bandwidth
B. high bandwidth
C. low frequency
D. high frequency
Answer: A
Clarification: Loop control timing varies depending on the branch predictions which in turn make bandwidth predictions difficult thereby lowering the bandwidth of the digital signal processor.

4. Which architecture can one overcome the low bandwidth issue in MC6800 family?
A. RISC
B. CISC
C. von Neumann
D. program stored
Answer: A
Clarification: RISC architecture can offer some improvement in the low bandwidth issue since it has the ability to perform operations in a single cycle.

5. Which architecture in digital signal processor reduces the execution time?
A. Harvard
B. CISC
C. program storage
D. von Neumann
Answer: A
Clarification: Harvard architecture in a digital signal processor allows continuous data fetching and performing the corresponding instructions.

6. Which of the following processors also can work as a digital signal processor?
A. 8086
B. 8088
C. 8080
D. ARM9E
Answer: D
Clarification: ARM9E can also have DSP level of performance without having a digital signal processor by its enhanced DSP instructions.

7. What types of modules are used in the digital signal processor to form the loop structure?
A. modulo-timer
B. modulo-counter
C. timer
D. external timer
Answer: B
Clarification: By using hardware multipliers, counters etc the entire hardware can be redesigned to perform some specific functions which are used in digital signal processors. One such is the modulo-counter to form the loop structure.

8. Name a processor which is used in digital audio appliances.
A. 8086
B. Motorola DSP56000
C. 80486
D. 8087
Answer: B
Clarification: Motorola DSP56000 is a powerful digital signal processor which is used in digital audio applications which have the capability of noise reduction and multi-band graphics whereas 8087 is a coprocessor and 80486 and 8086 are microprocessors.

9. How many bits does DSP56000 processor have?
A. 8
B. 16
C. 24
D. 32
Answer: C
Clarification: In order to increase the resolution, DSP56000 is a 24-bit data word processor.

10. How many buses did DSP56000 possess?
A. 2
B. 3
C. 4
D. 5
Answer: B
Clarification: It possess three separate external buses, one is for the program and the remaining two buses are for X and Y memories for data.

11. Which of the following architecture does DSP56000 possess?
A. Harvard
B. von Neumann
C. CISC
D. program-stored
Answer: A
Clarification: DSP56000 possess Harvard architecture since this architecture has a separate bus for program memory and data memory.

12. What does AAU stand for?
A. arithmetic address unit
B. address arithmetic unit
C. address access unit
D. arithmetic access unit
Answer: B
Clarification: DSP56000 possess two external bus switches in which one is for data and the other is for the address for communicating with the outside world and these two switches are reproduced by the internal data bus and AAU.

13. How many address register does the AAU of a DSP56000 have?
A. 8
B. 16
C. 24
D. 32
Answer: C
Clarification: AAU have 24 address registers in three banks of eight.

14. How many registers does a DSP56000 have?
A. 4
B. 5
C. 7
D. 6
Answer: C
Clarification: DSP56000 has six 24-bit registers for controlling the loop counts, operating mode, stack manipulation and condition codes.

15. Which of the following bits are used for sign extension in DSP56000?
A. upper 8 bits of the stack pointer
B. lower 8 bits of the stack pointer
C. lower 8 bits of the program counter
D. upper 8 bits of the program counter
Answer: D
Clarification: The DSP56000 have a 24-bit program counter in which the upper 8 bits are only used for sign extension.

To practice all areas of Embedded Systems for Interviews,

Leave a Reply

Your email address will not be published. Required fields are marked *