Microcontroller

Microcontroller

12th Grade

5 Qs

quiz-placeholder

Similar activities

Arduino Intro Quiz

Arduino Intro Quiz

9th - 12th Grade

8 Qs

Codebots

Codebots

9th - 12th Grade

10 Qs

Y8 Sewing quiz

Y8 Sewing quiz

11th - 12th Grade

10 Qs

Essentials in Arduino

Essentials in Arduino

11th - 12th Grade

5 Qs

Motors

Motors

12th Grade

8 Qs

PGI module

PGI module

12th Grade

9 Qs

test ARDUINO 01

test ARDUINO 01

12th Grade

10 Qs

EMBEDDED SYSTEMS QUIZ -AJ

EMBEDDED SYSTEMS QUIZ -AJ

11th - 12th Grade

10 Qs

Microcontroller

Microcontroller

Assessment

Quiz

Design

12th Grade

Hard

Created by

CDI DT

Used 6+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Example on Digital Input

Potentiometer

Push Button

LED

Servo Motor

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the correct command

pinmode(2,output);

pinMode(2,output);

pinmode(2,OUTPUT);

pinMode(2,OUTPUT);

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

How many Analog pins in Arduino Board

5

6

7

8

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the correct command

digitalWrite(6,HIGH);

digitalWrite(6,HIGH)

digitalwrite(6,high);

Digitalwrite(6,HIGH);

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

How many Digital pins are there in Arduino Board

11

12

13

14