MCQs > Engineering & Manufacturing > Embedded Systems MCQs > Basic Embedded Systems MCQs

Basic Embedded Systems MCQ

1. Linux normally requires at least a __ CPU containing a memory management unit (MMU)

Answer

Correct Answer: 32-bit

Note: This Question is unanswered, help us to find answer for this one

2. Which statements are correct about Small Scale Embedded Systems?

Answer

Correct Answer: Single 8bit or 16bit Microcontroller
Minimal hardware and software complexity
Low power dissipation on continuous run

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

3. The ITM trace packages for read/write accesses contain the following information: (choose all that apply)

Answer

Correct Answer: data address
data value
program counter

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

4. _____ trace macrocells generate trace information for hardware trigger (system event tracing) or provide diagnostic information produced by code instrumentation of the application software.

Answer

Correct Answer: System

Note: This Question is unanswered, help us to find answer for this one

5. Which statements are True about Sophisticated Scale Embedded Systems?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

6. Using a TRACE32, which generated code can be loaded into the control hardware and functionally tested in-situ?

Answer

Correct Answer: debugger

Note: This Question is unanswered, help us to find answer for this one

7. Choose the best statement to describe the role of a watchdog timer?

Answer

Correct Answer: Ensures that your program won't get "stuck" while executing code

Note: This Question is unanswered, help us to find answer for this one

8. Choose the statement that best describes sharing code like counters between interrupt and non-interrupt code?

Answer

Correct Answer: You need to explicitly protect writes to the shared variables in the non-interrupt code

Note: This Question is unanswered, help us to find answer for this one

9. Which communication interface is/are required for an Embedded System to interact with external world peripheral/systems?

Answer

Correct Answer: Serial Communication interfaces RS-232, RS-422, RS-485
Synchronous Serial Communication Interface I2C, JTAG, SPI, SSC and ESSI
Networks Ethernet, Controller Area Network, LIN

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

10. What is ARM?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

11. Which statement is incorrect about Digital Signal Processor?

Answer

Correct Answer: DSP is used for signal measurement

Note: This Question is unanswered, help us to find answer for this one

12. Choose the best description of "pivot_root" in Embedded System programming?

Answer

Correct Answer: You use pivot_root with initrd to load a boot process filesystem

Note: This Question is unanswered, help us to find answer for this one

13. The Multi Core Debug System (MCDS) on the emulation devices provides a counter and trigger systems which extend the normal ___ debug resources.

Answer

Correct Answer: μC

Note: This Question is unanswered, help us to find answer for this one

14. Which are select features of the TRACE32 CoreSight tool?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

15.

If you are developing C code for an early model ARM Cortex processor, your program fails to compile. However if you remove the below statement from the code, it starts working. What  is the reason for the compile error?

t = t + 0.01


Answer

Correct Answer: Your compiler needs an implementation of a soft float library to handle floating point arithmetic


Note: This Question is unanswered, help us to find answer for this one

16. A manufacturer builds a ____ ‘family’ around a fixed microprocessor core. Different family members are created by using the same core, including with it different combinations of peripherals and different memory sizes.

Answer

Correct Answer: microcontroller

Note: This Question is unanswered, help us to find answer for this one

17. The Field programmable Gate Arrays (FPGAs) can be used to implement ______________.

Answer

Correct Answer: both hardware and software designs

Note: This Question is unanswered, help us to find answer for this one

18. How would -34H be represented as a signed number in 2s complement in 8051?

Answer

Correct Answer: CC

Note: This Question is unanswered, help us to find answer for this one

19. ARM3 was produced with __________.

Answer

Correct Answer: a 4 KB cache memory

Note: This Question is unanswered, help us to find answer for this one

20. What number should be loaded into the TH register using mode 2 to get 100μsec delay? (Assume XTAL=11.0592MHz)

Answer

Correct Answer: 5CH

Note: This Question is unanswered, help us to find answer for this one

21. The Atmega 16 micro controller is a __________.

Answer

Correct Answer: AVR

Note: This Question is unanswered, help us to find answer for this one

22.

How many times is the following loop performed?

   MOV R6, #200

