SlideShare a Scribd company logo
1 of 13
UOP PRG 211 Week 1 Individual University
Project Problem Solving with Algorithms NEW
Check this A+ tutorial guideline at
http://www.uopassignments.com/prg-211-
uop/prg-211-week-1-individual-university-
project-problem-solving-with-algorithms-
recent
For more classes visit
http://www.uopassignments.com
PRG 211 Week 1 Individual University Project
Problem Solving with Algorithms NEW
During this course you will design a program for
a state university. The university needs a
website design that will enable students to order
books online. Each week you will receive
additional instructions for the elements of the
design based on the needs of the university. The
elements will correspond with the concepts and
skills you learn that week.
According to the university’s website design
request, students need to order five books, one
for each of the five required courses that all
students take. You need to design a program that
will prompt students for the price of each book
and display the total cost for the five books.
Create a 1- to 1 3/4-page document listing the
steps needed to solve the problem using an
algorithm, including the following:
 Identify the input needed
 Define what the input must do (i.e., the
process)
 Show what the output must produce
Create a 1/2- to 1-page document of your
pseudocode based on the algorithm, including
the following:
 Write the pseudocode statement(s) for the
input
 Write the pseudocode statement(s) for the
process
 Write the pseudocode statement(s) for the
output
Create a 1-page flowchart based on the
algorithm, including the following:
 Mark the program’s starting point
 Represent the input steps in the program
 Represent the process steps in the program
 Represent the output steps in the program
 Mark the program’s ending point
Submit your assignment using the Assignment
Files tab
UOP PRG 211 Week 2 Individual Tip, Tax, and
Total NEW
Check this A+ tutorial guideline at
http://www.uopassignments.com/prg-211-
uop/prg-211-week-2-individual-tip-tax-and-
total-recent
For more classes visit
http://www.uopassignments.com
PRG 211 Week 2 Individual Tip, Tax, and Total
NEW
Complete the Lab 4-6, “Programming Challenge 1
– Tip, Tax, and Total,” of Starting Out with
Programming Logic and Design.
Note: You are only required to create the
pseudocode for this activity; however, notice
how the pseudocode compares to the given
Python code for this assignment.
Submit your assignment using the Assignment
Files tab.
UOP PRG 211 Week 2 Individual University
Project Using Selection and Iteration I NEW
Check this A+ tutorial guideline at
http://www.uopassignments.com/prg-211-
uop/prg-211-week-2-individual-university-
project-using-selection-and-iteration-i-
recent
For more classes visit
http://www.uopassignments.com
PRG 211 Week 2 Individual University Project
Using Selection and Iteration I NEW
The university reassessed its needs for the
website design and determined it will no longer
require all students to take five classes.
Update the website program to reflect the
following changes:
 Prompt the student for the number of courses
being taken
 Use a while loop to prompt the student for the
price of each book based upon the number of
classes being taken
 After the price of each book has been entered,
prompt the user for shipping options: delivery or
pick-up
 Use an if statement to add the charges to the
total price if the shipping charges are greater
than 0
 Display the total cost
Create a 1/2- to 1-page document containing
pseudocode based on the revised program
needs. Add this to the revised program
pseudocode from the Week One Individual
Assignment, Problem Solving with Algorithms.
Create a 1-page flowchart based on the algorithm
for the revised program needs. Add this to the
revised program flowchart from the Week One
Individual Assignment, Problem Solving with
Algorithms.
Submit your assignment using the Assignment
Files tab.
UOP PRG 211 Week 3 Individual University
Project Using Selection and Iteration II NEW
Check this A+ tutorial guideline at
http://www.uopassignments.com/prg-211-
uop/prg-211-week-3-individual-university-
project-using-selection-and-iteration-ii-
recent
For more classes visit
http://www.uopassignments.com
PRG 211 Week 3 Individual University Project
Using Selection and Iteration II NEW
The university would like to remind students to
pick-up their books at the bookstore if they
choose not to have books delivered.
Revise the website program to reflect the
following changes:
 Prompt the student for the number of courses
