Each category of data is stored in a database ______.

A. query
B. field
C. table
D. record


Answer: C

Computer Science & Information Technology

You might also like to view...

When an exception is thrown, an application stops running and Visual Studio goes into a special mode known as ____________.

a. debug mode b. break mode c. exception mode d. validation mode

Computer Science & Information Technology

State which of the following statements are true and which are false. If a statement is false, explain why.

1) Concatenation of string objects can be performed with the addition assignment operator, +=. 2) Characters within a string begin at index 0. 3) The assignment operator, =, copies a string. 4) A C-style string is a string object.

Computer Science & Information Technology

Examine the bus matrix for a university shown in Figure 32.12. The university is organized as schools such as the School of Computing, School of Business Studies and each school has a portfolio of programs and modules. Students apply to university to join a program but only some of those applications are successful. Successful applicants enrol on university programs, which are made up of six

modules per year of study. Student attendance at module classes is monitored as well as student results for each module assessment. (a) Describe what matrix shown in Figure 32.12 represents. (b) Using the information shown in bus matrix of Figure 32.12, create a first-draft, high-level dimensional model to represent the fact tables and dimensions tables that will form the data warehouse for the university. (c) Using the information in Figure 32.12 produce a dimensional model as a star schema for the student module results business process. Based on your (assumed) knowledge of this business process as a current or past student, add a maximum of five (possible) attributes to each dimension table in your schema. Complete your star schema by adding a maximum of 10 (possible) attributes to your fact table. Describe how your choice of attributes can support the analysis of student result.

Computer Science & Information Technology

Which JavaScript keyword is needed to set aside random-access memory to store an object variable?

A) var B) new C) prototype D) this

Computer Science & Information Technology