Intro to programming language-ICT Flashcards
What is a programming language?
These are sets of instructions that tell the computer what to do.
List 2 types of computer programs
low level language and high level language
What are translators?
A translator is a program that converts source code into machine code
List 3 types of translators
compiler, interpreter, and assembler
List 8 examples of computer high-level programs
BASIC
FORTRAN
PASCAL
Logo
COBOL
C++
D-base
ALGOrithmetic
What is the syntax?
Syntax is a set of grammatical rules used in computer programming
How do computers understand humans?
Computers understand humans through the use of translators to convert High Level Languages to Low Level Languages
What is another name for high level languages and machine language
High level languages are called source code
Machine language is called object code
Why do they call HLLs human-oriented?
HLLs are human-oriented because they are understood by humans.
Define Interpreters, Compilers and Assemblers.
Interpreters are translators that convert HLL to machine language line by line or one instruction before the other.
Compilers are translators that convert HLL to Machine language all at once.
Assemblers are translators that convert Assembly language to Machine language.
A translators is a program that converts one language form to another.
List the types of system software
Operating system
Executive programs
Translators
Bootstrap loader
Utility programs
What is a computer language?
This is a system of instructions and commands that the computer understands and executes.
What is a program?
This is a set of instructions that enable the computer to perform given tasks.
What is programming?
This is the act of giving the computer codes to perform a specific task
How many types of computer languages are there and name them
There are two types of computer languages, namely:
Low Level Language
High Level Language