Yr8 CS EOY

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

1/52

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:02 AM 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

53 Terms

1
New cards

What are some different HTML tags that allow you to display text?

< p > for paragraphs; < h1 > or < h2 > for headings; and < a > for links
2
New cards

What does the < style > tag do?

It allows you to add additional properties to text such as backgrounds; text colours; fonts; or to change text size

3
New cards

How do you make a list in HTML?

By using either < ul > for unordered lists or < ol > for ordered lists

4
New cards

What do you always start and end with in HTML coding?

< html > and < /html >
5
New cards

What is the difference between CSS and HTML?

HTML provides the structure of the website while CSS provides the style like background images or fonts

6
New cards

How can CSS be used instead of a < style > tag?

You can link one external CSS sheet to the whole website instead of writing 100 lines of code on each page

7
New cards

How do you make a heading dark blue with a font size of 36 pixels in CSS?

h1 { color:darkblue; font-size:36px; }

8
New cards

How do you link a style page that uses CSS to another page?

< link rel="stylesheet" href="style.css" >
9
New cards

What is an algorithm?

A process or set of rules to be followed in calculations or other problem-solving operations by a computer

10
New cards

Examples of boolean logic

AND; OR; NOT

11
New cards

Define OR

True when either of the conditions is true

12
New cards

Define NOT

True when the condition is false

13
New cards

Define AND

True when both conditions are met

14
New cards

What are variables?

Containers that store small portions of data for later use; manipulation; and calculations by the CPU

15
New cards

How to convert Binary to Denary?

Write numbers doubling from 1 right to left; place the binary below; and add the numbers above all the ones

16
New cards

How to convert Denary to Binary?

Write numbers doubling from 1 and find the combination of values that add up to the target denary number

17
New cards

What must all spreadsheet formulas start with?

An equals sign (=)

18
New cards

How do you set an absolute reference in a spreadsheet?

By using a dollar sign ($) e.g. $A$9

19
New cards

What is a cell reference?

The specific cell that the formula will affect

20
New cards

How do you highlight multiple non-connected cells?

Hold down the Ctrl key while highlighting the cells

21
New cards

What is the difference between absolute and relative cell references?

Relative references change if the formula moves; while absolute references always refer to one specific cell

22
New cards

Operating system

Manages computer software and hardware resources

23
New cards

Processor

Executes instructions from software

24
New cards

Screen resolution

The amount of pixels that fit on the screen

25
New cards

Internal memory

The short term memory of a computer

26
New cards

Storage

The long term memory of a computer

27
New cards

Camera

Digital cameras which can capture images

28
New cards

Bluetooth

Short range data waves that send and receive data between devices close to each other

29
New cards

Wi-Fi

Radio waves that transmit data wirelessly between a router and devices

30
New cards

NFC

Communication between devices with a distance of four cm or less

31
New cards

Audio connector

A device that can output sound from a computer

32
New cards

What is a computer network?

A system of interconnected devices that exchange hardware; software; and information

33
New cards

What are nodes?

Any device connected to a network such as laptops; printers; servers; or security cameras

34
New cards

PAN

Personal area network

35
New cards

LAN

Local area network

36
New cards

MAN

Metropolitan area network

37
New cards

WAN

Wide area network

38
New cards

CAN

Campus area network

39
New cards

What does copyright do?

Legally protects original work from being copied or stolen without the creator's permission

40
New cards

Is the copyright symbol necessary?

No because you automatically own the copyright upon creation if it is an original design

41
New cards

What exactly does copyright protect?

Only the exact words or design you made and not the idea behind it

42
New cards

Public profile information

Profile picture; chosen display name; and public posts you make or reshare

43
New cards

Private profile information

Email address; phone numbers; physical address/location; and direct messages

44
New cards

What is phishing?

When someone uses fake texts; emails; or pop-ups to trick people into sharing personal financial info

45
New cards

What is a VPN?

A tool that keeps your internet connection private so websites and hackers cannot easily see your activity

46
New cards

How do you create a good password?

Make it complex or long by adding numbers; capital letters; and symbols

47
New cards

How can you protect your data from threats?

Use a VPN or an antivirus program

48
New cards

How do you get rid of a virus?

Use an antivirus software

49
New cards

What is an input device?

A device that takes data from the user to the computer

50
New cards

What is an output device?

A device that converts data from the computer into something the user can see; hear; or feel

51
New cards

Name some input devices

Keyboard and Mouse

52
New cards

Name some output devices

Speaker and Monitor

53
New cards