Data Management and Analysis Techniques

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

1/45

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.

46 Terms

1
New cards

Efficiency

Refers to the use of minimal resources (time, cost, effort)

2
New cards

Effectiveness

How well a solution meets its intended purpose or goals.

3
New cards

Primary Sources

Provide first-hand data, such as surveys, interviews, and observations.

4
New cards

Secondary Sources

Interprets or analyzes primary data, like articles, reports, or datasets from other researchers.

5
New cards

long-form infographic

To present data as a story or journey, often used for education or awareness.

6
New cards

Dashboard

To provide real-time, at-a-glance metrics and analytics for decision-making.

7
New cards

Name three data collection methods.

Surveys, interviews, and observations.

8
New cards

Why are ethics important in data collection and use?

To protect privacy, ensure informed consent, and prevent misuse of data.

9
New cards

Name a key piece of legislation affecting data use.

The Privacy Act (Australia) or GDPR (Europe), depending on context.

10
New cards

Quantitative Data

Numeric data that can be measured and analyzed statistically.

11
New cards

Qualitative Data

Descriptive data based on observations, interviews, or texts.

12
New cards

What makes data usable

Integrity, relevance, accuracy, unbiasedness, and reliability.

13
New cards

What are the key characteristics of a Relational Database Management System?

Tables (relations), use of SQL, and relationships via primary and foreign keys.

14
New cards

Problem solving methodology

Analysis, Design, Development, Testing, and Evaluation.

15
New cards

Data Collection Methods

Techniques like surveys and interviews for gathering data.

16
New cards

Spreadsheets

Tools for statistical analysis and visualising data.

17
New cards

Programming Language Features

For statistical functions, graphing, filtering, and data visualization.

18
New cards

What are common data types in programming?

Integer, float, string, boolean, and date.

19
New cards

What are basic data structures?

Arrays/lists, dictionaries/maps, stacks, queues.

20
New cards

What are the key features of a programming language?

Variables, control structures (if, loops), operators, procedures, functions, and methods.

21
New cards

What is a naming convention in programming?

A consistent way to name variables, functions, and files (e.g., camelCase, snake_case).

22
New cards

What is an IPO chart?

Input-Process-Output chart - outlines the data input, processing steps, and output.

23
New cards

What is a data dictionary?

A document that defines data elements, formats, and meanings in a system.

24
New cards

What is a mockup or Annotated Diagram?

A visual representation of a user interface layout.

25
New cards

What is pseudocode?

Simplified, informal coding language used to plan algorithms.

26
New cards

What is query design?

The process of planning and writing queries to retrieve data from a database.

27
New cards

What is the purpose of a testing table?

To document expected and actual results of test cases to ensure functionality.

28
New cards

What are the main principles of Object-Oriented Programming?

Encapsulation, inheritance, polymorphism, and abstraction.

29
New cards

What is an object in OOP?

An instance of a class that contains both data and functions.

30
New cards

What is a class in OOP

A template containing fields and methods that an object must follow.

31
New cards

What is abstraction

A way of reducing complexity by simplifying interactions with the user. Allows the user to use it without understanding the code.

32
New cards

What is encapsulation in OOP?

Bundling the data and the methods that manipulate that data into a single unit, known as a class

33
New cards

What components should be in a consent form.

Title, Researchers name, What is the project and why is it being done, what the participant must do, the rights of the participant, whether the participants identity will be preserved, statements of confirmation.

34
New cards

What is APP2

Organisations must provide the option of using a pseudonym. Must also provide option to remain anonymous.

35
New cards

What is APP6

Information can not be used for undisclosed secondary reasons

36
New cards

What is APP 11

Refers to measures taken to secure personal info

37
New cards

What is a chained conditional statement

A sequence where conditions are checked one after the other. If, Else if, Else

38
New cards

What is a nested conditional statement

A condition is checked within the if, else statement to gore more in depth

39
New cards

What are breakpoints

Used to stop the execution of a program when it reaches a specific line, here the program can then be examined.

40
New cards

What are debugging statements

Used to show current value of variables throughout the program to determine when something goes wrong

41
New cards

What is the purpose of testing tables

To compare expected outputs to the actual outputs to determine if the program is functioning correctly

42
New cards

Why should you use internal documentation

To show authorisation by adding the name of the programmer and the date at the top, and to improve readability of code.

43
New cards

What is pseudocode?

Simple, universal language used to write algorithms

44
New cards

What is internal testing?

When the programmer tests the solution themself

45
New cards

What is external testing

When a quality assurance tester tests the program

46
New cards

What is client testing?

When the client participates in testing to see if the solution works how they like