Sentinel Controlled Repetition (Java)

Sentinel Controlled Repetition (Java)

12th Grade

15 Qs

quiz-placeholder

Similar activities

Be4PSPMDC024_d2T6

Be4PSPMDC024_d2T6

12th Grade

10 Qs

Java Level 1 - A

Java Level 1 - A

12th Grade

15 Qs

Arrays Unit 6 AP CSA

Arrays Unit 6 AP CSA

10th - 12th Grade

14 Qs

Codehs Unit 6

Codehs Unit 6

10th - 12th Grade

14 Qs

Code HS JavaScript Control Structures

Code HS JavaScript Control Structures

9th - 12th Grade

20 Qs

Functions and Parameters Summative preview

Functions and Parameters Summative preview

9th - 12th Grade

10 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

Sentinel Controlled Repetition (Java)

Sentinel Controlled Repetition (Java)

Assessment

Quiz

Computers

12th Grade

Medium

Created by

NURUL Moe

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

2 types of repetition control structures

sentinel-controlled

counter-controlled

sentinel-countered

counter-sentinel

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What are the importance of algorithm?

as a guide to write program

to find the best solution

as a plan to create a problem

to find the trickiest solution

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

The suitable control structure based on the figure is ______

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Identify the suitable control structure based on the problem below: A program will calculate the average for a few integers entered by user. The user should key in 0 to terminate the sequence.

Sequence

Selection

Repetition

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Two (2) techniques that can be used to represent an algorithm

images and videos

texts and symbols

pseudocode and flowchart

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the displayed value for Java coding below:


System.out.println(Math.pow(2, 2));

4

8

2

16

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What's missing from this part of a flowchart?

A line

An arrow

A diamond

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?

Discover more resources for Computers