Exam 9: Introduction to Arrays
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
The position of an item in an array is specified using a
Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
C
Given the term MONTH(I),I is the subscripted variable name.
Free
(True/False)
4.9/5
(42)
Correct Answer:
False
The DIM statement defines the maximum size of an array and is executed at the beginning of the program.
Free
(True/False)
4.8/5
(42)
Correct Answer:
False
DAY is a seven-member one-dimensional array.Its contents are shown as follows:
Surday Monday Tuesday Wedrasday Thursday Friday Saturday
What is the subscripted variable name that should be used to refer to the location containing Tuesday?
(Multiple Choice)
4.8/5
(42)
Using the term SCORE(I),which reference below represents the subscript?
(Multiple Choice)
5.0/5
(43)
The Rth value in the one-dimensional array GRADE is referred to by GRADE(R).
(True/False)
4.7/5
(31)
What is the value of POS after the instructions corresponding to the following pseudocode are executed?
DOWHILE POS
ENDDO
(Multiple Choice)
4.7/5
(36)
What is the value of LIST(4)after the instructions corresponding to the following pseudocode are executed?
DOWHILE POS
ENDDO
(Multiple Choice)
4.7/5
(34)
Using the term SCORE(I),which item below represents the array name?
(Multiple Choice)
4.8/5
(35)
What is the value of GRID(5,4)after the instructions corresponding to the following pseudocode are executed?
R = 1
DOWHILE
C = 2
DOWHILE
GRID R , C = R + C \\
C = C + 1
ENDDO
R = R + 2
ENDDO
(Multiple Choice)
4.9/5
(36)
Select the subscripted variable name that should be used to refer to the Mth position of the array named N.
(Multiple Choice)
4.8/5
(40)
What is the value of GRID(3,1)after the instructions corresponding to the following pseudocode are executed?
R = 1
DOWHILE
C = 2
DOWHILE
GRID R , C = R + C \\
C = C + 1
ENDDO
R = R + 2
ENDDO
(Multiple Choice)
4.8/5
(40)
What is the value of GRID(3,3)after the instructions corresponding to the following pseudocode are executed?
R = 1
DOWHILE
C = 2
DOWHILE
GRID R , C = R + C \\
C = C + 1
ENDDO
R = R + 2
ENDDO
(Multiple Choice)
4.9/5
(37)
Showing 1 - 20 of 30
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)