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