Basic Elements of Java Flashcards

1
Q

It is a program or a sequence of state that intended to accomplish a task.

A

Computer Programming

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

It is a process of planning and creating a program.

A

Programming

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

it helps the people to make a task easier

A

Application

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

What are the 3 types of error?

A

Syntax Error, Computer Error, Human Error

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

What is High Level language?

A

Most modern programming languages are designed to be relatively easy for people to understand.

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

It is a program that translate the High level language into Machine Language

A

Compiler

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

This translate Line by line

A

Interpreter

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

Its is Machine Language that the computer can understand directly

A

Low level language
“binary number 1’s and 0’s”

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

It is a program that has been compiled from source code into low-level language

A

Bytecodes or Machine Language

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

It is a symbolic form of machine language that is easy for programmers to read

A

Assembly language

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

It translate the executed program from Assembly language into Machine language

A

Assembler

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

What are the Two types of Java Application?

A

Application - Regular program ex. “Tiktok, Fb, and Messenger

Applet - application inside the application “Opening Facebook in Websites”

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

It is a step by step problem solving process.

A

Algorithm

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

It is a mixture of English and Java. An informal language

A

Pseudocode

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

It is a Broken down into procedures or block of code that perform one task each.

A

Procedural Programming

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

It revolves around entities or object that are part of the problem.

A

Object oriented programming

17
Q

It is abbreviation of an specific operation and readable by human

A

Nmemonics form
“addition - add”
mov, pdf