Quiz 1 Flashcards

1
Q

ways to write Java comments

A

//…,//,/**…*/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

where must a program and its data go before its executed by the CPU?

A

memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

API

A

contains predefined classes and interfaces for developing Java programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CPU

A

performs program control and data processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly