COGNITIVE ASSESSMENT
What type of software can your parents use to create a will without visiting an attorney?
A. attorney supernumerary software
B. legal software
C. court-documented software
D. accounting/tax preparation software
Answer: B
You might also like to view...
What is displayed after code corresponding to the following pseudocode is run?
```Set X = 15 Set Y = 25 Set Z = 20 Call Numbers(Y, Z, X) Subprogram Numbers(A, B, C) Write A + “ “ + B + “ “ + C End Subprogram``` a. 15 25 20 b. 15 20 25 c. 20 25 15 d. 25 20 15
A ____ project is a project file that contains subprojects.
A. full B. global C. master D. standard
When choosing an option in the Target list of an image map, which of the following displays the destination page in a separate browser window?
A. _blank B. _self C. new D. _parent
Given the following input records, how many lines would be output if a control break program was used to output a group-printed report, containing intermediate lines but not final totals or heading lines?
John 20.00 John 30.00 Mary 10.00 Sue 6.00 Sue 8.00 Sue 13.00 a) 3 b) 4 c) 9 d) 10