Introduction to Online Collaboration, Spreadsheets, Networks, and Programming

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

1/29

flashcard set

Earn XP

Description and Tags

These flashcards cover vocabulary related to online collaboration, cloud computing safety, spreadsheet basics, network operations, and foundational programming concepts.

Last updated 11:30 AM on 6/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Shared Work

A form of online collaboration where 2 or more people contribute to the same document, presentation, spreadsheet or project.

2
New cards

Communication (Online Collaboration)

How people exchange ideas through email, comments, messages and shared planning spaces.

3
New cards

Responsibility (Online Collaboration)

A key aspect of good collaboration that depends on clear language, sensible behaviour and respect for other people's work.

4
New cards

Store (Cloud Computing)

The ability for files to be saved online instead of only on one device.

5
New cards

Access (Cloud Computing)

The ability for work to be opened from different devices when there is a connection.

6
New cards

Share (Cloud Computing)

A feature allowing several users to view, comment on or edit the same live document.

7
New cards

Version history

A tool that is especially useful because it helps recover mistakes and shows how work has changed over time.

8
New cards

Cell

A single box in a spreadsheet where data or a formulas is entered.

9
New cards

Row

A horizontal line of cells in a spreadsheet, labelled with numbers.

10
New cards

Column

A vertical line of cells in a spreadsheet, labelled with letters.

11
New cards

Cell reference

The position of a cell, such as B4\text{B4} or D7\text{D7}.

12
New cards

Formula

An equation typed into a spreadsheet to calculate a value, usually starting with an equals sign.

13
New cards

Function

A built-in formula that carries out a common job such as adding or averaging.

14
New cards

=SUM(B2:B6)=\text{SUM}(\text{B2:B6})

A common spreadsheet function that adds values.

15
New cards

=AVERAGE(B2:B6)=\text{AVERAGE}(\text{B2:B6})

A common spreadsheet function that finds the mean.

16
New cards

=MAX(B2:B6)=\text{MAX}(\text{B2:B6})

A common spreadsheet function that finds the highest value.

17
New cards

Client

A device on a network that requests files or services.

18
New cards

Server

A computer on a network that provides files or services.

19
New cards

Router

A device that directs data to the corrects destination.

20
New cards

Packet

A small chunk of data sent across a network.

21
New cards

Internet

The global system of connected networks and devices.

22
New cards

World Wibe Web

A service that uses the internet to access websites and web pages.

23
New cards

Algorithm

A step-by-step set of instructions for solving a problem.

24
New cards

Program

An algorithm written in a form that a computer can read.

25
New cards

Sequence

A programming term where instructions happen in order.

26
New cards

Selection

A programming term where a choice is made, often using if statements.

27
New cards

Iteration

A programming term where instructions repeat in a loop.

28
New cards

Variable

A named value that can change, such as score or lives.

29
New cards

Count controlled loop

A type of loop used when the number of repeats is known, such as saying "Welcome" 33 times.

30
New cards

Condition controlled loop

A type of loop used when the program should continue until something becomes true, such as repeating until the correct answer is given.