Search Header Logo

C++ Programming Structures Quiz

Authored by Navitha Gunalan

others

University

Used 1+ times

C++ Programming Structures Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not one of the three basic programming structures?

Sequence

Selection

Iteration

Compilation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The selection structure is also called a:

Loop structure

Decision structure

Sequence structure

Modular structure

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a condition in a selection structure?

To repeat a set of statements

To store data

To specify a decision with a true or false result

To perform arithmetic operations

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many outcomes can a condition in a selection structure have?

One

Two

Three

Four

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a form of selection structure in C++?

if

if/else

switch

for

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax of a simple if statement in C++?

if condition then statement;

if (condition) statement;

if {condition} statement;

if (condition); {statement;}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator compares two values for equality?

=

!=

==

>=

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?