paper 1 dk Flashcards

(58 cards)

1
Q

WNIC

A
  • Provides interface to wireless network
  • has antenna
  • receives analogue converts to binary
  • encrypts/decrypts data
  • checks incoming from correct MAC address - ignores if not intended for it.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

router?

A
  • Receives packets from devices/Internet
  • forwards/routes packets to destination
  • finds packet destination
  • assigns private IP on LAN
  • updates routing tables
  • finds most efficient path to the destination
  • maintains a table of MAC and IP address.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

WAP

A

Provides wireless communication between nodes on the network and central device.

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

cloud computing

A

Storing data using a 3rd party provider
- not on your device - can access online
- uses remote server.

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

What is IPv4?

A

4 groups of digits
- represented in 8 bits
- dotted decimal.

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

What is IPv6?

A

6 groups of digits
represented in 16 bits
hex separated by :
multiple groups of zeros replaced with ::.

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

What is Ethernet?

A

Protocol for transmission over a network
uses CSMA/CD
data transmitted in frames
each frame has source/destination IP.

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

What are the advantages of DRAM?

A

Cheaper,
higher storage density.

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

HDMI

A

Allows video and audio to be transferred on the same cable,
no need for 2 cables.
faster transfer rate
supports high resolution

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

PC

A

Holds address of next instruction,
contents are incremented (address in PC is incremented)

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

What is the role of the CU

A

Coordinates actions of components in CPU,
sends signals along control bus,
manages execution of instructions,
controls communication between components of the CPU.

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

What do the CU, system clock, and control bus do together?

A

Clock sends timing signals sent down control bus,
CU initiates data transfer by generating control signals sent along control bus.

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

USB

A

1 bit at a time,
synchronous or asynchronous,
provides automatic connection when plugged in - voltage changes when plugged in - comp detects this change and automatically connects

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

What is an SSD?

A

Uses NAND/NOR gates,
7 transistors in each cell,
flash memory (NAND)
or EEPROM (NOR),
floating gate retains electrons without power,
control gate stops current passing through
current forces electrons through a barrier and traps them in floating gates

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

How does a laser printer work?

A

Checks if printer available,
data sent to print buffer,
printing drum given + charge,
laser removes + charge in some areas,
ink sticks to negatively charged areas only,
negative sheet of paper rolled over the drum,
ink sticks to paper producing the image,
electric charge removed from paper,
heated so ink melts and is permanently fixed to paper.

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

What happens in optical disk writing and reading?

A

Disk spun at high speed,
laser shone onto disk,
follows spiral track,
when writing laser burns pit,
when reading laser reflects,
different reflection from pits and lands show 1 and 0.

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

What is file management?

A

Storage space divided into file allocation units,
space allocated to particular files,
creates directory structures,
specifies logical method of file storage,
provides file naming conventions,
controls access rights,
specifies tasks performed on a file eg open, close

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

How does memory management organize RAM?

A

Assigned into blocks,
allocates to processes,
prevents overwriting,
manages paging, segmentation and VM.

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

Why might high-level language programs be partially compiled and partially interpreted?

A

Partially compiled programs can be used on different platforms as interpreted when they are run,
code is optimized for CPU as machine code generated at run time,
source code doesn’t need recompiling- – efficient to run

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

What does peripheral hardware management do?

A

-Handles buffers – ensures smooth transfer of data
-Installs device drivers – allows communication between peripherals and computer
-Sends and receives data to and from peripherals eg to a monitor from a keyboard
-Manages interrupts

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

What is process management?

A

Manages scheduling of processes,
manages resources process require,
…allocates memory,
enables processes to share data,
resolves conflicts,
handles process queue,
allows multitasking,
handles priority and interrupts.

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

What is the purpose of utility software?

A

Maintains computer and makes sure it runs efficiently and effectively,
e.g., disk defragmenter makes memory access more efficient.

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

What does a hard disk formatter do?

A

Prepares the disk to be used,
checks for errors,
sets up file allocation system,
generates a new file system.

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

What does disk repair/disk contents analysis involve?

A

Disk checked for empty space,
removes unwanted files and downloads,
checks for bad sectors,
flags damaged data blocks as unstable.

25
How do you add a new attribute in SQL?
ALTER TABLE TableName ADD FieldName DATA TYPE.
26
1,2 and 3NF
1NF: no repeating attributes, 2NF: no partial dependencies, 3NF: no non-key dependencies, no transitive dependencies.
27
What is a query processor?
Allows the user to make queries, searches for criteria then returns and displays to the user.
28
What is a developer interface?
Provides developers with commands required for defining, creating, and manipulating a database, allows developer to write SQL which is then processed by query processor.
29
property?
Data about the drawing objects, e.g., the triangle is black.
30
drawing list
Stores command to draw each object, e.g., draw a triangle.
31
wired transmission
Twisted pair, coaxial, fibre optic, affected by price, bandwidth, attenuation, interference, need repeaters.
32
Bluetooth
Automatically connects devices, when a device wants to communicate it picks a channel, if busy picks another at random (spread spectrum frequency hopping).
33
What is Wi-Fi?
Uses spread spectrum frequency hopping, faster, better range, better security
34
wireless
radio microwave infrared - bandwidth, penetration decreases, attenutation decreases
35
What is PSTN?
Physical transmission lines used to transmit data, uses circuit switching, contains many types of communication lines. Digital data may need to be converted to another form Duplex
36
packet switching eg
VoIP.
37
What is a URL?
Protocol://web address/path/filename web address includes domain host, domain name, domain type, country code.
38
How does DNS work?
User types URL, web browser requests the IP from DNS1, if DNS1 can't find it sends request to DNS2, DNS2 finds and sends to DNS1 which puts the IP and URL in its database, sends IP to computer Comp now sets up communication with the websites server
39
How does a 3D printer work?
Uses digital 3D model, builds it up one layer at a time from the bottom using x, y, z coordinates, material fused together layer by layer.
40
What does a virtual reality headset do?
One or two screens output image to user, speakers use surround sound, head movements detected using sensor (gyroscope), data transmitted to microprocessor identifies direction of movement Use digital cameras to record users eye movements
41
What types of sensors are there?
Temperature, pressure, infrared, sound.
42
What is IAS?
Holds data currently in use, volatile, fast access times.
43
What is the difference between special purpose and general purpose?
Single specific use vs anything, holds status of program vs temporary data, certain instructions vs most instructions used.
44
What is analogue data?
Can be any value, data continuously changing.
45
What does a 1st pass assembler do?
Creates symbol table.
46
What is the benefit of compiler testing?
Can see list of all errors at once, code can be tested again without recompiling.
47
Describe the purpose of the system clock
- Synchronises operations - By creating timing signals - To keep track of the date and time - To process operations in the right order
48
lossless eg
RLE, PNG, ZIP, GIF
49
lossy eg
MP3, JPEG
50
thin client +/-
+ cheaper to expand + server offers security and backup - reliant in server if breaks - high start up costs (expensive server)
51
thick client +/-
+ more robust + have more control - less secure - data integrity as clients access same data
52
single mode vs multi mode - fibre optic
single - smaller central core - less reflection - goes further/ faster multi - opposite
53
CIDR
classless inter-domain routing - fixes IPv4s insufficient address range - uses a suffix to allow more flexibility fro the bits used for the host ID and netID as long as they add up eg 255.255.255.0 means only the last value is the host ID
54
+ IPv6
- no need for NATs - network address translation to convert public to private - more addresses so don't reuse - removes risk of private IP - built in authentication - allows more efficient routing
55
satellite types
GEO - 35800km - orbits eq geostationary - long distance telephone + computer network MEO - 5000-10000km - GPS LEO - 500-1500km - mobile phone network
56
+ AL
- can have comments - symbolic names - macros - like subroutines - directives - shows how to construct MC eg how to use memory - address labels
57
AQR
- uses acknowledgement and time out - if no positive acknowledgement sent or theres been an error then resends packets - continuous until packet is correctly received or until AQR limit is reached
58
steps against piracy
- unique product key only supplied to original owner - user has to agree to licence - only runs software if CD is in the drive - digital rights management - restricts what a user can do with dat and stops copying using protection software