Answer:
word = input("Type your name: ")
print(len(word))
Explanation:
The len function will count all the chars in the string.
Answer:
ALWAYS double check your work
Explanation:
D. Field data because that it a report of what happened over the week that a manager can reflect on for possible changes.
Answer:
ill take the points anyway
Explanation:
Answer:
describing the structure of an information processing program or another process. Many introductory programming and systems analysis texts introduce this as the most basic structure for describing a process.
Explanation:
- A requirement from the environment (input)
- A computation based on the requirement (process)
- A provision for the environment (output)
Example: A small engineering firm believes there are problems with its hiring process. Several of the junior engineers that have been hired remained at the firm for less than one year. This is a considerable cost to the firm, since recruiting and training new engineers is time consuming and expensive. The human resources manager decides to put together a group of people with extensive experience hiring new engineers. One of their first tasks is to produce an input-output model of the hiring process. They generate the following.