Lesson 8: Understanding JavaScript and Coding Essentials

Lesson 8: Understanding JavaScript and Coding Essentials

12th Grade

20 Qs

quiz-placeholder

Similar activities

Comp. Sci. 1 Nine wks. exam Review

Comp. Sci. 1 Nine wks. exam Review

9th - 12th Grade

20 Qs

CodeHS Animation Quiz

CodeHS Animation Quiz

9th - 12th Grade

20 Qs

Accessibility Devices

Accessibility Devices

10th - 12th Grade

20 Qs

Lenguajes de programación

Lenguajes de programación

8th Grade - University

15 Qs

ALURA VALDINEI CAMPOS

ALURA VALDINEI CAMPOS

9th - 12th Grade

22 Qs

HTML Elements

HTML Elements

9th - 12th Grade

22 Qs

Erros em JavaScript

Erros em JavaScript

12th Grade

15 Qs

Android Quiz

Android Quiz

10th Grade - Professional Development

25 Qs

Lesson 8: Understanding JavaScript and Coding Essentials

Lesson 8: Understanding JavaScript and Coding Essentials

Assessment

Quiz

Instructional Technology

12th Grade

Medium

Created by

Tarsha Smith

Used 44+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

jQuery, MooTools, and YUI are examples of JavaScript ______.

methods

libraries

event handlers

functions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid name for a JavaScript function?

1example$1

[abc]var1_$

example$1

*my.function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which syntax defines a new variable in JavaScript?

new

type

value

var

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. What is the proper syntax for an alert box?

alert{'You clicked the button'}

alert = 'You clicked the button'

alert('You clicked the button')

(alert)('You clicked the button')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JavaScript property do you use to change the current content of an HTML element?

innerHTML

insideHTML

modifyHTML

changeHTML

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol or punctuation mark indicates the end of a JavaScript statement?

closing curly bracket

question mark

semicolon

closing quote mark

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is true of alert boxes? (Choose all that apply.)

They are often used in business and consumer applications.

They respond to user actions.

They are used to send and receive files.

They are commonly used for testing and debugging.

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?