C++ Conditional Statements

C++ Conditional Statements

University

44 Qs

quiz-placeholder

Similar activities

FOR PREPARTION

FOR PREPARTION

University

45 Qs

Aptitude Test 11 (17th July 2021)

Aptitude Test 11 (17th July 2021)

University

45 Qs

Mekanisminnns

Mekanisminnns

University

40 Qs

Income Taxation (Introduction Reviewer)

Income Taxation (Introduction Reviewer)

University

40 Qs

capas MODELO OSI

capas MODELO OSI

University

40 Qs

C quiz

C quiz

University

42 Qs

ASTHMA/COPD THERAPEUTICS DR. ANDREWS

ASTHMA/COPD THERAPEUTICS DR. ANDREWS

University

45 Qs

EB

EB

University

49 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?