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