CMP128 Java Ch. 11-07-05-04 Exam #2 Study Guide Quiz

CMP128 Java Ch. 11-07-05-04 Exam #2 Study Guide Quiz

University

84 Qs

quiz-placeholder

Similar activities

C++01输入输出

C++01输入输出

1st Grade - University

86 Qs

BDA Test - 1

BDA Test - 1

University

80 Qs

ปลายภาคการจัดการเชิงกลยุทธ์

ปลายภาคการจัดการเชิงกลยุทธ์

University

80 Qs

JavaScript

JavaScript

University

80 Qs

Quiz-4 Sec-B 28-9-2022

Quiz-4 Sec-B 28-9-2022

University

80 Qs

ITF+ pt2

ITF+ pt2

9th Grade - Professional Development

85 Qs

Activity 3.1 - Data Structures and Algorithms

Activity 3.1 - Data Structures and Algorithms

University

85 Qs

Prelim Exam HTML-CSS

Prelim Exam HTML-CSS

University

88 Qs

CMP128 Java Ch. 11-07-05-04 Exam #2 Study Guide Quiz

CMP128 Java Ch. 11-07-05-04 Exam #2 Study Guide Quiz

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Professor Tirrito

Used 122+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

84 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is true about For Loops?

They are counter-controlled
They iterate a finite number of times
They contain an initialization of a counter variable, a condition test, and a counter accumulation or decrementation.
All of the above

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is NOT true about While Loops?

They are post-test loops.
They contain a priming statement.
They contain an updating statement.
They are used when you cannot quantify the number of iterations, but some indeterminate qualifier will terminate it.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which construct is best used for event-driven qualifiable pre-test loops?

While Loop
For Loop
Do While Loop
For Next Loop

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which construct is best for event-driven qualifiable post-test loops?

While Loop
For Loop
Do While Loop
For Next Loop

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which construct is best used for counter-controlled finite (quantifiable) loops?

While Loop
For Loop
Do While Loop
None of these

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which type of looping structure is guaranteed to execute at least one time?

While Loop
Do While Loop
For Loop
None of these

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following terms describes a normal terminator for a looping structure

A continue clause
A break clause
A sentinel value
A stop clause

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?