Kamis, 16 November 2017

Java Fundamental Section 2 L1-L7

1.  Which option copies a programming instruction to the clipboard?
Copy to Clipboard (*)
2.  In Alice, what are the forms of a scenario?

(Choose all correct answers)
A problem to solve. (*)

A task to perform. (*)
3.  Breaking down a problem or process into smaller parts makes it easier to manage. True or false?
True (*)
4.  Procedural abstraction may need to be implemented if an object in Alice needs to perform an action, but there isn't an inherited procedure that accomplishes that action. True or false?
True (*)
5.  In Alice, a walking motion for a bipedal object can be achieved without the Do Together control statement. True or false?
False (*)
6.  Which of the following actions would require a control statement to control animation timing?
(Choose all correct answers)

A bird flying. (*)
A fish swimming. (*)A biped object walking. (*)
7.  What is the first step to entering comments in an Alice program?
Drag and drop the comments tile above a code segment. (*)
8.  The Alice Scene editor contains tools to rotate the camera view. True or false?
True (*)
9.  Which of the following would not be an argument in an Alice programming instruction that commands a person object to move forward 2 meters?
Person's height (*)
10.  Which handle style would be used to rotate an object's sub-part about the x, y, and z axes?
Rotation (*)
11.  From your Alice lessons, what is a one-shot procedural method?
A procedure that is used to make a scene adjustment. (*)
12.  From your Alice lessons, which programming instruction represents the following movement: A cat moves forward double (or twice) the distance to the tree.
this.Cat move Forward this.Cat getDistanceTo this.tree * 2.0 (*)
13.  In Alice, functions are dragged into the control statement, not the procedure. True or false?
False (*)
14.  From your Alice lessons, the Do In Order control statement is also referred to by what other name?
Sequential control (*)
15.  From your Alice lessons, what is the purpose of nesting?
To add visual structure to your program. (*)

Tidak ada komentar:

Posting Komentar