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. Components of assembly language : _________ and operation code and name
operand
interpreter
ALGOL
FILES
2. In machine language the purpose of an _________ _________ is to tell the control unit what data processing operation is to be performed.
4GL
FORTRAN
high level language
operation code
3. A ___________ language or extension language is a programming language that allows control of one or more software applications.
declarative
Pascal
scripting
operation code
4. Divisions of COBOL programs: _________ and identification and environment
1GL
object program
data
label
5. Components of machine code: 1. register number 2. operation code 3. ___________ ____________
compiler
assembly language
data address
Y
6. In order to translate a program written in a high-level language into machine code a(n) _________ is used
operation code
compiler
C
PL/1
7. In machine language the symbol for an index register is _________
high level language
X
Java
compiler
8. It examines a source program statement by statement - and the resulting machine language instructions are immediately executed before the next statement is examined.
interpreter
compiler
imperative
FORTRAN
9. A program that converts from assembly language to machine language.
operand
syntax
assembler
ALGOL
10. Type of error: a language command being spelled incorrectly
ALGOL
syntax
object program
environment
11. This generation of languages - zeros and ones - machine code
assembler
RPG
1GL
assembly language
12. Basic command - directory of files: _________
LISP (LISt Processing)
FILES
object program
operation code
13. Divisions of COBOL programs: data and _________ and environment
FORTRAN
source program
identification
3GL
14. Another name for Reverse Polish Notation
operand
pseudocode
2GL
postfix
15. Type of error that results in unpredictable program glitches
runtime
register number
Java
data
16. A procedural imperative language designed for scientific and engineering and business and systems programming applications
Perl (Practical Extraction Report Language)
PL/1
machine
memory
17. 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
interpreter
Fortran (FORmula TRANslation)
machine
18. rogramming paradigm describes computation in terms of statements that change a program state. COBOL or C or Java etc
imperative
PL/1
object program
memory
19. A fully compiled or assembled program ready to be loaded into the computer.
name
2GL
object program
EBDIC
20. This generation of languages - easier to read - procedural - portable - e.g. COBOL or C or C++ or Pascal or Python
scripting
high level language
postfix
3GL
21. This generation of languages - Assembly Language - symbolic not portable
imperative
operation code
2GL
assembly
22. The purpose of symbols in assembly language is to represent _________ locations
operand
runtime
compiler
memory
23. 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
register number
memory
Pascal
object program
24. An _________ is used to translate a program into machine code every time the program is run
interpreter
object program
scripting
name
25. In machine language the symbol for a displacement value is _________
ALGOL
declarative
RPG
Z
26. The language of the Department of Defense
imperative
assembler
Fortran (FORmula TRANslation)
Ada
27. 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
environment
postfix
data address
28. The most widely used language for business applications
IFPS
assembler
COBOL
interpreter
29. Language capable of treating alphabetic text as a set of logic statements
Lisp
memory
machine
EBDIC
30. A fourth-generation programming language - financial modeling language - eventually out-competed by spreadsheets
declarative
operation code
IFPS
C
31. It is an interpreted language designed principally to process text - often used for web CGI scripts and parsing log files.
assembler
Perl (Practical Extraction Report Language)
interpreter
PL/1
32. 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.
runtime
assembly
FORTRAN
declarative
33. Language used primarily for science applications
object program
LISP (LISt Processing)
Fortran (FORmula TRANslation)
FORTRAN
34. 8 Bit character encoding used on IBM mainframe operating systems. Alphanumeric data is stored on tape/disk in this format
declarative
EBDIC
label
Job Control Language
35. A language developed by IBM which features mathematical excellence and strong input/output capabilities
machine
RPG
PL/1
interpreter
36. 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
interpreter
PL/1
object program
trace routine
37. 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.
PL/1
Z
C
Java
38. In machine language the symbol for a base register is ____
operation code
Y
interpreter
assembly
39. This generation of languages include - RPG or SQL or Mathamatica or PL/SQL or Cold Fusion - subset of Domain Specific Languages
EBDIC
4GL
operation code
3GL
40. It is the ancestor of the family of functional languages that emphasize evaluating expressions rather than executing imperative commands.
operand
LISP (LISt Processing)
runtime
FORTRAN
41. Components of machine code: 1. ___________ ____________ 2. operation code 3. data address
COBOL
source program
memory
register number
42. 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
label
compiler
Z
43. 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.
source program
assembly language
data address
machine
44. The oldest high-level language.
interpreter
source program
pseudocode
Fortran (FORmula TRANslation)
45. In assembly language the location of data values in primary memory is given by the _________ field
operand
EBDIC
4GL
interpreter
46. In assembly language the place at which computer control can be transferred is marked by the _________ field
X
label
Z
operand
47. A Language which is inexpensive to program and is problem-oriented and is easy to code
RPG
assembly language
IFPS
COBOL
48. It was created in the late 1950s - most modern procedural languages reflect its overall structure and design
Lisp
memory
assembler
ALGOL
49. An ____________ yields a value. For example: 2 + 2 yields 4.
expression
Pascal
C++
assembly language
50. Components of assembly language: operand and operation code and _________
C
Job Control Language
name
operation code
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests