Answer:B)They can be adapted to fit business needs.
Explanation: Information system is a system that supports the information and communication(ICT).It basically works as the interaction layer between the technology and the users an thus can flexibly work in the business field. It organizes the They are present in the many different structures such as pyramid structured information system, management information system etc.
Therefore the correct option is option(b).
Answer:
a1="Ada Lovelace"
a2= input("Enter Password: ")
def checkpassword(a2):
if a2 == a1:
print("Correct Password")
else:
print("Wrong Password")
return 0
Explanation:
The string as password is given. Now we ask the user to input the password, and this is compared to the original password. If the passwords match, print password matched, or else print wrong password.
Answer:
TO UNDERSTAND TO ITS VALUES AND ITS FEATURES
Explanation:
Answer:
Modern technology has developed
Explanation:
The development of technology may draw upon many fields of knowledge, including scientific, engineering, mathematical, linguistic, and historical knowledge, to achieve some practical result. ... For example, science might study the flow of electrons in electrical conductors by using already-existing tools and knowledge.
A PDF must be put into an external program after being exported to be edited, you can't make direct changes to it. This eliminates answer choice A.
You can print documents with other extensions besides .pdf, such as those of Word documents and such, it doesn't have to be a .pdf. This eliminates answer choice B.
Since you can't directly edit a PDF, C is a possible answer.
Files don't have to be saved as a .pdf, especially just for the first time. Whenever you save a file, first time or not, you can save it as anything, and there's no reason to have to save it as a .pdf. This eliminates answer choice D.
So the answer is C. it contains material you don't want changed.
Hope this helps!