COMPUTER SCIENCE.
Trusted by students across multiple disciplines!
What is Programming? - Answer: a series of instructions for a computer to follow
What is code? - Answer: human readable instructions that a computer can understand
(interpret)
What is a command? - Answer: Often referred to as a statement or singular instruction,
the list of commands we would give our compiler.
What type of Programming Language is Java? - Answer: object-oriented
Is Java a high-level language or a low-level language? - Answer: High-level
programming language
What does it mean to be object-oriented? - Answer: that it has the constructs of classes
and objects built into the language
Is Java a loosely typed or strongly typed programming language? - Answer: Strongly-
typed
What does it mean to be a strongly-typed programming language? - Answer: Our
variables and method types must be declared in advance.
What is the Java Virtual Machine (JVM)? - Answer: A special program that knows how
to execute the programs that you write in Java.
1
APPHIA - Crafted with Care and Precision for Academic Excellence.