wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

arc quiz

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.
  1. An embedded system is best described as

a)
  • A) A personal computer

b)
  • B) A system designed for a specific application

c)
  • C) A mobile phone

d)
  • D) A server

2.
  1. Which of the following is NOT an embedded device?

a)
  • Washing machine

b)
  • Microwave oven

c)
  • Desktop computer

d)
  • Traffic signal controller

3.
  1. Which microcontroller is used in Arduino Uno?

a)
  • ATmega16

b)
  • ATmega328P

c)
  • ATmega2560

d)
  • ATmega8

4.
  1. What is the operating voltage of Arduino Uno?

a)
  • 3.3V

b)
  • 9V

c)
  • 12V

d)
  • 5V

5.
  1. Which function executes repeatedly in an Arduino program?

a)
  • setup()

b)
  • main()

c)
  • run()

d)
  • loop()

6.
  1. Why is delay() avoided in real-time embedded systems?

a)
  • It increases voltage

b)
  • It causes syntax errors

c)
  • It blocks program execution

d)
  • It consumes memory

7.
  1. Which function is used to read a digital input pin?

a)
  • analogRead()

b)
  • digitalWrite()

c)
  • pinMode()

d)
  • digitalRead()

8.
  1. Which baud rate is commonly used for Arduino Serial communication?

a)
  • 4800

b)
  • 115200

c)
  • 19200

d)
  • 9600

9.
  1. Which protocol uses only two wires?

a)
  • UART

b)
  • CAN

c)
  • I²C

d)
  • SPI

10.

Does Arduino produce true analog signals ?

a)

No

b)

Yes

11.
  1. What is the main advantage of using a microcontroller over a microprocessor?

a)
  • Higher speed

b)
  • Lower power consumption and integrated peripherals

c)
  • Larger memory

d)
  • Better graphics

12.
  1. Which Arduino pin is used to read analog sensor values?

a)
  • Digital pin

b)
  • PWM pin

c)
  • Serial pin

d)
  • Analog pin