

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
COMP 308 JAVA FOR PROGRAMMERS FINAL CERTIFICATION EVALUATION 2026 TIPS POSSIBLE QUESTIONS FULL SOLUTIONS GUARANTEED PASS
Typology: Exams
1 / 3
This page cannot be seen from the preview
Don't miss anything!


⩥ Languages that let you use a vocabulary of descriptive terms, such as "read", "write", or "add" are known as: Answer: high-level languages ⩥ The rules of a programming language constitute its: Answer: syntax ⩥ A_____________ translates high-level language statements into machine code. Answer: compiler ⩥ Named computer memory locations are called_____________. Answer: variables ⩥ The individual operations used in a computer program are often grouped into logical units called: Answer: procedures ⩥ Envisioning program components as objects that are similar to concrete objects in the real world is the hallmark of: Answer: object- oriented programming
⩥ The values of an object's attributes are also known as its: Answer: state ⩥ An instance of a class is a(n): Answer: object ⩥ Java is architecturally: Answer: neutral ⩥ You must compile classes written in Java into: Answer: bytecode ⩥ All Java programming statements must end with a: Answer: semicolon ⩥ Arguments to methods always appear within: Answer: parentheses ⩥ In a Java program, you must use __________ to separate classes, objects, and methods. Answer: dots ⩥ All Java applications must have a method named: Answer: main( ) (Many java classes do not contain a main method but all executable java programs do) ⩥ Nonexecuting program statements that provide documentation are called: Answer: comments