C++ Conditional Statements

C++ Conditional Statements

University

44 Qs

quiz-placeholder

Similar activities

ETC 605

ETC 605

University

40 Qs

C Programming

C Programming

University

45 Qs

Kuis Robotika

Kuis Robotika

University

40 Qs

Unit 03 - MEC 302

Unit 03 - MEC 302

University

46 Qs

Nav 1 Review

Nav 1 Review

University

40 Qs

Power Systems Analysis

Power Systems Analysis

University

40 Qs

Practice Questions

Practice Questions

University

41 Qs

Python KNC-402 Quiz

Python KNC-402 Quiz

University

45 Qs

C++ Conditional Statements

C++ Conditional Statements

Assessment

Quiz

Other

University

Hard

Created by

Noelyn Mandanas - De Jesus

Used 26+ times

FREE Resource

44 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

It is used to combine two Boolean values and return a result. The most common logical operators are && (AND), || (OR) and ! (NOT).

Arithmetic Operator

Assignment Operator

Relational Operator

Logical Operator

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

It is used to compare two expressions and return true or false. The most common are > (greater than), < (less than), >= (greater than or equal to), <= (less than or equal to), == (equal to), != (not equal to).

Arithmetic Operator

Assignment Operator

Relational Operator

Logical Operator

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Else block runs if all conditions in the statement are false

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Not (!) results in "True" if one or both operands are true; otherwise the operator results in false. Everything the works for && also works for ||

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

results in "true" if the value is false, and vice versa. It effectively inverts the value. True becomes false and false becomes true. Overlaps with || but not with &&

Or (||)

Not (!)

And (&&)

Boolean

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A symbol or a word, such as "and", "or" and "not" that connects two or more Booleans to make conditional decisions more specific

Nested if-statement

Condition

Logical operator

Boolean

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Something you test that results in true or false-start with question, determine possible outcomes, act on the outcome

And (&&)

Condition

Boolean

Or (||)

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?