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