Answer:
An employee list can give the departments and job titles of employees.
Explanation:
Well you have to your employees age birth certificate and stuff like that on file and there department and title would bee in that file.
Answer:
1. To avoid being robed
2. To Keep your identity safe
Explanation:
Hope this helps! (:
Answer:
Embedded System
Explanation:
Embedded System are designed to make physical products and devices and helping in diagnose problems as well.
Answer:
see attachment
Explanation:
You have not specified the language, or the details of the I/O form or prompts. Here is a program that does that, written in Wolfram language (the language of Mathematica).
It prompts separately for student name and student score. The minimum score is presumed to be higher than -99999. If only one student name is entered, the second output is that score with no name listed. There is no error checking.
We have elected to keep a list only of the two two scores, and to sort that list again each time a new entry is made.
__
The attachment shows the output of the program below the program listing.