LESSON 1 Flashcards

1
Q
  • A sequence of instructions that tell a computer how to perform a task.
  • Like a recipe that tells you how to prepare and cook a meal
A

Computer Program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • when a computer follows the instructions in a program
A

Executing a program

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

What are the programming languages?

A
  • Machine Language
  • Low-level programming languages
  • High-level programming languages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

expressed as binary (1’s and 0’s)

A

Machine Language

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

close to machine language

A

Low-level programming languages

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

close to human’s natural language. provides a better interface for programmers and computer to understand each other

A

High-level programming languages -

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

Java is Created in _______ by__________________

A

Created in 1991 by James Gosling of Sun Microsystems

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

Java is Formerly called _________

A

“Oak”

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

Created for platform independent language that could be embedded in various consumer electronic products like toasters and refrigerators.

A

Java

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  • Translates code from a high-level programming language before the program runs
A

Compiler

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

Translates code written in a high-level programming language into machine code line-by-line as code runs

A

Interpreter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  • source file that the programmer writes code on
A

.java file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • the result of the compiler, created from successful compilation. Written in bytecodes.
A

.class file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • Programming environment integrated into a software (ex. IntelliJ IDEA)
A

Integrated Development Environment (IDE)

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