CSC126_Chapter3.1

CSC126_Chapter3.1

University

10 Qs

quiz-placeholder

Similar activities

Java quiz

Java quiz

University

8 Qs

Lecture 3 Java

Lecture 3 Java

University

5 Qs

Python Programming

Python Programming

University

5 Qs

Automata Fix - Unit 1

Automata Fix - Unit 1

University

10 Qs

Revisão de Python

Revisão de Python

10th Grade - University

10 Qs

Diagramas de Flujo 2

Diagramas de Flujo 2

5th Grade - University

15 Qs

UMS - Refresment Array, Looping, Function

UMS - Refresment Array, Looping, Function

University

15 Qs

Basic C Knowledge Exercise

Basic C Knowledge Exercise

University

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