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
2
Q
Computer Language Hierarchy :
A
- Code
- High Level Language
- Assembly Language
- Machine Language
- Output
3
Q
They released the Java programming language in __________.
A
- Sun Microsystems
- 1995
4
Q
is known for being simple, portable, secure,
and robust.
A
Java
5
Q
ensures the same Java
code can be run on
different operating
systems and platforms.
A
Java Virtual Machine
6
Q
Sun Microsystems’
slogan for Java :
A
” Write Once, Run Everywhere. “
7
Q
is a sequence of tasks for the
computer to execute.
A
Method
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)
9
Q
Functionalities of IDE :
A
- Editing Source Code
- Syntax Highlighting
- Autocomplete
- Building Executables
- Debugging