ICT Flashcards

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

A

Click F5

25
Q

Import

A

Bring data from computers memory into Python

26
Q

What is programming

A

Process of writing a computer code

27
Q

/n

A

Puts text on a new line

28
Q

Time

A

Import time ;
Localtime= time.asctime
(Time.localtime(time.time()))
Print (“Local current time:”, localtime)

29
Q

Def

A

Introduces the function definition

30
Q

If
Elif
Else

A

Code that compares two sets of data

31
Q

Var

A

Code value that can change depending on conditions

32
Q

Input

A

Code

It will use the information input for later

33
Q

Python

A

Widely used programming language

34
Q

Code

A

Sets of rules or instructions

35
Q

Print

A

A piece of code that is put onto the screen

36
Q

Calendar

A

Import calendar
Cal=calendar.month(2016,11,10)
Cal=calendar.month (2016,11,20)
Print (cal)

37
Q

Greeting

A
Def greeting (name):
Print(“Hello,{0}”.)
Print(“What’s your name?”)
Name= input()
Greeting (name)
38
Q

+

A

Adds

39
Q

/

A

Divides

40
Q

**

A

To the power of

41
Q

*

A

Times

42
Q

==

A

Is equal to

43
Q

!=

A

Is not equal to

44
Q

List(range(46,100))

A

Lists all range numbers from 46 to 100

45
Q

CPU

A

Processes data searching sorting calculating decision making

46
Q

Motherboard

A

Most important component

PCB printed circuit board

47
Q

RAM

A

Random access memory
Accessed randomly
Computer off Ram data lost

48
Q

Processor

A

Chip in motherboard heart of computer processes instructions at any given time
Maximum number of bits information relative clock speed affect it

49
Q

Harda drive

A

Data storage device
Magnetic storage
Hard drive damaged loose files pictures music and videos

50
Q

Power supply

A

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
Q

Optical drive

A

Laser lights to read data

Use electromagnetic waves within or near visible light spectrum

52
Q

Network card

A

Electronic device
Connects a computer to a computer network
Let computers exchange data within the network

53
Q

Control unit

A

Extracts instructions from memory and decodes and execute them
Calling on ALU when necessary

54
Q

Arithmetic Logic Unit

A

Performs arithmetic and logical operations