being taken
 Use a for loop to prompt the student for the
price of each book based upon the number of
classes being taken
 After the price of each book has been entered,
display the total price of the books
 Prompt the user for the following shipping
options: delivery or pick-up
 Use an if-then-else statement to add the
charges to the total price if the shipping charges
are greater than 0
 If there are shipping charges, display the total
charges and shipping date
 If there are no shipping charges, display the
total charges and a message indicating that the
books can be picked up at the bookstore
Create a 1/2- to 1-page document containing
pseudocode based on the revised program
needs.
Create a 1-page flowchart based on the algorithm
for the revised program needs.
Submit your assignment using the Assignment
Files tab.
UOP PRG 211 Week 3 Individual Yum Yum
Burger Joint NEW
Check this A+ tutorial guideline at
http://www.uopassignments.com/prg-211-
uop/prg-211-week-3-individual-yum-yum-
burger-joint-recent
For more classes visit
http://www.uopassignments.com
PRG 211 Week 3 Individual Yum Yum Burger
Joint NEW
Complete the Lab 5-5, “Programming Challenge 1
– Yum Yum Burger Joint,” of Starting Out with
Programming Logic and Design .
Note: You are only required to create the
flowchart for this activity; however, notice how
the pseudocode compares to the given Python
code for this assignment.
Submit your assignment using the Assignment
Files tab
UOP PRG 211 Week 4 Individual Lab 9-5 Going
Green NEW
Check this A+ tutorial guideline at
http://www.uopassignments.com/prg-211-
uop/prg-211-week-4-individual-lab-9-5-
going-green-recent
For more classes visit
http://www.uopassignments.com
PRG 211 Week 4 Individual Lab 9-5 Going Green
NEW
Complete the Lab 9-5, “Programming Challenge 1
— Going Green,” of Starting Out with
Programming Logic and Design.
Note: You are only required to create the
flowchart for this activity; however, notice how
the pseudocode compares to the given Python
code for this assignment.
Submit your assignment using the Assignment
Files tab
UOP PRG 211 Week 4 Individual University
Project Using Arrays NEW
Check this A+ tutorial guideline at
http://www.uopassignments.com/prg-211-
uop/prg-211-week-4-individual-university-
project-using-arrays-recent
For more classes visit
http://www.uopassignments.com
PRG 211 Week 4 Individual University Project
Using Arrays NEW
The university updated its website program
design request with a few more features to fit its
needs.
Update the website program to reflect the
following changes:
 Use an array to prompt the user to enter a
credit card account number
 Use the sequential search algorithm to locate
the credit card number entered by the user
 If the credit card number is not in the array,
display a message indicating the number is
invalid
 If the credit card number is in the array,
display a message indicating the credit card
number is valid
Create a 1/2- to 1-page document containing
pseudocode based on the revised program
needs. Add the pseudocode statements to the
existing pseudocode program.
Create a 1- to 2-page flowchart based on the
algorithm for the revised program needs. Add
the flowchart structure in the existing flowchart
for the program.
Submit your assignment using the Assignment
Files tab.
UOP PRG 211 Week 5 Individual University
Project Using Files NEW
Check this A+ tutorial guideline at
http://www.uopassignments.com/prg-211-
uop/prg-211-week-5-individual-university-
project-using-files-recent
For more classes visit
http://www.uopassignments.com
PRG 211 Week 5 Individual University Project
Using Files NEW
For completion of the program, use arrays and
files.
Instead of prompting the user for the prices of
the book, update the website program to reflect
the following changes:
 Read the prices into an array from a file using
a loop
 Use a second loop to sum the values stored in
the array after the prices of all the books have
been read
 Write the content of the array to a second file
Create a 1/2- to 1-page document containing
pseudocode based on the revised program
needs. Replace the pseudocode statements in the
existing pseudocode program.
Create a 1- to 2-page flowchart based on the
algorithm for the revised program needs.
Replace the flowchart structure in the existing
flowchart for the program.
Submit your assignment using the Assignment
Files tab

More Related Content

Similar to PRG 211 Entire Course NEW

