JavaScript:  Numbers Guessing Game

JavaScript: Numbers Guessing Game

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Yr9 - Java Script - Lesson 2

Yr9 - Java Script - Lesson 2

8th - 9th Grade

11 Qs

JavaScript Quiz

JavaScript Quiz

9th Grade

15 Qs

Coding JavaScript

Coding JavaScript

9th - 12th Grade

12 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

CS Academy Unit 3 Review

CS Academy Unit 3 Review

9th - 11th Grade

10 Qs

JavaScript Fundamentals Quiz Senior

JavaScript Fundamentals Quiz Senior

12th Grade

15 Qs

Ch_9 Introduction to ActionScript

Ch_9 Introduction to ActionScript

9th - 12th Grade

15 Qs

HTML & Java

HTML & Java

9th Grade

12 Qs

JavaScript:  Numbers Guessing Game

JavaScript: Numbers Guessing Game

Assessment

Quiz

Created by

Greg Baker

Computers

9th - 12th Grade

1 plays

Easy

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Placing scripts at the bottom of the <body> element improves the display speed, because script interpretation slows down the display.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to declare a variable?
variable myName
var myName
MY_NAME
VAR myName

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicates the beginning  and the end of a JavaScript section.
<html> </html>
<style> </style>
<article> </article>
<script> </script>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Are reusable blocks of code that you can write once and run again and again, saving the need to keep repeating code all the time.

conditions

objects

variables

functions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____________are things that happen in the browser — a button being clicked, a page loading, a video playing, etc. — in response to which we can run blocks of code.

functions

conditions

events

operators

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The constructs that listen out for the event happening are called __________

event listener

event handler

action handle

functions

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Blocks of code that run in response to the event firing are called?

event listeners

Lego bullets

functions

event handlers

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?