Answer:
That's a high score!
This is a test question!
Explanation:
The reason these two lines are printed and not the first one is simple. After the 'IF' condition has been stated, there is no use of parenthesis such as { and } to enclose the next lines. This means that only the first line after the 'IF' condition may be read or skipped depending on whether the condition (score>95) is met. Since the score is not larger than 95, and the 'IF' condition fails, the line 'Congratulations!' is not printed. The next two lines of the code are read as normal because they do not depend on the 'IF' condition.
Engineering ethics is not without abstraction, but in contrast with computing, it is animated by a robust and active movement concerned with the seamless identification of ethics with practice.
<h3 /><h3>What is engineering?</h3>
This is a branch of science and technology concerned with the design, building, and use of engines, machines, and structures that uses scientific principles.
Comparing ethics in engineering and ethics in computing:
- Engineering ethics are a set of rules and guidelines. While computing ethics deals with procedures, values and practices.
- In engineering ethics, engineers must adhere to these rules as a moral obligation to their profession While in computing ethics, the ethics govern the process of consuming computer technology.
- Following these ethics for the two professions will NOT cause damage, but disobeying them causes damage.
Some practical examples in the computing field:
- Avoid using the computer to harm other people such as creating a bomb or destroying other people's work.
- Users also should not use a computer for stealing activities like breaking into a bank or company.
- Make sure a copy of the software had been paid for by the users before it is used.
Some practical examples in the engineering field:
- Integrity for oneself.
- Respect for one another.
- Pursuit of excellence and accountability.
Hence, Engineering ethics is the field of system of moral principles that apply to the practice of engineering and following them is important to the profession.
Read more about <em>engineering</em> here:
brainly.com/question/17169621
#SPJ1
Answer:
correct me if i'm wrong but i think it's false
Explanation: