Computing Flashcards

(33 cards)

1
Q

Algorithm

A

A set of instructions that achieve a task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Sequence

A

Following instructions one after the other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Variable

A

A named container for a value (which can be inspected or altered by the program)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Iteration

A

A repeated set of instructions – common loops include forever, while true, while

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Selection

A

A choice of which set of code to follow is dependent on a true of false question – common selections are “if then else”, “when..do”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Program

A

A set of algorithms that have been created to solve a problem – commonly known as apps (application software)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Input

A

A method of entering data onto a computer system, usually with an input device, such as a keyboard or mouse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Output

A

A set of algorithms that have been created to solve a problem – commonly known as apps (application software)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

LED

A

Light emitting diode, a light. They now come in several different colours including red, yellow, amber, white, green and blue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

CPU

A

The central processing unit – every command passes through the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

RAM

A

Random access memory, very fast, volatile data storage, contains the operating system, current programs and data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ROM

A

Read only memory, non-volatile memory, contains the boot strap and BIOS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Volatile

A

Data is lost when the machine is turned off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

BIOS

A

Basic input and output system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Motherboard

A

A circuit board that connects all of the other components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

HTML

A

Hypertext markup language – used to create webpages

17
Q

Web Browser

A

software that interprets HTML to reproduce a webpage

18
Q

CSS

A

Cascading style sheet, used to centralise the format/style of a website

19
Q

What is a Paragraph as a common tag?

20
Q

What is a Line Break as a common tag?

21
Q

What is a Table as a common tag?

A

<table></table>

22
Q

What is a Table Row as a common tag?

23
Q

What is a Table Column as a common tag?

24
Q

What is a Heading 1 as a common tag?

25
What is a Heading 2 as a common tag?

26
What is a Heading 3 as a common tag?

27
What is a Heading 4 as a common tag?

28
What is (including) a Image as a common tag?
29
What is a Hyperlink to a New Webpage as a common tag?
30
What is a Section of the Document as a common tag?
31
What is a Ordered/Numbered List as a common tag?
    32
    What is an Unordered List as a common tag?
      33
      What is a List Item as a common tag?