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