This document appears to be an exam for an Introduction to Embedded Systems course, consisting of three sections worth 10, 20, and 20 marks respectively. The first section contains short answer questions about embedded system classifications, flash memory advantages, stepper motor modes, relays, checksum bytes, and multithreading. The second section requires longer explanations about reset and watchdog timer circuits, embedded system components, 8051 addressing modes, and 1-wire communication. The third section involves programming questions for 8051 to generate square waves and using an 8255 chip, as well as explaining thread binding models.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
81 views1 page
Main Paper - CS-572
This document appears to be an exam for an Introduction to Embedded Systems course, consisting of three sections worth 10, 20, and 20 marks respectively. The first section contains short answer questions about embedded system classifications, flash memory advantages, stepper motor modes, relays, checksum bytes, and multithreading. The second section requires longer explanations about reset and watchdog timer circuits, embedded system components, 8051 addressing modes, and 1-wire communication. The third section involves programming questions for 8051 to generate square waves and using an 8255 chip, as well as explaining thread binding models.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1
Roll
No.
Gautam Buddha University
End Term Examinations, Odd Semester 2017 Programme Name:5-Year Dual Degree B.Tech(CSE/ECE)+ M.Tech Semester: VIII Specialization: ISR Course Name : Introduction to Embedded System Maximum Marks: 50 Course Code : CS572 Total Time: 03 Hours Section A (10 Marks) Attempt any five questions out of six questions and each questions are of two Marks. Q1. 1.a) Name the different classifications of embedded systems with an example for each. 1.b) Give at least four advantages of FLASH over other program storage memory in Embedded System design? 1.c) Name the different step modes for stepper motor. 1.d) Define Relay? Name the different types of relays available? 1.e) What do you mean by Checksum byte in ROM? Explain with an example. 1.f) Define multithreading.
Section B (20 Marks)
Attempt any four questions out of five questions and each questions are of five marks. Q 2. Explain the role of reset circuit and watchdog timer circuit in embedded system. Q 3. Explain the components of a typical embedded system in details. Q 4. Explain all the addressing modes of 8051 with suitable examples. Q 5. Explain the sequence of operation for communicating with a1-wire slave device. Q 6. Ten hex numbers are stored in RAM locations 50H onwards. Write a program to find the smallest number in the set. The smallest number should finally be saved in 60H.
Section C (20 Marks)
Attempt any two questions out of three questions and each questions are of ten marks
Q 7. Write an 8051 assembly language programming the followings:
i) Create a square wave of 50% duty cycle on bit 0 of port 1. ii) Create a square wave of 66% duty cycle on bit 3 of port 1. Q 8. Show the design of 8255 connections to 8051 where port A has the address 88H. Then program the 8255 to get data from Port C and send it to both ports A and B. Q 9. Explain the different thread binding models user and kernel level threads.