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
Exam (elaborations)

Code HS Answers: Lessons 1-20 100% Correct Answers Verified Latest 2024 Version

Rating
-
Sold
-
Pages
43
Grade
A+
Uploaded on
02-07-2024
Written in
2023/2024

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? - functionsWhich 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? - 1How 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(){

Show more Read less
Institution
Course

Content preview

Code HS Answers: Lessons 1-20 | 100% Correct
Answers | Verified | Latest 2024 Version
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();

}



goHome();

function goHome(){

turnRight();

move();

putBall();

move();

putBall();

move();

putBall();

turnLeft();

turnLeft();

turnLeft();

move();

move();

move();

turnLeft();

turnLeft();

}



2.5.4: Pancakes with Start - ✔✔function start(){

move();

Written for

Course

Document information

Uploaded on
July 2, 2024
Number of pages
43
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$9.49
Get access to the full document:

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

Get to know the seller
Seller avatar
hussle

Get to know the seller

Seller avatar
hussle Harvard College
Follow You need to be logged in order to follow users or courses
Sold
1
Member since
1 year
Number of followers
1
Documents
1635
Last sold
1 year ago
A+ ExamPrep Essentials

Explore my collection of high quality study guides and exam prep materials. Whether you\\\'re striving for top grades or looking to understand complex topics better, I provide: .Detailed Study Guide .Exam-ready notes .practice Tests .Subject coverage

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

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

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right 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 aced 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