Review - Programming in JavaScript

Review - Programming in JavaScript

8th Grade

20 Qs

quiz-placeholder

Similar activities

8th grade CS exam

8th grade CS exam

7th - 9th Grade

20 Qs

7th grade CS exam

7th grade CS exam

6th - 8th Grade

20 Qs

Pipeline Explorer

Pipeline Explorer

8th - 11th Grade

20 Qs

Test your Video Game Knowledge

Test your Video Game Knowledge

KG - Professional Development

15 Qs

AV1 - 2º Trimestre - O que é o DOM?

AV1 - 2º Trimestre - O que é o DOM?

3rd Grade - University

20 Qs

Signal Flow

Signal Flow

8th Grade

15 Qs

Technology Quiz

Technology Quiz

6th - 10th Grade

15 Qs

Mixing Consoles

Mixing Consoles

8th Grade

20 Qs

Review - Programming in JavaScript

Review - Programming in JavaScript

Assessment

Quiz

Instructional Technology

8th Grade

Hard

Created by

Amanda Silverman

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the correct way to call a function?

function printPig();

printPig

Print Pig ();

printPig();

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

console.log involves . . .

asking a question

printing a message

creating a function

calculating a math problem

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ask for a number

let number = readLine

let number = readInteger

let number = readInt

readInt

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What would be the correct way to define a function?

function create a fox

function createAFox()

createAFox();

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the difference between calling and defining a function?

Calling a function is when you give a function a name.
Defining a function is when you determine what is inside that function.

Defining a function is when you determine what a function does.
Calling a function is when you want to use a defined function in your program.

Calling a function is when you determine what a function does.
Defining a function is when you want to use a called function in your program.

6.

REORDER QUESTION

1 min • 1 pt

Reorder the following to print a message:

console

.

log

("My favorite marvel character is Spiderman.")

;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

stores information:

variables

javaScript

user input

functions

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?