Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are going to create an interactive educational app based on your chosen topic. It might be a game, a quiz, or a combination of

You are going to create an interactive educational app based on your chosen topic. It might be a game, a quiz, or a combination of options for your user to work through in a graphical environment such as Tkinter. Your first step is to complete a project proposal as you think through your process.
You may choose to program in Python exclusively, or use a new module that we haven't covered in class but is available in the resource section (Turtle, Tkinter, Pygame)
I chose the topic AI BOTS
1. proposal step before coding :Describe in detail the informational program you would like to create.
1.Description: Give a brief description of your program. (LIKE AFTER CODING , TELL ME HOW U DID CODING LIKE , FOR EXAMPLE , IT SHOWS TEXT THEN QUIZ OR THERE ARE WILL ANY SERIES OF QUESTION FOR USER TO PUT IN , or all the links it will open in coding to show the work of program )
2.Algorithm: Provide the design steps of your process
3. Pseudocode: Write the basic structure of the code in pseudocode (a description of what a computer program should do. It is written in a formal yet readable style that uses a natural syntax and formatting so it can be easily understood by others involved in the development process.)
4.Project Management:
Quality management: Describe how you are going to test your program for quality.
After u will then do your coding as i mentioned below
Note : Mention this is step 1, this is step 2 etc.. There are different steps
2. Step : After proposal , u will implement , like i mentioned above , u going to create game app whether using python or tkinter on the topic of AI BOTS
Your program must be usable (i.e. it WORKS) and have clear instructions for the user (more on this is Step #3). It is better to make a simple program that works than a complicated program that is full of bugs!
Games involving dices, cards, letter and words are good candidates. The following list provides some examples of games that are suitable for this project:
Trivia
Hangman
Jeopardy
Bingo
Quiz
Crossword
Word game
Program Comments
You need to include inline documentation in the body of your code that explains:
what your variable represents
what your conditions (if... else) are testing
what your loops are trying to accomplish
what causes your loops to exit
what different blocks of code are trying to accomplish
In addition, your main program needs a header section (i.e. name of program, you name, brief description of functionality). Each class file needs similar documentation.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

More Books

Students also viewed these Databases questions

Question

7.1 Define selection and discuss its strategic importance.

Answered: 1 week ago