Prg 210-final-learning-team-assignment-software-development-project
Prg 210-final-learning-team-assignment-software-development-projectPrg 210-final-learning-team-assignment-software-development-project
Prg 210-final-learning-team-assignment-software-development-project
DR Dean Jame
 
Prg 210-week-3-individual-assignment-computer-operations-solving-problems-and...
Prg 210-week-3-individual-assignment-computer-operations-solving-problems-and...Prg 210-week-3-individual-assignment-computer-operations-solving-problems-and...
Prg 210-week-3-individual-assignment-computer-operations-solving-problems-and...
DR Dean Jame
 

Similar to PRG 211 Entire Course NEW (20)

PRG 211 Innovative Education/tutorialrank.com
PRG 211 Innovative Education/tutorialrank.comPRG 211 Innovative Education/tutorialrank.com
PRG 211 Innovative Education/tutorialrank.com
 
Prg 211 prg211
Prg 211 prg211Prg 211 prg211
Prg 211 prg211
 
Prg 210-final-learning-team-assignment-software-development-project
Prg 210-final-learning-team-assignment-software-development-projectPrg 210-final-learning-team-assignment-software-development-project
Prg 210-final-learning-team-assignment-software-development-project
 
CMGT 445 Entire Course NEW
CMGT 445 Entire Course NEWCMGT 445 Entire Course NEW
CMGT 445 Entire Course NEW
 
PRG 421 Entire Course NEW
PRG 421 Entire Course NEWPRG 421 Entire Course NEW
PRG 421 Entire Course NEW
 
BSA 411 Entire Course NEW
BSA 411 Entire Course NEWBSA 411 Entire Course NEW
BSA 411 Entire Course NEW
 
CMGT 556 Entire Course NEW
CMGT 556 Entire Course NEWCMGT 556 Entire Course NEW
CMGT 556 Entire Course NEW
 
PRG/215 ENTIRE CLASS UOP TUTORIALS
PRG/215 ENTIRE CLASS UOP TUTORIALSPRG/215 ENTIRE CLASS UOP TUTORIALS
PRG/215 ENTIRE CLASS UOP TUTORIALS
 
Prg 420 education changes / sellfy.com
Prg 420 education changes / sellfy.comPrg 420 education changes / sellfy.com
Prg 420 education changes / sellfy.com
 
Prg 420 focus dreams prg420.com
Prg 420 focus dreams   prg420.comPrg 420 focus dreams   prg420.com
Prg 420 focus dreams prg420.com
 
PRG 420 Entire Course NEW
PRG 420 Entire Course NEWPRG 420 Entire Course NEW
PRG 420 Entire Course NEW
 
BUS 485 Entire Course NEW
BUS 485 Entire Course NEWBUS 485 Entire Course NEW
BUS 485 Entire Course NEW
 
CMGT 554 Entire Course NEW
CMGT 554 Entire Course NEWCMGT 554 Entire Course NEW
CMGT 554 Entire Course NEW
 
Prg 210-week-3-individual-assignment-computer-operations-solving-problems-and...
Prg 210-week-3-individual-assignment-computer-operations-solving-problems-and...Prg 210-week-3-individual-assignment-computer-operations-solving-problems-and...
Prg 210-week-3-individual-assignment-computer-operations-solving-problems-and...
 
Prg 211 prg211 prg 211 effective communication uopstudy.com
Prg 211 prg211 prg 211 effective communication   uopstudy.comPrg 211 prg211 prg 211 effective communication   uopstudy.com
Prg 211 prg211 prg 211 effective communication uopstudy.com
 
Prg 211 prg211 prg 211 forecasting and strategic planning -uopstudy.com
Prg 211 prg211 prg 211 forecasting and strategic planning -uopstudy.comPrg 211 prg211 prg 211 forecasting and strategic planning -uopstudy.com
Prg 211 prg211 prg 211 forecasting and strategic planning -uopstudy.com
 
Uop cmgt 442 week 2 risk information sheet new
Uop cmgt 442 week 2 risk information sheet newUop cmgt 442 week 2 risk information sheet new
Uop cmgt 442 week 2 risk information sheet new
 
