Search Header Logo
nhúng

nhúng

Assessment

Presentation

Information Technology (IT)

Professional Development

Practice Problem

Easy

Created by

21070438 Linh

Used 33+ times

FREE Resource

0 Slides • 120 Questions

1

Multiple Choice

Question 1. Which of the following is not an essential component of an embedded system

1

Microprocessor

2

Ram

3

Keyboard

4

Input/output device

2

Multiple Choice

Question 2. Which of the following is true about interruption latency in an embedded system?

1

It is the time between the occurrence of an interruption and the start of its processing.

2

It is the time between the start of interrupting processing and the completion of interruption

processing.

3

It is the time taken by the system to acknowledge an interruption.

4

It is the time taken by the system to return from an interruption.

3

Multiple Choice

Which of the following is a real-time operating system (RTOS)?

1

Windows

2

Linux

3

VxWorks

4

 MacOS

4

Multiple Choice

Which of the following is not a type of microcontroller architecture?

1

Harvard

2

Von Neumann

3

ARM

4

RISC

5

Multiple Choice

Which of the following is true about firmware in an embedded system?

1

It is software that is stored in read-only memory (ROM).

2

It is software that is stored in random access memory (RAM)

3

It is software that is stored on a hard disk

4

It is software that is executed by the microcontroller

6

Multiple Choice

