Variables that represent neither problem inputs nor problem outputs but are needed for internal computations are called _____.

a. problem constants
b. prototypes
c. results
d. formula variables
e. program variables


E

Computer Science & Information Technology

You might also like to view...

To scroll through the aside element using a mobile device like an iPad, you must use the ____ scroll gesture on the contents of the sidebar.

A. one-finger B. two-finger C. double-tap D. tap and slide

Computer Science & Information Technology

Consider a 2-by-3 integer array t.

a) Write a declaration for t. b) How many rows does t have? c) How many columns does t have? d) How many elements does t have? e) Write the names of all the elements in row 1 of t. f) Write the names of all the elements in column 2 of t. g) Write a single statement that sets the element of t in the first row and second column 2 to zero. h) Write a series of statements that initialize each element of t to zero. Do not use a loop. i) Write a nested for statement that initializes each element of t to zero. j) Write a statement that inputs the values for the elements of t from the keyboard. k) Write a series of statements that determine and print the smallest value in array t. l) Write a statement that displays the elements in row 0 of t.

Computer Science & Information Technology

When you open a file or program, Snow Leopard displays the file or program in a rectangular-shaped work area known as a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following is the path to the Goal Seek button?

A. (Insert tab | Goal Seek group) B. (Home tab | Data Tools group) C. (Data tab | Data Tools group) D. (Analyses tab | Goal Seeking group)

Computer Science & Information Technology