1.
Which system software is used to convert a "C" language program in to
language of another processor?
A) Compiler B) Linker C) Cross Linker D) Cross Compiler
2. Embedded C programming language support ________ instructions of normal
"C" language.
A) all B) some C) specific D) cannot tell
3. What does the function PORTC.F3=1 perform?
A) Clears port C in pin 3. B) Clears pin 3 in port C. C) Sets port C in pin 3.
D) Sets pin 3 of port C.
4. "for" loop can be used in Micro 'C'.
A) True. B) False. C) Only on some microcontrollers.
D) Only with some compilers.
5. Software written for embedded system is called
A) Embedded Software B) system program C) operating system
D) All of the above
6. Software for embedded system is written in ___________________ .
A) Flash ROM B) RAM C) EEPROM D) All
7. Embedded systems are programmed using
A) Machine Code B) Low level language C) High level language D) All
8. Numbers are stored and transmitted inside a computer in __________.
A) binary form B) ASCII code form C) decimal form D) alphanumeric
9. Smallest change in which a sensor can detect,
a) Resolution c) Precision
b) Accuracy d) Scale
10. Closeness of measured value to true value is ___________
a) Accuracy c) Correction
b) Precision d) Uncertainty
11. What is the term used to express the ability of a measuring system to
maintain its standard performance?
a) “0” Stability c) Sensitivity
b) Stability d) Linearity
12. The SI unit of Speed is
a) km/hr b) m/s c) cm/min d) none of these
13. Speed is defined as a change of distance
a) the change in distance with respect to time
b) the rate of change of distance
c) distance moved per unit time
d) all of these
14. Sensing element in the Thermometer must provide __________
a) Small change in Resistance c) Large change in Resistance
b) No change in Resistance d) Infinite change in resistance
15. A Load Cell is an electromechanical device and is widely used for
measurement of
a) static force c) temperature
b) dynamic force d) both a and b
16. Convert a temperature measurement of 2500 C into Kelvin.
a) 523.2 K c) 709.7 K
b) -209.7 K d) -23.2 K
17. A type J thermocouple is made of the following metals:
a) Aluminium & Tungsten c) Platinum & Rhodium
b) Iron & Constantan d) Chromel & Alumel
18. Resistance Temperature Detector is ___________
a) A electrical Transducer c) A chemical Transducer
b) A mechanical Transducer d) A physical Transducer
19. . Which of the following is a digital transducer?
(a) Strain gauge (c) Thermistor
(b) Encoder (d) LVDT
20. A controller for a domestic washing machine is an example of
A) desktop
B) embedded system
C) distributed system
D) none
21. Which type of memory is suitable for low volume production of embedded
systems?
a) Non-volatile
b) RAM
c) Volatile
d) ROM
22. How an embedded system communicate with the outside world?
a) Memory
b) Output
c) Peripherals
d) Input
23. Which of the following helps in reducing the energy consumption of the
embedded system?
a) emulator
b) debugger
c) simulator
d) compilers
24. Which of the following is the pin efficient method of communicating between
other devices?
a) memory port
b) peripheral port
c) parallel port
d) serial port
25. Which of the following offers external chips for memory and peripheral interface
circuits?
a) Embedded system
b) Peripheral system
c) Microcontroller
d) Microprocessor
26. Which design considers both the hardware and software during the embedded
design?
a) Memory Design
b) Software/ hardware codesign
c) Platform-based design
d) Peripheral design
27. Which of the following statements are true for von Neumann architecture?
a) separate bus between the program memory and data memory
b) external bus for program memory and data memory
c) external bus for data memory only
d) shared bus between the program memory and data memory