Which of the following is not a common form of conceptual database model?

A. hierarchical
B. network
C. sequential
D. relational


Answer: C

Computer Science & Information Technology

You might also like to view...

What words are displayed in the list box by the following program segment?

``` Dim deadlySins() As String = {"pride", "greed", "anger", "envy", "lust", "gluttony", "loth"} Dim query = From sin in deadlySins Order By sin Ascending Where sin.StartsWith("g") Select sin lstBox.Items.Add(query.First) lstBox.Items.Add(query.Max) ``` (A) gluttony and greed (B) gluttony and gluttony (C) pride and gluttony (D) greed and greed

Computer Science & Information Technology

The item marked 1 in the accompanying figure is an alignment line.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The biggest advantage of using Dynamic Web Templates is the ability to make a change in the .dwt file and have all the pages based on that template update automatically.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?_____ requires that a software supplier document all testing and maintain records of test results.

A. ?International Organization for Standardization (ISO) B. ?Software Engineering Institute (SEI) C. ?Open Database Connectivity (ODBC) D. ?Center for the Application of Information Technologies (CAIT)

Computer Science & Information Technology