Section 2: CodeHS - Programming with Javascript

Section 2: CodeHS - Programming with Javascript

9th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

[Retake] Intro to Programming with JavaScript

[Retake] Intro to Programming with JavaScript

11th - 12th Grade

30 Qs

JavaScript - FR

JavaScript - FR

10th Grade

22 Qs

JAVASCRIPT - JR

JAVASCRIPT - JR

11th Grade

25 Qs

Arrays

Arrays

10th - 12th Grade

21 Qs

type conversion

type conversion

10th Grade

22 Qs

CodeHS AP CSP Unit 3 Review

CodeHS AP CSP Unit 3 Review

11th - 12th Grade

22 Qs

CodeHS Data AP CSP

CodeHS Data AP CSP

11th - 12th Grade

22 Qs

JavaScript Basics & Graphics Test

JavaScript Basics & Graphics Test

9th - 12th Grade

25 Qs

Section 2: CodeHS - Programming with Javascript

Section 2: CodeHS - Programming with Javascript

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Chaundra Snuggs

Used 8+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the proper function to call to print to the screen?

write

println

PRINT

post

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is missing? (fill in the blank)

_____(var i = 0; i < 5; i++){

if

else

for

while

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In the code below, which increases by 1 after each iteration?

(var i = 2; i < 8; i++)

i = 2

i < 8

i++

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Repeat something 10 times

repeat 10

for (var i=0; i<10; i++)

repeat { } until 10;

while (i = 10)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When we are done with a line what do we put at the end?

a colon :

a semi-colon ;

a period .

a quotation mark "

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When we surround a word with quotes "David" it's called ?

a program

a loop

a string

a command

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a variable

Store values in containers so we can use them later.

Store values in containers so we can use them never.

Store values in containers so we can use them once.

Store values in containers so we can't use them later.

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?