Screenshot 2024-03-21 at 1.34.07 PM

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Search EN Upload Read free for 30 days

 0 ratings · 656 views · 55 pages


CS403 - Certificate Final Exam - Attempt Review -
Saylor Academy
Uploaded by Daasebre Ababiom AI-enhanced title

Full description

     
Save 0% 0% Embed Share Print

Download now 1 of 55  Search document 

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

 Back to 'Certificate Final Exam\'

Started on Thursday, August 3, 2023, 11:16 AM


State Finished
Completed on Thursday, August 3, 2023, 12:33 PM
Time taken 1 hour 16 mins
Points 37.00/50.00
Grade 7.40 out of 10.00 ( 74%)

Question

Correct

Mark 1.00 out of 1.00

Which of the following is data?

Select one:
a. 32
b. I am 32
c. It is 32 degrees.
d. It is 32 outside.

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 1/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

Which of the following is information?

Select one:
a. 32
b. It is 32.
c. It is 32 degrees.
d. It is 32 degrees Fahrenheit. 

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 2/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Incorrect

Mark 0.00 out of 1.00

Which of the following code segments best describes information?

Select one:
a. Cost = 10

b. Int X;
X = 10


c. int Dollars = 10;
Print Dollars

d. Int Dollars;
Dollars = 10;
Cost = Dollars

Your answer is incorrect.

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 3/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

Which of the following sets of terms describes the data in a database?

Select one:
a. integrated and shared
b. redundant and accurate
c. functional and redundant
d. transactional and unconstrained

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 4/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

What are databases generally used for today?

Select one:
a. Backing up hard drives or other storage disks
b. Recording the behavior of real time embedded systems
c. Storing and retrieving enterprise data for business systems
d. Performing computations for scientific and engineering application systems

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 5/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

Which of the following describes a DBMS?

Select one:
a. A part of a database
b. A database application
c. An interface between applications
d. An interface between a database and users of the database

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 6/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

A DBMS primarily supports a database for which of the following activities of the database's life-cycle?

Select one:
a. Design
b. Testing
c. Usage
d. Requirements elicitation

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 7/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

Which kind of database corresponds to 'graph'?

Select one:
a. Network
b. Relational
c. Hierarchical
d. Object-oriented

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 8/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

What kind of database corresponds to 'table'?

Select one:
a. Network
b. Relational
c. Hierarchical
d. Object-oriented

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 9/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

Which view in the three-level database architecture offers a formal description of the data with no
concern for how it will be stored?

Select one:
a. Conceptual
b. Data
c. External
d. Internal

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 10/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

Which level of the three-level database architecture deals with how the user sees data?

Select one:
a. Conceptual
b. External
c. Individual
d. Internal

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 11/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Correct

Mark 1.00 out of 1.00

A link can be established between two tables by the use of what kind of key?

Select one:
a. foreign
b. hash
c. national
d. primary

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 12/55

AD Download to read ad-free.

8/4/23, 7:50 AM CS403: Certificate Final Exam: Attempt review | Saylor Academy

Question

Incorrect

Mark 0.00 out of 1.00

What is a value that a DBMS maps to a single element of a relation?

Select one:
a. a key
b. a field value
c. a field name
d. a query value 

https://learn.saylor.org/mod/quiz/review.php?attempt=2027736&cmid=23178&showall=1 13/55

AD Download to read ad-free.

You might also like