ICT

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

1/88

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:57 PM on 6/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

89 Terms

1
New cards
Internet
A global network of interconnected computers that communicate using standard protocols
2
New cards
WWW
The World Wide Web; a system of web pages accessed through the Internet
3
New cards
URL
Uniform Resource Locator; the address used to access a specific webpage
4
New cards
Domain
A human-readable name for a website (e.g. google.com)
5
New cards
IP Address
A unique numerical identifier assigned to a device on a network
6
New cards
DNS
Domain Name System; translates domain names into IP addresses
7
New cards
HTTP
HyperText Transfer Protocol; rules for transferring web pages over the Internet
8
New cards
Data packets
Small chunks of data sent across a network
9
New cards
Packet switching
A method of sending data in packets that are reassembled at the destination
10
New cards
Bandwidth
The maximum amount of data that can be transferred over a network per second
11
New cards
Download
Receiving data from the Internet to your device
12
New cards
Upload
Sending data from your device to the Internet
13
New cards
Broadband
High-speed Internet connection
14
New cards
Wireless connectivity
Connecting to a network without cables (e.g. Wi-Fi)
15
New cards
Buffering
Temporary storage of data while it is being loaded
16
New cards
Bus topology
A network layout where all devices share a single cable
17
New cards
Ring topology
A network layout where each device is connected in a circular loop
18
New cards
Star topology
A network layout where all devices connect to a central device (e.g. switch)
19
New cards
LAN
Local Area Network; a network within a small area like a school or home
20
New cards
WAN
Wide Area Network; a network that covers a large geographical area
21
New cards
WLAN
Wireless Local Area Network; a LAN that uses wireless connections
22
New cards
NIC
Network Interface Card; hardware that allows a device to connect to a network
23
New cards
Router
A device that directs data between networks
24
New cards
Hub
A device that sends data to all connected devices
25
New cards
Switch
A device that sends data only to the intended device
26
New cards
Computer model
A simulation of a real-world system using a computer
27
New cards
Data model
A structure that organizes and represents data
28
New cards
Financial model
A spreadsheet used to manage money, budgets, or forecasts
29
New cards
Formula
A calculation using cell references and operators
30
New cards
Function
A predefined formula in a spreadsheet
31
New cards
Absolute cell reference
A fixed cell reference that does not change (e.g. $A$1)
32
New cards
Conditional formatting
Automatically changes cell appearance based on conditions
33
New cards
Data validation
Restricts the type of data entered into a cell
34
New cards
Charts
Visual representations of data (e.g. bar chart, pie chart)
35
New cards
Cell
A single box in a spreadsheet
36
New cards
Row
A horizontal line of cells
37
New cards
Column
A vertical line of cells
38
New cards
Sheet
A page in a spreadsheet file
39
New cards
Label
Text used to describe data
40
New cards
Value
Numerical data in a cell
41
New cards
Range
A group of selected cells
42
New cards
Named range
A range given a specific name for easy reference
43
New cards
=SUM
Adds a range of values
44
New cards
=MAX
Returns the highest value in a range
45
New cards
=MIN
Returns the lowest value in a range
46
New cards
=AVERAGE
Calculates the mean of values
47
New cards
=MEDIAN
Finds the middle value in a dataset
48
New cards
=IF
Performs a logical test and returns different values based on the result
49
New cards
=COUNTIF
Counts cells that meet a specific condition
50
New cards
+
Adds values
51
New cards
-
Subtracts values
52
New cards
x
Multiplies values
53
New cards
/
Divides values
54
New cards
>= Greater than comparison operator
55
New cards
<
Less than comparison operator
56
New cards
"="
Equal to comparison operator
57
New cards
HTML
HyperText Markup Language; used to create web pages
58
New cards
Tags
Markup elements used to structure content in HTML
59
New cards
Content layer
The text and media shown on a webpage (HTML)
60
New cards
Presentation layer
The visual style of a webpage (CSS)
61
New cards
Behaviour layer
Interactive features of a webpage (JavaScript)
62
New cards
CMS
Content Management System; software used to create and manage websites
63
New cards
WYSIWYG
What You See Is What You Get; an editor that shows design as it will appear
64
New cards
Head section
Contains metadata and page information (not visible on page)
65
New cards
Body section
Contains the visible content of a webpage
66
New cards
Style attributes in tags
Inline CSS used to style HTML elements
67
New cards
Sets the title of the webpage
68
New cards
  • Defines a list item
    69
    New cards
      Creates an ordered (numbered) list
      70
      New cards
        Creates an unordered (bulleted) list
        71
        New cards

        Defines a paragraph
        72
        New cards

        Largest heading
        73
        New cards

        Second-level heading
        74
        New cards
        Flat-file database
        A database with one table
        75
        New cards
        Relational database
        A database with multiple linked tables
        76
        New cards
        Data validation
        Ensures data entered is correct and follows rules
        77
        New cards
        Table
        A structure that stores data in rows and columns
        78
        New cards
        Column
        A vertical set of fields in a table
        79
        New cards
        Record
        A complete set of data about one item (row)
        80
        New cards
        Field
        A single piece of data within a record
        81
        New cards
        Query
        A request to retrieve specific data from a database
        82
        New cards
        Sorting
        Arranging data in order (e.g. A–Z)
        83
        New cards
        Criteria
        Conditions used to filter data in a query
        84
        New cards
        Show
        Option to display a field in query results
        85
        New cards
        Primary key
        A unique identifier for each record
        86
        New cards
        Linked tables Relationships
        Connections between tables using keys
        87
        New cards
        Calculated field
        A field that performs calculations using other fields
        88
        New cards
        Form
        A user-friendly interface for entering and viewing data
        89
        New cards
        Wizard
        A tool that guides users step-by-step to create database objects