PF_Q1_IT1104

PF_Q1_IT1104

University

20 Qs

quiz-placeholder

Similar activities

UAS Organisasi Komputer

UAS Organisasi Komputer

University

20 Qs

CIS18A Quiz 1 Review Game

CIS18A Quiz 1 Review Game

University

15 Qs

C++ Switch Statement

C++ Switch Statement

University

15 Qs

CC102 PYTHON

CC102 PYTHON

University

20 Qs

Round 1 for Preplacement Bootcamp.

Round 1 for Preplacement Bootcamp.

University

15 Qs

PERULANGAN WHILE DO

PERULANGAN WHILE DO

University

20 Qs

Code Fiesta

Code Fiesta

9th Grade - University

20 Qs

ARKOM

ARKOM

University - Professional Development

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