List three categories of printed reports.
What will be an ideal response?
The three categories of printed reports are summary, detailed, and exception reports.
You might also like to view...
When HTML for a page is created, a validator is converted into _________.
a) JavaScript b) C# c) Visual Basic d) None of the above.
Label, TextBox, and ComboBox are examples of Visual Basic controls
Indicate whether the statement is true or false
The New Query command lets you connect to and refine data from different sources
Indicate whether the statement is true or false.
Given the following pseudocode, how many conditions will be tested if 70 is input?
``` Start Read GRADENUM CASENTRY GRADENUM CASE 60 < GRADENUM ? 80 GRADE = “A’ CASE 59 ? GRADENUM ? 70 GRADE = “B’ CASE 50 < GRADENUM ? 60 GRADE = “C’ CASE other GRADE = “No Grade” ENDCASE Write GRADE Stop ``` a) 1 b) 2 c) 3 d) 4