
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question

Transcribed Image Text:You will be creating an interactive chat-bot type program. Eliza is a therapist program that interacts with the user. Your program will need to evaluate
what the user asks and turn the user's input into a question that sounds like the therapist really cares.
Sample beginning sentences:
• Please tell me more about ...
• Many of my patients tell me the same thing.
• It is getting late, maybe we had better quit.
Why do you say that .. how can you fix that?
You seem to think that ...
Why?
So, you are concerned that ... expand on that.
Hint: Use random generator.
random.randint(start, end) will return a random integer between the start and end number (inclusive) but before using this method,
you need to add
import random
Example session with Eliza
Good day. What is your problem? Enter your response here or Q to quit: my teacher hates me
Why do you say that "my teacher hates me"?
Enter your response here or Q to quit: she always calls on the girls in the class
Please tell me more
Enter your response here or Q to quit: i would like to get called on too
You seem to think that "I would like to get called on too" why?
Enter your response here or Q to quit: q
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 2 steps

Knowledge Booster
Similar questions
- Which of the following computes the horizontal distance between pointsp1 and p2?a) abs (p1-p2)b) p2 . get X () - p 1 . get X()c) abs (p1 . getY O - p2 . getY() )d) abs (p 1 . get X() - p2 . get X() )arrow_forwardMuch of what we do in applied JavaScript requires you to merge conditional logic while looping. This is an assignment that requires you to apply some of those fundamentals. Code the following with 2 loops. Please submit 1 html document only. It must be styled like the below table:arrow_forward1 DO NOT COPY FROM OTHER WEBSITES Upvote guarenteed for a correct and detailed answer. Thank you!!!arrow_forward
- Write a program that compares two strings given as input. Output the number of characters that match in each string position. The output should use the correct verb (match vs matches) according to the character count. Assume each input strings have less than 50 characters. Ex: If the input is: crash crush the output is: 4 characters match Ex: If the input is: cat catnip the output is: 3 characters match Ex: If the input is: mall saw the output is: 1 character matches Ex: If the input is: apple orange the output is: 0 characters matcharrow_forwardFor the last image, I got the answer wrong. Please fix the answer.arrow_forwardWrite a PHP script which displays the following message on the page, depending on the values set by the user in the URL: a. If the user enters the following URL: .../welcome.php?firstName=ExampleFirstName Then the message displayed on the page should be: Howdy ExampleFirstName b. If the user enters the following URL: .../welcome.php?lastName=ExampleLastName Then the message displayed on the page should be: Howdy ExampleLastName c. If the user enters the following URL: .../welcome.php?firstName=&lastName= Then the message displayed on the page should be: Howdy no namesarrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON

Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY