cs m1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

How is colour represented in bitmap?

All colours are combinations of RGB

Each colour is 8 bits

<p>All colours are combinations of RGB</p><p>Each colour is 8 bits</p>
2
New cards

Why is encryption used?

To prevent unauthorised reading of personal data

<p>To prevent unauthorised reading of personal data</p>
3
New cards

Why should devices be connected to networks?

To provide access to the internet

Share data

Communicate

Deploy/update applications

<p>To provide access to the internet</p><p>Share data</p><p>Communicate</p><p>Deploy/update applications</p>
4
New cards

Why is wireless connectivity better?

May not have space for cables to be installed

Employees and visitors can move around the building without disconnecting

Adding new users just means giving SSiD and password

<p>May not have space for cables to be installed</p><p>Employees and visitors can move around the building without disconnecting</p><p>Adding new users just means giving SSiD and password</p>
5
New cards

Why is data loss acceptable when using lossy compression?

Most people do not notice

People have a limited hearing range

People's brains fill in the blanks

6
New cards

Why is RLE not a good choice for encrypting a text file?

May increase the file size

Characters may be distributed randomly

7
New cards

How does the operating system use scheduling to allocate processor time?

All processes are held in a queue

Some are prioritised

Processes are switched on each clock cycle

8
New cards

What is the function of utility software?

Converting files

9
New cards

Why is the improper disposal of devices harmful to human health?

Disposal in landfill can cause harmful chemicals to leak into drinking water

If batteries are not removed they can catch fire and cause burns

10
New cards

What is penetration testing?

Networks are put under deliberate attack in order to identify weaknesses so they can be fixed

11
New cards

What checks are carried out during a code review?

Bad programming practice

Logic errors

Inefficient code

Security vulnerabilities

12
New cards

How does a router direct data on the internet?

Reads the data to find the recipient's adress

Has physical connections to 2 or more different networks

Holds a routing table

Stores information about IP adresses

Forwards data

Chooses the most efficient path to the next node

13
New cards

What is the best case for a binary search algorithm?

It is in the middle of the list

14
New cards

What is the worst case for a binary search algorithm?

The item is not on the list

15
New cards

Cloud storage

16
New cards

What is a mesh network topology?

Each node is connected to every other node, decentralised, self configuring

17
New cards

How is data stored on solid state devices?

If transistors conduct this represents 1

If they do not it represents 0

Arranged in a grid

At intersections, two transistors create a cell

By applying voltage to control gate transistors, electrons flow onto the floating gate

Creates a net positive charge that interrupts current flow

18
New cards

Why is a higher bit depth better for audio?

The original sound can be represented more accurately

19
New cards

Why is hexadecimal used?

As a short hand for binary so humans find it easier to read

20
New cards

How does the operating system use virtual memory?

The OS uses part of the secondary storage to act as main memory

The OS moves programs that are not needed out of main memory and stores them in secondary storage using paging

Active programs are swapped into main memory

21
New cards

Why is it important to review network and user policies?

Changes in technology mean that security can be improved or changes in law mean that technology must change

22
New cards

What is image resolution?

The number of pixels in an image per cm^2

23
New cards

What effect would more bits to represent an image have?