C- A graphic designer is the awnser
I believe to reboot is to reset. Its the act of resetting, or starting up a computer again.
It is the finance / administration function that records time accounting and procures the needed items
Answer: killall[process_name] or kill[PID]
Explanation:
Killall is a tool for disabling running processes on the system. It will disable all programs that matches the name mentioned.
kill disables processes based on process id numbers. it does not disable the process directly. The process recieves a signal where the process will follow instructions which it has to follow if it receives the signal.