Year 7 EOY Revision

3.0(2)
studied byStudied by 529 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/46

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.

47 Terms

1
New cards

Formatting

The way text appears, for example: bold, underline, all caps, with color

2
New cards

Fonts

Sets of characters, numbers, and symbols in a specific style or design

3
New cards

Icons

Pictures of images to represent something.

4
New cards

Copyright

a document granting exclusive right to publish and sell literary or musical or artistic work

5
New cards

blog

A Web log, which is a journal or newsletter that is updated frequently and published online.

6
New cards

Text Wrapping

ability of text to be located around an object or in a box. The text will fit the box without stretching it.

7
New cards

Cropping

Removing a part of an image

8
New cards

audience

the listener, viewer, or reader of a text/article

9
New cards

Plagiarism

taking credit for someone else's writing or ideas that aren't protected by law.

10
New cards

Spreadsheet/worksheet

a table of data arranged in rows and columns.

11
New cards

Spreadsheet cell

single box in a spreadsheet, eg cell A1 is top left

12
New cards

Spreadsheet column

a list of cells going down the page, has a letter, eg column A is first

13
New cards

Spreadsheet row

a list of cells running across the page, has a number, eg row 1 is at the top

14
New cards

=SUM(A1:A10)

adds the values in a row or column e.g.

=SUM(A1:A10) will add up everything in cells A1, A2, A3 ... all the way to A10

15
New cards

=COUNT(B1:B16)

counts the non-empty cells in a row or column

e.g. =COUNT(B1:B16) will count all cells which have something in them from B1 all the way to B16

16
New cards

=MAX(range)

finds the largest value in a range

e.g. =MAX(C1:C100)

17
New cards

=MIN(range)

Finds the smallest value in a range.

e.g. =MIN(C1:C100)

18
New cards

For Loop Example

A function used to repeat a set of commands (loop) however many times it has been specified.

e.g. For 10 times:
(Do this)

19
New cards

Variable (Programming)

A function in coding that is used to store a value in what looks like a word... e.g.

number = 10

20
New cards

Turtle.Move(100)

Moves the turtle the way they are facing 100 pixels

21
New cards

Turtle.TurnRight()

Turns the turtle right 90 degrees

22
New cards

Turtle.TurnLeft()

Turns the turtle left 90 degrees

23
New cards

Turtle.Turn()

Turns the turtle however much you tell it to. The angle amount it turns needs to be added in brackets e.g. Turtle.Turn(45) will turn 45 degrees.

24
New cards

Turtle.Writeline("Hello")

This code will write Hello on the screen

25
New cards

TextWindow.Read()

This will take what the person types in and store it in a variable.

26
New cards

TextWindow.WriteLine("")

Adds a blank line to the output of the code. This improves the presentation of the code output.

27
New cards

Variables rules

Remember variables can't have spaces in their names and can't contain special characters.

28
New cards

Password

Provides authentication of the user

29
New cards

cloud storage

Internet service that provides storage to computer users

30
New cards

Cloud Computing

Internet Service that allows users to use pieces of software through the Web e.g. Google Docs

31
New cards

What are the advantages of cloud storage for additional storage needs?

It can offer additional storage for business or personal needs.

32
New cards

How does cloud storage help in backing up data efficiently?

It is a very efficient method of backing up data, saving time and money.

33
New cards

How does cloud storage enable employees to work from anywhere?

Employees can work from home or while traveling using mobile devices.

34
New cards

How does cloud storage help in saving money on security?

Third-party providers offer security, saving money on staff and software/hardware.

35
New cards

What are some security issues associated with cloud storage?

Open to hacking through the use of an insecure password

36
New cards

What is one ownership issue related to cloud storage?

Ownership issues

37
New cards

What is one requirement for using cloud storage?

Internet connection required

38
New cards

What is the cost structure for cloud storage?

Free for 5GB but costs for more

39
New cards

email

messages distributed by electronic means from one computer user to one or more recipients via a network.

40
New cards

Email Subject

one word or a short phrase describing the purpose of the email.

41
New cards

Email Body

The main part of an email message that contains the message's text, images and other data. (such as attached files)

42
New cards

Email CC

An optional feature in the email header that identifies an additional recipient(s) who receive a copy of the email message and are not directly involved in the original communication.

43
New cards

Email BCC

An optional feature in the email header that identifies an additional recipient(s) who receive a copy of the email message and are not directly involved in the original communication. No other recipients will know who has been BCC'd in.

44
New cards

E-Safety

Working safely on the internet.

45
New cards

Online Strangers

People you may come across online but don't know in real life.

46
New cards

Inappropriate content

Pictures, language, movies, games which should not be seen, listened to or played.

47
New cards

Google Drive

A single place to store, access, create, edit, and share documents, files, and folders of all types.