[Semester 2] Computer Human Interaction Flashcards

1
Q

Machine is turned on

A

Goes through boot process

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

User opens IDE and Spotify

A

OS runs multiple processes concurrently

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

User googles an error

A

Process for opening chrome is loaded and networking protocols are started

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

Hypertext Transfer Protocol (HTTP)

A

Main protocol for web transactions

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

Secure Sockets Layer (SSL)

A

Protocol for data encryption

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

Secure HTTP (HTTPS)

A

Combines HTTP and SSL

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

Email protocols

A
  • Simple Mail Transfer Protocol (SMTP)
  • Post Office Protocol (POP)
  • Internet Message Access Protocol (IMAP)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

File Transfer Protocol (FTP)

A

Exchanging files between computers

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

User submits coursework on NESS 5 minutes before the deadline

A

NESS has lots of traffic so uses load balancing

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

Load balancing

A

Web traffic is spread across multiple servers

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

User loads a game

A

System tries to access more memory

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

Machine crashes

A

Potential for kernel panic

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

Non-paged kernel memory

A

Kernel memory using RAM

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

Paged kernel memory

A

Used for the kernel

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

Committed/virtual memory

A

An extension of RAM

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

True or false: Virtual memory will only be used if there is no space left in RAM

A

False! Some processes are always transferred to VM regardless of how much space is left in RAM.

17
Q

Ring 3

A

Applications. This is the least privileged layer.

18
Q

Rings 2 and 1

A

Device drivers

19
Q

Ring 0

A

The kernel. This is the most privileged layer.