Week 2 Stations

Week 2 Stations

9th - 12th Grade

23 Qs

quiz-placeholder

Similar activities

Karel Quizzes 6-10 (Top Dwn- If State)

Karel Quizzes 6-10 (Top Dwn- If State)

7A - 7th Grade Code HS - Programming with Karel - 3.5 - 3.9

7A - 7th Grade Code HS - Programming with Karel - 3.5 - 3.9

FCS Fall Collective review

FCS Fall Collective review

Chirag: Fundamentals of Computing S2 Exam Part 1 2021-22

Chirag: Fundamentals of Computing S2 Exam Part 1 2021-22

Adv CS- Javascript- Programming with Karel

Adv CS- Javascript- Programming with Karel

Intro. to Programming with Karel

Intro. to Programming with Karel

Computer Science Final

Computer Science Final

Fundamentals of Comp Sci Midterm Review 2021

Fundamentals of Comp Sci Midterm Review 2021

Week 2 Stations

Week 2 Stations

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jazmyne Mangham

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What commands does SuperKarel know that regular Karel does not?

turnLeft() and jump()

turnRight() and jump()

turnAround() and turnRight()

turnAround() and jump()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a code comment?

A way to teach Karel a new word

A way to give notes to the reader to explain what your code is doing

A message to your teacher in code

A place to write whatever you want in your code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is top down design?

Top down design is a way of designing your program by starting with the biggest problem and breaking it down into smaller and smaller pieces that are easier to solve.

Top down design is a way that you can create designs on a computer to put on a web page

Top down design is a way of designing your programs starting with the individual commands first

Top down design is a way to use loops and classes to decompose the problem

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use functions in programming?

Break down our program into smaller parts

Avoid repeating code

Make our program more readable

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times should you call the start function in a program?

0

1

2

As often as you like

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best way for Karel to move 10 times?

move();

move();

move();

move();

move();

move();

move();

move();

move();

move();

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

move();

}

move(10);

move10();

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

That which must be true in order for the method to work the way it is intended to work is a ...

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

Already have an account?