June 2017 Flashcards

1
Q

Why is Harvard preferenced to von Neumann

A

Instructions and data is accessed simultaneously.
Bottleneck

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

Explain thew difference between symmetric and asymmetric cipher system

A

Symmetric the same key nis used to encrypt and decrypt
Asymmetric different keys for encryption and decryption.

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

General purpose of a d TYPE FLIP FLOP?

A

Used to store state used as a memory unit.

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

State what the other input to a Dtype flip flop is and what it is used for

A

Synchronise operation of a group of flip flops.

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

What’s the purpose of the operand part of an instruction and explain how the addressing mode is related to this

A

Is a value that will be used by an operation.
The addressing mode shows how the values in the operand should be interpreted.

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

Explain what the assembly language program in figure 5 does?

A

Checks if value stored in memory location 101 is five time the value stored in memory location 100.

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

Ads of HLL?

A

PORTABLE
Easier to understand / maintain and debug

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

DISADS of HLL?

A

Assembly may execute more quickly
Assembly may use less memory

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

How was it possible for data to be collected?

A

WiFi signals can travel outside of property over a wide area.

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

Steps to prevent

A

Use a protocol that encrypts data transmissions.
Use cabled network instead of WiFi .

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

Legal and ethical issues.

A

Legal, is it legal to intercept data if people freely choose to transmit it wirelessly.
Was the data just collected or was there an intention to process it as well?
Legally data protection

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

Explain why storing the owner details separately would improve the design of the database?

A

Minimise data duplication and a person may own more than one car meaning a person may bring different cars to the garage.

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

Write SQL commands requires to record the amount of time that he took for the job

A

UPDATE job
SET job duration=“1:30”
WHERE JobId =206

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

Write an SQL Query to produce the list.

A

SELECT PartID Description ,process quantity used
From part , partusedforjob
Where jobid=93
And partusedforjob.partid= part.partid
Order by partid

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