ASK FORM2 BAB2 SAMBUNGAN

ASK FORM2 BAB2 SAMBUNGAN

Assessment

Interactive Video

Computers

6th Grade

Practice Problem

Hard

Created by

MUHAMAD KPM-Guru

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of a loop control structure in an algorithm?

To execute a set of instructions only once.

To make decisions based on conditions.

To simplify and repeat a set of instructions multiple times.

To define the start and end of an algorithm.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many types of loop control structures are commonly discussed?

Two

Three

Four

Five

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement best describes the UNTUK (FOR) loop control structure?

It executes a step or set of steps as long as a condition is true.

It executes a step or set of steps based on a predetermined counter.

It executes a step or set of steps until a condition becomes true.

It executes a step or set of steps only once.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary characteristic of the SELAGI (WHILE) loop control structure?

It executes a step or set of steps for a fixed number of iterations.

It executes a step or set of steps until a specific condition is met.

It executes a step or set of steps as long as the tested condition is true.

It executes a step or set of steps at least once before checking the condition.

5.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Are you enjoying the video lesson?

Yes

No

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement accurately describes a REPEAT-UNTIL loop?

The loop's condition is tested at the beginning of the loop.

The loop's body is guaranteed to execute at least once.

The loop continues as long as the condition is false.

The loop terminates when the condition becomes false.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key difference in how conditions are checked between a WHILE loop and a REPEAT-UNTIL loop?

WHILE loops execute the condition after the block, REPEAT-UNTIL loops execute it before.

WHILE loops execute the condition before the block, REPEAT-UNTIL loops execute it after.

WHILE loops always execute at least once, REPEAT-UNTIL loops may not.

WHILE loops are used for definite iterations, REPEAT-UNTIL loops for indefinite.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers