Conditionals and Loops

Conditionals and Loops

6th Grade

9 Qs

quiz-placeholder

Similar activities

Computer Science

Computer Science

4th - 6th Grade

11 Qs

Practice

Practice

6th Grade

12 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

ADVANCED SCRATCH 1

ADVANCED SCRATCH 1

4th - 6th Grade

14 Qs

Computer Science

Computer Science

3rd - 12th Grade

12 Qs

Scratch

Scratch

3rd - 9th Grade

9 Qs

Scratch Test

Scratch Test

5th - 6th Grade

10 Qs

Computer Science Vocabulary

Computer Science Vocabulary

6th Grade

11 Qs

Conditionals and Loops

Conditionals and Loops

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Naeema Sadiq

Used 124+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following program?

All even numbers until 10 will be displayed

All odd numbers until 10 will be displayed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the following program which loop is used?

For loop

Recursion

For/In loop

While loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the following program which loop is used?

For loop

Recursion

For/In loop

While loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the following program which loop is used?

For loop

Recursion

For/In loop

While loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

According the following program state the output

You have enough money to purchase the item!

You do not have enough money in your account to purchase this item.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Accordingly to the following program state the output

Grade A

Grade B

Grade C

Grade D

Failed

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which type of conditional statement is this?

If Statement

If...else Statement

Nested If Statement

If... Else If Statement

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

According to the following program what will be the output?

You are Eligible to Work.

You are not Eligible to Work as per the Government rules.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

According to the following program what will happen if the user enters the incorrect password the 5th time?

Login Successful!

Incorrect password... Try again!

3 unsuccessful attempts...The system is blocked!

The user cannot enter the password the 5th time as the loop will stop after 3rd unsuccessful event.