Lesson 4 & 5 Flashcards

1
Q

A common communication method used in embedded systems to transmit
and receive data between a microcontroller or microprocessor and external devices. involves sending data one bit at a time over a single data line, which makes it simpler and more power-efficient

A

Serial input/output (I/O)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

electronic systems communicates with other systems by transmitting data via a ___________.

A

transmitter (Tx)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

allows for seamless integration with older equipment without the
need for complex signal conversion.

A

Parallel I/O

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It is often used for connecting
multiple devices on the same bus, making it suitable for sensor
networks and peripherals.

A

I2C (Inter-Integrated Circuit)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

a widely used serial communication protocol that uses two pins for communication – one for transmitting data (TX) and one for receiving data (RX). It converts the bytes received from computer along parallel circuits into a single serial bit stream for outgoing transmissions.

A

UART (Universal Asynchronous Receiver/Transmitter)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

which only the data are transmitted. An internal clock within the receiver is used
to synchronize the receiver with the data in order to capture and store the data for use.

A

Asynchronous Serial Communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

an electrical signal is modulated and applied to an antenna. The more popular
modulation methods are AM (amplitude modulation), FM (frequency modulation), and PM (phase modulation).

A

Wireless

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

a continuously running clock is carried along with the data, and the data
are synchronized with the clock.

A

Synchronous Serial Communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

data transmission is two-way on two channels. This means that an electronic system
would be able to receive or transmit at the same time.

A

Full-Duplex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

typically used for point-to-point communication. Connector type uses twisted
pair cables and can be terminated with screw terminals or connectors.
Common applications are for long-distance data transmission, such as
in telecommunications and industrial control systems.

A

RS-422

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

a standard bus architecture used for connecting expansion cards and peripherals to desktop computers and servers.

A

PCI (Peripheral Component Interface)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

a standard interface for connecting test and measurement devices such as oscilloscopes, multimeters, and signal generators.

A

IEEE 488-1975

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

a synchronous serial communication protocol that typically involves four lines: MOSI, MISO, SCLK, and SS/CS.

is commonly used for communication with peripherals like sensors, displays, and memory devices.

A

SPI (Serial Peripheral Interface)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

is caused by electromagnetic signals affecting
another electronic signal.

A

Cross-talk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

allows for reliable and robust
communication between nodes in a network.

A

CAN (Controller Area Network)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

an older parallel interface primarily used for connecting hard disk drives and CD/DVD drives to computers.

A

IDE (Integrated Drive Electronics)

17
Q

data transmission is two-way on a single channel. This means that the direction of
data transmission alternates, so that the system would be able to receive or transmit, but not both at the same time.

A

Half-Duplex

18
Q

the information is transferred one bit at a time (a serial bitstream). Only a
single interconnection is used to carry the data itself, although other lines are usually included for synchronization and control.

A

Serial data transfer

19
Q

A simple method for error checking. In which a bit is added and transmitted with the data.

A

parity checking

20
Q

metal wires, typically copper, are used to transmit the electrical signal.

A

Wired

21
Q

Its common applications is the legacy computer serial ports, console
connections, modems, and some industrial equipment.

A

RS-232

22
Q

Electrical signaling is differential signaling (two wires: A and B) for
noise immunity and long-distance communication. The connector type
can use various connectors, including twisted pair or screw terminals.
Common applications is in Industrial automation, HVAC systems,
long-distance communication, and multi-node networks.

A

RS-485

23
Q

the port used primarily to connect the PC [20, 21]
to a printer device. Here, each device is fitted with a 36-pin connector, and byte-wide
data are sent from the PC to the printer (the peripheral) with handshaking—i.e., both the PC and the peripheral communicate with each other to control data transmission to be at a time suitable for both.

A

PC parallel Port (Centronics)

24
Q

A group of parallel I/O interconnections, appearing on the pins of the microcontroller, is called a ___________________

A

Parallel port

25
Q

a rudimentary method, and most communications systems include more sophisticated capabilities.

A

Parity checking

26
Q

Well-suited
for DMA operations, enabling efficient data transfers without CPU intervention.

A

Parallel I/O Interfaces

27
Q

a set (for example, eight) of interconnections is used. Each of these can
carry 1 bit, and each works in parallel with the others.

A

Parallel data transfer

28
Q

data transmission is one-way on a single channel.

A

Simplex

29
Q

The medium between the two systems, transmitter and receiver, is the _______________________.

A

communications channel

30
Q

electronic systems receives data via a _________________.

A

receiver (Rx)

31
Q

a parallel interface standard used for connecting various peripheral devices to computers, including hard drives, CD-ROM drives, scanners, and printers. offers high-speed data transfer and the ability to daisy-chain multiple devices, making it suitable for applications that require fast and reliable data access.

A

SCSI (Small Computer System Interface)

32
Q

is known for its reliability and robustness in laboratory and industrial settings, providing bidirectional communication and control of instruments.

A

GPIB (General Purpose Instrument Bus)

33
Q

allows high transmission rates and low loss, so that signals can be transmitted
over long distances, and a low bit error rate.

A

Optical Fiber

34
Q

predefined data rate, also called _________

A

Baud rate

35
Q

fundamental method for devices to exchange data by transmitting information
one bit at a time, sequentially, over a single communication channel.

a ubiquitous technology that underpins the connectivity of modern devices,
enabling them to interact and share information efficiently.

A

Serial Communication

36
Q

Common applications are universal connection standard for
computer peripherals, smartphones, and other consumer
electronics.

A

USB (Universal Serial Bus)

37
Q

will set the parity bit to a logic 1 if the number of logic 1s in the byte is odd

A

Even parity coding

38
Q

will set the parity bit to a logic 1 if the number of logic 1s in the byte is even

A

Odd parity coding