BACK: MOV R5, #100

HERE: DJNZ R5, HERE

        DJNZ R6, BACK

Answer

Correct Answer: 20,000


Note: This Question is unanswered, help us to find answer for this one

23. Which devices are used in Embedded Systems?

Answer

Correct Answer: Both microprocessors and microcontrollers can be used

Note: This Question is unanswered, help us to find answer for this one

24. Which one of the following files is produced by an 8051 assembler?

Answer

Correct Answer: microcontroller.obj
microcontroller.Ist

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

25.

If the conditions are: 

PA= output with handshaking 

PB=output with handshaking, unused bit of PC=don't care

What would be the control word for 8255 PPI?

Answer

Correct Answer: A4H


Note: This Question is unanswered, help us to find answer for this one

26. Which timer of 8051 is used to set the baud rate?

Answer

Correct Answer: THI

Note: This Question is unanswered, help us to find answer for this one

27. The PIC 16F84 micro controller is __________.

Answer

Correct Answer: an 18-Pin IC

Note: This Question is unanswered, help us to find answer for this one

28. What exactly is Moore's Law about?

Answer

Correct Answer: The integration level components of IC

Note: This Question is unanswered, help us to find answer for this one

29. The major difference between Intel 8051 microcontroller and Intel 8031 microcontroller is that the 8031_________.

Answer

Correct Answer: does not have on-chip ROM

Note: This Question is unanswered, help us to find answer for this one

30. The LJMP (long jump) instruction is a ____________________.

Answer

Correct Answer: 3-byte instruction

Note: This Question is unanswered, help us to find answer for this one

31. What value must R4 have in the following instruction in order not to jump CJNE R4, #53, OVER?

Answer

Correct Answer: 53

Note: This Question is unanswered, help us to find answer for this one

32. Which of the following companies has designed the AVRs micro controllers?

Answer

Correct Answer: Atmel

Note: This Question is unanswered, help us to find answer for this one

33. With which memory are RAS and CAS associated?

Answer

Correct Answer: DRAM

Note: This Question is unanswered, help us to find answer for this one

34. The DS5000 microcontroller is called a home development system because it has a___________.

Answer

Correct Answer: Real Time Clock(RTC)

Note: This Question is unanswered, help us to find answer for this one

35. Which version of 8051 is the 8751 microcontroller?

Answer

Correct Answer: UV-EPROM

Note: This Question is unanswered, help us to find answer for this one

36. Which one of the following is not correct?

Answer

Correct Answer: MOV R5, #F9 H

Note: This Question is unanswered, help us to find answer for this one

37. Which instruction is used to correct the BCD addition problem in 8051?

Answer

Correct Answer: DA

Note: This Question is unanswered, help us to find answer for this one

38. In 8051,the upper limit of the Timer is__________.

Answer

Correct Answer: FFFFH

Note: This Question is unanswered, help us to find answer for this one

39. The JTAG (Joint Test Action Group)is the usual name used for _________________.

Answer

Correct Answer: IEEE 1149.1

Note: This Question is unanswered, help us to find answer for this one

40. What value should be loaded into THI to have a 9600 baud rate, if XTAL=11.0952MHz?

Answer

Correct Answer: FDH

Note: This Question is unanswered, help us to find answer for this one

41. The ARM architecture is a ___________.

Answer

Correct Answer: 32-bit RISC processor

Note: This Question is unanswered, help us to find answer for this one

42. The bit addressable memory is present in ____________.

Answer

Correct Answer: 8051 microcontroller

Note: This Question is unanswered, help us to find answer for this one

43. In the ATMEL corporation's microcontroller AT89C51, 'C' in the part number indicates__________.

Answer

Correct Answer: CMOS

Note: This Question is unanswered, help us to find answer for this one

44. After reset in 8051, the ports P0-P3 are initialised to __________________.

Answer

Correct Answer: FFH

Note: This Question is unanswered, help us to find answer for this one

45. Which bit of the IP register belongs to the serial Interrupt Priority in 8051?

Answer

Correct Answer: IP.4

Note: This Question is unanswered, help us to find answer for this one

