Conditionals and Loops

Conditionals and Loops

6th Grade

9 Qs

quiz-placeholder

Similar activities

Code.org Express Course Text and Prompts

Code.org Express Course Text and Prompts

6th - 8th Grade

10 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

coding

coding

1st - 7th Grade

10 Qs

Scratch Test

Scratch Test

5th - 6th Grade

10 Qs

CS-First/Course 2 Vocabulary Review

CS-First/Course 2 Vocabulary Review

5th - 8th Grade

10 Qs

Minecraft Coding

Minecraft Coding

5th - 6th Grade

11 Qs

Programming - Basic File Handling Operations

Programming - Basic File Handling Operations

3rd - 11th Grade

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