Java Components Flashcards

1
Q

architecturally neutral

A

characteristic of Java that allows it to run on any OS or device

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

Java virtual machine

A

“hypothetical” system upon which Java can run; not dependent on hardware

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

source code

A

code written in high-level language

- java is in a .java file

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

development environment

A

interface for writing programs that provide to tools for assisting task (like marking keywords in color)

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

bytecode

A

the code that the java compiler converts source code into

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

java compiler

A

translates source code into bytecode

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

java interpreter

A

checks bytecode and communicates with device OS to execute code line by line within java virtual machine

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

console applications

A

type of application software that outputs character/ text to a computer screen

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

windowed applications

A

type of application software that creates GUIs

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

standard output device

A

monitor

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