46. Which register bank conflicts with stack in 8051?

Answer

Correct Answer: Bank 1

Note: This Question is unanswered, help us to find answer for this one

47. What would be the control word for 8255 PPI if all ports are input ports?

Answer

Correct Answer: 9BH

Note: This Question is unanswered, help us to find answer for this one

48. At which ROM location do we store the first Op-code of an 8051 program?

Answer

Correct Answer: 0000 H

Note: This Question is unanswered, help us to find answer for this one

49. What would be the baud rate if TH1= -2, SMOD = 1and XTAL=11.0592MHz in 8051?

Answer

Correct Answer: 28800Hz

Note: This Question is unanswered, help us to find answer for this one

50. The flash memory stores information in an array of __________________.

Answer

Correct Answer: Floating gate transistors

Note: This Question is unanswered, help us to find answer for this one

51.

What would be the contents of register A after the following code is executed?

MOV A,#56H

SWAP A

RR A

RR A


Answer

Correct Answer: 59H


Note: This Question is unanswered, help us to find answer for this one

52. When 8051 is powered up, the SP register contains the value of ____________.

Answer

Correct Answer: 07H

Note: This Question is unanswered, help us to find answer for this one

53.

What would be the contents of register A after the execution of the following code?


CLR A

ORL A, #99H

CPL A


Answer

Correct Answer: 66H


Note: This Question is unanswered, help us to find answer for this one

54. Which register bank will be selected if bits 3 and 4 of PSW are 1 & 0 in 8051?

Answer

Correct Answer: Bank 1

Note: This Question is unanswered, help us to find answer for this one

55. What frequency is used by the timer to set the baud rate, if XTAL=11.0592MHz?

Answer

Correct Answer: 28,800 Hz

Note: This Question is unanswered, help us to find answer for this one

56. Which of the following is not correct?

Answer

Correct Answer: RLC RO

Note: This Question is unanswered, help us to find answer for this one

57. The program counter of the PIC16F84 micro controller is of__________.

Answer

Correct Answer: 13-bit

Note: This Question is unanswered, help us to find answer for this one

58. Which of the following has the SMOD bit?

Answer

Correct Answer: PCON

Note: This Question is unanswered, help us to find answer for this one

59. Which interrupt will get the highest priority after resetting the system if the interrupt priority is set by the instruction "MOV IP, OCH"?

Answer

Correct Answer: INT1

Note: This Question is unanswered, help us to find answer for this one

60. How many bytes are used by DATA_2 DB"ENGLAND"?

Answer

Correct Answer: 7

Note: This Question is unanswered, help us to find answer for this one

61.

What would be in register A after the execution of the following code?


MOV A, #85H

SWAP A

ANL A, #OFOH


Answer

Correct Answer: 50H


Note: This Question is unanswered, help us to find answer for this one

62. Which of the following cannot be a sequence in the normal 4-step sequence for a Stepper Motor?

Answer

Correct Answer: DDH

Note: This Question is unanswered, help us to find answer for this one

63. Which addressing mode is used by the instruction "Mov A,30 H"?

Answer

Correct Answer: Direct

Note: This Question is unanswered, help us to find answer for this one

64. Which of the following signs is used with the Register Indirect Addressing Mode?

Answer

Correct Answer: @

Note: This Question is unanswered, help us to find answer for this one

65. Which of the following registers of 8051 is not Bit- Addressable?

Answer

Correct Answer: PC

Note: This Question is unanswered, help us to find answer for this one

66. The status of the OV flag for (-2) + (-5) will be_____________.

Answer

Correct Answer: 0

Note: This Question is unanswered, help us to find answer for this one

67. Which of the following classification types are correct of Embedded Systems based on performance and functional requirements?

Answer

Correct Answer: Sophisticated wrong
Networked

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

68. Which statement is True about TLM?

Answer

Correct Answer: TLM is a high-level modelling approach where details of communication between modules are separated from the details of the implementation of functional units

Note: This Question is unanswered, help us to find answer for this one

69. Which of the following statements is/are True for Microcontrollers?

Answer

