Answer:
teachers go hard on you dont they
Explanation:
Answer:
A) "Identify, document, collect evidence and report to the client or the employer promptly if, in their opinion, a project is likely to fail, to prove too expensive, to violate intellectual property law, or otherwise to be problematic."
B) "Ensure that there is a fair agreement concerning ownership of any software, processes, research, writing, or other intellectual property to which a software engineer has contributed."
C) "Not knowingly use software that is obtained or retained either illegally or unethically."
Explanation:
All the above are connected to intellectual stuff and hereafter are the right possibilities. One requires to comprehend the definition of intellectual property. In fact, it is a software, a piece of script, art, etc. that a knowledgeable make using his intelligence. All the rights related to such is with the intellect. And that is why the above three choices is right.
The fourth choice has nonentity to do with intellectual stuff, and it deals with the skirmish of interest. And henceforth that is not a correct option.
Answer:
total = 0
items = int(input("Enter the number of items ordered: "))
for i in range(items):
price = float(input("Enter the price of item " + str(i+1) + ": "))
total += price
if total < 200:
total += (items * 10)
print("Bill is $" + str(total))
Explanation:
*The code is in Python.
Ask the user to enter the number of items ordered
Create a for loop that iterates depending on the number of items ordered. Inside the loop, ask the price of each item and add it to the total
After the loop, check the total. If it is smaller than 200, add 10 for each item to the total
Print the total
Python is a programming language created by Guido van Rossum. This programming language has an implementation in C and one of the most important facts about it is that it's easy to learn for beginners and is a very versatile tool.
It can be used for almost anything and it's easy to set up and run using the large number of libraries avaliable.
Some uses for Python are in :
- Machine Learning and AI
- Research and data interpretation
- BackEnd Server
- Simulations
- Games (?)
- Bots
- Simple automatization tasks.
Based on the large number of applications and the simplicity I think Python is one of the most valuable languages to learn.
Answer:
Working with text in presentation programs is similar to working with text in other application, audience size influences font size, and font size and font color can be changed in presentations.