00 Embedded Systems Prelims
00 Embedded Systems Prelims
1. Home
2. My courses
3. UGRD-CPE6354-2223T
4. PRELIM EXAM
5. Prelim Exam
Flag question
Question text
A memory that is volatile; that is, it does not retain its contents when the power is turned
off. This memory is used to store instructions and data that are temporary and might
change during the course of executing a program.
Select one:
a.
ROM
b.
RAM
c.
Cache
d.
Register
Feedback
Your answer is correct.
Question 2
Complete
Mark 1.00 out of 1.00
Flag question
Question text
The technique of data transfer between a microcontroller and an external device is
__________.
Select one:
a.
Memory
b.
Peripherals
c.
CPU
d.
I/O
Feedback
Your answer is correct.
Question 3
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Provides storage internal to the CPU
Select one:
a.
Arithmetic and Logic Unit
b.
Control Unit
c.
CPU Interconnections
d.
Registers
e.
Data Communication
Feedback
Your answer is correct.
Question 4
Complete
Mark 0.00 out of 1.00
Flag question
Question text
The number of cycles per second (Hertz, abbreviated as Hz) is referred to as the Answer
clock speed
.
Question 5
Complete
Mark 1.00 out of 1.00
Flag question
Question text
The main purpose of this is to translate or decode instructions and generate appropriate
enable signals to accomplish the desired operation.
Select one:
a.
Registers
b.
Control Unit
c.
Memory
d.
Arithmetic and Logic Unit
Feedback
Your answer is correct.
Question 6
Complete
Mark 1.00 out of 1.00
Flag question
Question text
This bus consists of a number of signals that are used to synchronize operation of the
individual microcomputer elements.
Select one:
a.
I/O Bus
b.
Data Bus
c.
Peripheral
d.
Control Bus
Feedback
Your answer is correct.
Question 7
Complete
Mark 0.00 out of 1.00
Flag question
Question text
ALU
Answer executes all the instructions and performs arithmetic and logic operations
on data.
Question 8
Complete
Mark 1.00 out of 1.00
Flag question
Question text
It stores data addressed by MAR.
Select one:
a.
Instruction Register
b.
Program Counter
c.
Memory Address Register
d.
General Purpose Register
Feedback
Your answer is correct.
Question 9
Complete
Mark 1.00 out of 1.00
Flag question
Question text
A memory that can only be read and is nonvolatile; that is, it retains its contents when the
power is turned off. This memory is typically used to store instructions and data that do not
change.
Select one:
a.
Cache
b.
Register
c.
ROM
d.
RAM
Feedback
Your answer is correct.
Question 10
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Invented in the mid-1980s by Toshiba, is designed using a combination of EPROM and
E2PROM technologies.
Select one:
a.
Main Memory
b.
Process Memory
c.
Electromechanical Memory
d.
Flash Memory
Feedback
Your answer is correct.
Question 11
Complete
Mark 1.00 out of 1.00
Flag question
Question text
bus
A number of wires called Answer are normally used to transfer data in and out of a
digital processing system.
Question 12
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Controls the operation of the CPU and hence the computer
Select one:
a.
Registers
b.
Data Communication
c.
CPU Interconnections
d.
Control Unit
e.
Arithmetic and Logic Unit
Feedback
Your answer is correct.
Question 13
Complete
Mark 0.00 out of 1.00
Flag question
Question text
MAR
Answer contains the address of data. The CPU uses the address, which is stored in
this register, as a direct pointer to memory. The contents of the address are the actual data
that is being transferred.
Question 14
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Algorithm is procedure for solving a problem through a series of finite and specific steps.
Select one:
True
False
Question 15
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Some mechanism that provides for communication among the control unit, ALU, and
registers
Select one:
a.
Control Unit
b.
Data Communication
c.
Registers
d.
CPU Interconnections
e.
Arithmetic and Logic Unit
Feedback
Your answer is correct.
Question 16
Complete
Mark 1.00 out of 1.00
Flag question
Question text
In this phase, the control unit generates the address of the next instruction to be executed
and loads it into the program counter.
Select one:
a.
Instruction Interpretation
b.
Instruction Sequencing
c.
Instruction Interpolation
d.
Instruction Manipulation
Feedback
Your answer is correct.
Question 17
Complete
Mark 1.00 out of 1.00
Flag question
Question text
program cou
Answer contains the address of the instruction. This normally contains the
address of the next instruction to be executed.
Question 18
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Binary equivalent of 8510.
Select one:
a.
01010111
b.
00101010
c.
11010101
d.
01010101
Feedback
Your answer is correct.
Question 19
Complete
Mark 1.00 out of 1.00
Flag question
Question text
The operation of each individual component as part of the structure
Select one:
a.
Function
b.
Structure
c.
Hierarchical System
d.
Computer Organization
e.
Computer Architecture
Feedback
Your answer is correct.
Question 20
Complete
Mark 0.00 out of 1.00
Flag question
Question text
These buses connect the CPU to each of the ROM, RAM, and I/O chips so that information
transfer between the CPU and any of the other elements can take place.
internal busses
Answer:
Question 21
Complete
Mark 1.00 out of 1.00
Flag question
Question text
These registers are used to hold temporary results when a computation is in progress.
Select one:
a.
Process Memory
b.
Main Memory
c.
Flash Memory
d.
Electromechanical Memory
Feedback
Your answer is correct.
Question 22
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Boolean Algebra is the mathematical basis for logic design and establishes the means by
which a task’s defining rules are represented digitally.
Select one:
True
False
Question 23
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Decimal equivalent of 111011002
Select one:
a.
263
b.
250
c.
236
d.
154
Feedback
Your answer is correct.
Question 24
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Structure is way in which the components are interrelated.
Select one:
True
False
Question 25
Complete
Mark 0.00 out of 1.00
Flag question
Question text
The purpose of using RISC architecture is to maximize speed by reducing clock cycles per
instruction.
Select one:
True
False
Question 26
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Computer organization refers to those attributes of a system visible to a programmer or,
put another way, those attributes that have a direct impact on the logical execution of a
program.
Select one:
True
False
Question 27
Complete
Mark 1.00 out of 1.00
Flag question
Question text
The technique of data transfer between a microcontroller and an external device
is __________.
Select one:
a.
I/O
b.
Memory
c.
CPU
d.
Peripherals
Feedback
Your answer is correct.
Question 28
Complete
Mark 1.00 out of 1.00
Flag question
Question text
They are called ___________ because of their ability to behave as both metals and nonmetals.
Select one:
a.
Insulator
b.
Plasma
c.
Conductor
d.
Semiconductor
Feedback
Your answer is correct.
Question 29
Complete
Mark 1.00 out of 1.00
Flag question
Question text
In this phase, the control unit reads (fetches an instruction from the memory addressed by
the contents of the program counter into the instruction register.
Select one:
a.
Instruction Interpretation
b.
Instruction Manipulation
c.
Instruction Interpolation
d.
Instruction Sequencing
Feedback
Your answer is correct.
Question 30
Complete
Mark 1.00 out of 1.00
Flag question
Question text
The goal of CISC architecture is to maximize the effective speed of a design by performing
infrequent operations in software and frequent functions in hardware, thus obtaining a net
performance gain.
Select one:
True
False
Question 31
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Truth table is a branch of mathematics that was discovered in the nineteenth century by an
English mathematician named George Boole.
Select one:
True
False
Question 32
Complete
Mark 0.00 out of 1.00
Flag question
Question text
A clock is a repetitive binary signal with a defined period that is composed of 0 and 1.
Select one:
a.
Flip-flops
b.
Logic Gates
c.
Clock
d.
Latches
Feedback
Your answer is incorrect.
Question 33
Complete
Mark 1.00 out of 1.00
Flag question
Question text
State-full logic elements that are able to indefinitely hold a specific state (0 or 1) until a new
state is explicitly loaded into them.
Select one:
a.
Latches
b.
Clock
c.
Flip-flops
Feedback
Your answer is correct.
Question 34
Complete
Mark 0.00 out of 1.00
Flag question
Question text
When data are moved over longer distances, to or from a remote device, the process is
Data Commun
known as Answer .
Question 35
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Digital logic and electronic circuits derive their functionality from electronic switches
called ___________.
Select one:
a.
Inductors
b.
Resistors
c.
Capacitors
d.
Transistors
Feedback
Your answer is correct.
Question 36
Complete
Mark 1.00 out of 1.00
Flag question
Question text
A hierarchical system is a set of interrelated subsystems, each of the latter, in turn,
hierarchical in structure until we reach some lowest level of elementary subsystem.
Select one:
a.
Computer Organization
b.
Hierarchical System
c.
Function
d.
Computer Architecture
e.
Structure
Feedback
Your answer is correct.
Question 37
Complete
Mark 1.00 out of 1.00
Flag question
Question text
data bus
In the Answer , data can flow in both directions, that is, to or from the CPU. This
is therefore a bidirectional bus.
Question 38
Complete
Mark 1.00 out of 1.00
Flag question
Question text
RISC CPUs are suitable for embedded applications.
Select one:
True
False
Question 39
Complete
Mark 1.00 out of 1.00
Flag question
Question text
main mem
Answer is the storage area in which all programs are executed.
Question 40
Complete
Mark 0.00 out of 1.00
Flag question
Question text
Boolean Logic provides a direct mapping between the possible inputs and outputs.
Select one:
True
False
Question 41
Complete
Mark 1.00 out of 1.00
Flag question
Question text
These I/O devices, commonly called _________ and include keyboards, seven-segment
displays, and LCD’s (Liquid Crystal Displays).
Select one:
a.
I/O
b.
Peripherals
c.
CPU
d.
Memory
Feedback
Your answer is correct.
Question 42
Complete
Mark 1.00 out of 1.00
Flag question
Question text
A type of microcontroller that contain a large number of instructions and many addressing
modes
Select one:
a.
RISC Microcontroller
b.
General Purpose
c.
Memory
d.
CISC Microcontroller
Feedback
Your answer is correct.
Question 43
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Computer Architecture refers to the operational units and their interconnections that
realize the architectural specifications.
Select one:
True
False
Question 44
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Performs the computer’s data processing functions
Select one:
a.
Data Communication
b.
Control Unit
c.
CPU Interconnections
d.
Registers
e.
Arithmetic and Logic Unit
Feedback
Your answer is correct.