Arduino Code Revision

Arduino Code Revision

11th Grade

6 Qs

quiz-placeholder

Similar activities

Python: Functions and Parameters

Python: Functions and Parameters

9th - 12th Grade

10 Qs

IDT S1 Final Review Part 2

IDT S1 Final Review Part 2

8th - 12th Grade

10 Qs

Unit 3 Review

Unit 3 Review

9th - 12th Grade

11 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

Python Intro 1

Python Intro 1

7th - 12th Grade

11 Qs

Boolean and If-Else Practice

Boolean and If-Else Practice

9th - 12th Grade

11 Qs

VB programming

VB programming

10th - 11th Grade

7 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