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