100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Computer Exam study guide with Complete Solutions | Already Passed $8.99   Add to cart

Exam (elaborations)

Computer Exam study guide with Complete Solutions | Already Passed

 3 views  0 purchase
  • Course
  • Computers
  • Institution
  • Computers

Computer Exam study guide with Complete Solutions | Already Passed What is 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 the meaning of the x vari...

[Show more]

Preview 2 out of 7  pages

  • September 3, 2024
  • 7
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • Computers
  • Computers
avatar-seller
JOSHCLAY
Computer Exam study guide with

Complete Solutions | Already Passed


What is 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 the meaning of the x variable in the following code: - ✔✔The x

coordinate of the center of the circle

If you were given the following variables, What line of code would print the

speed in km/hr if the distance is given in km and the time is given in

minutes? (Speed = distance/time) - ✔✔println(distance/(time/60));

In a graphics canvas, what are the coordinates of the bottom right corner of

the window? - ✔✔getWidth(), getHeight()

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

How many times should you call the start function in a program? - ✔✔0

Which general While loop definition is written correctly? - ✔✔while

(condition) { // code }

You need to write a program that has Karel move 8 times and then put a

ball. Which control structure do you need to use? - ✔✔For Loop

What is the output of the following program: (Assume the user enters

'Florence' then 'Fernandez'.) - ✔✔FlorenceFernandez

In the following code, we create a circle and add it to the screen. What is

the meaning of the x variable? - ✔✔The radius of the circle

A store has 20 apples in its inventory. How can you store this information in

a JavaScript variable? - ✔✔var numApples = 20;

What function do you need to call to get the width of the screen? -

✔✔getWidth()

You want to read input from the user to know how many apples they would

like to buy. Which statement should you use to read in a number from the

user? - ✔✔var applesToBuy = readInt("How many apples would you like?

");

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 JOSHCLAY. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

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

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

83822 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
$8.99
  • (0)
  Add to cart