You are on page 1of 6

Odd Semester/CT/ EC-704B/ DKD/2020 - 2021

College of Engineering & Management, Kolaghat


Department of Electronics and Communication Engineering

Subject: Embedded Systems Subject Code: EC-704B

First Mid Term Test Time: 1 hour Full Marks: 25

(Branch: 7th Semester ECE)

Answer Any 25 Questions. 25x1=25.

1. How many bits does an MC6800 family have?


a) 16
b) 32
c) 4
d) 8

2. Which of the following is a 4-bit architecture?


a) MC6800
b) 8086
c) 80386
d) National COP series

3. What is CISC?
a) Computing instruction set complex
b) Complex instruction set computing
c) Complimentary instruction set computing
d) Complex instruction set complementary

4. What is the performance of an accumulator?


a) Storing data and performing logical operation
b) Storing data and performing arithmetic operation
c) Storing address
d) Pointer

5. 8 bits equals ________


a) 128 bytes
b) 64 bytes
c) 256 bytes
d) 32 bytes

6. Which of the following is a part of RTOS kernel?


a) memory
b) input
c) ISR
d) register
Odd Semester/CT/ EC-704B/ DKD/2020 - 2021

College of Engineering & Management, Kolaghat


Department of Electronics and Communication Engineering

Subject: Embedded Systems Subject Code: EC-704B

First Mid Term Test Time: 1 hour Full Marks: 25

(Branch: 7th Semester ECE)

7. Which forms the heart of the operating system?


a) kernel
b) applications
c) hardware
d) operating system

8. Which of the following is the first widely used operating system?


a) MS-DOS
b) windows XP
c) android
d) CP/M

9. Which of the following can implement the message passing and control?
a) application software
b) operating system
c) software
d) kernel

10. Which mechanism is used behind the Windows 3.1?


a) time slice
b) pre-emption
c) cooperative multitasking
d) scheduling algorithm

11. Which task method follows a currently running task to be stopped by a higher priority task?
a) scheduling algorithm
b) time slice
c) cooperative multitasking
d) pre-emption

12. Which of the following is a part of RTOS kernel?


a) memory
b) input
c) ISR
d) register

13. What type of interrupt handling is seen in multiprocessor applications?


a) centralised interrupt
b) handled by one MASTER
Odd Semester/CT/ EC-704B/ DKD/2020 - 2021

College of Engineering & Management, Kolaghat


Department of Electronics and Communication Engineering

Subject: Embedded Systems Subject Code: EC-704B

First Mid Term Test Time: 1 hour Full Marks: 25

(Branch: 7th Semester ECE)

c) distributed handling
d) shared handling

14. Which of the following can be used to refer to entities within the RTOS?
a) threads
b) kernels
c) system
d) applications

15. Which of the following does not uses a shared memory?


a) process
b) thread
c) task
d) kernel
Answer: a
Explanation: The program in execution is known as the process. The process does not share
the memory space but the threads have a shared memory address. When the CPU switches
from process to another, the current information is stored in the process descriptor.

16. Who developed the OS-9?


a) Microwave
b) Microwave and Motorola
c) Motorola and IBM
d) Microwave and IBM

17. Name the processor which helps in floating point calculations.


a) microprocessor
b) microcontroller
c) coprocessor
d) controller

18. Which is the coprocessor of 8086?


a) 8087
b) 8088
c) 8086
d) 8080.

19. How are negative numbers stored in a coprocessor?


a) 1’s complement
b) 2’s complement
Odd Semester/CT/ EC-704B/ DKD/2020 - 2021

College of Engineering & Management, Kolaghat


Department of Electronics and Communication Engineering

Subject: Embedded Systems Subject Code: EC-704B

First Mid Term Test Time: 1 hour Full Marks: 25

(Branch: 7th Semester ECE)

c) decimal
d) gray

20. Which is the first company who defined RISC architecture?


a) Intel
b) IBM
c) Motorola
d) MIPS

21. Which of the following statements are true for von Neumann architecture?
a) shared bus between the program memory and data memory
b) separate bus between the program memory and data memory
c) external bus for program memory and data memory
d) external bus for data memory only

22. Princeton architecture is also known as


a) von Neumann architecture
b) Harvard
c) RISC
d) CISC

23. Which of the following is an 8-bit RISC Harvard architecture?


a) AVR
b) Zilog80
c) 8051
d) Motorola 6800

24. Which of the processor is a good match for applications such as video games?
a) GPU
b) VLIW
c) Coprocessor
d) Microcontroller

25. Which of the following is serial access memory?


a) RAM
b) Flash memory
c) Shifters
d) ROM
Odd Semester/CT/ EC-704B/ DKD/2020 - 2021

College of Engineering & Management, Kolaghat


Department of Electronics and Communication Engineering

Subject: Embedded Systems Subject Code: EC-704B

First Mid Term Test Time: 1 hour Full Marks: 25

(Branch: 7th Semester ECE)

26. Which is the early form of non-volatile memory?


a) magnetic core memory
b) ferrimagnetic memory
c) anti-magnetic memory
d) anti-ferromagnetic

27. Which is the most basic non-volatile memory?


a) Flash memory
b) PROM
c) EPROM
d) ROM

28. What is the purpose of the address bus?


a) to provide data to and from the chip
b) to select a specified chip
c) to select a location within the memory chip
d) to select a read/write cycle

29. Which of the following has programmable hardware?


a) microcontroller
b) microprocessor
c) coprocessor
d) FPGA

30. Which type of storage element of SRAM is very fast in accessing data but consumes lots of
power?
a) TTL
b) CMOS
c) NAND
d) NOR

31. How many MOSFETs are required for SRAM?


a) 2
b) 4
c) 6
d) 8

32. Which of the following is an SRAM?


a) 1T-RAM
b) PROM
Odd Semester/CT/ EC-704B/ DKD/2020 - 2021

College of Engineering & Management, Kolaghat


Department of Electronics and Communication Engineering

Subject: Embedded Systems Subject Code: EC-704B

First Mid Term Test Time: 1 hour Full Marks: 25

(Branch: 7th Semester ECE)

c) EEPROM
d) EPROM

33. Which memory storage is widely used in PCs and Embedded Systems?
a) SRAM
b) DRAM
c) Flash memory
d) EEPROM

34. Which one of the following is a storage element in SRAM?


a) capacitor
b) inductor
c) transistor
d) resistor

35. Which of the following is more volatile?


a) SRAM
b) DRAM
c) ROM
d) RAM

You might also like