Uop qrb-501-week-2-team-assignment-equations-and-percentage-cases-new
Uop qrb-501-week-2-team-assignment-equations-and-percentage-cases-newUop qrb-501-week-2-team-assignment-equations-and-percentage-cases-new
Uop qrb-501-week-2-team-assignment-equations-and-percentage-cases-new
 
CMGT 410 HOMEWORK Education Planning--cmgt410homework.com
CMGT 410 HOMEWORK Education Planning--cmgt410homework.comCMGT 410 HOMEWORK Education Planning--cmgt410homework.com
CMGT 410 HOMEWORK Education Planning--cmgt410homework.com
 
PRG 420 Achievement Education--prg420.com
 PRG 420 Achievement Education--prg420.com PRG 420 Achievement Education--prg420.com
PRG 420 Achievement Education--prg420.com
 

More from shyamuopuoptwelve

More from shyamuopuoptwelve (20)

ISCOM 476 Entire Course NEW
ISCOM 476 Entire Course NEWISCOM 476 Entire Course NEW
ISCOM 476 Entire Course NEW
 
ISCOM 472 Entire Course NEW
ISCOM 472 Entire Course NEWISCOM 472 Entire Course NEW
ISCOM 472 Entire Course NEW
 
ISCOM 383 Entire Course NEW
ISCOM 383 Entire Course NEWISCOM 383 Entire Course NEW
ISCOM 383 Entire Course NEW
 
PPA 699 Entire Course NEW
PPA 699 Entire Course NEWPPA 699 Entire Course NEW
PPA 699 Entire Course NEW
 
PPA 601 Entire Course NEW
PPA 601 Entire Course NEWPPA 601 Entire Course NEW
PPA 601 Entire Course NEW
 
PROJ 586 Entire Course NEW
PROJ 586 Entire Course NEWPROJ 586 Entire Course NEW
PROJ 586 Entire Course NEW
 
MGT 230 Entire Course NEW
MGT 230 Entire Course NEWMGT 230 Entire Course NEW
MGT 230 Entire Course NEW
 
MGMT 597 Entire Course NEW
MGMT 597 Entire Course NEWMGMT 597 Entire Course NEW
MGMT 597 Entire Course NEW
 
MGMT 591 Entire Course NEW
MGMT 591 Entire Course NEWMGMT 591 Entire Course NEW
MGMT 591 Entire Course NEW
 
MGMT 530 Entire Course NEW
MGMT 530 Entire Course NEWMGMT 530 Entire Course NEW
MGMT 530 Entire Course NEW
 
MGMT 520 Entire Course NEW
MGMT 520 Entire Course NEWMGMT 520 Entire Course NEW
MGMT 520 Entire Course NEW
 
MGMT 550 Entire Course NEW
MGMT 550 Entire Course NEWMGMT 550 Entire Course NEW
MGMT 550 Entire Course NEW
 
HS6024 Entire Course NEW
HS6024 Entire Course NEWHS6024 Entire Course NEW
HS6024 Entire Course NEW
 
HS6010 Entire Course NEW
HS6010 Entire Course NEWHS6010 Entire Course NEW
HS6010 Entire Course NEW
 
HCS 586 Entire Course NEW
HCS 586 Entire Course NEWHCS 586 Entire Course NEW
HCS 586 Entire Course NEW
 
HS 6012 Entire Course NEW
HS 6012 Entire Course NEWHS 6012 Entire Course NEW
HS 6012 Entire Course NEW
 
HS 215 Entire Course NEW
HS 215 Entire Course NEWHS 215 Entire Course NEW
HS 215 Entire Course NEW
 
HS 205 Entire Course NEW
HS 205 Entire Course NEWHS 205 Entire Course NEW
HS 205 Entire Course NEW
 
HRM 562 Entire Course NEW
HRM 562 Entire Course NEWHRM 562 Entire Course NEW
HRM 562 Entire Course NEW
 
