PVL3702 ASSIGNMENT 01 2026 FINAL REVIEW
QUESTIONS ANSWERS BUNDLED PRACTICE
COLLECTION
◉ Computer Program.
Answer: tells a computer, in minute detail, the sequence of steps that
are needed to fulfill a task
◉ RSS 2.0.
Answer: well-formed XML
◉ <item> in RSS.
Answer: must have <title> and <description> tag
◉ label() method in XML.
Answer: gives the name of the that element
◉ Compile-time error.
Answer: Occur due to inaccuracies in the code, before the program
has compiled
◉ Run-time error.
, Answer: Syntactically correct, and the program runs, but take an
action the programmer didn't intend; sometimes lead to program
crashes
◉ Classes.
Answer: fundamental building blocks of java program
◉ Methods.
Answer: Part of classes, contain a sequence of instructions
◉ public static void main (String [] args).
Answer: "Main" program where most statements are executed
◉ close().
Answer: method to close input/output stream; must always close
input/output stream
◉ concatenated.
Answer: joining two strings together
◉ literals.
Answer: values that literally appear in your program (like "true" for
a boolean variable)
QUESTIONS ANSWERS BUNDLED PRACTICE
COLLECTION
◉ Computer Program.
Answer: tells a computer, in minute detail, the sequence of steps that
are needed to fulfill a task
◉ RSS 2.0.
Answer: well-formed XML
◉ <item> in RSS.
Answer: must have <title> and <description> tag
◉ label() method in XML.
Answer: gives the name of the that element
◉ Compile-time error.
Answer: Occur due to inaccuracies in the code, before the program
has compiled
◉ Run-time error.
, Answer: Syntactically correct, and the program runs, but take an
action the programmer didn't intend; sometimes lead to program
crashes
◉ Classes.
Answer: fundamental building blocks of java program
◉ Methods.
Answer: Part of classes, contain a sequence of instructions
◉ public static void main (String [] args).
Answer: "Main" program where most statements are executed
◉ close().
Answer: method to close input/output stream; must always close
input/output stream
◉ concatenated.
Answer: joining two strings together
◉ literals.
Answer: values that literally appear in your program (like "true" for
a boolean variable)