Case-Based Critical Thinking Questions

Interns Leah and Santana are organizing a summer camp for children ages 5-10 for their local recreation and parks agency. Participant and payment information is stored in an Excel spreadsheet as children are registered for activities. An Access database contains information about children (participants), parents, employees, as well as activity sessions and schedules. The database contains the following tables:
? Participant Information? Parent Information? Employees? Activities
?
?
After printing a report of parent information for camper pick-up monitors, Santana decides some of the field names displayed on the report are hard to read.  For example, she prefers the field MotherMobilePhone to be displayed as Mother Cell on the report.  Which field property should be changed to modify the field name display on the report?

A. Input Mask
B. Default Value
C. Format
D. Caption


Answer: D

Computer Science & Information Technology

You might also like to view...

In the Gallery, you can mouse over a piece of clip art to view its description and name in a(n) ________

A) ScreenTip B) separate document C) clip art field D) illustration pane

Computer Science & Information Technology

The result of the TODAY function is ________, it will update each time the workbook is opened

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

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. Allows users to access and view web pages on the Internet B. A program designed to make users more productive and/or assist them with personal tasks C. Enables meeting between geographically separated people who use a network such as the Internet to transmit video/audio D. Online area where users have written discussions E. A collection of individual applications available together as a unit F. Kind of software that creates and analyzes the user's tax forms to search for potential errors and deduction opportunities G. Real-time exchange of messages, files, audio, and/or video with another online user H. Real-time online typed conversations with many users; integrated in some operating systems and browsers I. Kind of mobile app with which you can use the digital camera on your mobile device to take quality photos and/or videos and then instantly share them on social media sites J. Detects and protects a computer and its data from unauthorized intrusions K. A collection of drawings, photos, and other images L. A collection of data organized in a manner that allows access, retrieval, and use of that data M. Kind of software that provides the capabilities of paint software and the ability to modify existing graphics N. Software often included with the purchase of a digital camera O. Kind of software that determines where users are spending their money P. Keeps track of changes made to websites Q. Type of application that assists professional and designers in creating engineering, architectural, and scientific designs and models R. Used to create time-stamped articles in a diary or journal format S. Integrated in most mobile devices T. Available free at portals on the web and included with paid Internet access service

Computer Science & Information Technology

Which of the following statements about initializing an array is false?

A. Initializer values are stored in braces. B. Initializer values must be separated by commas. C. Data can be stored in a variable-length array when it is defined. D. It is a compiler error to specify more values than there are elements in the array. E. If the number of values provided is fewer than the number of elements, the unassigned elements are filled with zeros.

Computer Science & Information Technology