BE4 UPS 3 D2T10

BE4 UPS 3 D2T10

University

12 Qs

quiz-placeholder

Similar activities

Recap Chapter 6, 7, 8

Recap Chapter 6, 7, 8

University

11 Qs

DC024 QUIZ

DC024 QUIZ

University

11 Qs

Coding 2 and 4

Coding 2 and 4

7th Grade - University

17 Qs

Computer Programming

Computer Programming

University

11 Qs

CSNP-04103 Chapter 5 - Loops

CSNP-04103 Chapter 5 - Loops

University

10 Qs

Grace Hopper Debugging

Grace Hopper Debugging

4th Grade - University

10 Qs

Program Design Method Review Session 1

Program Design Method Review Session 1

University

10 Qs

Programming Concepts Quiz

Programming Concepts Quiz

6th Grade - University

13 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?