Basic Flow Control Quiz

Basic Flow Control Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

Latihan ICT Part 2

Latihan ICT Part 2

10th Grade

10 Qs

Inputs and Booleans

Inputs and Booleans

3rd - 10th Grade

10 Qs

Computer System Grade 9

Computer System Grade 9

9th - 10th Grade

15 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

1.1 System Architecture

1.1 System Architecture

10th Grade

14 Qs

Programming Quiz

Programming Quiz

9th - 12th Grade

10 Qs

Basic Programming Terminology Quiz

Basic Programming Terminology Quiz

10th Grade

10 Qs

EOC

EOC

9th - 11th Grade

15 Qs

Basic Flow Control Quiz

Basic Flow Control Quiz

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Adolfo Canon

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the two possible results of evaluating a logical expression?

Yes or no

Pro or con

true or false

0 or 1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the initialization statement do in a “for” loop?

Defines the loop’s test condition

Sets the loop’s index variable to a starting value

Defines the loop’s exit condition

None of these are true

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a compound logical expression?

Two or more logical expressions joined by a logical operator

Two or more logical expressions joined by a mathematical operator

A logical expression using the <= or >= operators

A logical expression using the ++ or -- operators

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an “if” statement used for in a program?

To execute a block of code if a condition is false

To execute a block of code in a loop

To ask the user a question

To execute a block of code if a condition is true

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop never stops executing?

Recursive loop

While() loop

Infinite loop

For() loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of “while” loop will always be executed at least once?

while

do-while

Both of these will be executed at least once

Neither of these is guaranteed to execute at least once

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a relational operator?

>

<

+

<=

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?