Arduino basics

Arduino basics

7th Grade - University

7 Qs

quiz-placeholder

Similar activities

Science Quiz

Science Quiz

7th - 10th Grade

10 Qs

DC motors

DC motors

12th Grade

10 Qs

สัญญาณ อะนาล๊อก สัญญาณดิจิทัล

สัญญาณ อะนาล๊อก สัญญาณดิจิทัล

8th Grade

6 Qs

Conosci Arduino?

Conosci Arduino?

10th Grade

8 Qs

Class VII      Computer  Monthly test of July

Class VII Computer Monthly test of July

7th Grade

10 Qs

AP Computer Science Principles - Unit 1: Digital Information

AP Computer Science Principles - Unit 1: Digital Information

9th - 12th Grade

10 Qs

Manajemen Bandwith

Manajemen Bandwith

12th Grade

10 Qs

1.3 Recap Short

1.3 Recap Short

11th Grade

10 Qs

Arduino basics

Arduino basics

Assessment

Quiz

Computers

7th Grade - University

Medium

Created by

Mr Brewer

Used 28+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an Arduino?

A desktop computer

A computer chip

A micro controller

A PlayStation controller

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many Digital In/Out pins are there on an ARDUINO UNO?

6

13

12

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which PIN is the LED connected to in this picture?

Digital Pin 2

Digital Pin 4

Digital Pin 1

Analog Pin 0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between ANALOG signals and DIGITAL signals?

Digital signals are electric, Analog signals are mechanical

Analog signals are an older form of tech that has been replaced by digital

Digital signals can have any value within the range of 0 -255

Analog signals vary between 0 and 100%, while Digital signals can be either 0 or 100%.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is another name for an Arduino program?

A sketch

A drawing

A snippet

An executable file

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of code tells PIN 5 to be an OUTPUT of electricity?

pin(OUT,5);

pinMode(5, OUTPUT);

digitalWrite(5, ON);

pinDigital(5, 255);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code tells PIN 5 to turn on?

digital(5,ON);

digital(6, HIGH);

digitalWrite(5, LOW);

digitalWrite(5, HIGH);