Maimie Flashcards

(29 cards)

1
Q

What does the application layer do?

A

The application layer creates a package of data with instructions on which program it’s for and how to interpret it.

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

What does the transport layer do?

A

The transport layer splits this package into little chunks (Packets) and labels them with where they’re going, where they came from and what order they’re in.

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

What does the network layer do?

A

The network layer is our routers and switches. They look at what the destination is and figure out where the packet should go next in order to get there as quickly as possible.

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

What does the MAR do?

A

Holds the address of the current instruction that is to be fetched from memory, or the address in memory that data is going to be transferred to.

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

What does the PC do?

A

Holds the memory address of the next instruction to be used, DOESN’T hold the address of the current instruction.

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

What does the MDR do?

A

Stores any data fetched from memory or any data that is to be transferred to and stored in memory.

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

What does the Accumulator do?

A

Stores results of any calculations made by ALU. Stores the values of inputs and outputs to and from the CPU.

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

What does the ALU do?

A

Carries out all the calculations and logical decisions required by the program instructions that the CPU is processing (e.g. add/subtract/”and”/”or”/”not”/ect).

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

What does the CU do?

A

Coordinates the activity of the CPU execute instructions. It sends out signals to control how data moves around the CPU and memory; and decodes instructions from memory.

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

What does the cache do?

A

Provides temporary, quick to access, storage for the CPU to access.

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

Unit order:

A

Bit -> Nibble -> Byte -> Kilobyte -> Megabyte -> Gigabyte -> Terabyte -> Petabyte

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

How many characters does ASCII have?

A

256

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

How many characters does UNICODE have?

A

More than ASCII (not all are used)

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

What is virtual memory?

A

Any data from a running program not currently being used by the computer can be temporarily moved from RAM to virtual memory

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

Advantages and disadvantages of ASCII:

A

Advantage: Takes up less storage space
Disadvantage: Can’t represent as many characters

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

Advantages and disadvantages of UNICODE:

A

Advantage: Can represent more characters
Disadvantage: Takes up more storage space

17
Q

What is colour depth?

A

The number of bits used per pixel

18
Q

What is resolution?

A

The number of pixels used per unit of distance- dots per inch (DPI)

19
Q

How does encryption work?

A

Password is required, key used to scramble data, only devices without the correct password will be able to unscramble the data

20
Q

What is TCP/IP - Transmission Control Protocol/Internet Protocol?

A

The fundamental set of rules that enables communication across the internet and private networks.

21
Q

What is HTTP(S) - Hypertext Transfer Protocol (Secure)?

A

Defines the rules to be followed by a web browser/server when requesting and supplying data. (Secure)

22
Q

What is FTP - File Transfer Protocol?

A

Defines the rules between for transferring files between a client and a server.

23
Q

What is POP - Post Office Protocol?

A

Used by a client to receive emails from a mail server; the emails are downloaded to the device and deleted from the server.

24
Q

What is IMAP - Internet Message Access Protocol?

A

Allows multiple devices to have synchronised access to mail on a mail server, messages are read rather than downloaded.

25
What is SMTP - Simple Mail Transfer Protocol?
Defines the rules for sending email messages from a client to a server, and then from server to server.
26
What are the user access rights?
View, Read, Modify, Delete.
27
What does the operating system support (file management)?
Creating, copying, moving, deleting and renaming files.
28
What are two different types of user interface?
Graphical User Interface, Command Line Interface.
29
What does a device driver do?
A piece of software that provides clear instructions of how the Operating System should communicate with the particular.