Answer:
1. siblings + 1
2. numberOfPizzas * pizzaCost
3. alienGreeting + alienGreeting2
4. color1 === color2
5. value1 - value2
6. console.log(gradeAverage === gradeAverage2)
7. numberToString + numberToString2
8. numberOfStudents / numberOfClassrooms
9. console.log(carSpeed === truckSpeed)
Answer:
The correct answer is A.
Explanation:
I put D from the answer above and got it wrong and it said A was the correct answer. haha :)
Legal safeguards to prevent misuse of information stored on computers, particularly information about individual people. In other terms it is security for personal information.
Answer:
Explanation:
There are various questions that you can ask in this scenario, such as
What grading policies are being implemented?
How many student grades are being calculated by the program?
What is the requirements for a student to pass?
All of these questions would allow you to get an idea of how extensive the code may be and its complexity. Once you know this you would look at the code revolving around actually looping through the data and doing the necessary calculations. You can then determine how to manipulate the code and make it much more efficient.
You would also need to know how the student data is being saved, which will help determine if it is the best data structure for saving this type of data or if it can be replaced in order to maintain the data secure while increasing the speed of the program. Mainly since this information needs to be continuously used from the data structure.