Super 15 Batch Quiz

Super 15 Batch Quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Angular_PRETEST

Angular_PRETEST

Professional Development

10 Qs

Dev test

Dev test

Professional Development

10 Qs

Flutter_Q5

Flutter_Q5

Professional Development

10 Qs

My primary RICHMOND series

My primary RICHMOND series

Professional Development

13 Qs

recap

recap

Professional Development

10 Qs

Fundamentos Primer Semana

Fundamentos Primer Semana

Professional Development

10 Qs

Object & Array in Javascript

Object & Array in Javascript

Professional Development

9 Qs

Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

10 Qs

Super 15 Batch Quiz

Super 15 Batch Quiz

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Gnaneshwar Reddy

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code

console.log( true && false)

console.log( true || false)

  • true true

  • false true

  • false false

  • true false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

console.log( "string" ? true : false)

console.log( "" ? true : false)

  • true true

  • true false

  • string true

  • string false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

console.log( 0 ? true : false)

console.log("0" ? true : false)

  • true false

  • 0 ""

  • true true

  • false true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to include a javascript file in an HTML file?

  • via script tag

  • via include tag

  • via import tag

  • None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed on the console

console.log(parseInt("123xyz"))

  • 123xyz

  • NaN

  • 0

  • 123

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed on the console

console.log(parseInt("A123xyz"))

  • A123xyz

  • NaN

  • 0

  • 123

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to take values as input from user?

  • window.alert()

  • window.prompt()

  • window.confirm()

  • window.input()

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?