Correct Answer: Microcontrollers include an integrated CPU, memory and peripherals capable of input and output
It contains a processor memory and programmable input/output peripherals

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

70. The TRACE32 software is an open design so that it works smoothly with all of the common basic components of an ____ design.

Answer

Correct Answer: embedded

Note: This Question is unanswered, help us to find answer for this one

71. Which programming language is the Mid-level programming counterpart for Assembly programming?

Answer

Correct Answer: C

Note: This Question is unanswered, help us to find answer for this one

72. Which are the designs constraints of Embedded system for Real-Time control system?

Answer

Correct Answer: Available systems memory
Available processor speed

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

73. Based on performance and functional requirements, Embedded systems are classified as:

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

74. What are the following essential units of a processor on an Embedded System?

Answer

Correct Answer: Execution unit (EU)
Program flow control unit (CU)

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

75. What are the Statistical Moments in Embedded Systems?

Answer

Correct Answer: Mean
Hybrid

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

76. Which events does AOS provide synchronization and communication with in API?

Answer

Correct Answer: AOS_WaitMessage and AOS_ReceiveMessage
AOS_WaitEvent and AOS_LoadEvent
AOS_WaitSignal and AOS_ExitMutex

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

77. What statements correct regarding Dynamic Memory Allocation in RTOS?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

78. Functionalities are done by dedicated HW and SW with _____ resources.

Answer

Correct Answer: limited

Note: This Question is unanswered, help us to find answer for this one

79. C Models abstraction level set is applied to simulation of _____

Answer

Correct Answer: single cycles

Note: This Question is unanswered, help us to find answer for this one

80. What are dependability requirements of an Embedded System? (choose all that apply)

Answer

Correct Answer: Maintainability
Interrupt controlled
Critical failure modes

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

81. The amount of trace data that is _____ via the trace port depends on the target system hardware. The number of cores, the number of trace port pins, and the trace clock speed are all important parameters.

Answer

Correct Answer: exported

Note: This Question is unanswered, help us to find answer for this one

82. A run-time counter tracks the ____ slice for each task, incrementing on every clock tick.

Answer

Correct Answer: Time

Note: This Question is unanswered, help us to find answer for this one

83. Creating embedded systems requires an iterative process of modeling, ____ , and analysis?

Answer

Correct Answer: design

Note: This Question is unanswered, help us to find answer for this one

84. Microcontrollers are a combination of _____ and Memory and other peripherals like RAM, ROM, buffer, I/O ports

Answer

Correct Answer: CPU

Note: This Question is unanswered, help us to find answer for this one

85. The main components within a computer or embedded processing engine include the following:

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

86. IO Subsystems in RTOS generally work in __ IO Operations.

Answer

Correct Answer: Asynchronous

Note: This Question is unanswered, help us to find answer for this one

87. What are aspects of the Hardware Architecture Model?

Answer

Correct Answer: Effects on Hardware
Topology
Network

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

88. Arduino development boards are based on which family of Microcontroller?

Answer

Correct Answer: AVR

Note: This Question is unanswered, help us to find answer for this one

89. What are the advantages of "cmake" for cross-compiling to Embedded Systems?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

90. What methods can you use when reading the values of timer?

Answer

Correct Answer: Read TL and TH as separate 8-bit value
Read the TL and TH values as 16-bit value

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

91. Separating Embedded System functionality into RTOS tasks can serve the following aspects?

Answer

Correct Answer: Real-time response
Functional partitioning

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

92. The trace information can be recorded by an external tool without any information loss using trace port in __

Answer

Correct Answer: SoC

Note: This Question is unanswered, help us to find answer for this one

93. Which statements describe the difference between a timer and a counter?

Answer

Correct Answer: A counter uses an external signal to count pulses
A timer uses the frequency of the internal clock, and generates delay

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

94. In Linux, the bootloader performs _____ initialization.

Answer

Correct Answer: low-level hardware

Note: This Question is unanswered, help us to find answer for this one

95. Lauterbach system tool support which modes while recording the trace information generated by the Cortex-M3/M4 processors?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

96. Which methods are used in event counting?

Answer

