Search Header Logo

Progdas-Q2-2024-1

Authored by Richard Harryson

Computers

University

Used 13+ times

Progdas-Q2-2024-1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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?

&&

||

==

><

Access all questions and much more by creating a free account

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

Already have an account?