Computing Tech

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

functional criteria?

What a system must do (e.g. login, add tasks, view content).

2
New cards

What are non-functional criteria?

How should the app behave or feel. The whole experience

3
New cards

What does UX focus on?

How the user feels using the product (e.g. smooth, intuitive).

4
New cards

What does UI focus on?

Visual, functional and interactive elements (e.g. buttons, fonts, layout).

5
New cards

What is a database?

Organised collection of structured data, stored electronically.

6
New cards

What is a row ID in a database?

A unique value that identifies a row in a table.

7
New cards

What does WCAG stand for?

Web Content Accessibility Guidelines.

8
New cards

What is bandwidth?

The max amount of data sent over the internet in a time period.

9
New cards

Why are small files important?

They load faster, use less data, and improve performance.

10
New cards

What is lossless compression?

Keeps all original data with no loss in quality.

11
New cards

What is lossy compression?

Removes some data to reduce size, may lower quality.

12
New cards

What is a test case?

Steps to test if the system works correctly (functional).

13
New cards

What is a use case?

A user’s interaction story with the system (non-functional).

14
New cards

What are examples of data types?

Text, numbers, Boolean, date/time.

15
New cards

What is Boolean data?

True or false values (e.g. yes/no, on/off).

16
New cards

Give 3 input methods.

Keyboard, touchscreen, microphone, sensors.

17
New cards

What are 3 output methods?

Screen, printer, speakers.

18
New cards

What is a Braille display used for?

To output text for visually impaired users.

19
New cards

What is syntax validation?

Checks if data follows correct format (e.g. valid email).

20
New cards

What is range validation?

Ensures data is within allowed limits (e.g. age 1–120).

21
New cards

What is domain validation?

checks that data conforms to a specific set of predefined values. yes or no or other. boolean

22
New cards

What is business rule validation?

must have other characters and symbols. passwords. checks that data confomrs to a set of business rules like a credit card number being valid.

23
New cards

What is cross-field validation?

checks data is consisten across multiple fields, such as postcodes being consistent.

24
New cards

What is database validation?

checks that data is consistent with the data in a database. e.g., checking that a user-entered email address is not already in use.

25
New cards

What’s a benefit of interactive media?

It’s engaging and gives instant feedback.

26
New cards

What’s a downside of interactive media?

It can be distracting or addictive.

27
New cards

How can interactive media help learning?

It’s personalised and encourages creativity.

28
New cards

What are some accessibility issues in interactive media?

Not all platforms support users with disabilities.

29
New cards

How is User Interface (UI) related to functional criteria?

UI focuses on the look and interaction (e.g. buttons, menus), which is the functional features of the system.

30
New cards

How is UI linked to test cases?

Test cases check if UI elements (like buttons or links) work as expected in the system.

31
New cards

How is User Experience (UX) related to non-functional criteria?

UX is about how the system feels (e.g. smooth, fast), aligning with non-functional goals.

32
New cards

How is UX linked to use cases?

Use cases describe the user’s journey and experience with the system — directly tied to UX.