This quiz has 10 questions, each question has only 1 option correct. No negative marking. Each question carries 1 mark. Maximum marks 10. Time allotted is 2min. You may submit it before time or time will end automatically. Timer will start when you click Start. Good luck
The Arduino has an?
ARM mcu
PIC mcu
AVR mcu
8051 mcu
Your answer is:
BC557 is a
npn bjt
pnp bjt
n channel MOSFET
p channel MOSFET
Your answer is:
HC05 works on
WiFi
Bluetooth
LORA
433MHz
Your answer is:
Relays work using the main principle of
Light sensing
Hall Effect
Electromagnetism
Resistance change
Your answer is:
7400 TTL works typically at
10v logics
1.2v logics
12v logics
5v logics
Your answer is:
Arduino's ATmega328 has ___ number of dedicated hardware interrupts
1
2
3
4
Your answer is:
LDR and NTC can sense
temperature and pressure
humidity and temperature
light and pressure
light and temperature
Your answer is:
Which of the following is not a simulation software?
Proteus
CircuitMaker
Multisim
AtmelStudio
Your answer is:
In C,what the following lines of code will print:
#include
int main()
{
int x=50;
printf("%d",(x>>2)+(x<<2));
return 0;
}