Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CollegeAdmission.py iff Using Flowcharts and Pseudocode in Python Flowcharts and Pseudocode 1. Stuay the pseudocode in picture above. 2. Write the interactive input statements to

image text in transcribed
image text in transcribed
CollegeAdmission.py iff Using Flowcharts and Pseudocode in Python Flowcharts and Pseudocode 1. Stuay the pseudocode in picture above. 2. Write the interactive input statements to retrieve: o A student's test score (testScoreString ) E 2 Program Name: College Admission.py 3 Function: This program determines if admitted or rejected. 4 Input: Interactive 5 Output: Accept or Reject o A student's class rank ( classRankString ) 3. Write the statements to convert the string representation of a student's test score and class rank to 8 # Get input and convert to correc testScore and classRank 9 testScoreString T 10 # Test using admission requireme Reject 11 if testScore >- 90: if classRank >= 25: print("Accept") else: print("Reject") d) P1 connector Jestion 20 (Mandatory) (1 point) Phil wants to add a new video card, and he is sure the power supply is sufficient to run the new vide he tries to locate the power connector for the new video card, he does not find a 6-pin PCI-E power several extra cables for hard drive power cables from his power supply that he is not using. What is the least expensive way for Phil to power his video card? a) Use a SATA to 6 pin PCI-E adapter. b) Change the dual voltage option. C) Purchase a new power supply. CollegeAdmission.py iff Using Flowcharts and Pseudocode in Python Flowcharts and Pseudocode 1. Stuay the pseudocode in picture above. 2. Write the interactive input statements to retrieve: o A student's test score (testScoreString ) E 2 Program Name: College Admission.py 3 Function: This program determines if admitted or rejected. 4 Input: Interactive 5 Output: Accept or Reject o A student's class rank ( classRankString ) 3. Write the statements to convert the string representation of a student's test score and class rank to 8 # Get input and convert to correc testScore and classRank 9 testScoreString T 10 # Test using admission requireme Reject 11 if testScore >- 90: if classRank >= 25: print("Accept") else: print("Reject") d) P1 connector Jestion 20 (Mandatory) (1 point) Phil wants to add a new video card, and he is sure the power supply is sufficient to run the new vide he tries to locate the power connector for the new video card, he does not find a 6-pin PCI-E power several extra cables for hard drive power cables from his power supply that he is not using. What is the least expensive way for Phil to power his video card? a) Use a SATA to 6 pin PCI-E adapter. b) Change the dual voltage option. C) Purchase a new power supply

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

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

More Books

Students also viewed these Databases questions

Question

friendliness and sincerity;

Answered: 1 week ago