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 language developed by IBM which features mathematical excellence and strong input/output capabilities
Pascal
assembly language
PL/1
operation code
2. Components of assembly language: operand and operation code and _________
operation code
ALGOL
name
data
3. 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
3GL
machine
FORTRAN
COBOL
4. Divisions of COBOL programs: data and _________ and environment
scripting
register number
identification
C++
5. In machine language the symbol for an index register is _________
name
X
LISP (LISt Processing)
identification
6. In machine language purpose of a _________ _________ is to signify which register to use when computational procedures are required
runtime
register number
object program
syntax
7. Language that interfaces directly with the operating system. It indicates when and how application programs will be processed.
Perl (Practical Extraction Report Language)
Job Control Language
register number
Lisp
8. 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
pseudocode
Java
4GL
PL/1
9. It was created in the late 1950s - most modern procedural languages reflect its overall structure and design
ALGOL
register number
compiler
EBDIC
10. Components of assembly language : _________ and operation code and name
operand
register number
X
identification
11. A Language with good error diagnostics - is easy to use and has real-time coding
BASIC
identification
FILES
Lisp
12. This generation of languages - Assembly Language - symbolic not portable
Job Control Language
name
operand
2GL
13. This generation of languages - zeros and ones - machine code
assembly
FILES
1GL
Ada
14. A mixture of natural languages and symbols and terms and other features commonly used in high-level languages. E.g. + or - or * etc.
interpreter
source program
assembler
pseudocode
15. A program that converts from assembly language to machine language.
C++
assembler
pseudocode
postfix
16. Language capable of treating alphabetic text as a set of logic statements
register number
Lisp
compiler
scripting
17. In machine language the symbol for a base register is ____
compiler
memory
Y
scripting
18. Language used primarily for science applications
declarative
operand
postfix
FORTRAN
19. The purpose of symbols in assembly language is to represent _________ locations
data address
operation code
memory
COBOL (COmmon Business-Oriented Language)
20. Components of machine code: 1. register number 2. operation code 3. ___________ ____________
data address
memory
Job Control Language
compiler
21. This generation of languages - easier to read - procedural - portable - e.g. COBOL or C or C++ or Pascal or Python
3GL
Lisp
postfix
interpreter
22. In order to translate a program written in a high-level language into machine code a(n) _________ is used
compiler
imperative
operand
data address
23. A ___________ language or extension language is a programming language that allows control of one or more software applications.
IFPS
scripting
Ada
memory
24. 8 Bit character encoding used on IBM mainframe operating systems. Alphanumeric data is stored on tape/disk in this format
Fortran (FORmula TRANslation)
source program
pseudocode
EBDIC
25. The oldest high-level language.
COBOL
declarative
runtime
Fortran (FORmula TRANslation)
26. 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
Y
Ada
2GL
27. Basic command - directory of files: _________
identification
4GL
FILES
object program
28. 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
interpreter
RPG
Pascal
operation code
29. A Language with a very precise structure that is particularly good for training serious programmers; is procedural and is based on ALGOL
Y
3GL
pseudocode
Pascal
30. Source code may be executed immediately with the aid of a(n) ________________.
COBOL
scripting
interpreter
source program
31. Type of error that results in unpredictable program glitches
PL/1
compiler
PL/1
runtime
32. A Language which is inexpensive to program and is problem-oriented and is easy to code
high level language
RPG
PL/1
Fortran (FORmula TRANslation)
33. 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.
identification
syntax
COBOL (COmmon Business-Oriented Language)
COBOL
34. 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.
compiler
imperative
assembler
assembly language
35. 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++
Ada
X
2GL
36. An ____________ yields a value. For example: 2 + 2 yields 4.
Pascal
Lisp
expression
FORTRAN
37. The purpose of an _________ ___________ is to detect syntax errors in an assembly language program
3GL
object program
runtime
Pascal
38. A program written in a high-level language.
source program
environment
object program
pseudocode
39. Components of machine code: 1. ___________ ____________ 2. operation code 3. data address
C++
compiler
register number
syntax
40. A fourth-generation programming language - financial modeling language - eventually out-competed by spreadsheets
IFPS
syntax
register number
operand
41. In assembly language the place at which computer control can be transferred is marked by the _________ field
interpreter
compiler
label
PL/1
42. Source code may be converted into an executable image by a(n) ______________
syntax
register number
Fortran (FORmula TRANslation)
compiler
43. An _________ is used to translate a program into machine code every time the program is run
Ada
Perl (Practical Extraction Report Language)
operation code
interpreter
44. Another name for Reverse Polish Notation
operand
postfix
data address
Perl (Practical Extraction Report Language)
45. Type of error: a language command being spelled incorrectly
compiler
operand
syntax
assembler
46. Components of assembly language: operand and _________ _________ and name
PL/1
interpreter
operation code
object program
47. 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
declarative
compiler
COBOL
48. 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)
label
Fortran (FORmula TRANslation)
FORTRAN
49. The program that translate a source program (high level language) into an object program.
operation code
machine
compiler
Z
50. It is the ancestor of the family of functional languages that emphasize evaluating expressions rather than executing imperative commands.
2GL
LISP (LISt Processing)
trace routine
assembler