FCFS simply copies the idea of a normal queue at a counter, whoever reaches the queue first gets served first. It does not look at how long a job will take or how important it is, it only checks the order in which requests arrived. So among the given choices, burst time and priority are irrelevant to this rule, and the process picked for execution is always the one that arrived earliest, which is option 2.