computing - year 10 exams Flashcards

1
Q

What adds to the file size of a bitmap?

A

Filetype
Resolution
Height and width

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

Bitmap file size formula

A

Width * height * colour depth

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

What is colour depth

A

Number of bits used to indicate the colour of a single pixel

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

What is a pixel

A

Smallest point or element of a digital image. It is one colour

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

Why compress files

A

Makes files smaller
Easier to transfer data
Cheaper and better for the environment

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

What’s lossless compression

A

No loss of info

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

Lossy compression

A

Reduction of bits - actually removing bits from the file

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

How is ASCII limited

A

Can only express 128 characters as it is 7 bit.

English alphabet is mainly represented, other alphabets cannot be represented due to this.

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

What is a protocol

A

A set of rules that devices on a network must follow if they want to communicate

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

What is Ethernet

A

Data transmitted in packets
Communicates by using network interface or adapter

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

What is Wi-Fi

A

Wireless connection between devices
Connects an access point between a wireless LAN and a LAN
Travels through a share medium

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

What is TCP

A

Transmission Control Protocol

Web page is split into packets
TCP detects errors in the transmission f the packets
Will break the message if there is an error

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

What is UDP

A

User Datagram Protocol
Like sending a letter
Data might get lost

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

What is IP

A

Internet Protocol
IP address to uniquely identify computers

Net ID identifies the network
Host ID identifies the host (usually last two digits of the IP)

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

HTTP vs HTTPS

A

Both send requests to web servers using a web browser
However HTTPS encrypts and decrypts the user’s page requests and pages returned

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

FTP

A

Allows a file from one host to transfer to another host

(File transfer protocol)

17
Q

SMTP vs IMAP

A

SMTP - transfers emails to different servers e.g. gmail to yahoo

IMAP - allows emails to be stored locally and on a remote server

18
Q

What is hardware

A

The physical components of a computer.
A platform on which software executes

19
Q

What is software

A

Sequence of instructions called programs
Understood and executed by hardware

20
Q

Logic NOT gate shape

A

Triangle

21
Q

Logic AND gate shape

A

D

22
Q

Logic OR gate shape

A

Fish

23
Q

Logic XOR gate shape

A

Fish with curvy line

24
Q

Operating system

A

Error handling
Security
Program management

25
Q

what is left shifting

A

double the value

26
Q

tcp model

A

application later- HTTPs SMTP IMAP FTP
transport later - TCP UDP
internet layer - IP
link layer

27
Q

tcp model acronym

A

a tree is lanky

28
Q

what’s a virus

A

software that embeds itself in other programs or data files

29
Q

what’s trojan horse

A

can appear as a game to be installed

once installed, it can create an opening for personal info to be stolen

cannot be spread

30
Q

what’s spyware

A

fathers info abt an organisation or person without knowledge

personal info collection

31
Q

what’s adware

A

not illegal
just cookies and stuff
uses user info to present ads

32
Q

what is symbol for and in boolean expression

A

. (dot)

33
Q

symbol for a not boolean expression

A

— (line)

34
Q

boolean expression for or

A

+

35
Q

boolean expression for exclusive or

A

+ with a circle around it kinda like a wheel