2 Marks
2 Marks
UNIT III
Examples:
Washing machine
Time display system
CHARACTERISTICS
• Real time and multirate operations
• Complex Algorithms
• Complex graphic user interfaces
• Dedicated functions
CONSTRAINTS:
7.Define complier
9.Define RTOS
An operating system designed specifically for use in real time.
The RTOS provides the OS functions for coding the system, provides
interprocess communication functions and controls the passing of messages
and signals to a task. Since the running of the tasks and ISRs may have real
time constraints and deadlines for finishing the tasks, an RTOS is required in
an embedded system.
10Mention the types of Memory
UNIT-II
• Frequency modulation
• Mid Frequency modulation
• Manchester coding
• Quadrature amplitude modulation
• Bi-phase coding
5.What is HDLC?
HDLC uses the term "frame" to indicate an entity of data (or a protocol data
unit) transmitted from one station to another. Figure 3 below is a graphical
representation of a HDLC frame with an information field.
7. What is UART?
A Universal asynchronous receiver/transmitter receives serial data and
stores it as parallel data, usually one byte. It also takes parallel data
and transmits it as serial data.
UART is used for long distance communication,
8.What are the handshaking signals?
The handshaking signals used by the IO ports are
• Strobe request
• Port ready
• Buffer full
• Acknowledge
9.Define CAN
Controller area network was designed for automotive electronics. The
CAN bus uses bit-serial transmission. CAN runs at rates of 1MB/s
over a twisted pair or optical line.
CAN bus has its own electrical drivers and receivers that connect the
node to the bus in wired-AND fashion.
10 Define I2C
• I2C is a bus commonly used to link microcontrollers into systems.
• It uses two lines to i) serial data line and (ii) serial clock line.
• I2C bus is designed as a multimaster bus.
UNIT - V
1. Define multirate?