100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Code HS Exam Practice Questions and Answers $11.49   Add to cart

Exam (elaborations)

Code HS Exam Practice Questions and Answers

 0 view  0 purchase
  • Course
  • Prep Tests
  • Institution
  • Prep Tests

Code HS Exam Practice Questions and Answers Which command does Karel no know in Lesson 1.1? - ANSWER-turnRight( ); What doe the turnLeft( ); command do? - ANSWER-rotates Karel 90 degrees to the left What is the best turnRight( ); function to rotate 90 degrees? - ANSWER-function turnRight( ){ t...

[Show more]

Preview 2 out of 6  pages

  • November 10, 2024
  • 6
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • Prep Tests
  • Prep Tests
avatar-seller
OliviaWest
Copyright © OLIVIAWEST2024/2025 ACADEMIC YEAR. ALL RIGHTS RESERVED




Code HS Exam Practice Questions and

Answers


Which command does Karel no know in Lesson 1.1? - ANSWER✔✔-turnRight( );


What doe the turnLeft( ); command do? - ANSWER✔✔-rotates Karel 90 degrees to the left


What is the best turnRight( ); function to rotate 90 degrees? - ANSWER✔✔-function turnRight( ){


turnLeft( );


turnLeft( );


turnLeft( );


}


How many times should a regular function be called? - ANSWER✔✔-As many times as you want


How many times should a start function be defined? - ANSWER✔✔-Once


How many times should the start function be called? - ANSWER✔✔-None


Why do we use functions in our programming? - ANSWER✔✔-break down the program into smaller

parts, make our program easier to understand, avoid repeating code


What is top down design? - ANSWER✔✔-a way of designing your program by starting with the biggest

problem and breaking it down into smaller pieces that are easier to solve


Writing comments always effects the outcome of your code (true or false) - ANSWER✔✔-false

Copyright ©Stuvia International BV 2010-2024 Page 1/6

, Copyright © OLIVIAWEST2024/2025 ACADEMIC YEAR. ALL RIGHTS RESERVED


Comments are used to translate your code into plain English so others and yourself can understand it

more easily (true or false) - ANSWER✔✔-true


What signifies the beginning and end of a comment? - ANSWER✔✔-/* and */


What commands does superKarel know that regular Karel doesn't? - ANSWER✔✔-turnAround( ); and

turnRight( );


What is the best way for Karel to move 10 times? - ANSWER✔✔-for (var i = 0; i < 10; i++) {


move( );


}


For loops are used for repeating a block of code for a specific number of times (true or false) -

ANSWER✔✔-true


What is the general if statement definition? - ANSWER✔✔-if(condition) {


//code


}


Why do we use if/else statements in Javascript? - ANSWER✔✔-to either do something if a condition is

true or do something else


What does an if/else statement look like in Javascript? - ANSWER✔✔-if(condition) {


//code


} else{


//code


Copyright ©Stuvia International BV 2010-2024 Page 2/6

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller OliviaWest. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $11.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

81989 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$11.49
  • (0)
  Add to cart