ICT Flashcards

(54 cards)

1
Q
A

Start of the website

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

Enter the main content

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

<h1></h1>

A

Heading

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

Heading

A

Has the heading tags gets bigger the text gets smaller

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

< p>

A

Paragraph

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

<br></br>

A

Break

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

<a> </a>

A

Hyperlink

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

<b></b>

A

Bold

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

<i></i>

A

Italic

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

Background colour

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

<img></img>

A

Image border

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

Table row

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

Table data

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

<ul></ul>

A

Unordered list

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

<li>

| </li>

A

List

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

<ol></ol>

A

Ordered list

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

A

Superscript (over line)

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

A

Subscript (under line)

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

Font size
Text
Colour

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

Scroll and direction

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

Video

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

HTML meaning

A

Hyper text markup language

23
Q

Target audience

A

Group of people it is aimed at

24
Q

How to test code

25
Import
Bring data from computers memory into Python
26
What is programming
Process of writing a computer code
27
/n
Puts text on a new line
28
Time
Import time ; Localtime= time.asctime (Time.localtime(time.time())) Print (“Local current time:”, localtime)
29
Def
Introduces the function definition
30
If Elif Else
Code that compares two sets of data
31
Var
Code value that can change depending on conditions
32
Input
Code | It will use the information input for later
33
Python
Widely used programming language
34
Code
Sets of rules or instructions
35
Print
A piece of code that is put onto the screen
36
Calendar
Import calendar Cal=calendar.month(2016,11,10) Cal=calendar.month (2016,11,20) Print (cal)
37
Greeting
``` Def greeting (name): Print(“Hello,{0}”.) Print(“What’s your name?”) Name= input() Greeting (name) ```
38
+
Adds
39
/
Divides
40
**
To the power of
41
*
Times
42
==
Is equal to
43
!=
Is not equal to
44
List(range(46,100))
Lists all range numbers from 46 to 100
45
CPU
Processes data searching sorting calculating decision making
46
Motherboard
Most important component | PCB printed circuit board
47
RAM
Random access memory Accessed randomly Computer off Ram data lost
48
Processor
Chip in motherboard heart of computer processes instructions at any given time Maximum number of bits information relative clock speed affect it
49
Harda drive
Data storage device Magnetic storage Hard drive damaged loose files pictures music and videos
50
Power supply
Component supplies power to at least one electrical load Converts one type of energy to another Converts different form of energy Solar mechanical chemical into electrical
51
Optical drive
Laser lights to read data | Use electromagnetic waves within or near visible light spectrum
52
Network card
Electronic device Connects a computer to a computer network Let computers exchange data within the network
53
Control unit
Extracts instructions from memory and decodes and execute them Calling on ALU when necessary
54
Arithmetic Logic Unit
Performs arithmetic and logical operations