Lesson 4 Flashcards

1
Q

is a high-level programming language that tells the computer what to do. High-level programming means
that it uses English-like commands or instructions to write programs.

A

Java

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

Provides you with a large suite of tools such as compiler, interpreter, documentation generator, class file packaging tools, and so on.

A

Java Technology

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

What are the features of Java?

A
  • Object Oriented
  • Portable and Platform-Independent
  • Dynamically Linked
  • Multi-Threaded
  • Garbage Collected
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It is imperative that the requirements should be met in order for a Java program to work properly especially if you are dealing with graphics-based applications.

A

Java Requirements

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

What are the two kinds of programs you can write with the Java language

A
  • Java Applets
  • Java Application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Java Program Cycle

A
  • Source Code
  • Compiler
  • Byte
  • Interpreter
  • Output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The project was code named as

A

Green

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

The project was based on the virtual machine pioneered by ___, the inventor of Pascal.

A

Niklaus Wirth

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

The Java story begins because of group of Sun engineers, ____ and ____

A

Patrick Naughton and James Gosling

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

James Gosling decided to call this language

A

Oak

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

What does JRE stands for

A

Java Runtime Environment

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

These are small programs that travel with HTML code and execute on the Web user’s computer.

A

Java Applets

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

These are complete stand-alone programs that do not require another application to
execute.

A

Java Applications

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