Section 2: CodeHS - Programming with Javascript

Section 2: CodeHS - Programming with Javascript

9th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

Ch 3 Java Review-Strings and Math

Ch 3 Java Review-Strings and Math

9th - 12th Grade

21 Qs

JavaScript - FR

JavaScript - FR

10th Grade

22 Qs

AP CSP Unit 7: Parameters, Returns, and Libraries

AP CSP Unit 7: Parameters, Returns, and Libraries

9th - 12th Grade

26 Qs

Arrays

Arrays

10th - 12th Grade

21 Qs

Javascript Final Review

Javascript Final Review

9th - 12th Grade

25 Qs

AP CSP Unit 3 Simple Review

AP CSP Unit 3 Simple Review

11th - 12th Grade

22 Qs

CodeHS AP CSP

CodeHS AP CSP

11th - 12th Grade

22 Qs

CodeHS Computer Science Principles

CodeHS Computer Science Principles

11th - 12th Grade

22 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?