Progdas-Q2-2024-1

Progdas-Q2-2024-1

University

20 Qs

quiz-placeholder

Similar activities

C Programing

C Programing

University

25 Qs

Ciclos

Ciclos

12th Grade - University

23 Qs

Web Systems and Technologies

Web Systems and Technologies

University

20 Qs

Kuizi 14 - Web

Kuizi 14 - Web

10th Grade - University

15 Qs

Python Basics 4

Python Basics 4

University

20 Qs

Control Structures  C#

Control Structures C#

University

20 Qs

[CONTROL FLOW STATEMENTS]

[CONTROL FLOW STATEMENTS]

University

15 Qs

uCertify JavaScript Chapter 6 Test

uCertify JavaScript Chapter 6 Test

9th Grade - University

15 Qs

Progdas-Q2-2024-1

Progdas-Q2-2024-1

Assessment

Quiz

Computers

University

Easy

Created by

Richard Harryson

Used 13+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement about program control in C++ is TRUE?

Program control only manages the sequence of function calls

Program control can alter the order in which statements are executed

Program control is used solely for looping structures

Program control only affects the flow of main() function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a selection statement allow a program to do?

To repeat a set of instructions a specific number of times

To decide which of several actions to take based on a condition

To terminate the execution of a loop or function

To store values that will be used in later operations

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which characteristic distinguishes a switch statement from an if statement in C++?

An if statement is less versatile than a switch statement for multiple options

An if statement can only evaluate simple conditions

A switch statement can evaluate complex boolean expressions

A switch statement is restricted to comparing integral values

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operators is used to check for equality in a C++ conditional statement?

=

==

&&

||

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which selection structure allows you to evaluate multiple conditions, where each condition can lead to a different block of code being executed?

if

switch

for

while

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid condition to be used in a switch statement in C++?

An integer constant

A char literal

A floating-point value

An integral expression

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator combination is correctly used to check if two conditions are both true in a C++ if statement?

&&

||

==

><

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?