APSU CSCI 2010 FINAL EXAM TEST BANK
SOLVED QUESTIONS AND VERIFIED
RESPONSES GRADED A+
⩥ Algorithms.
Answer: A set of rules or steps to solve a problem.
⩥ Creative development.
Answer: Can use a formal iterative process or experimentation.
⩥ Boolean variables.
Answer: Variables that have two outputs (True/False).
⩥ Floating decimals.
Answer: Numbers that include a number that is between 0 and 1.
⩥ Binary numbers.
Answer: Numbers represented in the base-2 numeral system.
⩥ Exponential growth in binary.
Answer: Adding one bit to the left doubles the number of possibilities.
, ⩥ Indexing.
Answer: Assigning variables to elements in a list.
⩥ Sorting.
Answer: The process of arranging items in a specified order.
⩥ Computing binary equivalent.
Answer: Converting characters to their binary representation.
⩥ Binary Multiplication.
Answer: Appending three 0s to the end of a binary number multiplies the
number by 2^3 times, which is the same as multiplying the number by 8.
⩥ Greatest Number of Searches.
Answer: 1-2 → 1, 3-4 → 2, 5-8 → 3, 9-16 → 4, 17-32 → 5, 33-64 → 6,
65-128 → 7, 129-256 → 8, 257-512 → 9, 513-1024 → 10, 10,000 = 14.
⩥ APCSP Program Purpose 1.
Answer: To collect user input and display a result.
⩥ APCSP Program Purpose 2.
SOLVED QUESTIONS AND VERIFIED
RESPONSES GRADED A+
⩥ Algorithms.
Answer: A set of rules or steps to solve a problem.
⩥ Creative development.
Answer: Can use a formal iterative process or experimentation.
⩥ Boolean variables.
Answer: Variables that have two outputs (True/False).
⩥ Floating decimals.
Answer: Numbers that include a number that is between 0 and 1.
⩥ Binary numbers.
Answer: Numbers represented in the base-2 numeral system.
⩥ Exponential growth in binary.
Answer: Adding one bit to the left doubles the number of possibilities.
, ⩥ Indexing.
Answer: Assigning variables to elements in a list.
⩥ Sorting.
Answer: The process of arranging items in a specified order.
⩥ Computing binary equivalent.
Answer: Converting characters to their binary representation.
⩥ Binary Multiplication.
Answer: Appending three 0s to the end of a binary number multiplies the
number by 2^3 times, which is the same as multiplying the number by 8.
⩥ Greatest Number of Searches.
Answer: 1-2 → 1, 3-4 → 2, 5-8 → 3, 9-16 → 4, 17-32 → 5, 33-64 → 6,
65-128 → 7, 129-256 → 8, 257-512 → 9, 513-1024 → 10, 10,000 = 14.
⩥ APCSP Program Purpose 1.
Answer: To collect user input and display a result.
⩥ APCSP Program Purpose 2.