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 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.
COBOL (COmmon Business-Oriented Language)
expression
data address
declarative
2. Language capable of treating alphabetic text as a set of logic statements
Ada
FILES
Lisp
operand
3. Divisions of COBOL programs: data and _________ and environment
EBDIC
runtime
identification
assembly language
4. It was created in the late 1950s - most modern procedural languages reflect its overall structure and design
ALGOL
postfix
FILES
C
5. In machine language purpose of a _________ _________ is to signify which register to use when computational procedures are required
Lisp
interpreter
Pascal
register number
6. The oldest high-level language.
Pascal
Job Control Language
Fortran (FORmula TRANslation)
operand
7. Source code may be converted into an executable image by a(n) ______________
memory
COBOL
compiler
FILES
8. The purpose of an _________ ___________ is to detect syntax errors in an assembly language program
object program
ALGOL
assembly language
X
9. 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
compiler
Pascal
register number
operation code
10. A program written in a high-level language.
assembly
operand
source program
COBOL (COmmon Business-Oriented Language)
11. 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
Ada
imperative
FORTRAN
machine
12. Basic command - directory of files: _________
memory
compiler
FILES
2GL
13. A language developed by IBM which features mathematical excellence and strong input/output capabilities
4GL
PL/1
FILES
compiler
14. It allows users to write programs in a language similar to natural language.
label
operand
identification
high level language
15. In machine language the symbol for a displacement value is _________
FILES
memory
Z
3GL
16. 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
3GL
FORTRAN
declarative
Pascal
17. A procedural imperative language designed for scientific and engineering and business and systems programming applications
PL/1
interpreter
compiler
FORTRAN
18. rogramming paradigm describes computation in terms of statements that change a program state. COBOL or C or Java etc
operand
imperative
data address
environment
19. An _________ is used to translate a program into machine code every time the program is run
interpreter
Z
operation code
scripting
20. The program that translate a source program (high level language) into an object program.
compiler
source program
Y
environment
21. In order to translate a program written in a high-level language into machine code a(n) _________ is used
compiler
FORTRAN
Perl (Practical Extraction Report Language)
environment
22. Components of assembly language : _________ and operation code and name
BASIC
compiler
environment
operand
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++
compiler
syntax
runtime
24. Type of error: a language command being spelled incorrectly
interpreter
Java
register number
syntax
25. Components of assembly language: operand and _________ _________ and name
interpreter
Lisp
operation code
assembler
26. 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)
interpreter
machine
FORTRAN
27. In assembly language the location of data values in primary memory is given by the _________ field
data address
operand
machine
COBOL (COmmon Business-Oriented Language)
28. This generation of languages include - RPG or SQL or Mathamatica or PL/SQL or Cold Fusion - subset of Domain Specific Languages
BASIC
source program
assembly language
4GL
29. Language that interfaces directly with the operating system. It indicates when and how application programs will be processed.
assembly language
Job Control Language
operand
assembly
30. This generation of languages - Assembly Language - symbolic not portable
assembly language
2GL
data
compiler
31. 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.
3GL
assembly language
Y
environment
32. Components of machine code: 1. ___________ ____________ 2. operation code 3. data address
identification
register number
scripting
Pascal
33. Divisions of COBOL programs: data and identification and _________
Fortran (FORmula TRANslation)
environment
Java
LISP (LISt Processing)
34. In machine language the symbol for a base register is ____
Y
X
operation code
imperative
35. In machine language the symbol for an index register is _________
register number
compiler
X
EBDIC
36. Language used primarily for science applications
1GL
FORTRAN
data
compiler
37. A program that converts from assembly language to machine language.
postfix
assembler
source program
high level language
38. It is the ancestor of the family of functional languages that emphasize evaluating expressions rather than executing imperative commands.
C
LISP (LISt Processing)
RPG
high level language
39. This generation of languages - easier to read - procedural - portable - e.g. COBOL or C or C++ or Pascal or Python
3GL
PL/1
object program
2GL
40. In assembly language the place at which computer control can be transferred is marked by the _________ field
BASIC
Perl (Practical Extraction Report Language)
EBDIC
label
41. 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.
assembly
PL/1
label
C
42. a popular high-level language developed by Sun Microsystems in the early 1990s. The language was originally named OAK and unsuccessfully used for set-top devices but hit it big after being renamed in 1995 and introduced to the World Wide Web. It is a
Lisp
ALGOL
Java
EBDIC
43. A ___________ language or extension language is a programming language that allows control of one or more software applications.
scripting
register number
machine
Pascal
44. 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
environment
Lisp
trace routine
data
45. Divisions of COBOL programs: _________ and identification and environment
compiler
Perl (Practical Extraction Report Language)
imperative
data
46. Components of machine code: 1. register number 2. ___________ ____________ 3. data address
4GL
operation code
scripting
Pascal
47. Type of error that results in unpredictable program glitches
assembly
runtime
data
high level language
48. 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.
data address
C
assembler
BASIC
49. It examines a source program statement by statement - and the resulting machine language instructions are immediately executed before the next statement is examined.
interpreter
name
syntax
COBOL
50. An ____________ yields a value. For example: 2 + 2 yields 4.
name
operation code
Perl (Practical Extraction Report Language)
expression