CodeHS Javascript Unit 1 Quiz Review

CodeHS Javascript Unit 1 Quiz Review

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

CMU quiz

CMU quiz

7th - 9th Grade

20 Qs

Programming: Which Loop?

Programming: Which Loop?

9th - 12th Grade

20 Qs

Microsoft Access

Microsoft Access

9th Grade

20 Qs

Quiz 4

Quiz 4

1st - 10th Grade

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

GAD Review - Game Industry

GAD Review - Game Industry

9th - 12th Grade

22 Qs

UH 1 Ms. Excel

UH 1 Ms. Excel

7th - 9th Grade

21 Qs

Network topologies

Network topologies

8th Grade - University

20 Qs

CodeHS Javascript Unit 1 Quiz Review

CodeHS Javascript Unit 1 Quiz Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Katy Fleming

Used 31+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the purpose of using a for loop in code?

To do something if a condition is true

To do something while a condition is true

To repeat something a fixed number of times

To make programs run faster

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the following code, what would be a good Postcondition to write?

  1. Karel is on a spot with a tennis ball facing north.

  1. Karel ends one spot above a tennis ball facing East.

  1. Karel is on the same position but on top of a ball.

  1. Karel is facing East.

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

How can we improve the following program?

Break down this program into more functions

Use a for loop to repeat the move command

Use a while loop to repeat the move command

Fix the indentation of this program

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

In this code, how many times is the dance function called and how many times is it defined?

Called 1 time, defined 1 time

Called 1 time, defined 3 times

Called 3 times, defined 1 time

Called 3 times, defined 3 times

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What’s wrong with this code?

The go function is called twice

  1. The go function has a syntax error

The go function has been defined twice

go is not a command that Karel understands

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

How many total times will Karel move in this program?

1

5

6

7

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Why is the following command an invalid Karel command?

turnleft();

  1. It should end in a colon rather than a semicolon

  1. The l should be a capital L

  1. It should start with a capital T

  1. This command is correct

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers