Master Class - 5

Master Class - 5

3rd Grade

20 Qs

quiz-placeholder

Similar activities

Events coding

Events coding

3rd Grade

15 Qs

Coding Concepts Quiz

Coding Concepts Quiz

3rd Grade - University

20 Qs

Scratch basics

Scratch basics

3rd - 6th Grade

15 Qs

Starlab Scratch Quiz (Advanced Intro)

Starlab Scratch Quiz (Advanced Intro)

1st - 5th Grade

20 Qs

Loops

Loops

KG - 4th Grade

15 Qs

Loops

Loops

1st - 12th Grade

20 Qs

Coding and Using Code.Org

Coding and Using Code.Org

3rd - 4th Grade

22 Qs

Scratch - Loops

Scratch - Loops

2nd - 4th Grade

20 Qs

Master Class - 5

Master Class - 5

Assessment

Quiz

Computers

3rd Grade

Easy

Created by

Kushal Das

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

What is a repeat block used for?

To create a single instruction.

To execute a set of instructions multiple times.

To store data temporarily.

To define a variable's value.

2.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

How many times does a repeat block run?

The repeat block runs only once.

The repeat block runs indefinitely.

The repeat block runs as many times as specified in its configuration.

The repeat block runs a random number of times.

3.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

What is a loop in programming?

A loop is a type of variable in programming.

A loop is a control structure that repeats a block of code based on a condition.

A loop is a data structure that stores values.

A loop is a function that executes once.

4.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

Can you name a type of loop?

while loop

do-while loop

foreach loop

for loop

5.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

What does a function do in programming?

A function performs a specific task and can take inputs and return outputs.

A function is used to create user interfaces.

A function is a type of variable.

A function only stores data without processing it.

6.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

How do you call a function?

You call a function by declaring it with a variable.

You call a function by typing its name in a string.

You call a function by using its name followed by parentheses.

You call a function by writing its name in a comment.

7.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

What is the purpose of an if statement?

The purpose of an if statement is to control the flow of execution in a program based on conditions.

To define a variable in a program.

To create a loop that runs indefinitely.

To declare a function in a program.

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?