Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

home / study / engineering / computer science / questions and answers / 1- the q

ID: 3674191 • Letter: H

Question


home / study / engineering / computer science / questions and answers / 1- the query wizard is limited to only including ...

Question

Edit question











1- The query wizard is limited to only including fields from one single table, if you wish to add fields from other tables you must add those manually in the query designer.

True

False

2-The form wizard is limited to only including fields from one single table, if you wish to add fields from other tables you must add those manually in the form designer.

True

False

3-The report wizard is limited to only including fields from one single table, if you wish to add fields from other tables you must add those manually in the report designer.

True

False

4-What type of MS Access database object can we create that allows you to automate tasks and add functionality to your forms, reports, and controls?

- a.

Macro

b.Visual Basic for Applications


c.

Program

d.Codefile

5-Which of the following is NOT an aggregate function built-in to MS Access?

a.

COUNT

b.SUM

c.AVG

d.LEN

6-Which of the following phases of the systems development life cycle is typically the longest step of database development?

a.

Implementation

b.

Planning

c.

Maintenance

d.Analysis

7-What is the specifications for how data from a logical schema are stored in a computer's secondary memory by a database management system known as?

a.

Theoretical schema

b.

Logical schema

c.

Physical schema

d.

Conceptual schema

8-What approach to database and software development that emphasizes "individuals and interactions over processes and tools, working softare over comprehensive documentation, customer collaboration over contract negotiation, and response to change over following a plan" known as?

a.

SDLC

b.

Agile software development

c.

Prototyping

d.Extreme

9-What is the representation of a database for a particular data management technology known as?

a.Conceptual schema

b.Logical schema

c.

Theoretical schema

d.Physical schema

10- Which phase of the systems development life cycle includes tasks such as coding and testing database processing programs and completion of documentation and training materials?

a.Analysis

b.Planning

c.Implementation

d.Design

Explanation / Answer

1.False

2.True

3.False

4a)macro

5)d)LEN

6a)Implementation

7)c)Physical schema

8)c)protoyping