EC8791-Embedded and Real Time Systems QB
EC8791-Embedded and Real Time Systems QB
com
DEPARTMENT OF
ELECTRONICS AND COMMUNICATION ENGINEERING
QUESTION BANK
VII SEMESTER
EC8791 - EMBEDDED AND REAL TIME SYSTEMS
Regulation – 2017
Prepared by
Dr.J.Mohan, Associate Professor
Mr.C.Saravana Kumar, Assistant Professor
Ms K.Arthi, Assistant Professor
DEPARTMENT OF ECE
Question Bank
SUBJECT : EC8791 – EMBEDDED AND REAL TIME
SYSTEMS. SEM / YEAR : VII / IV-Year B.E.
UNIT I - INTRODUCTION TO EMBEDDEDSYSTEM DESIGN
Complex systems and microprocessors– Embedded system design process –Design example: Model train
controller- Design methodologies- Design flows - Requirement Analysis – Specifications-System analysis
and architecture design – Quality Assurance techniques - Designing with computing platforms – consumer
electronics architecture – platform-level performance analysis.
Q.No Questions BT Domain
Level
PART – A
1 What is an Embedded computer system? BTL 1 Remembering
2 Enumerate various issue in real time computing BTL5 Evaluating
3 Illustrate the various embedded system design modeling in refining BTL3 Applying
or partitioning?
4 Why microprocessor is used in embedded system? BTL 6 Creating
5 Mention the challenges in embedded computing system design. BTL 1 Remembering
6 Formulate the importance of design methodology. BTL3 Applying
7 Describe the major steps in embedded system design process. BTL 2 Understanding
8 List the non-functional requirements of an Embedded Architecture. BTL 1 Remembering
9 Identify the various issues in real time computing. BTL 2 Understanding
10 Assess the characteristics of embedded computing. BTL 4 Analyzing
11 Summarize the challenges in embedded computing system design. BTL 2 Understanding
12 State the major goals of embedded system design. BTL 1 Remembering
13 Can you elaborate, Quality Assurance Techniques? BTL 6 Creating
14 Justify, how the state bar chart used to state based system BTL5 Evaluating
specification analysis.
15 Categories the steeps involved in system analysis using CRC card. BTL 4 Analyzing
16 Estimate about the function quality management of ISO 9000? BTL 2 Understanding
17 Analyze, how the design review is help to review a particular BTL 4 Analyzing
component of system.
18 What are the services to be provided by consumer electronics? BTL 1 Remembering
PART A
Q. No Questions BT Level Competence
14 Draw the architecture of ARM Cortex processor and describe its (13) BTL 1 Remembering
functional units.
PART – C
1 Write a program to find the sum of 3X + 4Y + 9Z, where X = 2, (15) BTL6 Creating
Y = 3 and Z = 4 using ARM Processor instruction set.
ORG 100
label1 ADR r4,c
LDR r0,[r4]
label2 ADR r4,d
LDR r1,[r4]
label3 SUB r0,r0,r1
2 Generate the statement translation into ARM instruction for the (15) BTL 5 Evaluating
expression a*b + 5*(c-d)
3 Explain the steps for Program generation from compilation (15)
through loading. BTL 6 Creating
4 Evaluate the different techniques used in software performance (15) BTL 5 Evaluating
optimization.