SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Pascal Programming
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. A ______ operand cannot be applied to an AND boolean operator
compound statement
numeric
relational operators
pass by reference
2. The two types of parameters that can be implemented with PASCAL are: _______ and Functions.
Procedures
compound
fundamental scope principle
definition
3. A _______ statement involves Decision making with two conditions (true or false). No semicolon after 'else.
stack frame
Declaration
testing
if-then-else
4. Modulars are ________ from one another
if-else
independent
pass by reference
not
5. Local variables have _______ kind of scope
limited
not
if-else
call
6. The order of operations from first to last are ___ - (* / DIV MOD AND) - (+ - OR) - (< > = <= >= <>)
NOT
Scope Rule 1
nested
declaration
7. ______ Decision Making checks if a particular condition is true.
If-Then
OR
Local
software design
8. This is where the module is invoked or called.
testing
call
compilation
limited
9. The order of operations of the boolean operators from first to last is: NOT - AND - _____
Scope Rule 3
boolean
parameters
OR
10. The three statements in PASCAL that implement repetition structures:WHILE - FOR - ______.
fundamental scope principle
Repeat-Until
If
top down
11. Boolean expressions can be simple or _______
While-Do
top down
limited
compound
12. Deploy the software and fix bugs and modify to satisfy changing requirements.
pass by value
compound
deployment/maintenance
system testing
13. They can store values passed on to them but cannot return any values.
If-Then
simple
value parameters
Modular
14. To test that the subprograms are integrated into the program correctly. That they interact with one another correctly - passing the required information to and from one another.
integration testing
selection structure
if
variable parameters
15. In ______ decision making when the first decision must evaluate to true before the successive (next) decisions are even considered for evaluation. One decision is made inside another. The outer decisions must evaluate to true before inner decisions a
control
compound
Modular
nested
16. The testing of the complete program to determine the overall system functions.
system testing
Else
While-Do
call
17. For an ____ Boolean Expression to be true if any Boolean expression evaluates to true then the entire expression evaluates to true.
numeric
Formal
OR
Procedures
18. Typically a variable that determines whether or not the loop executes or not.
relational operators
control
XOR
Called
19. A parameter value that is used in a function call or in a message sent to an object.
compilation
if
system testing
Actual parameters
20. _______ boolean expressions are formed by combining boolean expressions using the boolean operators (NOT - AND- OR).
infinite loops
Formal
compound
top down
21. A nested decision making statement can also have a ____ in the inner statement.
Else
If-Then
limited
Repeat-Until
22. <> is the symbol for ___ equal to
software design
not
pass by value
trace tables
23. Some logical operators in Pascal are: OR - AND - ___ - NOT - NAND - NOR
XOR
nested
Repeat-Until
variable parameters
24. Modules can be called anywhere in the program - but must be done after their ______.
simple
If-Then
definition
Modular
25. It encapsulates a sequence of statements as a single statement. Has a begin and end statement.
NOT
compound statement
Scope Rule 1
pass by reference
26. It makes possible the selection of one of a number of alternative actions - which is implemented by an IF statement.
boolean
selection structure
trace tables
parameters
27. Test each module in isolation and test the modules all together and make sure every line of code is tested.
NOT
If-Then
While-Do
testing
28. The two types of parameters are: ______ and Actual.
Modular
Formal
Character
Scope Rule 2
29. An _____ statement allows the programmer to specify the statement selected for execution when the expression is true. It also indicates an alternative statement when the expression is false.
deployment/maintenance
if
simple
sequential structure
30. A method of passing a variable to a program by making a copy of the variable and giving it to the called program.
OR
Scope Rule 1
definition
pass by reference
31. ________ design is the key to the ability to create large systems.
Modular
software design
value parameters
top down
32. A logical circuit which is used to add two binary digits.
simple
call
binary half adder
testing
33. Loops that never end because the stopping/exit condition is never met.
AND
infinite loops
XOR
binary half adder
34. A ________ statement is what follows the 'then' in an (if-then statement) and precedes the first semi-colon.
trace tables
Called
simple
statement
35. Refers to the execution of a sequence of statements in the order in which they appear so that each statement is executed exactly once.
nested
relational operators
Formal
sequential structure
36. A global entity is accessible throughout the main program and in any subprogram in which no local entity has the same name as the global item.
fundamental scope principle
value parameters
Scope Rule 2
if
37. A _________ statement is what follows the 'then' in an (if-then statement) and is enclosed within the begin-end pair.
Else
If
compound
Called
38. Used to trace the execution of an algorithm.
not
trace tables
compilation
local
39. For an ____ Boolean Expression to be true the Boolean expressions must evaluate to true before the entire expression is true. If any expression is false then whole expression evaluates to false.
candidate
pass by reference
AND
OR
40. The five types of operands allowed in Pascal are: Integer - Real - Boolean - _____ - Constant
sequential structure
if
Character
declaration
41. The three logical flows that govern a structured program are: Sequence - ______ - and Repetition.
trace tables
binary half adder
top down
Selection
42. Modules are defined in the ______ part of a program - under the constant.
definition
declaration
While-Do
Scope Rule 2
43. _____ error happens when the type and number of parameters does not match?
Scope Rule 2
if
compilation
variable parameters
44. When true the if executes the body which is a _________ statement.
relational operators
procedural abstraction
boolean
single
45. Where the statements for the module are coded.
integration testing
candidate
definition
sequential structure
46. Parameters act like _____ variables within a module
sequential structure
local
If
Procedures
47. Variable When a variable is declared under a procedure it is a _____ variable?
procedural abstraction
if
not
Local
48. Breaking things into modules.
procedural abstraction
compound
Requirements Gathering/Analysis
If-Then
49. True and False are the two _____ constants
compound
top down
boolean
compilation
50. The three categories for a program structure are: ____ - Branching/Selection - Looping/Iteration
relational operators
Sequence
Else
declaration
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