LA4.C4: Conditions and Loops

LA4.C4: Conditions and Loops

9th Grade

14 Qs

quiz-placeholder

Similar activities

Midterm Exam

Midterm Exam

University

17 Qs

For Loops in Python

For Loops in Python

10th - 11th Grade

18 Qs

CC113B-LoopStatementsQuiz-BSCS1A

CC113B-LoopStatementsQuiz-BSCS1A

University

14 Qs

Flow of Control in C++ ( Conditional statements)

Flow of Control in C++ ( Conditional statements)

9th Grade - University

17 Qs

CC102 - Repetition Control Structures

CC102 - Repetition Control Structures

University

10 Qs

For and While Loops in Python

For and While Loops in Python

9th - 12th Grade

16 Qs

Trace Tables

Trace Tables

12th Grade

17 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

LA4.C4: Conditions and Loops

LA4.C4: Conditions and Loops

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Audley Walker

Used 23+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the program output if the current hour is 10?

Good Morning World

Good Evening World

Good Night World

Hello World

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which keyword is used to start a conditional statement in the program?

EndIf

Else

If

Then

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Math.Remainder function do?

Multiplies two numbers

Divides one number by another and returns the remainder

Subtracts one number from another

Adds two numbers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the purpose of the Else statement in the program?

To end the program

To provide an alternative action if the condition is false

To define a new variable

To repeat the condition

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How can you increment a variable by 2 in a For loop?

For i = 1 To 24 Increase 2

For i = 1 To 24 Add 2

For i = 1 To 24 Increment 2

For i = 1 To 24 Step 2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the While loop do in the provided example?

Run for a fixed number of times

Run until the number is greater than 1

Run until the number is less than or equal to 1

Run indefinitely

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the program if the input number is 7?

The number is Composite

The number is Prime

The number is Odd

The number is Even

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?