1.Create a scenario from your own experience that requires at least one input, one output, one operation/calculation and one decision. 2. Create a flowchart to design a solution for your scenario (note: No Python code required.) 3. Provide a flowchart for an application (must be different from the scenario provided in part 1) that includes at least one rectangle, three parallelograms and 2 diamonds
1.Create a scenario from your own experience that requires at least one input, one output, one operation/calculation and one decision. 2. Create a flowchart to design a solution for your scenario (note: No Python code required.) 3. Provide a flowchart for an application (must be different from the scenario provided in part 1) that includes at least one rectangle, three parallelograms and 2 diamonds
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Please help me organizing them and complete them step wise:
1.Create a scenario from your own experience that requires at least one input, one output, one operation/calculation and one decision.
2. Create a flowchart to design a solution for your scenario (note: No Python code required.)
3. Provide a flowchart for an application (must be different from the scenario provided in part 1) that includes at least one rectangle, three parallelograms and 2 diamonds
4. Using the File Window in IDLE, create the Python code that implements the flowchart provided in part 3. Include two screen shots: 1 for the code and 1 for the results in the IDLE window.
Expert Solution
Step 1
The first three parts will be answered. Please upload the rest of the questions again.
1)
Requirement: At least one input, one output, one operation/calculation, and one decision.
Consider a scenario in which the user is asked to input two integers, compute their sum and determine whether the sum is even or odd.
Input: a, b
Operation: c= a+b
Decision: Is (c%2==0)
Output: Print "c is even" or Print "c is odd"
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education