BE4 UPS 3 D2T10

BE4 UPS 3 D2T10

University

12 Qs

quiz-placeholder

Similar activities

Day 4 Quiz

Day 4 Quiz

University

10 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

Pop Quiz!! PSPD C3

Pop Quiz!! PSPD C3

University

10 Qs

Ch. 4 While loops, concatenation, shortcut operators

Ch. 4 While loops, concatenation, shortcut operators

11th Grade - University

7 Qs

Java Programming Game

Java Programming Game

University

7 Qs

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

for---Loop

for---Loop

3rd Grade - University

13 Qs

Quiz 5: Loops

Quiz 5: Loops

University

10 Qs

BE4 UPS 3 D2T10

BE4 UPS 3 D2T10

Assessment

Quiz

Computers

University

Medium

Created by

TUAN BM

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

State two (2) basic processes involved in counter-controlled repetition

looping

update counter

condition

selection

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Draw the symbol used to update counter in repetition control structure

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Describe sentinel-controlled structure

uses a counter value to stop a loop.

uses a sentinel value to stop a loop.

uses a special value that marks the end of a list of values.

use special value to update counter

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Describe counter controlled structure

the number of repetitions is known before the loop begins executing

you doesn't know exactly the number of times the loop has to be executed

you know exactly the number of times the loop has to be executed

a special value that is used to terminate a loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identity basic processes involved in counter-controlled repetition based a statement below

Condition

Updating

Initialize

priming value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Base on statement b is consider as ?

update counter

Initialization

Condition

counter controller

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program will display “Think before you trash it.” for 10 times. Assume that you will use a counter variable named i. Write the initialization expression

i <=10

i=i+1

i = 10

i = 1

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?