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