Computing Flashcards

(36 cards)

1
Q

What is code?

A

Instructions written in a language that a computer can excecute

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

What does excecute mean?

A

When a computer runs a program to carry out its instructions

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

What is an output?

A

To send information out of a computer (e.g to display on the screen)

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

What is an input?

A

To send information into a computer (e.g by prompting the user to type something)

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

What is an error?

A

A mistake in the code that breaks the rules of the language

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

What is a variable?

A

A named piece of memory used to store information as a program excecutes

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

What is a value?

A

The informatjon that is stored in a variable (which can change as the program runs)

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

What is selection?

A

A key programming concept that allows a program to make decisions as it excecutes (using an if… else… statement and indented instructions)

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

What is a condition?

A

An expression that a computer can evaluate to produce a result of TRUE or FALSE

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

What is a Boolean operator?

A

The use of “AND”, “OR” and “NOT” in more complex conditions for selections and iteration

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

What is an arithmetic operator?

A

A symbol used in calculations and to make comparisons of data

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

What is iteration?

A

To repeat a set of instructions. A “while loop” is used to repeat the indented instructions until a specific condition is met.

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

What is HTML?

A

Hyper Text Markup Language - the code that is used to create web pages.

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

What are tags?

A

The building blocks of a web page. All tags have angle brackets <>

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

What is the <head> tag?

A

A tag used to edit the tab at the top of the browser window

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

What is the <title> tag?</title>

A

A tag used to put text into the tab at the top of the browser window

17
Q

What is the <body> tag?

A

A tag used to edit the main area of the browser window

18
Q

What is the <h1> tag?

A

A tag used to create a large heading. <h1> is the largest heading tag

19
Q

What is the <h6> tag?

A

A tag used to create a small heading. This is the smallest heading tag

20
Q

What is the <b> tag?</b>

A

A tag used to make the text bold

21
Q

What is the <i> tag?</i>

A

A tag used to make text italic

22
Q

What is the <u> tag?</u>

A

A tag used to make the text underlined

23
Q

What is the <p> tag?

A

A tag used to create a paragraph

24
Q

What is the <a> tag?</a>

A

A tag used to create a hyperlink

25
What is the tag?
A tag used to place an image onto a web page
26
What is an attribute?
Extra information that some tags need, e.g a height and width for the tag
28
What is the "src" attribute?
An attribte of the tag that stated the file name and location of an image to be displayed on the web page.
29
What is a wireframe?
A diagram used to plan the layout and content of a web page
30
What is annotation?
A note that id added to a diagram or other piece of work that gived further details or explanation
31
What is a solid colour?
The same colour all over
32
What is a gradient?
A gradual change from one colour into another
33
What does manipulate mean?
Tk handle or change something in a skillful manner
34
What are attributes?
The features or characteristics of someone or something. The attributes of digital graphics include width and height
35
What is a "bitmap" graphic?
A type of graphic that is organised as a grid of coloured squares called pixels.
36
What is a "vector" graphic?
A type of graphic that features simple shapes, lines and solid/gradient colours and is created using mathematical calculations