Answer the following statements true (T) or false (F)
1. You can create 3D animations in Alice.
2. Because the computer’s operations are so basic in nature, a meaningful task can only be accomplished if the computer performs many operations.
3. Syntax errors are easy to create in Alice.
4. Most people prefer to program directly in machine language.
5. The instructions in a program must be carefully written so they follow a logical sequence.
1. TRUE
2. TRUE
3. FALSE
4. FALSE
5. TRUE
You might also like to view...
What will be printed after the following code is executed?
``` String str = "abc456"; int m = 0; while ( m < 6 ) { if (Character.isLetter(str.charAt(m))) System.out.print( Character.toUpperCase(str.charAt(m))); m++; } ``` a. abc456 b. ABC456 c. ABC d. 456
Your company wants to secure the new data center physically. The company has hired a security guard but wants to find a way so that only one person at a time can enter in the data center. As people enter, they will have to show the security guard identification that authorizes them to enter the data center. What is your company’s new security called?
A. Theft prevention B. Mantrap C. Entry control roster D. Security outpost
What process adds a header and a footer to data received at each layer of the OSI model?
A. Attribution B. Encapsulation C. TCP wrapping D. Data hiding
A ____ menu baris a type of menu bar that uses unordered lists, CSS, and JavaScript to create an interactive menu bar with pull-down submenus.
A. selectable B. Flash C. Spry D. multiple-item