Arduino Quiz g10

Arduino Quiz g10

10th Grade

18 Qs

quiz-placeholder

Similar activities

SISKOM

SISKOM

10th Grade

20 Qs

Arduino Temel Seviye

Arduino Temel Seviye

9th - 12th Grade

20 Qs

Robotics Mid-term Assessment Grade VI

Robotics Mid-term Assessment Grade VI

6th Grade - University

20 Qs

Arduino IDE (Sketch) Quiz3 Hope

Arduino IDE (Sketch) Quiz3 Hope

10th Grade

22 Qs

LATIHAN SOAL PTS TPMM

LATIHAN SOAL PTS TPMM

10th Grade

20 Qs

UTS PEMROGRAMAN MIKROKONTROLLER DAN MIKROPROSESSOR

UTS PEMROGRAMAN MIKROKONTROLLER DAN MIKROPROSESSOR

10th Grade

21 Qs

Seri ekran,potansiyometre,servo

Seri ekran,potansiyometre,servo

9th - 12th Grade

18 Qs

Blinking LEDs - Escape the Apocalypse

Blinking LEDs - Escape the Apocalypse

9th - 12th Grade

13 Qs

Arduino Quiz g10

Arduino Quiz g10

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Salman Alasyi

Used 2+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare an integer variable named speed in Arduino?

int speed = 10;

integer speed = 10;

var speed = 10;

speed = 10;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following variable names is invalid in Arduino?

sensorValue

123data

temperature_sensor

motorSpeed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a variable in Arduino?

To store and manipulate data

To create new functions

To directly control hardware

To print values on the screen

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the followings is NOT a type of variable?

Char

Flood

Int

String

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name?

float

if

_sensor1

5value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type should be used to store whole numbers in Arduino?

float

char

int

boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of "String" data type?

For declaring alphabetical value

For wiring the circuit

For storing number

For displaying the data

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?