Applied Computing Exam Flashcards (ノ◕ヮ◕)ノ*:・゚✧

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

1/47

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.

48 Terms

1
New cards

Efficiency

Minimising the amount of time, cost and effort it takes to use a digital solution.

2
New cards

Effectiveness

How well something achieves its intended purpose

3
New cards

Types Of Effectiveness

Completeness, Attractiveness, Readability, Accuracy, Timeliness, Accessibility, Clarity, Communication of Message, Relevance, Usability and Maintainability.

4
New cards

Primary Source

Original, unprocessed data and resources; that is, information that has not been processed, analysed or interpreted in any way, such as interviews, speeches, emails, debates and meetings; it usually comes from the stakeholder

5
New cards

Secondary Source

Sources of information that has been processed, interpreted or analysed in some way by other people, such as textbooks websites, magazines, newspapers and TV programs.

6
New cards

Data

Refers to raw, unorganised facts, figures and symbols

7
New cards

Information

When data is manipulated into meaningful and useful form.

8
New cards

Data Visualisation

The presentation of data in a pictorial or graphical format.

9
New cards

Long Form

Detailed and comprehensive content, often used for in-depth analysis.

10
New cards

Series Infographic

Multi-part infographic that presents related information in digestible segments.

11
New cards

Dashboard

A visual display of the most important information needed to achieve one or more objectives.

12
New cards

Data Collection

The systematic gathering of data for a specific purpose.

Example: Surveys, Interviews And Observations (Primary)

13
New cards

Legislation

Laws enacted by a governing body.

14
New cards

Ethics

Accepted moral standards that guide behaviour; these standards may be common across a particular society or specific to a single organisation, and they may apply to a questionable activities over and above any legal requirements; ethics often provide us with a set of guidelines for appropriate behaviour.

15
New cards

Quantitative Data

Measurable and specific and is relatively easy to chart or graph (usually numerical)

16
New cards

Qualitative Data

Qualities or attributes, i.e. interviews, recordings, etc.

17
New cards

Usable Data

Integrity, Relevance, Accuracy, Bias and Reliability

18
New cards

Integrity

Data's completeness, accuracy, and consistency. Data with integrity hasn't been altered or corrupted during storage

19
New cards

Relevant

Data that is applicable and useful to the task or decision at hand. It is important to ensure only data is gathered to meet a particular need.

20
New cards

Accurate

Data that is free from errors and mistakes. Accuracy ensures that the information presented is a true and reliable representation of the facts.

21
New cards

Bias

An opinion on the data you’re surveying

22
New cards

Reliability

Able to be trusted

23
New cards

Relational Database Management System (RDBMS)

A database management system based on the relational model. Data is stored in tables with rows and columns, and relationships are established between these tables, allowing for efficient data retrieval and management. RDBMS products typically use SQL (Structured Query Language) for data access.

24
New cards

Problem-Solving Methodology

  1. Analyse

  2. Design

  3. Development

  4. Evaluate

25
New cards

Spreadsheets

An electronic document in which data is arranged in the rows and columns of a grid and can be manipulated and used in calculations.

26
New cards

Data Types

Different forms that variables and data may take, that determine the data that a variable may contain, and how the data or variable may be manipulated

27
New cards

Data Structures

A method of organising data to allow particular operation to be performed on them efficiently.

28
New cards

Variables

In programming, a key word, phrase or symbol that represents a value that may change.

29
New cards

Control Structures

Fundamental programming concepts that determine the order in which code is executed.

Sequence: Code runs line by line from start to finish(Step By Step)

Selection: Some condition will decide which parts of code will run(IF)

Iteration: Any repeated code that is repeated subject to some condition (Loops(While))

30
New cards

Operators

A character that represents a specific mathematical or logical action or process.

31
New cards

Procedures

Also known as netgid, function or subroutine; a named block of code that performs a specific task or operation within a program.

32
New cards

Functions

A sequence of related code that has been given a name that can be called from other points in the source code.

33
New cards

Methods

An action an object can carry out - for example, window.refresh, golfClub.swing

34
New cards

Formats

Factors that govern the appearance of a digital solution, such as the typeface and background colour.

35
New cards

Conventions

Standard that has been developed to determine the presentation of documents and other output produced using information systems; rarely static, change over time as changes in technology and business occur; a convention is first decided on and adopted.

36
New cards

Design Tools

Used to represent the functionally and appearance of your solution

37
New cards

IPO Chart

Used during the design stages to clearly identify the solution’s input and output and the required processing steps.

38
New cards

Data Dictionary

A centralized metadata repository detailing data structure, elements, relationships, and usage within a database, aiding data management and application development.

39
New cards

Mockup

Differences in font sizes, colour and positioning of objects.

40
New cards

Annotated Diagram

Provide a visual depiction of how your visualisation solution should look.

41
New cards

Pseudocode

Code that designs algorithms in a clear, human-readable, language-independent format.

42
New cards

Query Design

The process of creating a query, which is a request for data or information from a database. It involves structuring and formulating the data to search for, filter, and retrieve specific information that satisfies the query's requirements.

43
New cards

Testing Tables

Tables used in the software testing process. These tables contain different types of data such as expected outcomes, test data, and criteria to evaluate the performance and accuracy of software or systems.

44
New cards

Object Oriented Programming

A style of programming that revolves around the use of ‘objects’.

45
New cards

APP 2

Anonymity and Pseudonymity: Requires the APP entities to give individuals the option of not identifying themselves, or of using a pseudonym. Limited exceptions apply.

46
New cards

APP 6

Use or disclosure of personal information: Outlines the circumstances in which an APP entity may use or disclose personal information that it holds.

47
New cards

APP 11

Security of personal information: AN APP entity must take reasonable steps to protect personal information it holds from misuse, interference and loss, and from unauthorised access, modification or disclosure.

48
New cards

SQL

SELECT clause, a FROM clause, and an optional WHERE clause