ICAS Year 7 Digital Technologies Revision

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

1/62

flashcard set

Earn XP

Description and Tags

ICAS YR7

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

63 Terms

1
New cards

Algorithm

A step-by-step procedure used to solve a problem or complete a task.

2
New cards

Pseudocode

A plain-English way of describing an algorithm using code-like structure without real programming syntax.

3
New cards

Variable

A named container in code that stores data which can change during a program.

4
New cards

IF statement

A decision-making command that runs different code depending on whether a condition is true or false.

5
New cards

FOR loop

A command that repeats a set of instructions a fixed number of times.

6
New cards

WHILE loop

A loop that continues repeating instructions as long as a condition remains true.

7
New cards

MOD operator

Returns the remainder after division, useful for checking even/odd numbers.

8
New cards

Debugging

Finding and fixing errors or bugs in a computer program.

9
New cards

Flowchart

A diagram that shows the steps in an algorithm using arrows and shapes.

10
New cards

Data

Raw facts or information that can be collected, stored, and analysed.

11
New cards

Binary

Base-2 number system using only 0 and 1, used by all computers.

12
New cards

Bit

The smallest unit of data in computing, either 0 or 1.

13
New cards

Byte

A group of 8 bits; one ASCII character is usually stored in one byte.

14
New cards

ASCII

A character encoding system where letters, numbers, and symbols are given a binary value (e.g. A = 65).

15
New cards

Padding

Adding leading zeros to binary numbers to make them a fixed width (like 8-bit).

16
New cards

Two’s complement

A method for representing negative binary numbers by flipping bits and adding 1.

17
New cards

Bit shifting

Moving binary digits left (×2) or right (÷2); useful for fast calculations.

18
New cards

Fixed-width binary

All binary numbers are represented with the same number of bits using padding.

19
New cards

Encryption

Converting data into a coded format to prevent unauthorized access.

20
New cards

2FA (Two-Factor Authentication)

Requires a password and a second unique code to log in for extra security.

21
New cards

Phishing

A scam that tricks people into giving away private info through fake emails or sites.

22
New cards

VPN (Virtual Private Network)

Encrypts your internet traffic to keep it private, especially on public Wi-Fi.

23
New cards

HTTPS

Hypertext Transfer Protocol Secure; encrypts data between browser and website.

24
New cards

Spam

Unwanted or irrelevant messages, often in email, sometimes with scams or malware.

25
New cards

Digital footprint

The trail of data you leave behind when using the internet.

26
New cards

Cloud storage

Storing data on remote servers accessed via the internet (e.g., Google Drive).

27
New cards

ROM (Read-Only Memory)

Permanent memory in a computer that stores startup instructions.

28
New cards

RAM (Random Access Memory)

Temporary memory that stores data while the computer is running.

29
New cards

HDD (Hard Disk Drive)

Traditional storage device with moving parts; stores large amounts of data.

30
New cards

SSD (Solid State Drive)

Faster storage device with no moving parts; uses flash memory.

31
New cards

Input device

Hardware that sends information into a computer (e.g., keyboard, mouse).

32
New cards

Output device

Hardware that gets information out of a computer (e.g., monitor, printer).

33
New cards

Touchscreen

A device that serves as both input and output by detecting touch and showing display.

34
New cards

Monitor

An output device that visually displays information.

35
New cards

Keyboard

An input device used for typing.

36
New cards

Mouse

An input device used to navigate and click.

37
New cards

Printer

An output device that creates hard copies of documents.

38
New cards

Speakers

An output device that plays sound.

39
New cards

Scanner

An input device that turns physical images into digital form.

40
New cards

Spreadsheet

A grid used for calculations, graphs, and data analysis.

41
New cards

Formula

An instruction in a spreadsheet that calculates something (e.g., =SUM(A1:A5)).

42
New cards

Absolute reference

A cell reference that does not change when copied ($A$1).

43
New cards

Relative reference

A cell reference that changes depending on where it's moved (A1).

44
New cards

Filter

A tool in spreadsheets that hides rows that don’t meet a condition.

45
New cards

Chart/graph

A visual representation of data in spreadsheets (e.g., bar, pie, line).

46
New cards

Table

A structure with rows and columns for organizing data.

47
New cards

Slide

One page in a presentation, like PowerPoint.

48
New cards

Hyperlink

A clickable link to a website, document, or slide.

49
New cards

HTML

Hypertext Markup Language; used to create the structure of web pages.

50
New cards

tag <a>

Creates a hyperlink in HTML.

51
New cards

tag <img>

Displays an image in HTML using a file source.

52
New cards

tag <div>

A block container in HTML used to group elements.

53
New cards

Collaborative platform

A tool (e.g., Google Docs) that lets multiple users edit content at the same time online.

54
New cards

Email etiquette

Proper use of subject lines, greetings, grammar, and signatures in professional emails.

55
New cards

CC vs BCC

In emails, CC shows recipients to all; BCC hides recipients from each other.

56
New cards

Intranet

A private network only accessible by authorized users in an organisation.

57
New cards

Internet

A global network that connects millions of computers and devices.

58
New cards

LAN (Local Area Network)

A network within a small area (e.g., school or home).

59
New cards

WAN (Wide Area Network)

A network spread across a large area, such as the internet.

60
New cards

Operating system

Software that manages hardware and runs programs (e.g., Windows, macOS).

61
New cards

Software

Programs or applications run by a computer.

62
New cards

Hardware

Physical components of a computer (e.g., CPU, RAM, keyboard).

63
New cards