CSC126_Chapter3.1

CSC126_Chapter3.1

University

10 Qs

quiz-placeholder

Similar activities

Ex.Py Prizing Quiz

Ex.Py Prizing Quiz

University

8 Qs

prueba diagnostica desarrollo de software

prueba diagnostica desarrollo de software

University

10 Qs

UAS-UP-AP-17122021

UAS-UP-AP-17122021

University

15 Qs

Lecture 3 Java

Lecture 3 Java

University

5 Qs

Programming I Quiz 1

Programming I Quiz 1

University

11 Qs

C++ Chapter 2

C++ Chapter 2

University

7 Qs

Basic C Knowledge Exercise

Basic C Knowledge Exercise

University

10 Qs

Programming practices - C programming

Programming practices - C programming

University

9 Qs

CSC126_Chapter3.1

CSC126_Chapter3.1

Assessment

Quiz

Computers

University

Medium

Created by

TS ZAKARIA

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which control structure is used to make decisions in a C++ program?

Loop

Function

Selection

Sequence

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to check if two values are not equal?

==

=

>=

!=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression num1 > num2 if num1 = 5 and num2 = 10?

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

&&

||

!

&

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of short-circuit evaluation?

Evaluate all expressions regardless of result

Skip evaluation if the result can be determined early

Keep all logical values

Convert TRUE to FALSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of !(true && false)?

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator has the highest precedence in logical expressions?

||

&&

!

==

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?