Review - Programming in JavaScript

Review - Programming in JavaScript

8th Grade

20 Qs

quiz-placeholder

Similar activities

Functions in RobotC

Functions in RobotC

7th - 11th Grade

22 Qs

Programming Semester Test Review

Programming Semester Test Review

6th - 8th Grade

21 Qs

keyboard quiz

keyboard quiz

8th Grade

20 Qs

GTT Design and Modeling 1.2 Design Process

GTT Design and Modeling 1.2 Design Process

6th - 8th Grade

25 Qs

Simulasi dan Komunikasi Digital

Simulasi dan Komunikasi Digital

1st Grade - University

15 Qs

computer science.

computer science.

7th - 8th Grade

15 Qs

tech trivia

tech trivia

4th - 12th 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:

("My favorite marvel character is Spiderman.")

log

console

;

.

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?