COP1000C Final Exam Questions and Answers
(Verified Answers) 2023
1.The initial input of data before a validation loop is called a✔✔ priming read
2.This specifies the number of elements in an array✔✔ size declarator
3.Using these as size declarators simplifies program maintenance ✔✔ named constants
4.An individual item in an array is known as a(n)✔✔ element
5.A(n) identifies an element in an array✔✔ subscript
6.A(n) variable is typically used to iterate through the elements of an array✔✔ index
7.An array begins with this subscript value✔✔ 0
8.An array ends with this subscript value✔✔ The array size minus one
9."Design a program which tracks the scores of four separate golfers." This problem would be a good candidate for using arrays✔✔ parallel
(Verified Answers) 2023
1.The initial input of data before a validation loop is called a✔✔ priming read
2.This specifies the number of elements in an array✔✔ size declarator
3.Using these as size declarators simplifies program maintenance ✔✔ named constants
4.An individual item in an array is known as a(n)✔✔ element
5.A(n) identifies an element in an array✔✔ subscript
6.A(n) variable is typically used to iterate through the elements of an array✔✔ index
7.An array begins with this subscript value✔✔ 0
8.An array ends with this subscript value✔✔ The array size minus one
9."Design a program which tracks the scores of four separate golfers." This problem would be a good candidate for using arrays✔✔ parallel