Basic Flow Control Quiz

Basic Flow Control Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

Laser Defender Part 3 Worksheet

Laser Defender Part 3 Worksheet

9th - 12th Grade

15 Qs

Dasar Algoritma dan Pemrograman p1

Dasar Algoritma dan Pemrograman p1

10th Grade

10 Qs

EOC

EOC

9th - 11th Grade

15 Qs

Python Basics - Quiz

Python Basics - Quiz

8th - 11th Grade

10 Qs

1.1.5 CSE Iteration and Loops

1.1.5 CSE Iteration and Loops

9th - 12th Grade

14 Qs

CSP I Review - A

CSP I Review - A

9th - 12th Grade

15 Qs

While Loop Quiz

While Loop Quiz

9th - 12th Grade

12 Qs

Python - Operators and Conditional Statement

Python - Operators and Conditional Statement

3rd - 10th Grade

10 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?