Arduino Code Revision

Arduino Code Revision

11th Grade

6 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

3rd Grade - Professional Development

11 Qs

SOAL MODUL 4 : Pemahaman Looping dan Kondisional

SOAL MODUL 4 : Pemahaman Looping dan Kondisional

10th Grade - University

10 Qs

Python User Input Quiz

Python User Input Quiz

6th Grade - University

10 Qs

2.3 Methods of data transmissions

2.3 Methods of data transmissions

9th Grade - University

10 Qs

Translate to Math

Translate to Math

9th Grade - University

6 Qs

Python Basic Quiz

Python Basic Quiz

11th Grade - University

10 Qs

AP CSP Python Quiz 1

AP CSP Python Quiz 1

10th - 12th Grade

11 Qs

CodeHS Basic Data Structures in Python

CodeHS Basic Data Structures in Python

9th Grade - University

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