Correct Answer: Counting the number of occurrence of that event
Counting the length of the event

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

97. Developing software for real-time Embedded Systems involves many activities including the following:

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

98. A developer can issue commands to debug a running application, including the following activities?

Answer

Correct Answer: stepping through instructions
accessing system registers
setting/clearing breakpoints

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

99. Choose the correct statement for ARM and AVR Architecture.

Answer

Correct Answer: ARM is a microprocessor while AVR is a micro-controller

Note: This Question is unanswered, help us to find answer for this one

100. Which statement is correct for advantages in Microcontroller?

Answer

Correct Answer: Lower cost because many elements of the processor are contained within the one chip resulting in lower chip cost and board cost

Note: This Question is unanswered, help us to find answer for this one

101. Select the True statement for Microcontroller disadvantages.

Answer

Correct Answer: Less flexibility because all components are integrated into the one chip

Note: This Question is unanswered, help us to find answer for this one

102. Choose the best description of ‘chroot’ as used for embedded system programming?

Answer

Correct Answer: If a chrooted executable needs access to an object file xx.so then real access will occur to xx.so prefixed by the chrooted path. This allows use of different architecture binaries

Note: This Question is unanswered, help us to find answer for this one

103. Which architecture is most compatible with Beagle Board hardware?

Answer

Correct Answer: ARM

Note: This Question is unanswered, help us to find answer for this one

104. What are the interrupts aspects in RESET 8051?

Answer

Correct Answer: Timer 1 interrupts(TF1)
Interrupts

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

105. What are the different Addressing Modes in 8051 microcontroller? (Check multiple if apply)

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

106. Which of the following is the correct flow for Data Acquisition System?

Answer

Correct Answer: Physical System > Transducer Sensor > Signal Conditioning > A/D Converters > Computer

Note: This Question is unanswered, help us to find answer for this one

107. Which of the following factors cause security risks in software:

Answer

Correct Answer: Connectivity
Extensibility
Complexity

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

108. What are the functional requirements of Embedded System?

Answer

Correct Answer: Data Collection: Sensor requirements, assists the operator in controlling the system

Note: This Question is unanswered, help us to find answer for this one

109. What are the Classification types of Actuators?

Answer

Correct Answer: Part-Turn Actuator
Multi-Turn Actuator

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

110. What are the system level requirements for Embedded Systems?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

111. Under Cross-Platform development environment, the target embedded system generally offers:

Answer

Correct Answer: Dynamic Loader, Link Loader, Monitor, Debug Agent

Note: This Question is unanswered, help us to find answer for this one

112. A Microcontroller contains a processor, memory, and programmable I/O peripherals is generally ____ on a chip.

Answer

Correct Answer: Functional Computer System

Note: This Question is unanswered, help us to find answer for this one

113. A SoC is Embedded with the following components?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

114. What is the difference between binary semaphore and mutex?

Answer

Correct Answer: Mutexes are typically used to serialise access to a section of re-entrant code that cannot be executed concurrently by more than one process
A semaphore restricts the number of simultaneous users of a shared resource up to a maximum number

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

115. The 16 Series instruction set has which of the following arithmetic instructions?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

116. Embedded software has the following components?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

117. Which statement is incorrect about Medium Scale Embedded Systems?

Answer

Correct Answer: No external peripheral complexity

Note: This Question is unanswered, help us to find answer for this one

118. When porting the AOS, CAL has the following calls when rewritten?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

119. What is the difference between a microprocessor and microcontroller? (choose all that apply)

Answer

Correct Answer: Microcontrollers have I/O, memory etc. built into it and specifically designed for control
Microprocessor is a manager of the resources (I/O, memory) which lie out-side of its architecture

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

120.

What are the Statistical Moments? (check all that apply)

Answer

Correct Answer: Kurto

Note: This Question is unanswered, help us to find answer for this one

121.

Which of the following are Classification of Embedded Systems?

Answer

Correct Answer: Networked Web Appliances

Note: This Question is unanswered, help us to find answer for this one

122.

Design interface definitions with the following levels of abstraction are used?

Answer

