A ________ is a grid of columns and rows in which data is entered
A) worksheet B) database C) presentation D) document
A
You might also like to view...
The C++ if, if-else, and switch statements are _____ structures.
a. sequential access b. selection c. repetition d. function-call
Write a complete Java console application that prompts the user for two numbers, multiplies the numbers, and then displays the result to the user.
What will be an ideal response?
Which of the following statements is true?
a. Methods and instance variables can both be either public or private. b. Information hiding is achieved by restricting access to class members via keyword public. c. The private members of a class are directly accessible to the clients of a class. d. None of the above is true.
A ________ is an action query that removes records from an existing table in the same database
A) parameter query B) join query C) delete query D) remove query