Which of the following is an example of an analog-to-digital converter (ADC.?

1

SPI

2

UART

3

I2C

4

SAR

7

Multiple Choice

Which of the following is an example of a digital-to-analog converter (DAC)?

1

SPI

2

UART

3

I2C

4

R-2R ladder

8

Multiple Choice

Which of the following is true about watchdog timers in an embedded system?

1

They are used to monitor the system clock.

2

They are used to monitor the power supply.

3

They are used to monitor the system state.

4

They are used to monitor the temperature.

9

Multiple Choice

Which of the following is true about power management in an embedded system?

1

It is not necessary in battery-powered systems.

2

It is typically implemented using hardware and software techniques.

3

. It is not important for systems that operate continuously.

4

 It is only important for systems with high power requirements.

10

Multiple Choice

Which of the following is true about real-time constraints in an embedded system?

1

They are not important for non-critical applications.

2

They can be relaxed if necessary to improve system performance.

3

They are typically specified in terms of response time and deadline.

4

They are only important for systems with simple control logic

11

Multiple Choice

Which of the following is a technique for reducing power consumption in an embedded system?

1

Increasing the clock frequency

2

Increasing the supply voltage

3

Using hardware accelerators

4

Using high-power peripherals

12

Multiple Choice

Which of the following is true about system-on-chip (SoC. design?

1

It involves integrating multiple chips into a single circuit board.

2

It involves integrating multiple components into a single chip.

3

It is only used in high-end embedded systems.

4

It is not compatible with real-time operating systems.

13

Multiple Choice

Which of the following is true about system testing in an embedded system?

1

It is not necessary if the software is thoroughly tested.

2

It is typically performed using simulation tools.

3

It is only important for safety-critical systems.

4

It involves testing the hardware, software, and system-level functionality.

14

Multiple Choice

Which of the following is true about interrupts in an embedded system?

1

They are always asynchronous.

2

They are always synchronous.

3

They can be either synchronous or asynchronous.

4

They are not used in real-time systems.

15

Multiple Choice

Which of the following is true about the CAN bus?

1

It is a hardware-based communication protocol.

2

It is only used in low-speed communication applications.

3

It is a master-slave communication protocol.

4

It is a peer-to-peer communication protocol

16

Multiple Choice

Which of the following is true about SPI communication?

1

It is a half-duplex communication protocol.

2

It is a full-duplex communication protocol.

3

It is a synchronous communication protocol.

4

It is a peer-to-peer communication protocol.

17

Multiple Choice

Which of the following is true about I2C communication?

1

It is a half-duplex communication protocol.

2

It is a full-duplex communication protocol.

3

It is a synchronous communication protocol.

4

It is a peer-to-peer communication protocol.

18

Multiple Choice

An embedded system is a combination of _______.

1

Software and Devices

2

Hardware and Devices

3

Hardware and software

4

Devices and application software

19

Multiple Choice

Which of the following are hardware components of an embedded system?

1

Computer processor

2

Device peripherals

3

Computer memory

4

Computer processor, memory and Device peripherals

20

Multiple Choice

Which of the following is true about UART communication?

1

It is a half-duplex communication protocol.

2

It is a full-duplex communication protocol.

3

It is a synchronous communication protocol.

4

It is a peer-to-peer communication protocol.

21

Multiple Choice

Which of the following is true about DMA in an embedded system?

1

It is not used in real-time systems.

2

It stands for “Direct Memory Access.

3

It is used for communicating with peripherals.

4

It is used for communicating with peripherals.

22

Multiple Choice

Which of the following is true about bootloaders in an embedded system?

1

They are used to load the operating system.

2

They are used to load the application software.

3

They are stored in volatile memory.

4

They are not important for system security

23

Multiple Choice

Which of the following is true about real-time operating systems (RTOS) in an embedded system?

1

They are only used in large-scale systems.

2

They are not important for system performance.

3

They provide deterministic scheduling of tasks.

4

They provide non-deterministic scheduling of tasks.

24

Multiple Choice

Which of the following is true about the memory hierarchy in an embedded

system?

1

The CPU cache is the largest and slowest level of memory.

2

The main memory is the smallest and fastest level of memory.

3

The secondary storage is the smallest and slowest level of memory.

4

The memory hierarchy is used to balance speed and capacity.

25

Multiple Choice

Which of the following is true about digital signal processing (DSP) in an

embedded system?

1

It is only used in audio and video processing.

2

It can be used for a variety of signal processing applications.

3

It requires an analog signal as input.

4

It is slower than analog signal processing

26

Multiple Choice

Which of the following is true about serial communication in an embedded system?

1

It is only used for short-distance communication.

2

It is slower than parallel communication.

3

It is more complex than parallel communication.

4

It is used for both short and long-distance communication

27

Multiple Choice

Which of the following is true about analog-to-digital conversion (ADC) in an  embedded system?

1

It is used for converting digital signals to analog signals.

2

It is used for converting analog signals to digital signals.

3

It is not important for sensor applications

4

It is faster than digital-to-analog conversion.

28

Multiple Choice

Which of the following is true about pulse-width modulation (PWM) in an

embedded system?

1

It is used for digital-to-analog conversion.

2

It is used for analog-to-digital conversion.

3

It is used for controlling the duty cycle of a signal.

4

It is used for synchronizing signals.

29

Multiple Choice

Which of the following is true about inter-integrated circuit (I2C) in an embedded system?

1

It is a high-speed serial communication interface.

2

It is a low-speed serial communication interface.

3

It is a parallel communication interface.

4

It is used for audio and video processing.

30

Multiple Choice

Which of the following is true about universal asynchronous receiver-transmitter (UART) in an embedded system?

1

It is a low-speed serial communication interface.

2

It is a high-speed serial communication interface.

3

It is a parallel communication interface.

4

It is used for audio and video processing.

31

Multiple Choice

Which of the following is true about sensors in an embedded system?

1

They are used for processing digital signals.

2

They are used for converting analog signals to digital signals.

3

They are used for storing data.

4

They are used for transmitting data.

32

Multiple Choice

Which of the following is true about actuators in an embedded system?

1

They are used for processing digital signals.

2

They are used for converting analog signals to digital signals.

3

They are used for storing data.

4

They are used for controlling physical systems.

33

Multiple Choice

Which of the following is true about the pulse width modulation (PWM) technique in an embedded system?

1

It is used for analog-to-digital conversion.

2

It is used for controlling physical systems.

3

It is used for event-driven systems.

4

It is used for digital signal processing.

34

Multiple Choice

Which of the following is true about the inter-integrated circuit (I2C) protocol in an embedded system?

1

It is a high-speed serial communication interface.

2

It is a low-speed serial communication interface.

3

It is a parallel communication interface.

4

It is used for audio and video processing.

35

Multiple Choice

Which of the following is true about the serial peripheral interface (SPI) protocol in an embedded system?

1

It is a high-speed serial communication interface.

2

It is a low-speed serial communication interface.

3

It is a parallel communication interface.

4

It is used for audio and video processing.

36

Multiple Choice

Which of the following is true about the universal asynchronous receiver[1]

transmitter (UART) interface in an embedded system?

1

It is a high-speed serial communication interface.

2

It is a low-speed serial communication interface.

3

It is a parallel communication interface.

4

It is used for audio and video processing.

37

Multiple Choice

Which of the following is true about the direct memory access (DMA) technique in an embedded system?

1

It is used for analog-to-digital conversion.

2

It is used for controlling physical systems.

3

It is used for transferring data between memory and peripherals.

4

It is used for event-driven systems.

38

Multiple Choice

Which of the following is true about the watchdog timer (WDT) in an embedded system?

1

It is used for analog-to-digital conversion.

2

It is used for controlling physical systems.

3

It is used for detecting system errors and resetting the system.

4

It is used for event-driven systems.

39

Multiple Choice

Which of the following is true about the system on a chip (SoC. in an embedded system?

1

It consists of only the microcontroller and memory.

2

It consists of only the microcontroller and peripherals.

3

It consists of the microcontroller, memory, and peripherals on a single chip.

4

It consists of the microcontroller, memory, and peripherals on separate chips.

40

Multiple Choice

Which of the following is true about the real-time operating system (RTOS. in an embedded system?

1

It is only used in large-scale embedded systems.

2

It is not suitable for time-critical applications.

3

It provides a multitasking environment with predictable response times.

4

It does not provide any support for task scheduling.

 

41

Multiple Choice

Which of the following is true about the firmware in an embedded system?

1

It is a type of software that runs on the host computer.

2

It is a type of hardware that controls the operation of the microcontroller.

3

It is a type of software that is permanently stored in memory.

4

It is a type of software that is used for debugging and testing.

42

Multiple Choice

Which of the following is true about the device driver in an embedded system?

1

It is a type of hardware that controls the operation of the microcontroller.

2

It is a type of software that is permanently stored in memory.

3

It is a type of software that interacts with the hardware peripherals.

4

It is a type of software that provides a user interface.

43

Multiple Choice

Which of the following is true about the boot loader in an embedded system?

1

It is a type of hardware that controls the operation of the microcontroller.

2

It is a type of software that is permanently stored in memory.

3

It is a type of software that loads the operating system into memory.

4

It is a type of software that provides a user interface.

44

Multiple Choice

Which of the following is true about the watchdog timer in an embedded system?

1

It is a type of software that is used for debugging and testing.

2

It is a type of hardware that controls the operation of the microcontroller.

3

It is a type of hardware that provides a mechanism for detecting and recovering from system errors.

4

It is a type of software that provides a user interface.

 

45

Multiple Choice

Which of the following is true about the interrupting handler in an embedded system?

1

It is a type of hardware that controls the operation of the microcontroller.

2

It is a type of software that is used for debugging and testing.

3

It is a type of software that handles interrupts generated by the hardware peripherals.

4

It is a type of software that provides a user interface.

46

Multiple Choice

Which of the following is true about the system clock in an embedded system?

1

It is a type of hardware that controls the operation of the microcontroller.

2

It is a type of software that is used for debugging and testing

3

It is a type of hardware that provides a mechanism for synchronizing the operation of the system components.

4

It is a type of software that provides a user interface.

47

Multiple Choice

Which of the following is true about the power management unit (PMU. in an embedded system?

1

It is a type of hardware that controls the operation of the microcontroller.

2

It is a type of software that is used for debugging and testing.

3

It is a type of hardware that provides a mechanism for managing the power consumption of the system.

4

It is a type of software that provides a user interface, management, power sequencing, and power fault detection.

48

Multiple Choice

Which of the following is true about the real-time clock (RTC. in an embedded system?

1

It is a type of hardware that controls the operation of the microcontroller.

2

It is a type of software that is used for debugging and testing.

3

It is a type of hardware that provides a mechanism for keeping track of the time and date.

4

It is a type of software that provides a user interface.

49

Multiple Choice

Which of the following is true about the analog-to-digital converter (ADC. in an embedded system?

1

It is a type of hardware that controls the operation of the microcontroller.

2

It is a type of software that is used for debugging and testing.

3

It is a type of hardware that provides a mechanism for converting analog signals to digital signals.

4

It is a type of software that provides a user interface.

50

Multiple Choice

Which of the following is true about the digital-to-analog converter (DAC. in an embedded system?

1

It is a type of hardware that controls the operation of the microcontroller.

2

It is a type of software that is used for debugging and testing.

3

It is a type of hardware that provides a mechanism for converting digital signals to analog signals.

4

It is a type of software that provides a user interface.

51

Multiple Choice

Which of the following is not the hardware components of an embedded system?

1

Linker

2

Loader

3

Compiler

4

All

52

Multiple Choice

Which of the following designed system factors are minimized for an embedded application?

1

Performance

2

Cost and Size

3

Size and Performance

4

Performance and Cost

53

Multiple Choice

If the deadline of an embedded system cannot complete its task within its deadline then it is called ............................. type of embedded system.

1

Soft real time

2

Hard real time

3

Stand alone

4

Networked embedded system

54

Multiple Choice

If the task deadline of an embedded system is completed within its deadline, then it is called ______ type of embedded system.

1

Soft real time

2

Hard real time

3

Stand alone

4

Networked embedded system

55

Multiple Choice

Which of the following is an example of an embedded system that completes its task within its deadline?

1

Microwave oven and Traffic lights

2

Traffic lights and Buzzer

3

Buzzer and Microwave

4

None

56

Multiple Choice

In which of the following embedded systems devices communicates with servers?

1

Soft real time

2

Hard real time

3

Stand alone

4

Networked embedded systems

57

Multiple Choice

Which of the following are the examples of networked embedded systems?

1

ATM machine and Smart watch

2

Smart watch and Micro-oven

3

Micro-oven and ATM

4

All

58

Multiple Choice

LAN stands for _________.

1

Local Area Network

2

Local Avoiding Network

3

Location Area Network

4

None

59

Multiple Choice

WAN stands for _______.

1

Wide Area Network

2

Wide Avoiding Network

3

Wonder Area Network

4

All

60

Multiple Choice

Which of the following software represents machine-based code in target base code and verifies errors in code?

1

Compiler

2

Assembler

3

Debugger

4

All

61

Multiple Choice

Which of the following embedded system software converts each line of assembly based code to machine-based code at a time?

1

Compiler

2

Assembler

3

Debugger

4

All

62

Multiple Choice

Which of the following ES software are the examples of Assembler software?

1

C

2

C++

3

GNU

4

JAVA

63

Multiple Choice

Which of the following ES software are the examples of compiler software?

1

C

2

C++

3

ALL

4

JAVA

64

Multiple Choice

Which of the following hardware is used as alternative for an embedded system?

1

ICE (In-Circuit Emulator)

2

Emulator

3

Memory

4

Counters

65

Multiple Choice

Which of the following devices is volatile memory?

1

Flash drives

2

Computer BIOS

3

Motherboard

4

All

66

Multiple Choice

Which of the following IC are microprocessors?

1

MC6800

2

8085

3

8086

4

All

67

Multiple Choice

Which of the following IC are microcontrollers?

1

MC6800 and 8051

2

8051and ATmega328

3

ATmega328 and 8086

4

8086 and MC6800

68

Multiple Choice

8086 type processor is designed with how many bits?

1

4 bit

2

8 bit

3

16 bit

4

32 bit

69

Multiple Choice

Embedded software has the following components?

1

 Program/script

2

OS

3

Firmware

4

All

70

Multiple Choice

Which architecture in DSP reduces the execution time?

1

Harvard

2

CISC

3

Von Neumann

4

Program storage

71

Multiple Choice

How does an embedded system communicate with the outside world?

1

Memory

2

Output

3

Peripherals

4

Input

72

Multiple Choice

What is an embedded system?

1

A stand-alone computer system

2

A system that performs a variety of computing tasks

3

A dedicated system designed to perform a specific task

4

A system embedded into a network

73

Multiple Choice

 Which programming language is widely used in embedded system development?

1

Python

2

C

3

JavaScript

4

Ruby

74

Multiple Choice

Which component is the heart of an embedded system?

1

RAM

2

 Input Device

3

Microcontroller

4

Output Device

75

Multiple Choice

Which of the following best describes the software in an embedded system?

1

General-purpose software

2

Operating System

3

Firmware

4

Utility software

76

Multiple Choice

Which of the following is NOT a characteristic of embedded systems?

1

Real-time operation

2

Task-specific functionalities

3

High storage capacity

4

Optimized for power consumption

77

Multiple Choice

Embedded systems usually have __________ boot-up times.

1

Long

2

Moderate

3

Short

4

Variable

78

Multiple Choice

 Embedded systems are generally _________.

1

Re-programmable

2

Non-reprogrammable

3

Often connected to the internet

4

Designed for multiple tasks

79

Multiple Choice

In embedded systems, what does "RTOS" stand for?

1

Remote Transfer Operating System

2

Real-Time Operating Software

3

Real-Time Operating System

4

Rapid Transfer Operating System

80

Multiple Choice

Which feature is essential for an RTOS?

1

Predictable response time

2

 High storage capability

3

Multitasking capability

4

Internet connectivity

81

Multiple Choice

Embedded systems are typically designed for:

1

Broad functionalities

2

User upgradability

3

Specific applications

4

General-purpose computing

82

Multiple Choice

Which type of memory is typically used for permanent storage in embedded

systems?

1

RAM

2

ROM

3

Cache

4

DDR

83

Multiple Choice

In the context of embedded systems, what does "DSP" stand for?

1

Digital Signal Processor

2

Dedicated System Protocol

3

Device Specific Programming

4

Digital Systems Programming

84

Multiple Choice

 Which of the following is NOT a primary component of an embedded system?

1

Microcontroller

2

Input device

3

Graphics card

4

Output device

85

Multiple Choice

An advantage of embedded systems over general-purpose systems is:

1

 Higher processing power

2

Greater versatility

3

Lower cost

4

Better multitasking

86

Multiple Choice

Which of the following best describes "firmware"?

1

Hardware components of an embedded system

2

Temporary software that is easy to modify

3

Software that provides UI for embedded systems

4

Software programmed directly onto hardware components

87

Multiple Choice

The primary purpose of an RTOS in an embedded system is to:

1

 Enhance the user interface

2

Manage tasks in real-time

3

Provide internet connectivity

4

Boost the system's processing power

88

Multiple Choice

What kind of embedded system is used in washing machines and printers?

1

 Standalone embedded systems

2

 Mobile embedded systems

3

Networked embedded systems

4

Real-time embedded systems

89

Multiple Choice

 In the context of embedded systems, "SoC" stands for:

1

Software of Communication

2

System of Components

3

System on Chip

4

Software on Chip

90

Multiple Choice

Which of the following is an example of a real-time embedded system?

1

Digital watch

2

Microwave oven

3

Airbag system in cars

4

MP3 player

91

Multiple Choice

What is the primary storage type used for fast data access in embedded systems?

1

A. Hard Disk Drive

2

Flash Memory

3

CD-ROM

4

Magnetic Tape

92

Multiple Choice

What is the primary role of a watchdog timer in an embedded system?

1

To boost performance

2

To reset the system if it hangs

3

To improve connectivity

4

To update the firmware

93

Multiple Choice

Which of this best describes the difference between an embedded OS and desktop

OS?

1

Embedded OS is more versatile

2

Desktop OS is used in mobile devices

3

Embedded OS is tailored for specific tasks

4

Desktop OS has limited functionality

94

Multiple Choice

 An embedded system's lifecycle is typically:

1

 Shorter than that of general-purpose systems

2

Longer than that of general-purpose systems

3

Same as that of general-purpose systems

4

Unpredictable

95

Multiple Choice

A common challenge in embedded system design is:

1

High power consumption

2

Resource constraints

3

Easy upgradability

4

 High storage requirements

96

Multiple Choice

Which one of the following offers CPUs as integrated memory or peripheral

interfaces?

1

Microcontroller

2

Microprocessor

3

Embedded system

4

Memory system

97

Multiple Choice

What is CISC?

1

Computing instruction set complex

2

 Complex instruction set computing

3

Complementary instruction set computing

4

Complex instruction set complementary

98

Multiple Choice

What is RISC?

1

Ratio instruction set complex

2

Reduced instruction set computing

3

Accessing peripheral through interface

4

Address programming interface

99

Multiple Choice

What does API stand for?

1

Address programming interface

2

Application programming interface

3

Accessing peripheral through interface

4

Address programming interface

100

Multiple Choice

Intel Pentium 4 (2004. has 3.0 GHZ clock speed and about 9000 MIPS. IPC equals:

1

1

2

2

3

3

4

4

101

Multiple Choice

What does IPC stand for?

1

 Internal Processer and Controller

2

 Instructions per Cycle

3

Instructions per Clock

4

Instructions process in computer

102

Multiple Choice

 In little endian format:

1

 The least significant byte (LSB) is stored first (at the lowest memory address), and the most

significant byte (MSB) is stored last (at the highest memory address).

2

The least significant byte (LSB) is stored last (at the highest memory address), and the most

significant byte (MSB) is stored first (at the lowest memory address).

3

The least significant byte (LSB) is stored last (at the lowest memory address), and the most

significant byte (MSB) is stored first (at the highest memory address).

4

The least significant byte (LSB) is stored first (at the lowest memory address), and the most

significant byte (MSB) is stored last (at the highest memory address).

103

Multiple Choice

In big endian format:

1

The least significant byte (LSB) is stored first (at the lowest memory address), and the most

significant byte (MSB) is stored last (at the highest memory address).

2

The least significant byte (LSB) is stored last (at the highest memory address), and the most

significant byte (MSB) is stored first (at the lowest memory address).

3

The least significant byte (LSB) is stored last (at the lowest memory address), and the most

significant byte (MSB) is stored first (at the highest memory address).

4

The least significant byte (LSB) is stored first (at the highest memory address), and the most

significant byte (MSB) is stored last (at the highest memory address).

104

Multiple Choice

 Level 1 of cache memory has:

1

Lowest speed

2

Highest speed

3

Biggest size

4

Smallest size

105

Multiple Choice

What does CMOS stand for?

1

Complementary mix operating system

2

Complementary metal oxide semiconductor

3

 Carry multiplex open system

4

Current mobile operating system

106

Multiple Choice

When increasing clock speed of processor:

1

Instruction speed is reduced

2

Time of instruction process is no change

3

Power consumption of Chip is increased

4

Power consumption of Chip is decreased

107

Multiple Choice

ARM is the name of:

1

Processor architecture

2

Memory architecture

3

Communication bus

4

Communication standard

108

Multiple Choice

The memory which has a fixed content from manufacturer is:

1

RAM

2

EEPROM

3

MROM

4

 Flash

109

Multiple Choice

To control active-low LED, how does LED connect to micro controller (µC)?

1

Anode of LED connects to the pin of µC, Cathode of LED connects to the Vcc

2

Anode of LED connects to the pin of µC, Cathode of LED connects to the Ground

3

Cathode of LED connects to the pin of µC, Anode of LED connects to the Vcc

4

Cathode of LED connects to the pin of µC, Anode of LED connects to the Ground

110

Multiple Choice

Translation flow from source code written in C programming to Assembly for

embedded circuit is:

1

 Pre-processor -> Processor -> Compiler -> Loader

2

 Processor -> Compiler -> Assembler -> Linker/loader

3

Pre-processor -> Compiler -> Assembler -> Linker/loader

4

Loader-> Compiler-> Assembler -> Linker

111

Multiple Choice

Optimization source code from C programming to Assembly is processed in:

1

 Processor

2

Linker

3

Compiler

4

Assembler

112

Multiple Choice

Which is not an embedded system:

1

Laptop

2

Washing machine controller

3

Light automotive controller

4

Arduino micro controller

113

Multiple Choice

Which is not a feature of embedded system:

1

Specialization

2

Reliability

3

General purpose

4

Compact

114

Multiple Choice

Embedded system can be applied to:

1

Medical and Industrial

2

Medical and Industrial

3

Consumer and specialized electronics

4

ALL

115

Multiple Choice

Which is the name of an embedded system (application classification.?

1

Data communication

2

 Signal amplification

3

Harmonic oscillator

4

None

116

Multiple Choice

Embedded system has:

1

Processor, memory, input data reader circuits, communication ports

2

Processor, memory card reader, I/O ports, communication ports

3

Processor, memory, I/O ports, communication ports

4

Processor, memory, I/O ports, USB

117

Multiple Choice

 In the embedded system, which layer is indispensable?

1

Application software

2

Hardware

3

System software

4

Middleware

118

Multiple Choice

 In the design of an embedded system, which does not model need specific plan?

1

Spiral

2

Waterfall

3

Code-and-fixed

4

Big-bang

119

Multiple Choice

Which layer is very near to the user?

1

Application software

2

System software

3

Hardware

4

Depend on package design and IC position inside an embedded system

120

Multiple Choice

The basic difference between Von Neumann and Harvard architecture is:

1

 ALU structure

2

 Register’s structure

3

Bus and memory organization

4

ALL

Question 1. Which of the following is not an essential component of an embedded system

1

Microprocessor

2

Ram

3

Keyboard

4

Input/output device

Show answer

Auto Play

Slide 1 / 120

MULTIPLE CHOICE