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