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. Components of assembly language : _________ and operation code and name
COBOL
declarative
operand
machine
2. A procedural imperative language designed for scientific and engineering and business and systems programming applications
C
COBOL (COmmon Business-Oriented Language)
PL/1
Job Control Language
3. 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
name
assembly language
declarative
2GL
4. Divisions of COBOL programs: data and _________ and environment
EBDIC
operand
identification
Y
5. The purpose of symbols in assembly language is to represent _________ locations
memory
FORTRAN
Lisp
Pascal
6. Components of machine code: 1. ___________ ____________ 2. operation code 3. data address
high level language
assembler
register number
assembly
7. The language of the Department of Defense
Pascal
Ada
imperative
C++
8. In machine language the symbol for a base register is ____
name
3GL
operation code
Y
9. It allows users to write programs in a language similar to natural language.
high level language
name
operation code
data
10. 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
object program
assembler
ALGOL
trace routine
11. In machine language purpose of a _________ _________ is to signify which register to use when computational procedures are required
assembly
register number
operation code
operand
12. It was created in the late 1950s - most modern procedural languages reflect its overall structure and design
IFPS
object program
4GL
ALGOL
13. In assembly language the place at which computer control can be transferred is marked by the _________ field
source program
Pascal
object program
label
14. 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.
memory
Pascal
Lisp
assembly language
15. Type of error that results in unpredictable program glitches
runtime
Job Control Language
object program
1GL
16. Divisions of COBOL programs: _________ and identification and environment
Java
postfix
COBOL (COmmon Business-Oriented Language)
data
17. A Language which is inexpensive to program and is problem-oriented and is easy to code
compiler
object program
4GL
RPG
18. The oldest high-level language.
Fortran (FORmula TRANslation)
high level language
label
C
19. The program that translate a source program (high level language) into an object program.
Fortran (FORmula TRANslation)
RPG
compiler
FILES
20. 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
source program
X
machine
assembler
21. Basic command - directory of files: _________
FILES
register number
compiler
Lisp
22. This generation of languages - zeros and ones - machine code
declarative
postfix
high level language
1GL
23. A program that converts from assembly language to machine language.
data
declarative
Pascal
assembler
24. Language used primarily for science applications
COBOL (COmmon Business-Oriented Language)
register number
FORTRAN
environment
25. Type of error: a language command being spelled incorrectly
assembly language
FILES
syntax
label
26. Divisions of COBOL programs: data and identification and _________
compiler
postfix
assembly language
environment
27. 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.
LISP (LISt Processing)
declarative
Pascal
assembly
28. Components of machine code: 1. register number 2. ___________ ____________ 3. data address
compiler
operation code
Y
compiler
29. A Language with good error diagnostics - is easy to use and has real-time coding
PL/1
BASIC
postfix
object program
30. 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
scripting
operation code
Z
Pascal
31. Source code may be converted into an executable image by a(n) ______________
object program
Z
compiler
C
32. The purpose of an _________ ___________ is to detect syntax errors in an assembly language program
trace routine
assembly
object program
name
33. In machine language the symbol for an index register is _________
name
compiler
X
assembly
34. 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.
RPG
C
operand
high level language
35. Another name for Reverse Polish Notation
postfix
assembler
operation code
Job Control Language
36. A mixture of natural languages and symbols and terms and other features commonly used in high-level languages. E.g. + or - or * etc.
Pascal
Fortran (FORmula TRANslation)
name
pseudocode
37. 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.
RPG
2GL
register number
COBOL (COmmon Business-Oriented Language)
38. Components of assembly language: operand and _________ _________ and name
compiler
name
object program
operation code
39. In machine language the symbol for a displacement value is _________
Z
register number
FILES
data address
40. rogramming paradigm describes computation in terms of statements that change a program state. COBOL or C or Java etc
operand
imperative
operation code
name
41. The most widely used language for business applications
environment
operand
COBOL
COBOL (COmmon Business-Oriented Language)
42. In order to translate a program written in a high-level language into machine code a(n) _________ is used
operation code
expression
object program
compiler
43. A program written in a high-level language.
Fortran (FORmula TRANslation)
assembler
C
source program
44. 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
pseudocode
C++
Pascal
operation code
45. An _________ is used to translate a program into machine code every time the program is run
Pascal
interpreter
Pascal
Z
46. A ___________ language or extension language is a programming language that allows control of one or more software applications.
high level language
FILES
Lisp
scripting
47. It is an interpreted language designed principally to process text - often used for web CGI scripts and parsing log files.
pseudocode
Perl (Practical Extraction Report Language)
C++
register number
48. In assembly language the location of data values in primary memory is given by the _________ field
data address
operand
1GL
declarative
49. A language developed by IBM which features mathematical excellence and strong input/output capabilities
assembler
PL/1
Java
COBOL (COmmon Business-Oriented Language)
50. This generation of languages - Assembly Language - symbolic not portable
2GL
label
operation code
LISP (LISt Processing)