computer science

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

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.

37 Terms

1
New cards

RAM

Random Access Memory

- temporarily stores data and programs currently in use

- more RAM = more apps open

- storage measured in gigabytes

<p>Random Access Memory</p><p>- temporarily stores data and programs currently in use</p><p>- more RAM = more apps open</p><p>- storage measured in gigabytes</p>
2
New cards

CPU

Central Processing Unit

- calculations and operations

speed measured in gigahertz

- faster CPU = faster response from computer

<p>Central Processing Unit</p><p>- calculations and operations</p><p>speed measured in gigahertz</p><p>- faster CPU = faster response from computer</p>
3
New cards

HDD

Hard Disk Drive

- non volatile, stores data outside of computer

- bigger HDD = more data storage

- has moving parts

<p>Hard Disk Drive</p><p>- non volatile, stores data outside of computer</p><p>- bigger HDD = more data storage</p><p>- has moving parts</p>
4
New cards

SDD

Solid State Drive

- non volatile storage

- no moving parts

- read/write quicker than HDD

- low power consumption

<p>Solid State Drive</p><p>- non volatile storage</p><p>- no moving parts</p><p>- read/write quicker than HDD</p><p>- low power consumption</p>
5
New cards

ASCII

American Standard Code for Information Interchange

- substitutes a number for each character

- stored in binary using 7 bits

- 128 characters

6
New cards

colour depth

(bit depth)

- number of bits assigned to each pixel

- higher = more colours = larger file size

7
New cards

resolution

number of pixels

8
New cards

sound (data representation)

- microphone converts sound to electrical signal

- analogue to digital converter (ADC) digitises the signal

- via sampling the analogue signal

9
New cards

sampling frequency

how often the analog signal is measured

- determines sound quality and file size

10
New cards

lossy compression

- discards data

- reduces file size

- data to discard is chosen by algorithm

11
New cards

lossless compression

- reduces file size by storing data more efficiently

- original file can be recreated or uncompressed afterwards

12
New cards

Computer Networks

local area network (LAN)

- house or small company

wide area network (WAN)

- over 1km size

- across city or continents

non connected computers are standalone

13
New cards

network media

- Ethernet cables

- fibre optic

- wireless access points

- undersea cables

14
New cards

benefits of networking computers

- files can be accesses on any computer on the network quickly

- no download required

- peripherals (eg, printers) can be shared

- internet connection and email can be shared

- user profiles/security has centralised management

- centralised backup

software can be installed across a network

15
New cards

disadvantages of networking computers

- management is complicated and expensive

- viruses can infiltrate one computer and spread across network quickly

16
New cards

topology

layout or map of the different parts of a network

17
New cards

node

a client (computer) on a network

18
New cards

router

hardware that routes packets across a wide area network

19
New cards

server

central controlling computer on network

20
New cards

protocol

set of rules for communicating across a network

21
New cards

packet

what large data items are split into for sending across a network

22
New cards

ISP

chunk of info that can be sent of a network

larger files are broken into packets

23
New cards

IP adress

and internet protocol address

unique for each device connected to a network

24
New cards

encryption

used to protect data in case it is hacked or illegally hacked

25
New cards

ciphertext

an encrypted message

26
New cards

key

a sequence of numbers used to encrypt/decrypt

27
New cards

encryption algorithm

method used for encrypting the plain text

28
New cards

penetration-testing

pen testing

- professional security experts try to hack their own system

29
New cards

firewall

a securirty device

- monitors incoming and outgoing traffic

-can block access

30
New cards

network policies

in school sand businesses

- policies to keep network safe

- rules to guide users

31
New cards

malware

malicious software

- any program or file that is harmful to a computer user

- includes computer viruses, worms, Trojan horses and spyware

32
New cards

phishing

- sending emails pretending to be from reputable companies

- to sneak personal information

eg, passwords and credit card numbers

33
New cards

DOS attack

Denial Of SErvice attack

- spamming a website with packets do deny real users access

- crashes server

34
New cards

SQL injection attack

- users enter a SQL statement into a form in which they are supposed to enter a name or other data

eg, username == true

35
New cards

cores

- where instructions are executed in CPU

- cpu can have multi-core

- 2 cores may result in double the speed (other factors may change this)

- effects cpu speed

36
New cards

quartz clock

- vibrations per second (Hz)

- 1M Hz executes 1M instructions per second

- clock speed effects CPU speed

37
New cards

cache in CPU

- expensive

- super fast

- small amount of memory on processor chip

- holds commonly used instructions