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. Which is a valid Karel command? move;

Rating
-
Sold
-
Pages
28
Grade
A+
Uploaded on
29-02-2024
Written in
2023/2024

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
February 29, 2024
Number of pages
28
Written in
2023/2024
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.
LectDeniz Teachme2-tutor
Follow You need to be logged in order to follow users or courses
Sold
21
Member since
2 year
Number of followers
13
Documents
4902
Last sold
6 months ago
Lect Deniz Academic Resources Hub

Lect Aziim is a highly experienced academic tutor and dedicated content creator with a strong track record of developing comprehensive, high-quality study materials for a wide range of university courses across the globe. With years of experience in higher education support, he excels at transforming complex academic concepts into clear, structured, and easy-to-follow resources that enhance student understanding and confidence. He provides an extensive collection of well-researched and carefully organized documents across key disciplines, including nursing, medicine, and various science fields. His materials cover essential topics such as anatomy, physiology, pharmacology, clinical practice, and core scientific principles, making them highly valuable for both coursework and intensive exam preparation. Each document is thoughtfully designed to align with university standards and curricula, ensuring accuracy, relevance, and practical application. Lect Aziim’s work stands out for its clarity, depth, and attention to detail, offering students concise summaries, detailed explanations, and exam-focused content that supports effective revision. His commitment to academic excellence and student success is reflected in the consistency and reliability of his materials, making him a trusted resource for learners seeking to improve performance and achieve their academic goals.

Read more Read less
5.0

1 reviews

5
1
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