Search Header Logo

Workshop Day 3

Authored by arya thool

Professional Development

Professional Development

Workshop Day 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of these is a correct way to declare a variable in JavaScript?

let x = 5;

variable x = 5;

x := 5;

var 5 = x;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to generate a random number in JavaScript?

Math.randomNumber();

Math.random();

random();

generateRandom();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this if statement do?

It will log "True"

It will log "False"

It will not log anything

It will throw an error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a simple function in JavaScript?

function myFunction() {}

create function myFunction() {}

func myFunction() {}

define myFunction() {}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does document.getElementById("id") do?

It changes the page title

It gets an element with the specified id

It creates a new element

It removes an element with the specified id

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is used to trigger a function when a button is clicked in HTML?

onclick="functionName();"

onClick="functionName();"

click="functionName();"

buttonClick="functionName();"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code display?

A random number between 0 and 1

A fixed number

A random number between 1 and 10

An error message

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?