Checkpoint 5 - Reports, Testing and Synoptic Review

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering database reports, macro actions, testing types, usability testing, synoptic database design rules, and build order from Checkpoint 5.

Last updated 8:59 AM on 9/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Report

A structured, formatted database output designed for viewing or printing.

2
New cards

Grouping in reports

Puts related records together into sections.

3
New cards

Sorting in reports

Controls the order records appear within a report/group.

4
New cards

Report totals

Calculations such as Count or Sum can be placed in group/report footers.

5
New cards

Macro

A sequence of Access actions used to automate tasks.

6
New cards

OpenForm

A macro action that opens a specified form.

7
New cards

OpenReport

A macro action that opens a specified report.

8
New cards

Normal test data

Typical valid data that should be accepted and processed correctly.

9
New cards

Erroneous test data

Invalid data that should be rejected or handled.

10
New cards

Extreme test data

Valid data at or near an allowed boundary.

11
New cards

Referential-integrity test

Attempts to create an invalid relationship to confirm it is prevented.

12
New cards

Usability testing

A real user attempts realistic tasks so the interface can be evaluated.

13
New cards

Refinement

An improvement made because testing/review identified a weakness.

14
New cards

Retesting

Testing again after a change to confirm the issue is fixed and no new problem was introduced.

15
New cards

Synoptic: M:M

A many-to-many relationship requires a junction/transaction table.

16
New cards

Synoptic: primary key

Use a unique, stable identifier for each record.

17
New cards

Synoptic: money data

Use Currency for monetary values.

18
New cards

Synoptic: non-negative validation

A rule such as 0\ge 0 prevents negative values.

19
New cards

Synoptic: forms vs reports

Forms are for interaction/data entry; reports are formatted outputs.

20
New cards

Build order

Build on a sound data model before creating dependent interface/output objects.