ICT Flashcards
(54 cards)
1
Q
A
Start of the website
2
Q
A
Enter the main content
3
Q
<h1></h1>
A
Heading
4
Q
Heading
A
Has the heading tags gets bigger the text gets smaller
5
Q
< p>
A
Paragraph
6
Q
<br></br>
A
Break
7
Q
<a> </a>
A
Hyperlink
8
Q
<b></b>
A
Bold
9
Q
<i></i>
A
Italic
10
Q
A
Background colour
11
Q
<img></img>
A
Image border
12
Q
A
Table row
13
Q
A
Table data
14
Q
<ul></ul>
A
Unordered list
15
Q
<li>
| </li>
A
List
16
Q
<ol></ol>
A
Ordered list
17
Q
A
Superscript (over line)
18
Q
A
Subscript (under line)
19
Q
A
Font size
Text
Colour
20
Q
A
Scroll and direction
21
Q
A
Video
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
A
Click F5
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