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