computing revision Flashcards

(17 cards)

1
Q

what does HTML stand for?

A

Hyper Text mark up language.

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

what two parts is HTML split up into?

A

head and the body.

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

what does CSS stand for?

A

cascading style sheets

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

what is the CSS code written in?

A

style tags inside the head.

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

what is an algorithm?

A

a list of step- by - step instructions.

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

what is a computer program?

A

a structured algorithm.

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

which programming language does greenfoot use?

A

Java

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

what different ways can spreadsheets be used?

A

Record data, analyse patterns and make predictions.

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

what does IDE stand for?

A

integrated development environment.

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

what is the difference between an object and a class?

A

a class shares the same properties. an object is a single instance of a class.

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

what is the difference between the internet and the world wide web?

A

the internet is a global network of interconnected networks including all the hardware & cables such as routers. the world wide web is a way of accessing information. includes billions of web pages linked together using hyperlinks.

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

what is the difference between a for loop and a while loop?

A

a for loop is a count controlled loop. a while loop is a condition controlled loop.

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

why might flowcharts be used by programmers?

A

helps break a problem down into smaller steps
helps you communicate ideas to other people
helps to identify how many steps there are in a process.

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

what is the difference between the head and the body in a HTML document?

A

the head is where the webpage title is displayed. the body is where the page content is displayed.

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

what is conditional formatting?

A

it is used to automatically change the style of a cell based on its value.

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

why are comments used in algorithms?

A

they are used to explain the purpose of a section of code.

17
Q

what is a selection?

A

when the program makes a decision.