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. It allows users to write programs in a language similar to natural language.
high level language
X
imperative
Pascal
2. A language developed by IBM which features mathematical excellence and strong input/output capabilities
PL/1
pseudocode
operation code
postfix
3. Type of error: a language command being spelled incorrectly
RPG
assembly language
syntax
compiler
4. Components of assembly language: operand and operation code and _________
operation code
name
postfix
Pascal
5. In assembly language the place at which computer control can be transferred is marked by the _________ field
label
BASIC
2GL
COBOL
6. A Language with a very precise structure that is particularly good for training serious programmers; is procedural and is based on ALGOL
Pascal
machine
high level language
runtime
7. 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
COBOL (COmmon Business-Oriented Language)
compiler
data address
8. A Language with good error diagnostics - is easy to use and has real-time coding
4GL
BASIC
C++
compiler
9. Another name for Reverse Polish Notation
assembler
interpreter
object program
postfix
10. It examines a source program statement by statement - and the resulting machine language instructions are immediately executed before the next statement is examined.
machine
interpreter
postfix
register number
11. 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
object program
Perl (Practical Extraction Report Language)
name
Pascal
12. In machine language the symbol for a base register is ____
Y
C
operation code
Fortran (FORmula TRANslation)
13. The program that translate a source program (high level language) into an object program.
data address
compiler
scripting
high level language
14. A Language which is inexpensive to program and is problem-oriented and is easy to code
interpreter
declarative
RPG
operation code
15. 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.
operand
2GL
assembly
BASIC
16. In machine language the symbol for an index register is _________
imperative
X
C++
Perl (Practical Extraction Report Language)
17. The purpose of an _________ ___________ is to detect syntax errors in an assembly language program
object program
postfix
source program
interpreter
18. Source code may be converted into an executable image by a(n) ______________
compiler
2GL
BASIC
expression
19. In machine language the purpose of an _________ _________ is to tell the control unit what data processing operation is to be performed.
label
pseudocode
operation code
EBDIC
20. Source code may be executed immediately with the aid of a(n) ________________.
assembly language
interpreter
COBOL (COmmon Business-Oriented Language)
trace routine
21. Components of machine code: 1. register number 2. ___________ ____________ 3. data address
operation code
FILES
Pascal
PL/1
22. In assembly language the location of data values in primary memory is given by the _________ field
register number
operand
runtime
FORTRAN
23. 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.
FORTRAN
identification
assembly language
3GL
24. A program written in a high-level language.
source program
trace routine
memory
syntax
25. An _________ is used to translate a program into machine code every time the program is run
interpreter
operand
operation code
Z
26. Type of error that results in unpredictable program glitches
runtime
PL/1
Java
memory
27. A _________ _________ is a set of print statements or screen-display statements whose output enables a programmer to follow a computer's processing path during execution
trace routine
Pascal
source program
declarative
28. Basic command - directory of files: _________
operation code
assembler
FILES
EBDIC
29. It is the ancestor of the family of functional languages that emphasize evaluating expressions rather than executing imperative commands.
machine
assembly
compiler
LISP (LISt Processing)
30. rogramming paradigm describes computation in terms of statements that change a program state. COBOL or C or Java etc
Perl (Practical Extraction Report Language)
imperative
high level language
runtime
31. This generation of languages - easier to read - procedural - portable - e.g. COBOL or C or C++ or Pascal or Python
3GL
Lisp
4GL
assembly language
32. Divisions of COBOL programs: data and identification and _________
Job Control Language
C++
environment
scripting
33. The most widely used language for business applications
postfix
COBOL
interpreter
Java
34. Divisions of COBOL programs: data and _________ and environment
runtime
COBOL (COmmon Business-Oriented Language)
identification
assembly language
35. A procedural imperative language designed for scientific and engineering and business and systems programming applications
Lisp
PL/1
imperative
machine
36. This generation of languages - Assembly Language - symbolic not portable
2GL
object program
trace routine
pseudocode
37. 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
register number
interpreter
declarative
operand
38. In machine language the symbol for a displacement value is _________
Y
Z
object program
operand
39. A program that converts from assembly language to machine language.
4GL
PL/1
assembler
PL/1
40. Language that interfaces directly with the operating system. It indicates when and how application programs will be processed.
interpreter
register number
COBOL (COmmon Business-Oriented Language)
Job Control Language
41. In machine language purpose of a _________ _________ is to signify which register to use when computational procedures are required
register number
COBOL (COmmon Business-Oriented Language)
Java
COBOL
42. It was created in the late 1950s - most modern procedural languages reflect its overall structure and design
Fortran (FORmula TRANslation)
ALGOL
interpreter
RPG
43. It is an interpreted language designed principally to process text - often used for web CGI scripts and parsing log files.
Ada
operation code
Perl (Practical Extraction Report Language)
FORTRAN
44. The oldest high-level language.
postfix
Fortran (FORmula TRANslation)
Java
Ada
45. Components of machine code: 1. register number 2. operation code 3. ___________ ____________
interpreter
compiler
Job Control Language
data address
46. The language of the Department of Defense
operation code
Java
Ada
assembly language
47. 8 Bit character encoding used on IBM mainframe operating systems. Alphanumeric data is stored on tape/disk in this format
assembler
EBDIC
Pascal
memory
48. Components of machine code: 1. ___________ ____________ 2. operation code 3. data address
interpreter
register number
operation code
X
49. An ____________ yields a value. For example: 2 + 2 yields 4.
expression
object program
FORTRAN
Ada
50. Divisions of COBOL programs: _________ and identification and environment
EBDIC
data
environment
assembler