wrong questions Flashcards

(31 cards)

1
Q

data privacy concerns an orgranisation needs to consider when setting up a wireless network

A
  • eavesdropping; all network data is broadcast and can be intercepted by third party;
    • encrypting data; making sure that data is not transmitted in plain text; by ensuring that routers have encryption turned on;
    • malware infiltration; a Wi-Fi network is more exposed to attack because it’s visible;
  • malicious hotspots; unofficial access points that look like they are part of the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

examples to use a captcha system

A

account registration
account access
online voting systems
ticket purchasing/transaction completion

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

http and https

A

Provides a way for users to interact with web resources.
Transmits messages between client and server using hypertext.

https
As HTTP but in addition uses an encryption protocol to ensure communications are secure.

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

smtp

A

enables users to send and recieve email messages
Initiates sessions between user and mail server. server then forwards messages.
Uses a process called ‘store and forward’
to store messages and forward as necessary. The server decides which server to send the message to and the inbox provider then downloads the message and places it in the recipient’s inbox.

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

ip

A

Relays data across network boundaries. It defines how to address and route each packet to make sure it reaches the destination

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

lossy vs lossless

A

when decompressed, some data and detail is permanently lost

when decompressed the original file is restored with no loss of data

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

RAM vs ROM

A

volatile, non volatile,
contains programs data and files in use; contains bootstrap

temporary; permanent
larger capacity than ROM
can be edited, cannot be edited

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

why only binary computers

A

computers are made of switches
which can only be two states: on and off

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

why must sound be converted to digital

A

computer systems use binary
sound is analogue—continuous

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

why high level is better

A

have built in functions
built in libraries
have structures, e.g. selection and iteration
fewer lines of code are written
quicker to develop code
easier to find mistakes
code is easier to maintain/understand

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

protocol

A

a set of rules
that allows two devices to communicate

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

why computer networks better

A

Share hardware; A. by example
Share data/files;
Easier to work collaboratively;
Use of communication tools
Central management for machines A. by example: centralised software deployment, centralised back-ups;
Files not stored on local machine so can be accessed from multiple machines;
Can monitor computer users;
Increase available storage;

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

how do magnetic disks work

A

on a hard disk binary data is represented by tiny magnetised regions
where the magnetic orientation in one direction represents 0, and other direction represents 1

when reading data the read/write head is moved onto the correct track and the disk spins round

a whole sector is read in one go

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

unicode better than ascii

A

can represent a wider range of characters
can represent characters from wider range of languages
can represent characters used in scientific/mathematical/specialist documents

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

hex and binary space

A

number is still represented using binary in computer memory
so it will take up the same space

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

interpreters

A

do not produce any machine code so the program needs to be translated each time it is executed
they call machine code subroutines within their own code to carry out commands/ directly execute the instruction
translating a line at a time which it then executes immediately
if a runtime error is found the interpreter stops

17
Q

compilers

A

translates the whole program
standalone program doesn’t require the compiler/source code on computer to run
produces a list of syntax errors after translation
doesn’t execute the programming code

18
Q

why do computers have more RAM than chache

A

RAM is cheaper
typically the capacity of cache memory is not enough to store both data and programs

19
Q

why is cloud storage better than local storage

A
  • enables user to access their data from more places/devices;
    • enables user to more easily share data with others (can make parts of their cloud storage publicly available) // To allow sharing of files;
    • increases the amount of potential storage available;
    • reduced cost of computing devices for users as no need for as much built-in secondary storage // Can potentially purchase a cheaper (lower spec)
    • to allow concurrent access/collaboration;
    • cloud storage is automatically backed up by the host;
20
Q

sample resolution definition

A

the number of bits per sample

21
Q

differences between lans and wans

A

LANs cover relatively small geographical areas // WANs usually cover a wide geographic area;
• LANs often owned and controlled/managed by a single person/organisation // WANs often under collective/distributed ownership;
• WANs are (usually) several LANs connected together;
• WANs (usually) have a much larger number of devices/users than LANs;
• LAN has a lower latency // WAN has higher latency;
• WANs are (usually) slower than LANs;
• the cost-per-byte for transmission is much higher on a WAN;
• LANs and WANs use different protocols;

22
Q

hertz

A

how many samples per second
1hz = 1 sample per second

23
Q

sampling rate

A

the number of samples taken per second

24
Q

advantages of using wireless

A

flexibility to expand network/add users/add own devices to the network;
• there is no need to drill holes/install cabling;
• mobility of user/devices;
• modern devices are more likely to (be designed to) connect wirelessly;
• guest access;
• no trip hazards;

25
https
sending/receiving web pages; • using an encrypted connection // provides an encrypted version of HTTP; • more secure web transactions; • authentication of the website being visited; • encryption of the data between the server and the client; • reduces likelihood of man-in-the-middle attacks;
26
issues with only having usernames and paswords in authentication system
(weak) passwords are easily cracked // a program could be used to try out lots of passwords // users might choose passwords which are not strong enough // (weak) passwords can be easily guessed; • usernames/passwords may have appeared in data leak; • (if users write down/store their passwords) these can be stolen; • susceptible to shouldering; • it is difficult to verify the actual identity of the person logging in (eg compared to fingerprint/Touch/facial recognition/Face ID, multi-factor authentication);
27
why automatic software updates are better
user may forget computer protected more quickly manual updates may be from infected source
28
pentration testing
the process of attempting to gain access to resources/a computer system to find vulnerabilities/weaknesses
29
data compression
to reduce file size—decreases amount of storage needed makes it faster to transmit/recieve/write/access files use less memory could save money if you use less bandwidth
30
why could something be unsuitable for rle
the data do not have high frequency of consecutive repeating characters the compressed data will take up more storage space than uncompressed data
31
relational database
a database with multiple tables that reference each other/are linked together by foreign key