Embedded System - Quizizz
Embedded System - Quizizz
Embedded system
Class
Total questions: 30
Worksheet time: 15mins
Date
Instructor name: Kartik Patil
a) b) VxWorks b) a) RTLinux
c) c) Windows CE d) d) All of the mentioned
c)
a) d) Data b) a) Code
c) b) Stack d) c) Bootstrap program
5. The initial program that is run when the computer is powered up is called __________
12. . The main virtue for using single Bus structure is ____________
a) C) AHB b) A) PCIe
c) B) USB d) D) I2C
14. A "bootloader" in an embedded system is used for:
16. What is the name of the ARM register R13 commonly used as?
18. What are the three basic stages of the ARM7 pipeline?
22. What is the primary function of the Memory Protection Unit (MPU)?
23. What is the main function of the Memory Management Unit (MMU)?
25. What does the ARM instruction SUB R1, R2, R3 do?
26. What does the ARM instruction MOV R0, R1, LSL #2 do?
a) A) Adds the value of label to the Program b) C) Moves the label into a register
Counter (PC)
c) D) Compares label with a register value d) B) Branches to the address specified by
label (unconditional)
29. In ARM, what does the BGE instruction check before branching?
30. What does the instruction "LDR R0, [R1, #4]" do in ARM architecture?
.
a) A) Load the value from memory address b) D) Store the value of R0 at memory
stored in R1 into register R0, with an offset address R1.
of 4.
c) C) Load register R0 with the value in R1. d) B) Load the value from memory address
stored in R1 into register R0