What do you have to do to run powershell commands? What is their file extensions?
- .ps1
Which commands do not carry over from bash?
What is the measure-object command?
- such as count, sum, min and max
What is the sign for variables in PS?
$
What is the correct formation for functions and conditional structures?
- round brackets are used for conditionals
How can process be created? What is it called?
What happens in process creating in UNIX?
What is fork and what is exec?
What is a thread?
- can have single threaded (common) and multi-threaded processes (maximises eff)
What is context change?
What is the definition of scheduling?
-trying to find the most efficient assignment of processes to the CPU
What are the 3 types of scheduling?
What are the 5 different states?
What is pre-emptive scheduling policy?
-remove a process from running state
What are non-pre-emptive scheduling processes
-processes run until they perform an I/O operation (blocked) or simply terminate
What is FCFS?
What is shortest job first?
What is shortest remaining time?
What is highest response ratio next?
What is round-Robbin?
What are MLFQ’s?
What are concurrent programming applications?
-set of cooperating processes dealing with asynchronous events
What are resources?
What is serially reusable?
- it is mutually exclusive