click below
click below
Normal Size Small Size show me how
Programming 1
Midterm review
| Question | Answer |
|---|---|
| Alice provides a function called__________, which is part of the world object that generates a random number in a specified range | Random # |
| Alice is a 3D programming environment that is an introduction to object oriented programming. (t/f) | |
| All Alice programs start with "world.my first method" (t/f) | |
| This is your local drive found on the school network | |
| How (in general) do you join strings together? | |
| HTML comments start with (t/f) | |
| In Alice you can view the objects in which two different ways? | |
| In Alice, there are four data types, what are they? | |
| In Alice, there are primitive functions associated with all objects, including the world object (t/f) | |
| In the Fish/Gumdrop project we used which operator to determine which gumdrop is closest to the fish? | |
| What allows you to create a group of items of the same data type? | |
| What allows you to reuse code without having to repeat it? | |
| What data type do you use for 1 or more letters? | |
| What data type do you use for a character? | |
| What data type do you use for positive, negative or decimal numbers? | |
| What data type do you use for yes/no or true/false questions? | |
| What does HTML stand for? | |
| What is the correct HTML element for inserting a line break? | |
| What is the correct HTML element for the largest heading: | |
| What is the difference between a method and a function? | |
| What are the different Boolean data types? | |
| What are the different Number data types? | |
| What are the different string data types? | |
| This tag tells the browser that this is an HTML document | |
| These < > are called what in HTML? | |
| This tag defines a paragraph. Browsers automatically add some space (margin) before and after each element. | |
| This HTML tag defines the main content of the HTML document or the section of the HTML document that will be directly visible on your web page. | |
| Each object has six directions, which are also relative to the object, what are they? | |
| In Alice, there are four data types, what are they? | |
| What is a named storage location in the computer's memory called? | |
| In computer programs, simple decisions are broken into the two options, what are they? | |
| In all of the methods we wrote, the instructions have executed in order, one after the other. What is that known as? | |
| If you execute one set of commands for given circumstances, and another set of commands for different circumstances, it is accomplished using what? | |
| To allow for more flexibility, Alice, along with other programming languages, provide what to compare the relationship between two values? | |
| In order to combine multiple conditions into a single True or False result, we use what type of operators? | |
| Which function accepts parameters which allow you to specify the minimum and maximum values for the random number? | |
| This is a type of repetition structure. | |
| When you select this option, the loop will repeat without ending until the world is stopped by the user. | |
| What is the html code to insert an image link in your website? | |
| What HTML code creates a horizontal line? | |
| Which HTML code creates a list? | |
| What is a detailed yet readable description of what a computer program or algorithm must do called? | |
| Which of these would you use to make objects do a specific task at the same time? | |
| Which of these would you use to make objects do a specific task in a specified order? | |
| Which of these would you use to make a method repeat something a specific number of times? | |
| Where would you find the math functions in Alice? | |
| In Alice, where would you find “ask user for a number” | |
| In Alice, where would you find ________’s width | |
| In Alice, where would you go to change an objects opacity? | |
| In Alice, where would you go to change the vehicle of an object? | |
| In Alice, why would you set a dummy camera object? | |
| What is something that occurs while an Alice program is running? For example, the user might click the mouse, or press a key on the keyboard. | |
| The process of responding to an event is commonly called what? | |
| Most event tiles require _____________________, such as the method that should run in response to the event. | |
| A method that executes in response to an event is commonly referred to as _______________. | |
| When a world is first created, the only event is the ______________event. |