Exam 13: Array Applications
Exam 1: Introduction to Structured Design30 Questions
Exam 2: Simple Sequence Control Structure30 Questions
Exam 3: Ifthenelse Control Structure30 Questions
Exam 4: Dowhile Control Structurecounter-Controlled Loops30 Questions
Exam 5: Dowhile Control Structuretrailer Record Logic30 Questions
Exam 6: Modularization30 Questions
Exam 7: Case Control Structure30 Questions
Exam 8: Dountil Control Structure30 Questions
Exam 9: Introduction to Arrays30 Questions
Exam 10: Introduction to Object-Oriented Design30 Questions
Exam 11: Inheritance30 Questions
Exam 12: Other Class and Object Relationships30 Questions
Exam 13: Array Applications30 Questions
Exam 14: Master File Update Processing30 Questions
Exam 15: Control-Break Processing30 Questions
Select questions type
What is the value of X after the instructions corresponding to the following pseudocode are executed?
X=6 Y=7
OR THEN
ELSE
ENDIF
(Multiple Choice)
4.9/5
(38)
What is the maximum number of comparisons that would be needed to determine whether or not a match is found in a sequential search of 64 elements?
(Multiple Choice)
4.7/5
(29)
The binary search technique is particularly valuable when a table contains only a few entries.
(True/False)
4.9/5
(34)
What is the value of X after the instructions corresponding to the following pseudocode are executed?
=5 =7 IF INT (5.4)=(7.0)= THEN =+ ELSE =+1
ENDIF
(Multiple Choice)
4.9/5
(43)
What is the maximum number of comparisons that would be needed to determine whether or not a match is found in a binary search of 64 elements?
(Multiple Choice)
4.7/5
(36)
In a binary search when the lower bound is found to be greater than the upper bound,we know that the value being searched for has been found.
(True/False)
4.8/5
(39)
A program switch must always contain one of two values - 0 or 1.
(True/False)
4.8/5
(38)
Showing 21 - 30 of 30
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)