Basically, I am creating a priority based cpu scheduling for my assignment.

This the outline of what I need to do:
1.The binary heap has a size of 101, and is implemented using an array and a...