Zebra0.com

aliceGlossary for Alice Programming: hello

Glossary for Alice Programming: hello

Learn Alice in FREE step-by-step lessons.

camelCase: Camel Case(Lesson: Your First program: Hello World)
   Camel Case is the naming convention of starting a name with a lower case letter, then using an uppercase letter for each new word. Examples: userName, madHatter, badDude, etc. Names can not have a space, and camelCase is a way to separate words in a name to make it easier to read.
code preference: Change the code preference to Java(Lesson: Your First program: Hello World)
   Show your code in the same mode as the videos.
comments: Comment (Lesson: Your First program: Hello World)
   Comments start with //. Comments do not change the execution of the program, but are a very important tool for programmers. Comments are one way of documenting your code. Ideally, there should be a comment at the top of myFirstMethod giving your name and a description of the program. Each procedure, function or block of code should also have a comment.
comments adding: Adding comments(Lesson: Your First program: Hello World)
   This video demonstrates how to add comments.
create program: About the first program(Lesson: Your First program: Hello World)
   Important things to remember when you create the first program
do together example: Using doTogether(Lesson: Your First program: Hello World)
   Animals all say hello at the same time.
editors: Code Editor vs. Scene Editor(Lesson: Your First program: Hello World)
   Add 3D models in setup scene, add code in code view.
final project step1: Complete Step 1 of the final project.(Lesson: Your First program: Hello World)
hello discussion: Discussion(Lesson: Your First program: Hello World)
   What do you think?
hello questions: Self Study Questions(Lesson: Your First program: Hello World)
   What have you learned?
hello world importance: Why Hello World?(Lesson: Your First program: Hello World)
   Why you should write the Hello World program
hello world program: The first program: Hello World(Lesson: Your First program: Hello World)
   This video demonstrates how to create your first program.
naming conventions: Naming conventions(Lesson: Your First program: Hello World)
   Follow these conventions for the names you give objects, variables and methods.
say command: Editing the say command(Lesson: Your First program: Hello World)
   This video demonstrates how to create your first program.
sim people: Sim People(Lesson: Your First program: Hello World)
   Sim people let you customize the appearance of a person.
starting template: Select a starting template(Lesson: Your First program: Hello World)
   There are many templates: grass, sea floor, snow, room, mars, and more.
Full Glossary