FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is an object in Alice?
A
A world
B
Anything that can be identified as unique from other things
C
A method
D
A person
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: -The gallery of classes The items in the Alice Gallery are not objects but blueprints that Alice uses to build the objects, the blueprints are called classes. Classes are used to build the objects. the object’s name is lowercase.

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.

Detailed explanation-4: -Alice is designed solely to teach programming theory without the complex semantics of production languages such as C++. Users can place objects from Alice’s gallery into the virtual world that they have imagined, and then they can program by dragging and dropping tiles that represent logical structures.

There is 1 question to complete.