Correct Answer: Driver Level and Register Trans- fer Level (RTL)

Note: This Question is unanswered, help us to find answer for this one

123.

Which of the following statement is incorrect about Digital Signal Processor?

Answer

Correct Answer: It is used when signal processing functions stop to processed fast and systems close

Note: This Question is unanswered, help us to find answer for this one

124.

Many embedded devices use analog- to-digital-converters (ADCs) for data acquisition. These ADCs may be sampled on a regular timed basis, and the data samples stored by application software in an?

Answer

Correct Answer: Array

Note: This Question is unanswered, help us to find answer for this one

125.

Which of the following is Classifications of Embedded Systems?

Answer

Correct Answer: Sophisticated Embedded Systems

Note: This Question is unanswered, help us to find answer for this one

126.

Different addressing modes in 8051 microcontroller are?

Answer

Correct Answer: Directed Addressing

Note: This Question is unanswered, help us to find answer for this one

127.

The processor _____ must have a trace port with sufcient bandwidth so that the trace information can be recorded by an external tool without any information loss?

Answer

Correct Answer: SoC

Note: This Question is unanswered, help us to find answer for this one

128.

UART allows Microcontroller to communicate with? (check all that apply)

Answer

Correct Answer: Input sensors

Note: This Question is unanswered, help us to find answer for this one

129.

The baseline PIC microcontroller family represents the most direct descendant of the General Instruments ancestors, and displays the core features of the original PIC design. The first Microchip baseline microcontrollers were coded?

Answer

Correct Answer: 16C5X

Note: This Question is unanswered, help us to find answer for this one

130.

Which of the following TRACE32 CoreSight Features?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

131.

Select a True statements for Microcontroller ? (check all that apply)

Answer

Correct Answer: None of the above -WRONG ANS

Note: This Question is unanswered, help us to find answer for this one

132.

Embedding a real μC into simulation environments can be implemented in following different ways, choose correct statements? (check all that apply)

Answer

Correct Answer: Solutions connects every μC3 pin via specialized hardware to the simulation computer

Note: This Question is unanswered, help us to find answer for this one

133.

Select True statements for Microprocessor?

Answer

Correct Answer: ITs CPU contains an ALU, a program counter a stack pointer some working register, a clock timing

Note: This Question is unanswered, help us to find answer for this one

134.

FPGA based emulators map the SoC design to the configurable logic blocks of an FPGA. FPGAs are a flexible solution as long as the complete design can be mapped to one FPGA?

Answer

Correct Answer: device

Note: This Question is unanswered, help us to find answer for this one

135.

The ITM trace packages for read/write accesses contain the following information?

Answer

Correct Answer: data address
data value
program counter

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

136.

The Multi Core Debug System (MCDS) on the emulation devices provides a counter and trigger systems which extends the normal ___ debug resources?

Answer

Correct Answer: μC

Note: This Question is unanswered, help us to find answer for this one

137.

Using a TRACE32, the generated code was loaded into the control hardware and functionally tested in-situ?

Answer

Correct Answer: debugger

Note: This Question is unanswered, help us to find answer for this one

138.

On reset, What happens in an embedded system?

Answer

Correct Answer: restarts with the boot-loader pointing to the reset handler address 0xFFFFFFF0

Note: This Question is unanswered, help us to find answer for this one

139.

The complete data exchange between the simulation and the μC is realized via the standard debugger interface, so the hardware effort for the coupling is minimal in comparison to other HIL simulation approaches where every ____ pin itself has to be connected to the interface of the simulation computer?

Answer

Correct Answer: I/O

Note: This Question is unanswered, help us to find answer for this one

140.

Choose the most probable reason for the compile error. If you are developing code for an early model ARM Cortex processor, your code fails to build and when you remove the line below the code compiles successfully? t = t + 0.01

Answer

Correct Answer: Your compiler needs an implementation of a soft float library to handle floating point arithmetic

Note: This Question is unanswered, help us to find answer for this one

141.

To record the trace information generated by the Cortex-M3/M4 processors, Lauterbach supports following modes? (check all that apply)

Answer

