Topics From Past Papers I Didnt Know Flashcards

(18 cards)

1
Q

1.2.4 what are the four main programming structures?

A

Sequence - code is executed line by line
Selection - IF statements
Iteration - Loops such as WHILE FOR etc
Recursion - Functions express themselves

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

1.3.3 What is the TCP/IP stack?

A

It is divided into a stack of:

Application layer -states what protocol is required
Transport layer -establishes an end to end connection
Network layer -add the destination
Link layer adds the MAC address and Network interface card of the source and destination

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

What are ethical implications?

A

Ethics are concerned with the values of an economy and how it impacts different groups of people.

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

What are the 4 laws we need to know?

A

Data protection act
Computer misuse act
Copyright design and patent act
Regulatory of investigatory powers act

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

What does the data protection act state?

A

How personal data should be handled fairly lawfully and collected with purpose, should not be held for too long, shall be processed in accordance

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

What does the computer misuse act state?

A

Using a computer its permission
Using a computer with malicious intent
Modifying computer material

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

What does the copyright act state?

A

It is to protect people’s property online

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

What does the regulatory of investigatory powers act state?

A

It allows for investigation surveillance and interception of communication to be used. If a warrant is allowed data can be facilitated

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

How to write directly not a document using JavaScript?

A

Document.write(“hello”); Make SURE TO INCLUDE ;

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

How to alert someone in JavaScript?

A

Alert(“stop”);

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

What are advantages of using Java script ?

A

Reduces web traffic
Eases the load on busy servers
Local computer can deal with invalid data

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

When does the interrupt happen?

A

At the end of every FDE cycle

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

What is peer to peer networkcand advantages and disadvantages?

A

Computers are connected together to share files
+ cheap
+ easy to maintain
+ no need for specialist staff
- poor security
- hard to locate resources

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

What is a protocol ?

A

A set of rules defining how computers communicate

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

What are commonly used protocols?

A

HTTP (hyper text transfer protocol) - used for web page rendering
TCP/IP (transmission control protocol) - networking protocol
POP(post office protocol) - mailing protocol
FTP (file transfer protocol) -transmits files over a network

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

What is the purpose of DNS

A

It links the server to the world . It translates the domain name into the IP address of the website we want to access

18
Q

What are gateways?