Answer:
Written using Python
name = input("Name: ")
print("1 for Full time and 2 for Part time")
status = int(input("Status: "))
sales = float(input("Sales Amount: "))
if status == 1:
commission = 0.04 * sales
else if status == 2:
commission = 0.02 * sales
print(name)
print(commission)
if status == 1 and sales>1000:
print("You have exceeded the sales quota!")
if status == 2 and sales>500:
print("You have exceeded the sales quota!")
Explanation:
I've added the full source code as an attachment where I used comments to explain some lines
Yes but its nothing compared to apple
Answer:
Moore's law predicts that this trend will continue into the foreseeable future.
Explanation:
Moore's Law refers to Moore's perception that the number of transistors on a microchip doubles every two years, though the cost of computers is halved.
It may not be trustworthy, and you risk identity theft.
The three properties of a client and three properties of a server are mentioned to take the initiative in communication, etc.
<h3>What is server architecture?</h3>
Server architecture is the basic design or blueprint from which a server is built and/or deployed.
Client: takes the initiative in communication, doesn't speak to other clients directly, and only has to be online while a procedure is being completed.
The server is always running, waits for communication to begin, and serves several clients at once.
Thus, the three properties of a client and three properties of a server are mentioned to take the initiative in communication, etc.
Learn more about the server architecture here:
brainly.com/question/15220127
#SPJ4