8.CT.a.1 - Enemies

8.CT.a.1 - Enemies

8th Grade

10 Qs

quiz-placeholder

Similar activities

App Creators - Activity 1.7

App Creators - Activity 1.7

6th - 8th Grade

13 Qs

Scratch interface

Scratch interface

5th - 9th Grade

12 Qs

Calculator

Calculator

2nd - 8th Grade

15 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

Coding and Robotics

Coding and Robotics

8th - 12th Grade

12 Qs

Coding in Minecraft #1

Coding in Minecraft #1

7th - 8th Grade

10 Qs

Code Combat JavaScript Quiz

Code Combat JavaScript Quiz

4th - 8th Grade

13 Qs

Banana Tales Part I (1-40)

Banana Tales Part I (1-40)

6th - 8th Grade

10 Qs

8.CT.a.1 - Enemies

8.CT.a.1 - Enemies

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Vincent Maxwell

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In JavaScript, what does this mean?

==

1 == 0 are the same

2 == 2 are equal

3 == 3 are not equal

4 == 4 is close to each other

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, what does this mean?

!=

1 != 1 is true

2 != 2 are equal

3 != 4 are not equal

4 != 5 is not true

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In JavaScript, what does this mean?

{}

Block of code to run

A conditional comparison

Declare a variable

Collection of items in an array

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In JavaScript, what data type is this variable?

var age = 19;

Object

Integer

String

Array

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In JavaScript, how would you describe "jump"?

function jump(amount) { this.sprite.velocityY = amount; }

An object that can jump

A variable that is of value amount

Extra information passed to the function; a parameter

The function used to make the sprite jump

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In JavaScript, what does this symbol indicate?

;

Used to separate blocks of code

End of statement/line of code

End of code block

A variable was declared

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Select all that apply for a variable in JavaScript

Its value can change

Declare with 'var'

Can be of type integer, string, object or array

Executes code

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?