Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
pre test i need the real test taken but obviously if u dont do well on this one then i dont want u taken the real onei still pay u something for youre time
get number
while number is positive
add to sum
get number
Choose one answer. a. sequence b. decision c. loop d. nested IncorrectMarks for this submission: 0/1.Question 10Marks: 1The do loop is a variation of the ____ loop.Choose one answer. a. if-then-else b. while c. case d. sequence CorrectMarks for this submission: 1/1.Question 11Marks: 1An array whose elements you can access using a single subscript is a/an ____ array.Choose one answer. a. one-dimensional b. multi-dimensional c. non-dimensional d. differential CorrectMarks for this submission: 1/1.Question 12Marks: 1The keyword that is NOT included in a single-alternative selection is ____.Choose one answer. a. if b. then c. else d. endif IncorrectMarks for this submission: 0/1.Question 13Marks: 1Arrays, unlike simple built-in types, are ____.Choose one answer. a. passed by deference b. passed by value c. passed by reference d. passed by configuration IncorrectMarks for this submission: 0/1.Question 14Marks: 1When you ____ records, you store a list of key fields paired with the storage address for the corresponding data record.Choose one answer. a. store b. tab c. underscore d. index IncorrectMarks for this submission: 0/1.Question 15Marks: 1A ____ allows users to interact with a program in a graphical environment.Choose one answer. a. GCI b. CGI c. command line d. GUI IncorrectMarks for this submission: 0/1.Question 16Marks: 1____ errors are relatively easy to locate and correct because the compiler or interpreter you use highlights every error.Choose one answer. a. Logic b. Syntax c. Input d. Process CorrectMarks for this submission: 1/1.Question 17Marks: 9Match each item with a statement below.A decision “inside of” another decision Used when you must nest a series of decisions about a single variable Using this operator, each Boolean expression must be true in order for the entire expression to be evaluated as true &nbs;if-then-else structure An expression whose value can be only true or false When this operator is used, only one of the listed conditions must be met for the resulting action to take place Part of a decision that executes only when the tested condition in the decision is false Path that can never be traveled Will always evaluate to the same result Partially correctMarks for this submission: 3/9.Question 18Marks: 1Providing array values is sometimes called ____.Choose one answer. a. creating the array b. declaring the array c. accumulating the array d. populating the array IncorrectMarks for this submission: 0/1.Question 19Marks: 1In every popular computer coding scheme, “A” is numerically one greater than “B.”Answer: True False IncorrectMarks for this submission: 0/1.Question 20Marks: 1A calling method sends a/an ____ to a called method.Choose one answer. a. parameter b. interface c. object d. argument IncorrectMarks for this submission: 0/1.Question 21Marks: 1Classes that depend on field names from parent classes are said to be ____ because they are prone to errors.Choose one answer. a. robust b. innovative c. fragile d. constructive CorrectMarks for this submission: 1/1.Question 22Marks: 1A ____ is one of the tiny dots of light that form a grid on your screen.Choose one answer. a. point b. texel c. shader d. pixel CorrectMarks for this submission: 1/1.Question 23Marks: 1In a class method, the ____ reference can be used only with identifiers that are field names.Choose one answer. a. my b. this c. that d. me IncorrectMarks for this submission: 0/1.