HRM 554 Entire Course NEW
HRM 554 Entire Course NEWHRM 554 Entire Course NEW
HRM 554 Entire Course NEW
 

Recently uploaded

Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
EADTU
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
EADTU
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MysoreMuleSoftMeetup
 

Recently uploaded (20)

male presentation...pdf.................
male presentation...pdf.................male presentation...pdf.................
male presentation...pdf.................
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....
 
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
 
Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
 
Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptx
 
How to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptxHow to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptx
 
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...
 
Including Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdfIncluding Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdf
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptx
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio App
 
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of TransportBasic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
 

PRG 211 Entire Course NEW

  • 1. UOP PRG 211 Week 1 Individual University Project Problem Solving with Algorithms NEW Check this A+ tutorial guideline at http://www.uopassignments.com/prg-211- uop/prg-211-week-1-individual-university- project-problem-solving-with-algorithms- recent For more classes visit http://www.uopassignments.com PRG 211 Week 1 Individual University Project Problem Solving with Algorithms NEW During this course you will design a program for a state university. The university needs a website design that will enable students to order books online. Each week you will receive additional instructions for the elements of the design based on the needs of the university. The elements will correspond with the concepts and skills you learn that week. According to the university’s website design request, students need to order five books, one for each of the five required courses that all students take. You need to design a program that will prompt students for the price of each book and display the total cost for the five books.
  • 2. Create a 1- to 1 3/4-page document listing the steps needed to solve the problem using an algorithm, including the following:  Identify the input needed  Define what the input must do (i.e., the process)  Show what the output must produce Create a 1/2- to 1-page document of your pseudocode based on the algorithm, including the following:  Write the pseudocode statement(s) for the input  Write the pseudocode statement(s) for the process  Write the pseudocode statement(s) for the output Create a 1-page flowchart based on the algorithm, including the following:  Mark the program’s starting point  Represent the input steps in the program  Represent the process steps in the program  Represent the output steps in the program  Mark the program’s ending point Submit your assignment using the Assignment Files tab
  • 3. UOP PRG 211 Week 2 Individual Tip, Tax, and Total NEW Check this A+ tutorial guideline at http://www.uopassignments.com/prg-211- uop/prg-211-week-2-individual-tip-tax-and- total-recent For more classes visit http://www.uopassignments.com PRG 211 Week 2 Individual Tip, Tax, and Total NEW Complete the Lab 4-6, “Programming Challenge 1 – Tip, Tax, and Total,” of Starting Out with Programming Logic and Design. Note: You are only required to create the pseudocode for this activity; however, notice how the pseudocode compares to the given Python code for this assignment. Submit your assignment using the Assignment Files tab.
  • 4. UOP PRG 211 Week 2 Individual University Project Using Selection and Iteration I NEW Check this A+ tutorial guideline at http://www.uopassignments.com/prg-211- uop/prg-211-week-2-individual-university- project-using-selection-and-iteration-i- recent For more classes visit http://www.uopassignments.com PRG 211 Week 2 Individual University Project Using Selection and Iteration I NEW The university reassessed its needs for the website design and determined it will no longer require all students to take five classes. Update the website program to reflect the following changes:  Prompt the student for the number of courses being taken  Use a while loop to prompt the student for the price of each book based upon the number of classes being taken  After the price of each book has been entered, prompt the user for shipping options: delivery or pick-up
  • 5.  Use an if statement to add the charges to the total price if the shipping charges are greater than 0  Display the total cost Create a 1/2- to 1-page document containing pseudocode based on the revised program needs. Add this to the revised program pseudocode from the Week One Individual Assignment, Problem Solving with Algorithms. Create a 1-page flowchart based on the algorithm for the revised program needs. Add this to the revised program flowchart from the Week One Individual Assignment, Problem Solving with Algorithms. Submit your assignment using the Assignment Files tab.
  • 6. UOP PRG 211 Week 3 Individual University Project Using Selection and Iteration II NEW Check this A+ tutorial guideline at http://www.uopassignments.com/prg-211- uop/prg-211-week-3-individual-university- project-using-selection-and-iteration-ii- recent For more classes visit http://www.uopassignments.com PRG 211 Week 3 Individual University Project Using Selection and Iteration II NEW The university would like to remind students to pick-up their books at the bookstore if they choose not to have books delivered. Revise the website program to reflect the following changes:  Prompt the student for the number of courses being taken  Use a for loop to prompt the student for the price of each book based upon the number of classes being taken  After the price of each book has been entered, display the total price of the books  Prompt the user for the following shipping options: delivery or pick-up
  • 7.  Use an if-then-else statement to add the charges to the total price if the shipping charges are greater than 0  If there are shipping charges, display the total charges and shipping date  If there are no shipping charges, display the total charges and a message indicating that the books can be picked up at the bookstore Create a 1/2- to 1-page document containing pseudocode based on the revised program needs. Create a 1-page flowchart based on the algorithm for the revised program needs. Submit your assignment using the Assignment Files tab.
  • 8. UOP PRG 211 Week 3 Individual Yum Yum Burger Joint NEW Check this A+ tutorial guideline at http://www.uopassignments.com/prg-211- uop/prg-211-week-3-individual-yum-yum- burger-joint-recent For more classes visit http://www.uopassignments.com PRG 211 Week 3 Individual Yum Yum Burger Joint NEW Complete the Lab 5-5, “Programming Challenge 1 – Yum Yum Burger Joint,” of Starting Out with Programming Logic and Design . Note: You are only required to create the flowchart for this activity; however, notice how the pseudocode compares to the given Python code for this assignment. Submit your assignment using the Assignment Files tab
  • 9. UOP PRG 211 Week 4 Individual Lab 9-5 Going Green NEW Check this A+ tutorial guideline at http://www.uopassignments.com/prg-211- uop/prg-211-week-4-individual-lab-9-5- going-green-recent For more classes visit http://www.uopassignments.com PRG 211 Week 4 Individual Lab 9-5 Going Green NEW Complete the Lab 9-5, “Programming Challenge 1 — Going Green,” of Starting Out with Programming Logic and Design. Note: You are only required to create the flowchart for this activity; however, notice how the pseudocode compares to the given Python code for this assignment. Submit your assignment using the Assignment Files tab
  • 10. UOP PRG 211 Week 4 Individual University Project Using Arrays NEW Check this A+ tutorial guideline at http://www.uopassignments.com/prg-211- uop/prg-211-week-4-individual-university- project-using-arrays-recent For more classes visit http://www.uopassignments.com PRG 211 Week 4 Individual University Project Using Arrays NEW The university updated its website program design request with a few more features to fit its needs. Update the website program to reflect the following changes:  Use an array to prompt the user to enter a credit card account number  Use the sequential search algorithm to locate the credit card number entered by the user  If the credit card number is not in the array, display a message indicating the number is invalid  If the credit card number is in the array, display a message indicating the credit card number is valid
  • 11. Create a 1/2- to 1-page document containing pseudocode based on the revised program needs. Add the pseudocode statements to the existing pseudocode program. Create a 1- to 2-page flowchart based on the algorithm for the revised program needs. Add the flowchart structure in the existing flowchart for the program. Submit your assignment using the Assignment Files tab.
  • 12. UOP PRG 211 Week 5 Individual University Project Using Files NEW Check this A+ tutorial guideline at http://www.uopassignments.com/prg-211- uop/prg-211-week-5-individual-university- project-using-files-recent For more classes visit http://www.uopassignments.com PRG 211 Week 5 Individual University Project Using Files NEW For completion of the program, use arrays and files. Instead of prompting the user for the prices of the book, update the website program to reflect the following changes:  Read the prices into an array from a file using a loop  Use a second loop to sum the values stored in the array after the prices of all the books have been read  Write the content of the array to a second file Create a 1/2- to 1-page document containing pseudocode based on the revised program needs. Replace the pseudocode statements in the existing pseudocode program.
  • 13. Create a 1- to 2-page flowchart based on the algorithm for the revised program needs. Replace the flowchart structure in the existing flowchart for the program. Submit your assignment using the Assignment Files tab