JIS COLLEGE OF ENGINEERING
Even Semester 2020 - 2021
BTECH/EE/EVEN/SEM 6/EE604B/2020-2021
REGULAR
YEAR: 2021
NAME OF THE PAPER: EMBEDDED SYSTEMS
PAPER CODE: EE604B
TIME ALLOTTED: 3 HOURS FULL MARKS: 70
REGULATION: 2018
The figures in the margin indicate full marks.
Candidates are required to give their answers in their own words as far as practicable
GROUP – A
(Multiple Choice Type Questions)
1. Answer any ten from the following, choosing the correct alternative of each question: 10×1=10
Mark CO Answe
SL. NO. Question
s No. r Key
In 8085, 16-bit address bus, which can address upto?
A. 16KB
(i) B. 32KB 1 1 C
C. 64KB
D. 128KB
It is also a 16-bit register works like stack, which is always
incremented/decremented by 2 during push & pop operations. It is
A. Stack pointer
(ii) 1 1 A
B. Temporary register
C. Flag register
D. Program counter
Which signal indicates that another master is requesting the use of
the address and data buses.
A. READY
(iii) 1 1 B
B. HOLD
C. HLDA
D. INTA
Which of the following is true about Control and status signals?
A. These signals are used to identify the nature of operation.
B. There are 3 control signal and 3 status signals.
(iv) C. Three status signals are IO/M, S0 & S1. 1 3 C
D. All of the above
What is SIM?
A. Select interrupt mask.
(v) B. Sorting interrupt mask. 1 2 C
C. Set interrupt mask.
[Link] of these.
(vi) 1 2 C
JIS COLLEGE OF ENGINEERING
Even Semester 2020 - 2021
Which design allows the reuse of the software and the hardware
components?
A. Memory Design
B. Input design
C. Platform-based design
D. Peripheral design
Which design considers both the hardware and software during the
embedded design?
A. Memory Design
(vii) B. Software/ hardware codesign 1 1 B
C. Platform-based design
D. Peripheral design
What does API stand for?
A. Application Programming Interface
(viii B. Address Programming Interface 1 3 A
) C. Accessing peripheral through the interface
D. None of them
Which design activity can be used for the mapping operation to
hardware?
A. High-level transformation
(ix) 1 3 D
B. Scheduling
C. Compilation
D. Hardware / Software partitioning
Which process can be used in analyzing the set of possible designs?
A. Scheduling
(x) B. Design space exploration 1 4 B
C. Hardware / Software partitioning
D. Compilation
What does the FRIDGE stand for?
A. the floating-point programming design environment
(xi)
B. the fixed-point programming design environment 1 1 B
C. floating-point programming decoding
D. fixed-point programming decoding
(xii) Which of the following tool can replace floating-point arithmetic 1 2 C
with fixed-point arithmetic?
JIS COLLEGE OF ENGINEERING
Even Semester 2020 - 2021
A. FAT
B. SDS
C. FRIDGE
D. VFAT
In 8085, 16-bit address bus, which can address upto?
A. 16KB
(xiii B. 32KB
1 1 C
) C. 64KB
D. 128KB
Which design can be used to reduce the energy consumption of the
embedded system?
A. Simulator
(xiv) B. Compiler 1 3 B
C. Emulator
D. Debugger
What is the main ingredient for power optimization?
A. Power Model
B. Energy Model
(xv) 1 2 A
C. Power Compiler
D. Watt Model
Flag register is an 8-bit register having __________ 1-bit flip-flops.
A. 3
B. 4
(xvi) 1 2 C
C. 5
D. 6
Which of the following function can interpret data in the C
language?
A. Scanf
(xvii
)
B. Printf 1 3 A
C. File
D. Proc
Which of the following is also known as loader?
A. Linker
(xvii B. Locator
1 2 A
i) C. Assembler
D. Compiler
(xix) Which of the following language can describe the hardware? 1 4 C
JIS COLLEGE OF ENGINEERING
Even Semester 2020 - 2021
A. C++
B. C
C. VHDL
D. JAVA
Which level simulates the algorithms that are used within the
embedded systems?
A. Circuit Level
(xx) B. Gate Level 1 2 C
C. Algorithmic Level
D. Switch Level
MVI K, 20F is an example of?
A. Immediate addressing mode
B. Register addressing mode
(xxi) 1 3 A
C. Direct addressing mode
D. Indirect addressing mode
8086 Microprocessor supports _______ modes of operation.
A. 2
(xxii B. 3
1 3 A
) C. 4
D. 5
Which of the following models the components like resistors,
capacitors, etc.?
A. Layout model
(xxii
i)
B. Register-transfer level 1 2 D
C. Switch-level model
D. Circuit level model
Which model is used to denote the Boolean functions?
A. gate-level model
(xxi B. switch level
1 2 A
v) C. layout model
D. circuit level
GROUP – B*
(Short Answer Type Questions)
Answer any three from the following: 3×5=15
Mark CO Answe
SL. NO. Question
s No. r Key
Explain main features of an embedded system with the help of
2. (a) 3 3
examples
JIS COLLEGE OF ENGINEERING
Even Semester 2020 - 2021
(b) Draw flag of 8085. 2 2
3. (a) State the function of given 8085 instructions: JP, JPE, JPO, JNZ. 3 2
(b) What is brain machine Interfacing in Embedded system 2 3
4. (a) Describe the modes of 8051. 3 1
(b) Mention the types of addressing modes of 8085 microprocessor. 2 3
5. (a) Differentiate the various modes of operation of timers in 8051 5 2
6. (a) How is Mobile phone is related to embedded. 2 2
(b) What is ALE in 8085. 3 2
7. (a) Write difference between Microprocessor and Microcontrollers 4 2
(b) Write about ZF and SF for 8085. 1 3
8. (a) Define co-Design with example. 5 4
9. (a) How embedded remotely can assist patients in hospitals? 5 4
10 Differentiate between interfacing of microprocessor and
(a) 3 2
. microcontrollers
(b) Draw registers of 8085. 2 4
11 (a) What is RIFD application? 5 3
GROUP – C*
(Long Answer Type Questions)
Answer any three from the following: 3×15=45
Mark CO Answe
SL. NO. Question
s No. r Key
Why embedded systems are termed as real time systems? Explain
7. (a) 8 3
the concept with the help of examples
(b) How Flight control is a real example of RTOS explain 7 1
8. (a) What is RFID? Explain with example in detail 7 2
Write the differences between Microprocessor and Micro
(b) 8 2
controllers
Writ an ALP for adding two 8 bit nos 08H and 09H for 8085 and store the
9. (a) 6 3
result in register B.
(b) How humanoid Robotics works. Explain in brief. 9 4
10 Write any one application of Embedded in Biomedical field with
(a) 6 3
. proper example
(b) Explain in detail the 8085 pin diagram in detail. 6 2
(c) Mention addressing modes of [Link] example of each. 3 1
11
.
(a) What is DSP? 3 3
(b) Write full form of FPGA and ASIC 4 3
(c) Write a note on co-specification of hardware and software. 8 1
What is process management of RTOS for fire alarm. Explain with
12 (a) 9 3
diagram .
(b) What is programming? How it is important for Embedded system 6 3
JIS COLLEGE OF ENGINEERING
Even Semester 2020 - 2021
13 (a) Describe Simulation and types of simulation in detail. 7 3
(b) What is General perpose computer system in Embedded system. 8 2
14 (a) What is Co-Design? 7 3
(b) Explain the FPGA based Co-design or any other with example. 8 2
Calculate the total execution time if frequency is 3 MHz for MVI
15 (a) 7 1
A, 08H loading program in memory starting from 8700H.
(b) What is software testing in RTOS? 8 3
What is DMA? State the sequenceof operationsperformed by a
16 (a) 8 2
DMA controllerin a DMA transfer operation.
(b) What is Hardware testing in Embedded system for RTOS, explain 7 4