CSC 126 CHAPTER 3

CSC 126 CHAPTER 3

Assessment

Quiz

Other

University

Easy

Created by

MUHAMMAD AFIQ HAIKAL

Used 3+ times

FREE Resource

Student preview

quiz-placeholder

42 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a sequence in C++ programming?

A type of Boolean expression

A method to repeat statements

A series of statements that execute one after another

A way to select different actions based on conditions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a basic structure in C++?

Sequence

Selection

Iteration

Repetition

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a Boolean expression evaluate to?

True or false

A character

An integer

A string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to compare two values in C++?

Arithmetic operator

Bitwise operator

Relational operator

Logical operator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'if' statement in C++?

To execute a block of code if a condition is true

To define functions

To repeat a block of code

To declare variables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'else' keyword do in an if-else statement?

Executes code if the condition is true

Executes code if the condition is false

Ends the program

Declares a variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a logical operator in C++?

&&

==

<=

!=

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?