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 Complete Test Answered Correctly.

Rating
-
Sold
-
Pages
28
Grade
A+
Uploaded on
05-01-2023
Written in
2022/2023

Code HS Answers: Lessons 1-20 Complete Test Answered Correctly. 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(); }

Show more Read less
Institution
Course

Content preview

Code HS Answers: Lessons 1-20 Complete
Test Answered Correctly.
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();
makePancakes();
move();
move();
makePancakes();
move();
move();
makePancakes();
move();
}
function makePancakes(){
putBall();
putBall();
putBall();
}
2.6.4: The Two Towers
function start(){

move();
turnLeft();

Written for

Course

Document information

Uploaded on
January 5, 2023
Number of pages
28
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$11.99
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
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.
ACADEMICAIDSTORE Chamberlain College Of Nursing
Follow You need to be logged in order to follow users or courses
Sold
1211
Member since
4 year
Number of followers
892
Documents
12012
Last sold
1 week ago
ACADEMICAID STORE

Welcome to ACADEMICAID store! We specialize in reliable test banks, exam questions with verified answers, practice exams, study guides, and complete exam review materials to help students pass on the first try. Our uploads support Nursing programs, professional certifications, business courses, accounting classes, and college-level exams. All documents are well-organized, accurate, exam-focused, and easy to follow, making them ideal for quizzes, midterms, finals, ATI & HESI prep, NCLEX-style practice, certification exams, and last-minute reviews. If you’re looking for trusted test banks, comprehensive exam prep, and time-saving study resources, you’re in the right place.

Read more Read less
4.1

176 reviews

5
98
4
29
3
28
2
6
1
15

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