ITEC30 (Sir Jonel) Flashcards
known as a software, are instructions to the computer, telling it what to do
Computer Programs
is the creation of a program that is executable by a computer and performs the required tasks.
Programming
it is a series of instructions that directs a computer to perform specific operations.
Programs
is a formal language that specifies a set of instructions that can be used to produce various kinds of output.
Programming Language
contains a vocabulary that allows the programmer to communicate a series of instruction to a computer in a form that the computer can understand and obey.
Programming Language
A computer’s native language, which differs among different types of computers, a set of built-in primitive instructions.
Machine Language
uses a short descriptive word, known as a mnemonic, to represent each of the machine-language instructions
Assembly Language
were developed to make programming easier.
Assembly Language
They are platform independent, which means that you can write a program in a high-level language and run it in different types of machines.
High-Level Language
are English-like and easy to learn and use.
High-Level Language
COBOL acronym
COmmon Business Oriented Language
FORTRAN acronym
FORmula TRANslation
BASIC acronym
Beginner’s All-purpose Symbolic Instruction Code
Pascal
named for Blaise Pascal
Ada
named for Ada Lovelace
C
developed by the designer of B
Visual Basic
Basic-like visual language developed by Microsoft
Delphi
Pascal-like visual language developed by Borland
C++
an object-oriented language, based on C
C#
a Java-like language developed by Microsoft
It is a High-Level Programming Language,
Platform Independent, and Object-Oriented
Java
is a powerful and versatile programming language for developing software running on mobile devices, desktop computers, and servers
Java
robust means
reliability
Java was developed by a team led by who?
James Gosling
where was the Java developed?
Sun Microsystems.
WORA means?
“write once, run anywhere”
It is a technical definition of the language that includes the syntax and semantics of the Java programming language.
JAVA LANGUAGE SPECIFICATION
it contains predefined classes and interfaces for developing Java programs.
APPLICATION PROGRAM INTERFACE (API)
It is a software development environment for Java applications and applets.
JAVA DEVELOPMENT KIT (JDK)
API acronym
APPLICATION PROGRAM INTERFACE
JDK acronym
JAVA DEVELOPMENT KIT
JAVAC acronym
Java Compiler
JAR acronym
Java Archiving Tool
JDB acronym
Java Debugging
JRE acronym
Java Runtime Environment