Rules that must be followed when writing a program
Rules that specify defines the combinations of symbols that are considered to be a correctly structured document or fragment in that language
Both A and B answers are correct
Question 2
Question
Byte code instructions are all of the following except:
Answer
Machine Code instructions
Generated by the compiler
Read and interpreted by the Java Virtual Machine (JVM)
Question 3
Question
One of the design tools used by programmers when creating a model of the program is
Answer
ALU
Pseudocode
Disk Drive
Question 4
Question
The Programming Process includes:
Step 1 - [blank_start]Write[blank_end] the [blank_start]source[blank_end] code for your program
Step 2 - [blank_start]Compile[blank_end] the source code with an appropriate compiler
Step 3 - [blank_start]Execute[blank_end] the compiled, executable program to test it.
Step 4 - [blank_start]Debug[blank_end] the program and find errors and fix them.
Step 5 - [blank_start]Repeat[blank_end] as needed
Answer
Write
source
Compile
Execute
Debug
Repeat
Question 5
Question
What is an algorithm?
A: An algorithm is a [blank_start]computational[blank_end] procedure whose steps are
completely [blank_start]specified[blank_end] and [blank_start]elementary[blank_end].
Answer
computational
specified
elementary
Question 6
Question
Complex shapes can be simulated by a computer using a simple set of rules called: