
Unit 4 Quiz 1 Review

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Bret Dillon
Used 6+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is a valid Java Karel command?
move;
move();
move()
move(5);
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If Karel is facing North and the following code runs, which direction is Karel facing now?
turnLeft();
turnLeft();
North
East
South
West
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If Karel starts at Street 1 and Avenue 3 facing East, what row and 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
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the run method in a Java program with Karel?
A method that always makes Karel move in a square.
The method that is called just before the program ends.
The method that is called to start a Karel program.
The method that is called in order to move Karel one space forward.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What can be used to teach Karel to turn right?
Variables
Methods
Dog treats
Karel can already turn right
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why do we use methods in a Java program for Karel?
To stop the Java program
To display the current row that Karel is in
We do not use methods in Java
To teach Karel new commands
7.
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
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
Control structures

Quiz
•
10th Grade
20 questions
Apple Swift Playgrounds: Learn to Code 1 Vocabulary (Lessons 0 - 6)

Quiz
•
9th - 12th Grade
20 questions
Robust programming MCQs

Quiz
•
9th - 11th Grade
20 questions
Understanding Functions in Programming

Quiz
•
9th Grade - University
18 questions
Java Basics MP1 Test 3

Quiz
•
11th Grade
21 questions
OCR A Level Computer Science (H446) - Component 1.2.2 - Application Generation

Quiz
•
11th Grade - University
19 questions
OCR GCSE Computer Science Subroutines

Quiz
•
12th Grade
15 questions
CS1: Unit 3 Review

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade