Computers and Technology

Name 01.05 String Input
This assignment has three parts.
Part One: Write a program to simulate a chatbot conversation. Use the following guidelines to write your program:
1. 1. Decide on an interactive conversation someone could have with a computer.
2. Your program should include at least three interactive prompts.
3. Input from the user should be assigned to variables and used throughout the conversation.
4. At least once, use the indexing or slicing technique.
5. Use concatenation to join string literals and string values.
6. Write the pseudocode for this program. Be sure to include any input and output needed.
Insert your pseudocode here:

Part Two: Code the program. Use the following guidelines to code your program.
1. 1. Code the program using Python IDLE.
2. Using comments, type a heading that includes your name, today’s date, and a short description of the program.
3. Use meaningful names for all variables.
4. Follow the Python style conventions regarding indentation and the use of white space in your program.

Example of expected output: The output for your program should resemble the following screen shot. Your specific results will vary depending on the choices you make about the conversation and the input provided.

Insert a copy of your code from the IDLE here:

Part Three: Complete the Post Mortem Review (PMR). Write thoughtful two to three sentence responses to all the questions in the PMR chart.
Review Question
Response
What was the purpose of your program?

How could your program be useful in the real world?

What is a problem you ran into, and how did you fix it?

Describe one thing you would do differently the next time you write a program.

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 22:30, hmontalvo22
Who needs to approve a change before it is initiated? (select two.) -change board -client or end user -ceo -personnel manager -project manager
Answers: 1
image
Computers and Technology, 23.06.2019 09:00, paulusl19
The first screen you see when you open word2016 what is called?
Answers: 1
image
Computers and Technology, 23.06.2019 16:00, lokaranjan5736
Write a grading program for a class with the following grading policies: a. there are two quizzes, each graded on the basis of 10 points. b. there is one midterm exam and one final exam, each graded on the basis of 100 points. c. the final exam counts for 50% of the grade, the midterm counts for 25%, and the two quizzes together count for a total of 25%. (do not forget to normalize the quiz scores. they should be converted to a percentage before they are averaged in.) any grade of 90 or more is an a, any grade of 80 or more (but less than 90) is a b, any grade of 70 or more (but less than 80) is a c, any grade of 60 or more (but less than 70) is a d, and any grade below 60 is an f. the program will read in the student’s scores and output the student’s record, which consists of two quiz and two exam scores as well as the student’s average numeric score for the entire course and final letter grade. define and use a structure for the student reco
Answers: 2
image
Computers and Technology, 23.06.2019 18:30, milkshakegrande101
Where can page numbers appear? check all that apply. in the header inside tables in the footer at the bottom of columns at the top of columns
Answers: 1
Do you know the correct answer?
Name 01.05 String Input
This assignment has three parts.
Part One: Write a program to si...

Questions in other subjects: