Arduino Code Revision

Arduino Code Revision

11th Grade

6 Qs

quiz-placeholder

Similar activities

Break the fear

Break the fear

11th - 12th Grade

10 Qs

Python Basics

Python Basics

6th Grade - University

10 Qs

Strings

Strings

10th - 11th Grade

10 Qs

CODEHS Looping Unit 5 Review

CODEHS Looping Unit 5 Review

9th - 12th Grade

10 Qs

Python Quiz  -  5

Python Quiz - 5

4th - 11th Grade

10 Qs

Programming Basics Basics

Programming Basics Basics

8th Grade - University

10 Qs

F3 CL Python Ch01

F3 CL Python Ch01

1st - 12th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

10 Qs

Arduino Code Revision

Arduino Code Revision

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Maha Shehada

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The arduino code can work using the setup function alone?

false, it needs also the loop function

true

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable can not store values like numbers or letters

false , it is used to store values of different types

true

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The letter "Q" can be stored in a variable of type

Char

int

bool

float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1, 3, 8 and 10 are examples of

integers

float

boolean

characters

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Serial.println(".....");

will print in new line

will print on the same line

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The output of the following code is

Serial.print("num is ");

Serial.print (4);

num is 4

num is

4

4

num is