Applied Computing - Semester 1 Exam

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

1/70

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:17 PM on 6/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

71 Terms

1
New cards
Qualitative data
Data that describes qualities or characteristics, often gathered through interviews or surveys to provide insights and perspectives on a topical issue.
2
New cards
Quantitative data
Data that can be measured or counted numerically, such as sensor data for health monitoring, census/demographic statistics, or data collected over time.
3
New cards
Data generated by AI
Information created by artificial intelligence systems.
4
New cards
Text data
Data represented as characters or strings.
5
New cards
Numeric data
Data represented as integers, floating point numbers, or date/time values.
6
New cards
Boolean data
Data that represents a binary value, typically true or false.
7
New cards
Accuracy
The extent to which data is correct and free from error.
8
New cards
Bias
The presence of prejudice or subjectivity in data that can skew findings.
9
New cards
Integrity
The consistency, accuracy, and trustworthiness of data over its lifecycle.
10
New cards
Relevance
The degree to which data is appropriate and applicable to the task at hand.
11
New cards
Reliability
The consistency of data and the extent to which it can be trusted as a stable source.
12
New cards
Data characteristics
Qualities including size, structure, relevance, accessibility, clarity, and context.
13
New cards
APP 2
The Australian Privacy Principle requiring the non-identification of individuals.
14
New cards
APP 6
The Australian Privacy Principle requiring that information be held only for its primary purpose.
15
New cards
APP 11
The Australian Privacy Principle regarding security measures used to protect personal information.
16
New cards
APA referencing
A system for referencing primary and secondary data to acknowledge intellectual property.
17
New cards
Functional requirements
What the solution must actually do.
18
New cards
Non-functional requirements
Attributes of the solution, such as performance or usability constraints.
19
New cards

IPO chart

Chart used to represent the functionality of databases, spreadsheets, and visualisations.

20
New cards
Annotated diagrams
Visual tools used for representing the functionality and appearance of design elements.
21
New cards
Low-code development
An emerging trend in programming languages and AI-based code generators to speed up software creation.
22
New cards
One-dimensional arrays
A data structure that stores a sequence of elements of the same type.
23
New cards
Lists
A data structure used to hold ordered collections of items.
24
New cards
Records
A data structure consisting of fields with varying data types, accessible by a field index.
25
New cards
Mock-ups
Design tools used to represent the appearance of a software solution.
26
New cards
Flowcharts
Design tools used to represent the logic and sequence of a solution.
27
New cards
Pseudocode
A plain-language description of steps in an algorithm, used for designing code logic.
28
New cards
Variables
Named storage locations in memory used to initialise, access, and store data.
29
New cards
Control structures
Features of a programming language including sequence, selection, and iteration.
30
New cards
Arithmetic operators
Programming operators used for mathematical calculations.
31
New cards
Logical operators
Programming operators used to evaluate true/false conditions.
32
New cards
Conditional operators
Programming operators used to perform different actions based on whether a condition is true or false.
33
New cards
Hungarian notation
A naming convention where the variable name indicates its data type.
34
New cards

Camel casing

A naming convention where the first letter of each word except the first is capitalized

35
New cards

Documentation

Comments and notes within code to explain structures and aid maintenance.

36
New cards
Existence checking
A validation technique to ensure data is present in a field.
37
New cards
Type checking
A validation technique to ensure data is of the correct format.
38
New cards
Range checking
A validation technique to ensure data falls within specified boundaries.
39
New cards
Test tables
A debugging tool used to compare expected output with actual output using test data.
40
New cards
Relational database (RDBMS)
A system structured with tables, queries, and relationships using primary and foreign keys.
41
New cards
Spreadsheet structure
Data organized in rows, columns, and cells.
42
New cards
Data visualisation
Tools like charts and graphs used to educate, entertain, inform, or persuade.
43
New cards
Primary data
Data collected firsthand by the researcher for a specific purpose (e.g., surveys or interviews).
44
New cards
Secondary data
Data that has already been collected by someone else and is being used for a new purpose (e.g., existing reports or census data).
45
New cards
Divergent thinking
A thought process used to generate creative ideas by exploring many possible solutions (e.g., brainstorming or mind-mapping).
46
New cards
Infographic
A graphical representation of complex information or data that uses visual elements to communicate patterns and trends clearly and quickly.
47
New cards
Problem-solving methodology (PSM)
A systematic, four-stage approach—analysis, design, development, and evaluation—used to address challenges in Applied Computing.
48
New cards
Verification
The process of ensuring that data has been entered correctly (e.g., proofreading).
49
New cards
Primary Key
A field in a database that must be unique for every record and cannot be null, used to identify records and establish relationships.
50
New cards
Information
Data that has been manipulated into a meaningful and useful form to aid in decision-making.
51
New cards
For loop
A programming control structure used to repeat a block of code a specific, predetermined number of times.
52
New cards
While loop
A programming control structure that repeats a block of code as long as a specified condition remains true.
53
New cards
Range check
A validation technique that ensures entered data falls within a specific, acceptable upper and lower limit.
54
New cards
Static visualisation
A data graphic that does not change or update once it has been created and displayed.
55
New cards
Dynamic visualisation
A data graphic that can update in real-time or allow user interaction to filter and explore different aspects of the data.
56
New cards
Database
A system used for storing large amounts of structured data that requires complex relationships, data integrity, and multi-user access.
57
New cards
Spreadsheet
A tool best used for smaller datasets, performing quick calculations, and creating simple visualisations of data.
58
New cards

Problem-Solving Methodology (PSM) in order

Analysis, design, development, evaluation

59
New cards

Solution requirements, scope

PSM - Analysis (1)

60
New cards

Solution design, evaluation criteria

PSM - Design (2)

61
New cards

Manipulation, validation, testing, documentation

PSM - Development (3)

62
New cards

Strategy, report

PSM - Evaluation (4)

63
New cards

Solution requirements

The functional requirements (what the solution must do) and non-functional requirements (the quality attributes and constraints of the solution) defined during the Analysis stage to establish project scope and provide criteria for design and evaluation.

64
New cards

Scope

The defined boundaries of a project that establish what the solution will and will not include, helping to manage project expectations and prevent the inclusion of unnecessary features during the development process.

65
New cards

Solution design

The phase where design tools such as mock-ups, IPO charts, and flowcharts/pseudocode are used to represent the functionality and appearance of the solution.

66
New cards

Evaluation criteria

Specific, measurable standards established during the design phase to determine the effectiveness and efficiency of the final solution.

67
New cards

Manipulation

The use of software functions and techniques (such as formulas, functions, and charts) to process and transform data into information.

68
New cards

Validation

Techniques used to ensure data integrity and accuracy during input, such as existence, type, and range checking.

69
New cards

Testing

The process of checking that a software solution functions correctly, often using test tables to compare expected output with actual output.

70
New cards

Strategy

A plan developed to measure how well the final solution meets the original requirements and identifies any areas for future improvement.

71
New cards

Report

A final document that outlines the results of the testing and evaluation process, detailing the solution's performance against the initial requirements and criteria.