Quiz 1 Flashcards
1
Q
ways to write Java comments
A
//…,/…/,/**…*/
2
Q
where must a program and its data go before its executed by the CPU?
A
memory
3
Q
API
A
contains predefined classes and interfaces for developing Java programs
4
Q
JDK
A
consists of a set of separate programs for developing and testing Java programs, each of which is invoked from a command line
5
Q
CPU
A
performs program control and data processing.