2nd Year Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Dijksrtra’s algorithm?

A

It’s an algorithm that’s used to find the shortest paths between nodes in a graph.

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

What are operating systems?

A

They are programs that have special privileges on the hardware that allow them to run and manage other programs

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

What does the blue screen of death signify?

A

That a program had crashed so badly, it took down the whole night operating system

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

What is a switch statement?

A

It allows a variable to be tested for equality against a list of values. Each value called a case

(Like an if statement)

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

The first program that is run when a computer is powered up or rebooted

A

Bootstrap program

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

What is an interrupt?

A

Hardware may trigger an interrupt by sending a signal to the CPU usually through a system bus

(The CPU stops what it’s doing to run a different program)

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

What is a system call? (Monitor Call)

A

It is software that may trigger an interrupt by executing system call

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

What does the bootstrap program do?

A

It loads the OS and located and loads into memory the OS kernel

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