Data Modelling, Database Design, and UI Best Practices

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

1/27

flashcard set

Earn XP

Description and Tags

A comprehensive set of fill-in-the-blank practice questions covering database modelling, UI/UX input and output standards, layout principles, and project tactical reviews based on the lecture notes.

Last updated 2:04 PM on 7/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

An object or concept that stores information in a database is known as an __________.

Entity

2
New cards

A specific characteristic or property of an entity is called an __________.

Attribute

3
New cards

A __________ is an association or connection between two entities.

Relationship

4
New cards

__________ defines the numerical relationship metrics between collaborating entities.

Cardinality

5
New cards

A unique attribute that explicitly identifies each individual record within a database table is called a __________.

Primary key

6
New cards

A __________ connects two tables together by referring directly to the primary key of another table.

Foreign key

7
New cards

In the SQL code provided, the StudentiD is defined as __________.

INT PRIMARY KEY

8
New cards

__________ is a high-level database architecture focused on identifying business entities and relationships using abstract modeling tools like ERDs.

Conceptual Database Design

9
New cards

Conceptual Database Design is __________ of database software.

independent

10
New cards

The phase where the conceptual ERD is mapped into actual structures, tables, data types, and PK/FK definitions is called __________.

Physical Database Design

11
New cards

To keep an input form clean and avoid asking for non-essential data, designers should use a __________.

Simple layout

12
New cards

Logical, clear __________ should be provided so users understand exactly what data format is required.

labels

13
New cards

__________ entails implementing prompt verification constraints to verify input correctness before the user commits.

Data validation

14
New cards

Standardizing button positions and form styling across the application environment is part of maintaining __________.

Consistency

15
New cards

To minimize typing mistakes, widgets like __________ and checkboxes should be applied.

dropdown selectors

16
New cards

Output best practice includes __________, which means filtering out noise and displaying only critical, context-aligned data.

Relevance

17
New cards

Utilizing professional typography, suitable padding, and readable alignment is part of __________.

Readable Formating

18
New cards

Highlighting paramount metrics or status flags using distinct weight variations is a technique used in __________.

Visual Hierarchy

19
New cards

Effective layout design relies on an intuitive visual structure, proper element padding, uniform design rhythm, and straightforward __________ paradigms.

navigation

20
New cards

Navigation menus should be universally docked across the __________ region or along the left side canvas bar.

Top header

21
New cards

Standard navigation placement coordinates align with standard __________.

scanning habits

22
New cards

The web layout standard font size for Headings is between __________ and __________.

20px20\,px and 32px32\,px

23
New cards

The web layout standard font size for Body text is between __________ and __________.

14px14\,px and 16px16\,px

24
New cards

A quality pass evaluating project documents to verify clarity and ensures criteria are testable is a __________.

Requirement Review

25
New cards

__________ involves evaluating system blueprints, architectural models, and sequence schemas.

Design Review

26
New cards

__________ is a peer engineering review focused on identifying optimizations and checking style.

Code review

27
New cards

A systematic process loop verifying executable compliance is known as __________.

Testing

28
New cards

The tactical approach of creating clean, discoverable system guides to simplify asset maintenance cycles is __________.

Documentation