Is starvation possible for the below algorithms?

Starvation 

Indicate the algorithms, from those listed below, that could result in starvation and explain why. You can assume that each process will use the CPU for a finite burst before performing I/O. 

i. First-come, First-Served 

ii. Round Robin (aka preemptive FCFS) 

iii. Shortest Job First 

iv. Shortest Remaining Time First (aka preemptive SJF) 

v. Priority 

Solved
Operating System 1 Answer Anonymous(A) Post