Font size
WorksheetsTechnical Quiz
Total questions: 40
Worksheet time: 40mins
What is the color code for a 220 5% resistor?
Red, Red, Brown, Gold
Orange, Orange, Black, Gold
Red, Red, Black, Gold
Red, Red, Brown, Silver
Which resistive component is designed to be temperature sensitive?
Thermistor
Rheostat
Potentiometer
Photoconductive cell
Primary batteries, unlike secondary batteries, may be:
charged once
used once
recharged over and over
stored indefinitely
In a series–parallel circuit, individual component power dissipations are calculated using:
individual component parameters
a percent of the voltage division ratio squared
total current squared multiplied by the resistor values
a percent of the total power depending on resistor ratios
The first goal to accomplish in analyzing a complex series-parallel circuit is to
equate all parallel components
equate all series components
solve for all the voltage drops
solve for the total current and resistance
This symbol to BS3939 represents a?
Diode
Capacitor
LED
Resistor
The band round the body of a diode denotes the - - - - - - - - terminal
(two answers for this question).
Positive
Negative
Anode
Cathode
Select the access level/s of a private modifier.
Class
Package
Subclass
World
How do you call a method in Java?
methodName;
methodName[];
methodName();
(methodName);
What is not a Java primitive data type?
float
byte
Boolean
char
What was Java originally designed for?
Interactive TV
Internet
Gaming
Cars
Command to compile Java program
javax
javay
javac
Java
Who invented Java?
James Gosling
Sergey Brin
Steve Jobs
Bill Gates
Tim Berners-Lee
The name of the following should be the file name in Java
Object Name
Variable Nam
Class Name
Array Name
How do you create a variable with the floating number 2.8?
byte x = 2.8f
x = 2.8f;
float x = 2.8f;
int x = 2.8f;
The value of a string variable can be surrounded by single quotes.
true
false
The Nyquist theorem for sampling
(choose more than one)
Relates the conditions in time domain and frequency domain
Helps in quantization
Limits the bandwidth requirement
Gives the spectrum of the signal
The following graph is
Unit step function
Ramp function
Signum function
Delta function
Which system below is non-causal?
y[n]=0.23x[n−1]+0.2x[n]−1.5x[n+1]
y[n]=3.5x[n]+x[n−2]
y[n−2]+2y[n]=x[n]
y[n+2]+2y[n]=x[n]+7x[n−5]
Types of actuators
Pump
Piston
Motor
Speaker
If poles of system are lying on the imaginary axis in s-plane, the system will be
Unstable
Marginally stable
Conditionally stable
Unstable
the deviation of the output of control system from desired response during steady state is called
steady state error
transient error
Microcontrollers are easy to use, troubleshoot and maintain, programmable and easily interfaced.
True
False
The number of bits processed in a single instruction is known as ?
Instruction Set
Bandwidth
Bandspeed
Instruction Speed
The __________ controls the flow of data and instructions within the computer.
control unit
register array
accumulator
ALU
Why microcontrollers are not called general purpose computers?
because they have built in RAM and ROM
because they design to perform dedicated task
because they are cheap
because they consume low power
The advantage of memory mapped I/O over I/O mapped I/O is,
Faster
Many instructions supporting memory mapped I/O
Require a bigger address decoder
All the above
True or False? The computational capacity of the microcontroller is very high. Hence can perform complex tasks.
True
False
A microcontroller is a complete microcomputer with integrated inputs, outputs, memory, timers and other essential items.
True
False
Actuators are outputs; they “take action” in the physical world.
True
False
Identify the image shown.
Raspberry Pi Board
Arduino Board
Microprocessor Board
CPU Board
What is false about microprocessor?
The microprocessor is of small size chip, hence is not portable.
microprocessor chips are available at low prices
microprocessors are versatile
failure rate of an IC in microprocessors is very low
How many storage locations are available when a memory device has twelve address lines?
144
512
2048
4096
A nonvolatile type of memory that can be programmed and erased in sectors, rather than one byte at a time is:
flash memory
EPROM
EEPROM
MPROM
