PF_Q1_IT1104

PF_Q1_IT1104

University

20 Qs

quiz-placeholder

Similar activities

Arithmetic and Branch instructions in 8086

Arithmetic and Branch instructions in 8086

University

20 Qs

PERULANGAN WHILE DO

PERULANGAN WHILE DO

University

20 Qs

Microprocessor

Microprocessor

University

20 Qs

C21-DCSE-3rd-CA-Quiz1

C21-DCSE-3rd-CA-Quiz1

University

15 Qs

CO - 2_ Quiz 1_Python Conditionals

CO - 2_ Quiz 1_Python Conditionals

10th Grade - University

15 Qs

C++ Switch  and If Else Statements

C++ Switch and If Else Statements

University

15 Qs

C++ Switch Statement

C++ Switch Statement

University

15 Qs

uCertify JavaScript Chapter 6 Test

uCertify JavaScript Chapter 6 Test

9th Grade - University

15 Qs

PF_Q1_IT1104

PF_Q1_IT1104

Assessment

Quiz

Computers

University

Hard

Created by

Ardi Moran

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of the expression (true && false)?

true

false

undefined

null

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of the expression (!true)?

true

false

undefined

null

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of the expression (false && true)?

true

false

undefined

null

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator returns true if both operands are true, otherwise false?

AND

OR

NOT

TRUE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is short-circuit evaluation used?

When using logical operators in combination

When dealing with multiple logical operators in the same expression

When utilizing parentheses in logical expressions

When evaluating variables in boolean expressions

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the expression !(true && false)?

false

true

undefined

null

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the expression false || (true && false)?

false

true

undefined

null

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?