Answer:
Entities are - Students, CourseList, Advisor and CourseSelection.
Explanation:
The database is structure is designed using Crow Foot Database Notation as attached
I'd say MSconfig, you can use that and view the 'processes' tab, but it will make you open up the task manager.
Answer:
The output is: Your cost is 100
Explanation:
Given
The above code snippet
and

Required
Determine the output of the code
if cost < 70 or cost > 150
The above condition checks if cost is less than 70 or cost is greater than 150
This condition is false because 100 is neither less than 70 nor is it greater than 150
So, the else statement will be executed.
discount = cost
Which means
discount = 100
So, the print instruction will print: Your cost is 100
The subject line should be a brief message explaining some of the contents of the email.