FST Class 2023- Quiz 1

FST Class 2023- Quiz 1

University

10 Qs

quiz-placeholder

Similar activities

SWE306 (Part 1)

SWE306 (Part 1)

University

15 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

jQuery and MORE!

jQuery and MORE!

University

14 Qs

Repaso 1

Repaso 1

University

6 Qs

JavaScript basics

JavaScript basics

8th Grade - University

15 Qs

Explore JavaScript

Explore JavaScript

University

15 Qs

java script (tipe data)

java script (tipe data)

University

10 Qs

JS Quiz

JS Quiz

University

10 Qs

FST Class 2023- Quiz 1

FST Class 2023- Quiz 1

Assessment

Quiz

Computers

University

Medium

Created by

Hariom Yadav

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of `true && false` in JavaScript?

True

False

Null

Undefined

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of `false || true` in JavaScript?

True

False

Null

Undefined

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

True

False

Null

Undefined

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of `(true || false) && true` in JavaScript?

True

False

Null

undefined

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of `true ^ false` (XOR) in JavaScript?

True

False

Null

Undefined

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of `false && (true || false)` in JavaScript?

True

False

null

undefined

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

True

False

Null

Undefined

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?