Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 52 pages
Exam (elaborations)

Code HS Answers Lessons 1-20 questions and answers Graded A+

Document preview thumbnail
Preview 4 out of 52 pages

Code HS Answers Lessons 1-20 questions and answers Graded A+ Which is a valid Karel command? move; MOVE move(); move() - move(); What is a street in a Karel world? - Row What is an avenue in a Karel world? - Column If Karel starts at Street 1 and Avenue 3 facing East, what street (row) and avenue

Content preview

Code HS Answers Lessons 1-20 questions and
answers Graded A+
Which is a valid Karel command?
move;
MOVE
move();

move() - ✅✅move();


What is a street in a Karel world? - ✅✅Row


What is an avenue in a Karel world? - ✅✅Column


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 2 Avenue 6


If Karel is facing North and the code
turnLeft();
turnLeft();

runs; which direction is Karel facing now? - ✅✅South

,How many times should Karel turn left in order to turn right? - ✅✅3


What can be used to teach Karel to turn right? - ✅✅functions


Which function will teach Karel how to spin in a circle one time?
function spin() {
turnRight();
}
function spin() {
turnLeft();
turnLeft();
turnLeft();
turnLeft();
}
function spin() {
turnLeft();
turnLeft();
}
function spin() {
move();
move();
move();
move();

,} - ✅✅function spin() {
turnLeft();
turnLeft();
turnLeft();
turnLeft();
}


How many times should the start function be defined in a program? - ✅✅1


How many times should the start function be called in a program? - ✅✅0


Why do we use functions in programming? - ✅✅Break down our program into
smaller parts
Avoid repeating code
Make our program more readable


What is a 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.


What is a code comment - ✅✅A way to give notes to the reader to explain
what your code is doing


What commands does SuperKarel know that regular Karel does not? -
✅✅turnAround(); and turnRight();

, Why should a programmer indent their code? - ✅✅Helps show the structure of
the code
Easier for other people to understand
Indenting is a key part of good programming style


2.4.7 Building a Shelter Code - ✅✅turnLeft();
makeSide();
function turnRight(){
turnLeft();
turnLeft();
turnLeft();


}
turnRight();
makeSide();


function makeSide(){
move();
putBall();
move();
putBall();
move();
putBall();
}

Document information

Uploaded on
March 13, 2026
Number of pages
52
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
£12.07

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Wisegrades
5.0
(1)
Sold
27
Followers
3
Items
18987
Last sold
1 day ago




Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions