FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
All objects available in Alice are contained in the ____
A
gallery
B
Event Initializer
C
MyFirstMethod tab
D
scene
Explanation: 

Detailed explanation-1: -In Alice, classes are predefined as 3D models. Objects. An object is an instance of a class. Class: Frog (Uppercase name) Objects: frog, frog1, frog2, frog3.

Detailed explanation-2: -Which of the following is an example of nesting in an Alice program? Mark for Review(1) PointsFive Do Together statements are nested inside of a Do In Order statement. (*)A move procedure is nested inside of a turn procedure. Distance, duration, and direction arguments are nested inside of a procedure.

Detailed explanation-3: -Vehicle Procedures – allows you to attach an object to another object to mirror it’s movements. Audio Procedures – allow you to add sound to your world.

There is 1 question to complete.