NEW
Font size
WorksheetsProgramming
Total questions: 10
Worksheet time: 5mins
Define programming language
Vocabulary and a collection of rules that command a computer, devices, applications to work according to the written codes
A set of words, abbreviations and symbols that enables a programmer to give instructions to a computer.
a series of instructions that directs a computer to perform tasks.
Series of instructions that directs a computer to perform tasks best define?
computer programmer
computer laguage
computer program
computer
Assembly Language
Consists of English-like abbreviations.
The natural language of a computer.
Instructions are written using a series of English like words
Which of these is incorrect for low level language
Machine dependent –
which cannot run on different types of computers and operating system.
Need translator to convert to
low-level language
Difficult to learn, modify and far to human languages.
Consists of binary digits or English – like abbreviations to form instruction
Contain a series of computational steps. This statement is correct for which paradigm?
OBJECT ORIENTED
PROCEDURAL
LOGIC
An object contain both data and procedures that read and manipulate that data. This statement is correct for which paradigm?
OBJECT ORIENTED
PROCEDURAL
LOGIC
Example of programming that use Logic paradigm
BASIC
ASP
JAVA
PYTHON
Example of programming that use procedural paradigm
PASCAL
PERL
PROLOG
DATALOG
Convert one instruction of the source program at a time into machine language. Then temporarily executes high-level language, one statement at the time. This statement is true for.
INTERPRETER
ASSEMBLER
COMPILER
Convert the entire source program into machine language before executing it. This statement is true for...
COMPILER
ASSEMBLER
INTERPRETER
