JavaScript Karel Unit 1 Quiz Study Guide

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Adam Schwaninger
Used 20+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following commands is a valid Karel command?
move
move;
move();
move()
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Why is the following command an invalid Karel command?
turnleft();
It should end in a colon rather than a semicolon
The l should be a capital L
It should start with a capital T
This command is correct
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is the correct way to define a turnRight function in Karel?
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Why do we use functions in Karel programs?
Break down our program into smaller parts
Avoid repeating code
Make our program more readable
All of the above
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
If Karel starts at Row 1 and Column 1, facing East, where will Karel be, and what direction will Karel be facing after running the following code? (Assume the world is 10x10 in size)
**Click the image**
Row 3, Column 1, Facing North
Row 1, Column 4, Facing North
Row 1, Column 3, Facing South
Row 1, Column 3, Facing North
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Karel starts at Row 1 and Column 1, facing East. After calling the stairStep function twice, where will Karel be and what direction will Karel be facing? (assume this is a SuperKarel program and the world is 10x10 in size)
**Click the image**
Row 2, Column 2, Facing North
Row 3, Column 3, Facing East
Row 3, Column 3, Facing West
Row 4, Column 4, Facing East
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In this code, how many times is the dance function called and how many times is it defined?
**Click the picture**
Called 1 time, defined 1 time
Called 1 time, defined 3 times
Called 3 times, defined 1 time
Called 3 times, defined 3 times
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
MS Excel Basics

Quiz
•
5th Grade - Professio...
20 questions
01 Microsoft Excel เบื้องต้น

Quiz
•
11th Grade
20 questions
ULANGAN 1 BASIS DATA KELAS XII RPL

Quiz
•
1st - 10th Grade
20 questions
Absolute and Relative Cell Referencing

Quiz
•
9th Grade - University
20 questions
Excel Spreadsheet Intro

Quiz
•
KG - University
20 questions
Google Sheets Review

Quiz
•
9th - 11th Grade
20 questions
CODEHS KAREL

Quiz
•
7th - 9th Grade
30 questions
CFU 2.1 - Karel Python CodeHS (mod 1-5)

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade