Departmentals Flashcards

1
Q

In a synchronous transmission, what is a requirement for the sender and receiver before data transmission?

A

Synchronized clocks

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

What is one of the characteristics of asynchronous transmission

A

Parity bit

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

What type of data transmission is commonly used for sending emails?

A

Asynchronous

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

What does the term GND refer to in electronic circuits?

A

The reference point for measuring voltages in a circuit.

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

Which of the following accurately describes the flow of data in synchronous transmission?

A

Data is sent continuously without gaps in between.

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

Which type of serial communications is generally more expensive to implement?

A

Asynchronous

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

What is the main advantage of using DMA in embedded systems?

A

High-speed data transfer

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

How do interrupts contribute to real-time responsiveness in embedded systems?

A

They allow immediate handling of time-sensitive events.

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

Which of the following is an example of an actuator?

A

Servo motor

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

Arduino Uno, a popular development board based on the ATMEGA 328P microcontroller, it also has built-in DMA capabilities and General-Purpose Input Output pins

A

False

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

Another common term used to refer to and H-bridge is

A

Full bridge

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

The majority of memory used for storing user programs or sketches in an Arduino board is?

A

Flash memory

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

Memory shadowing involves:

A

Duplication of memory contents in different address spaces

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

What is the primary purpose of ROM in embedded systems

A

To store firmware, bootloaders, and system configuration data

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

What classification of the embedded systems relative to functionality is the Aircraft Flight Control Systems

A

Standalone Embedded Systems

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

What was the primary reason for the rise of 16-bit and 32-bit microcontrollers

A

Requirement for higher processing capabilities

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

During which time period did the rise of 16 and 32 bit microcontrollers occur?

A

1990s-2000s

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

Embedded systems are primarily used for data storage and retrieval in industrial automation

A

The statement is FALSE

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

Which of the following is a characteristic of a microcontroller:
1.) small amount of onchip memory
2.) they are typically used in high performance applications
3.) they require external circuity to function
4.) they do not have any i/o pins

A

1

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

The main driver for the increased adoption of AI and ML in embedded systems is:

A

Improved decision-making and intelligence

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

The concept of the Internet of Things (IoT) where embedded systems can connect, communicate, and interact with each other and the internet, gained traction during which time period?

A

2000’s to present

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

What is the role of sensors in embedded systems:
a.) process and display data
b.) provide power to the system
c.) to input commands from the user
d.) to detect and measure physical quantities

A

To detect and measure physical quantities

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

Which of the following is a key characteristic of an analog signal:
a.) Discrete values
b.) continuous values
c.) digital representation
d.) Binary encoding

A

continuous values

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

True or False: Actuators convert mechanical motion into electrical signals:

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What type of USB cable is typically used to connect and Arduino Uno R3 to a computer?
USB A to USB B
26
What is the main purpose of an actuator in an embedded system?
conversion of electrical energy into mechanical motions
27
The Arduino Mega 2560 has more digital I/O pins, it has:
54 pins
28
When was the Arduino Uno developed?
2010
29
What are some key features of the Raspberry Pi 3?
Compatibility with a wide range of operating systems
30
What is a memory mapped I/O?
i/o devices are accessed through dedicated memory addresses.
31
This sensor detects and measure the intensity or brightness of the surrounding environment, it is designed to respond to changes in the amount of light in the vicinity.
Light Sensor
32
How many analog pins does an Arduino Uno R3 have?
6
33
Which of the following is a challenge faced by embedded systems in autonomous vehicles?
Limited Power supply
34
In an embedded system project, if multiple power supplies are used how should the GN connections be handled?
All GND connections must be connected directly together.
35
What is the principle on which a DC motor operates?
Electromagnetic induction
36
Which part of the DC motor remains stationary
Stator
37
Why are DC motors well suited for use in robotics
Offers good control over speed and torque
38
FPGA
Field Programmable gate Array
39
PWM
Pulse Width Modulation
40
SoC
System On Chip
41
GPIO
General Purpose Input Output
42
RTOS
Realtime Operating Systems
43
SDK
Software development kit
44
I2C
Inter-integrated Circuit
45
SPI
Serial Peripheral Interface
46
RS in RS 232
Recommended Standard
47
UART
Universal Asynchronous Receiver Transmitter
48
DMA
Direct Memory Access
49
MOSFET
Metal Oxide Semiconductor Field Effect Transistor
50
EEPROM
Electronically Erasable Programmable Read-Only Memory
51
EPROM
Erasable Programmable Read Only Memory
52
DRAM
Dynamic Random Access Memory
53
SCADA
Supervisory Control and Data Acquisition
54
PLC
Programmable Logic Controller
55
Enumeration: Commonly used serial communication protocols
1.) UART 2.) SPI 3.) CAN 4.) I2C
56
Enumeration: Classifications of embedded systems
1.) Functionality 2.) Size and Complexity 3.) Performance 4.) Industry
57
Enumeration: Roles of IO in Embedded Systems
1.) Data Acquisition 2.) Communication 3.) Control
58
Enumeration: Versions of Arduino R4
1.) Minima 2.) Wifi
59
Name of micro controller of Arduino Uno R3
ATMEGA328P
60
In synchronous transmission, data is transmitted in the form of:
blocks or frames
61
How many analog inputs does the Arduino Uno have?
6
62
A simple form of error detection
Parity Bit
63
Refers to the process of collecting data from various sources
Data Acquisition
64
Can be configured as either input or output to communicate with external devices
GPIO
65
This sensor measures the acceleration or tilt
Accelerometer
66
RX and Tx are associated with?
Serial Communication