Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

quiz-placeholder

Similar activities

C++ Loop

C++ Loop

12th Grade

20 Qs

grade 12 Chapter No 4

grade 12 Chapter No 4

12th Grade

20 Qs

Exercise STM20263

Exercise STM20263

9th Grade

15 Qs

Array

Array

10th - 12th Grade

20 Qs

oop with c++

oop with c++

University

20 Qs

OOPS-1

OOPS-1

University

20 Qs

ARRAY C++

ARRAY C++

11th Grade

20 Qs

8 klasa C++

8 klasa C++

7th - 10th Grade

20 Qs

Arduino Loop

Arduino Loop

Assessment

Quiz

Computers

2nd Grade - University

Medium

Created by

reda mohamed

Used 125+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In programming, what is iteration?

The repetition of steps within a program

The order in which instructions are carried out

A decision point in a program

Testing a program to make sure it works

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

FOR loops are

loops which run an unknown number of times

loops which run for a specific number of times

the same as if statements

not part of programming

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct format of a "for" loop?

for(int i = 0; i < 10; i++);

for[int i = 0; i < 10; i++];

for(int i = 0; i < 10; i++)

for[int i = 0; i < 10; i++]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of a loop is a for loop?

Fixed Length

Variable Length

Infinite Length

Imaginary Length

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times will the shown for loop execute?

0

9

10

11

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times will the shown for loop execute>

0

100

20

50

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three parts of a for loop?

initialize; test; increment

test; initialize; increment

increment; test; initialize

Larry; Mo; Curly

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?