Correct Answer: Real-time Pro ling: The trace information is streamed to the host computer and analyzed during runtime

Note: This Question is unanswered, help us to find answer for this one

142.

The SCE-MI provides a transport infrastructure between the _____ and the host workstation sides of each channel which interconnects transactor models in the emulator to C (untimed or RTL) models on the workstation?

Answer

Correct Answer: emulator

Note: This Question is unanswered, help us to find answer for this one

143.

General purpose processor consists of? (check all that apply)

Answer

Correct Answer: Embedded processor

Note: This Question is unanswered, help us to find answer for this one

144.

UART is best described as?

Answer

Correct Answer: A hardware device

Note: This Question is unanswered, help us to find answer for this one

145.

The Instruction set of the PIC I6CXX micro controller family has __________.

Answer

Correct Answer: 35 instructions

Note: This Question is unanswered, help us to find answer for this one

146.

In 8051, the mode 2 timer is  ____________.


Answer

Correct Answer: an 8-bit timer

Note: This Question is unanswered, help us to find answer for this one

147.

When is  the TFO flag raised for the following program?(Assume XTAL=11.0592 MHz) 

MOV TMOD,#01
MOV TLO,#12H
MOV THO,#1CH
SETB TRO

Answer

Correct Answer: After 58350 clock cycles

Note: This Question is unanswered, help us to find answer for this one

148.

How much delay would be there in the following program if the crystal frequency is 11.0592 MHz?

Answer

Correct Answer: 436.17

Note: This Question is unanswered, help us to find answer for this one

149.

In the Dallas microcontroller DS5000T-8 ,"T" indicates__________.

 

Answer

Correct Answer: a real-time clock

Note: This Question is unanswered, help us to find answer for this one

150.

Which mode and which timer are selected for the following instructions?

Answer

Correct Answer: Mode 2 and timer 1

Note: This Question is unanswered, help us to find answer for this one

151.

What does the term "third-party support" mean?

Answer

Correct Answer: Availability of dealers to market the product
Availability of dealers to market the product

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

152. For serial mode 2, SM0 and SM1 bits of the SCON (serial control) register must be ____________.


Answer

Correct Answer: 1 and 0

Note: This Question is unanswered, help us to find answer for this one

153. Microcontrollers are generally designed by using the__________.


Answer

Correct Answer: CMOS technology

Note: This Question is unanswered, help us to find answer for this one

154. Which micro controller must be selected for a faster response?


Answer

Correct Answer: 16-bit

Note: This Question is unanswered, help us to find answer for this one

155. On which architecture is the Intel 8051 Micro Controller based?


Answer

Correct Answer: Harvard

Note: This Question is unanswered, help us to find answer for this one

156. Which bits of the PSW register are User-definable in 8051?


Answer

Correct Answer: PSW.1 & PSW.5

Note: This Question is unanswered, help us to find answer for this one

157. Which of the following is not a special function register (SFR) in 8051?


Answer

Correct Answer: PC

Note: This Question is unanswered, help us to find answer for this one

158. When 67H in BCD is converted to ASCII, it becomes___________________.


Answer

Correct Answer: 36H and37H

Note: This Question is unanswered, help us to find answer for this one

159. Which of the following micro controllers has a watchdog timer (WDT)?


Answer

Correct Answer: AVR

Note: This Question is unanswered, help us to find answer for this one

160. When is the TFI flag raised in Mode 1?


Answer

Correct Answer: At FFFFH

Note: This Question is unanswered, help us to find answer for this one

161. What would be the baud rate for the following, if XTAL=16MHz and SMOD =0?

MOV THI, #-10


Answer

Correct Answer: 4166

Note: This Question is unanswered, help us to find answer for this one

162. What would be the status of CY and AC flags after the addition of 76 H and 8CH in the following instructions?

MOV A,#76H
ADD A,#8CH


Answer

Correct Answer: CY=1 AND AC=O

Note: This Question is unanswered, help us to find answer for this one

163. Which RAM location is used as the first location of the stack on power-up in 8051?


Answer

Correct Answer: RAM location 08 H

Note: This Question is unanswered, help us to find answer for this one