Case Based Critical Thinking QuestionsCase 8-1The Washington County Public School System has created a database that tracks student performance in all grade levels based on assessments administered every marking period. Administrators and teachers in the school system have access to a secure Intranet for quick access to the school system's policies, forms, curriculum standards, and other information.  Zack and Cayla are college interns for the school system, and they have been asked to use the Access database and information gathered from the individual schools to share the assessment data for the first three marking periods of the school year.  Answer the following questions using your knowledge of Access tools for sharing and integrating data.

Each Excel worksheet that was exported contained column names.  Those names will appear in the first row of the Import Text Wizard and may be used as the ____ in the Access table.

A. table properties
B. field names
C. field properties
D. data source


Answer: B

Computer Science & Information Technology

You might also like to view...

A symmetrical multiprocessor organization must __________, unlike master/slave and separate kernels organizations.

a) ensure mutual exclusion to all kernel data b) be able to recover from a processor failure c) handle all I/O requests using only one processor d) all of the above

Computer Science & Information Technology

The statement ___________ assigns an array of three columns and three rows to two- dimensional int array intArray.

a) int[][] intArray = { { 1 2 3 } { 4 5 6 } { 7 8 9 } }; b) int[,] intArray = new int( { { 1 2 3 } { 4 5 6 } { 7 8 9 } }; c) int[,] intArray = { { 1 2 3 } { 4 5 6 } { 7 8 9 } }; d) int[] intArray = { { 1 2 3 } { 4 5 6 } { 7 8 9 } } );

Computer Science & Information Technology

A(n) ________ field is a data field whose values are derived from formulas

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

Computer Science & Information Technology

Among mouse operations, to ____________________ means to press and release the primary mouse button.?

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

Computer Science & Information Technology