Module 1 Flashcards

1
Q
  • is a standardized communication technique for expressing instructions to a computer.
  • It enable humans to write instructions that a computer can perform.
A

Programming Language

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

Computer Language Hierarchy :

A
  • Code
  • High Level Language
  • Assembly Language
  • Machine Language
  • Output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

They released the Java programming language in __________.

A
  • Sun Microsystems
  • 1995
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

is known for being simple, portable, secure,
and robust.

A

Java

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

ensures the same Java
code can be run on
different operating
systems and platforms.

A

Java Virtual Machine

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

Sun Microsystems’
slogan for Java :

A

” Write Once, Run Everywhere. “

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

is a sequence of tasks for the
computer to execute.

A

Method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • enables programmers to consolidate the different aspects of writing a computer program.
  • increase programmer productivity by combining common activities of writing software into a single application: editing source code, building executables, and debugging.
A

Integrated Development Environment (IDE)

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

Functionalities of IDE :

A
  • Editing Source Code
  • Syntax Highlighting
  • Autocomplete
  • Building Executables
  • Debugging
How well did you know this?
1
Not at all
2
3
4
5
Perfectly