SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Programming Languages
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. A programming language in which the source code of programs is composed of mnemonic instructions- each of which corresponds directly to a machine instruction for a particular processor.
assembly language
interpreter
RPG
data address
2. A program that converts from assembly language to machine language.
C
expression
declarative
assembler
3. A Language with a very precise structure that is particularly good for training serious programmers; is procedural and is based on ALGOL
3GL
Pascal
C
FORTRAN
4. The most widely used language for business applications
Y
COBOL
operand
data
5. It is a high-level compiled language built upon ALGOL. It is best known for its emphasis on structured programming techniques and strong typing; because of this it was extremely popular as a teaching language in the 1980s and early 1990s though it wa
declarative
compiler
X
Pascal
6. It is a high-level and highly standardized language that remains very "close to the hardware" and allows the programmer to perform useful fast and dangerous tricks.
C
operation code
BASIC
interpreter
7. In machine language purpose of a _________ _________ is to signify which register to use when computational procedures are required
operation code
RPG
Ada
register number
8. In assembly language the location of data values in primary memory is given by the _________ field
object program
name
Pascal
operand
9. It allows users to write programs in a language similar to natural language.
high level language
postfix
operation code
X
10. A Language which is inexpensive to program and is problem-oriented and is easy to code
interpreter
assembly
imperative
RPG
11. The purpose of an _________ ___________ is to detect syntax errors in an assembly language program
label
Perl (Practical Extraction Report Language)
source program
object program
12. Type of error: a language command being spelled incorrectly
interpreter
Pascal
syntax
3GL
13. This generation of languages - easier to read - procedural - portable - e.g. COBOL or C or C++ or Pascal or Python
3GL
C++
syntax
PL/1
14. This generation of languages include - RPG or SQL or Mathamatica or PL/SQL or Cold Fusion - subset of Domain Specific Languages
operand
object program
FORTRAN
4GL
15. A fourth-generation programming language - financial modeling language - eventually out-competed by spreadsheets
Z
IFPS
3GL
interpreter
16. It was developed in 1959 - is especially wordy (just as C and Perl are characterized as terse). The vast majority of Year 2000 problems involved programs written in this language.
data
COBOL (COmmon Business-Oriented Language)
1GL
operation code
17. rogramming paradigm describes computation in terms of statements that change a program state. COBOL or C or Java etc
imperative
C
operation code
Perl (Practical Extraction Report Language)
18. A procedural imperative language designed for scientific and engineering and business and systems programming applications
object program
operation code
Job Control Language
PL/1
19. Divisions of COBOL programs: _________ and identification and environment
data
environment
declarative
assembler
20. Components of machine code: 1. ___________ ____________ 2. operation code 3. data address
Z
compiler
register number
syntax
21. Source code may be executed immediately with the aid of a(n) ________________.
interpreter
trace routine
operation code
name
22. The purpose of ___________ language is to condense machine code instructions into simpler instructions. Its disadvantage is that it is machine dependent. It is not immediately executable.
assembler
operand
compiler
assembly
23. a popular compiled high-level language - similar to C but witho bject-oriented features (classes) generic programming (templates) and exception handlingwith - developed by Bjarne Stroustrup in 1985 at Bell Labs
C++
expression
Z
source program
24. In machine language the purpose of an _________ _________ is to tell the control unit what data processing operation is to be performed.
operand
operation code
interpreter
IFPS
25. In assembly language the place at which computer control can be transferred is marked by the _________ field
assembler
memory
identification
label
26. In machine language the symbol for an index register is _________
syntax
FILES
X
Java
27. Divisions of COBOL programs: data and identification and _________
environment
runtime
Job Control Language
compiler
28. It is the ancestor of the family of functional languages that emphasize evaluating expressions rather than executing imperative commands.
LISP (LISt Processing)
Job Control Language
interpreter
assembly language
29. It is an interpreted language designed principally to process text - often used for web CGI scripts and parsing log files.
Perl (Practical Extraction Report Language)
C++
interpreter
Lisp
30. Basic command - directory of files: _________
operand
pseudocode
FILES
1GL
31. Divisions of COBOL programs: data and _________ and environment
data
identification
operand
operation code
32. Components of machine code: 1. register number 2. ___________ ____________ 3. data address
Pascal
operation code
assembly language
assembly
33. Source code may be converted into an executable image by a(n) ______________
compiler
1GL
operation code
Pascal
34. In machine language the symbol for a base register is ____
Y
COBOL (COmmon Business-Oriented Language)
compiler
PL/1
35. The program that translate a source program (high level language) into an object program.
Perl (Practical Extraction Report Language)
compiler
Z
assembly
36. The purpose of symbols in assembly language is to represent _________ locations
memory
4GL
Lisp
high level language
37. Components of assembly language: operand and operation code and _________
Pascal
name
scripting
Java
38. Components of machine code: 1. register number 2. operation code 3. ___________ ____________
source program
syntax
data address
expression
39. The most basic type of programming language - immediately executable instructions and making efficient use of computer storage. Manipulation of individual bits by instruction. Not easy in design or writing
machine
operation code
COBOL
pseudocode
40. An _________ is used to translate a program into machine code every time the program is run
X
COBOL (COmmon Business-Oriented Language)
object program
interpreter
41. In machine language the symbol for a displacement value is _________
4GL
environment
Z
Lisp
42. A mixture of natural languages and symbols and terms and other features commonly used in high-level languages. E.g. + or - or * etc.
RPG
assembly language
FORTRAN
pseudocode
43. Programming paradigm that expresses the logic of a computation without describing its control flow. Regex or logic programming or functional programming or xslt or svg
declarative
register number
data
Z
44. It was created in the late 1950s - most modern procedural languages reflect its overall structure and design
Ada
C++
object program
ALGOL
45. Language capable of treating alphabetic text as a set of logic statements
Perl (Practical Extraction Report Language)
operand
Pascal
Lisp
46. This generation of languages - zeros and ones - machine code
1GL
Perl (Practical Extraction Report Language)
interpreter
assembly
47. The oldest high-level language.
ALGOL
name
FILES
Fortran (FORmula TRANslation)
48. Language that interfaces directly with the operating system. It indicates when and how application programs will be processed.
Job Control Language
Pascal
high level language
expression
49. Language used primarily for science applications
FORTRAN
assembly
operation code
PL/1
50. A fully compiled or assembled program ready to be loaded into the computer.
Ada
object program
assembly
environment