Scratch Coding Document

Submitted by: Submitted by

Views: 20

Words: 1065

Pages: 5

Category: Science and Technology

Date Submitted: 04/01/2015 10:28 PM

Report This Essay

_______ __

Computer Science – Scratch Review

Directions :: Write your ANSWER ONLY in the left box under the question.

|Question 1 xx | |

|What is output by the code to the right? |set a to 99 |

| |if a > 99 |

| |say "abc" |

| |say "def" |

|Question 2 xx | |

|What is output by the code to the right? |set b to 100 |

| |if b > 99 |

| |say "abc" |

| |say "def" |

|Question 3 xx | |

|What is output by the code to the right? |set c to...