CS Day 40

CS Day 40

KG - University

10 Qs

quiz-placeholder

Similar activities

Coding Karel 1

Coding Karel 1

KG - University

6 Qs

CodeHS Unit 1

CodeHS Unit 1

9th - 12th Grade

12 Qs

Karel Programming Challenge

Karel Programming Challenge

5th Grade

15 Qs

Code HS Tech Apps and Coding

Code HS Tech Apps and Coding

9th - 12th Grade

12 Qs

CodeHS Test

CodeHS Test

9th - 12th Grade

12 Qs

Paper Practice 2

Paper Practice 2

9th - 12th Grade

10 Qs

If Then Statements

If Then Statements

9th - 12th Grade

11 Qs

CS Day 40

CS Day 40

Assessment

Quiz

Computers

KG - University

Easy

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Programming languages give computers instructions
True
False

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of these is a valid Karel command?
move;
move;
MOVE
move();
move()

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What command will place a ball down in a spot?
placeBall();
Putball();
putball():
putBall();

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If Karel starts at Street 1 and Avenue 3 facing East, what street (row) and avenue (column) will Karel be on after this code runs?
move(); 
move();
move();
turnLeft();
move();
Street 1 and Avenue 3
Street 4 and Avenue 4
Street 2 and Avenue 6
Street 6 and Avenue 2

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A piece of code that you can easily call over and over again. 
Repeat
Functions
Procedures
Fractions

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How many times should Karel turn left in order to turn right?
1
2
3
4

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What can be used to teach Karel to turn right?
Functions
Variables
Dog treats
Karel can already turn right

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?