SlideShare a Scribd company logo
1 of 13
Download to read offline
PRG/211
Algorithms and Logic for Computer
Programming
The Latest Version A+ Study Guide
**********************************************
PRG 211 Entire Course Link
https://uopcourses.com/category/prg-211/
**********************************************
PRG 211 Week 1 Individual Programming Fundamentals Paper
Identify a common task you do on a regular basis.
Write out the steps involved with performing that task in a way that you could hand
them to someone else who could carry them out for you. This should involve 10 to 20
steps overall.
Your final steps should be in a Microsoft? Word document in an easy-to-read format.
PRG 211 Week 2 Individual Visual Logic – Calculations
Select three calculation tasks a program could perform that would be useful.
Each task must include the following:
Inputing a value
Performing a calculation on that value
Outputting the value
Example calculations include the following:
Calculating sales tax on a sale
Converting from Fahrenheit to Celsius
Figuring out a total bulk sale price based on price per unit and number of units
Produce Visual Logic files to execute each of these steps.
Save all the files in a single folder structure you zip into a single file to submit.
Include a brief document that describes the name of each Visual Logic file and the
process it is performing.
PRG 211 Week 2 Learning Team Instructions Final Learning Team
Paper and Presentation
Submit a 1- to 2-paragraph Learning Team Status Report that includes what the team
accomplished for the week, any issues encountered, and plans for the next week.
Begin working on the Final Learning Team Paper and Presentation assignment, due in
Week 5.
Option 1: Calorie Management
Week 2: Learning Team Instructions - Algorithm Planning for Calorie Management
The first phase of your team's project is to plan how your team will develop a
program that calculates the user's daily caloric balance.
Create a complete list of activities, placed in logical order, that must be completed in
the first phase of the programming development cycle.
Determine the modules that are needed in the program.
Design a top-level algorithm that calls each module as needed.
Write a simple algorithm in pseudocode that lists the program's input, output, and
processing components in a logical, sequential order. At this stage, do not show the
tasks and subtasks within each component.
Option 2: Home Maintenance
Week 2: Learning Team Instructions - Algorithm Planning for Home Maintenance
The first phase of your team's project consists of two steps. Step 1 is to design the
application. Consider the following:
Which maintenance tasks will be included in your application?
Will these tasks be related to a specific purpose? If so, will this purpose be indicated
on the user interface?
Will the user interface consist of one or more screens?
How will the user enter the status of the each maintenance task? How will that status
be displayed?
Step 2 is to plan how your team will develop a program that calculates how many
tasks have not yet been completed.
Create a complete list of activities, placed in logical order, that must be completed in
the first phase of the programming development cycle.
Determine the modules that will be needed in the program.
Design a top-level algorithm that calls each module as needed.
Write a simple algorithm in pseudocode that lists the program's input, output, and
processing components in a logical, sequential order. At this stage, do not show the
tasks and subtasks within each component.
PRG 211 Week 2 Team Charter and Learning Team Log
Team Charter and Learning Team Log
PRG 211 Week 3 Individual VisualLogic - Choice and Iteration
Select three tasks a program could perform that would be useful.
Each task must include the following:
A conditional step
Some form of iteration
Example tasks include the following:
Entering a number of items and calculating sales tax on a sale - Include a step offering
a warranty for each item.
Converting from Fahrenheit to Celsius or the reverse over temperatures for several
days
Figuring out a total bulk sale price based on price per unit and number of units
These items may build on the tasks used in your Week 2 assignment or may be
unique.
Produce Visual Logic files to execute each of these steps.
Save all the files in a single folder structure you zip into a single file to submit.
Include a brief document that describes the name of each Visual Logic file and the
process it is performing.
PRG 211 Week 3 Learning Team Instructions Final Learning Team
Paper and Presentation
Submit a 1- to 2-paragraph Learning Team Status Report that includes what the team
accomplished for the week, any issues encountered, and plans for the next week.
Continue working on the Final Learning Team Paper and Presentation assignment,
due in Week 5.
Option 1: Calorie Management
Week 3: Learning Team Instructions - Program Variables for Calorie Management
Continue working on the Week 5 Learning Team assignment.
Identify the variables that are needed in the program. For each variable, provide the
following:
A name
The variable's data type
A description of the variable's purpose
Begin the flowchart that will represent the algorithm.
Use Visual Logic to create the flowchart of the top-level algorithm.
Develop an algorithm in pseudocode that shows the tasks and subtasks for each
program module component that was in the simple algorithm you developed in Week
2.
Document the purpose of each task and subtask.
Option 2: Home Maintenance
Week 3: Learning Team Instructions - Program Variables for Home Maintenance
Continue working on the Week 5 Learning Team assignment.
Identify the variables that are needed in the program. For each variable, provide the
following:
A name
Its data type
A description of its purpose
Begin the flowchart that will represent the algorithm.
Use Visual Logic to create the flowchart of the top level algorithm.
Develop an algorithm in pseudocode that shows the tasks and subtasks for each
program module component that was in the simple algorithm you developed in Week
2.
Document the purpose of each task and subtask.
PRG 211 Week 4 Individual Visual Logic – Array Manipulation
Select a task a program could perform over an array of items that would be useful.
Your task must include the following:
A useful array
Populating the array
Processing the items in the array
Outputting the results of the processing (This may or may not include displaying the
entire array.)
You can build this on your effort in a previous week or tackle a new challenge.
Produce Visual Logic files to execute the steps involved in this process.
Save all the files in a single folder structure you zip into a single file to submit.
Include a brief document that describes the name of each Visual Logic file and the
process it is performing.
PRG 211 Week 4 Learning Team Instructions Final Learning Team
Paper and Presentation
Continue working on the Final Learning Team Paper and Presentation assignment,
due in Week 5.
Option 1: Calorie Management
Week 4: Learning Team Instructions - Desk Check for Calorie Management
Continue working on the Week 5 Learning Team assignment.
Test your algorithms with a desk check by using the following test values:
Calories consumed today: 1877
Calories expended today: 1285
Create a desk check table to show the results of your desk check test.
Continue developing the Visual Logic flowchart of the algorithm, including all
modules.
Use this flowchart to check the values given for the desk check.
Begin working on a 10- to 15-slide Microsoft? PowerPoint? presentation with speaker
notes. Use this presentation to convince senior management that your proposed
solution fits their needs and requirements.
Option 2: Home Maintenance
Week 4: Learning Team Instructions - Desk Check for Home Maintenance
Continue working on the Week 5 Learning Team assignment.
Test your algorithms with a desk check using the appropriate test values for each
variable required by your design. Provide a list of the variables and the values that the
variables can hold.
Create a desk check table to show the results of your desk check test.
Continue developing the Visual Logic flowchart of the algorithm, including all
modules.
Use this flowchart to check the values given for the desk check.
Begin working on a Microsoft? PowerPoint? presentation. Use this presentation to
convince senior management that your proposed solution fits their needs and
requirements.
List major points in the slides. Include detailed explanations in the speaker notes
section that correlate to each point.
Include videos, audio, photos, diagrams, or graphs as appropriate.
Format yourpresentation consistent with APA guidelines.
Submit the Microsoft? PowerPoint? presentation assignment.
Note. Local campus students must deliver a 10- to 15-minute oral presentation using
the Microsoft? PowerPoint? presentation in addition to submitting the file to the
facilitator.
PRG 211 Week 4 Learning Team Log
Learning Team Log
PRG 211 Week 5 Learning Team Assignment Learning Team Paper
and Presentation
For this assignment, choose from the following options:
Option 1: Calorie Management Calorie Management
Option 2: Home Maintenance
Option 1: Calorie Management
Week 5: Learning Team Assignment
Compile all your Learning Team's work from Weeks 2 through 4 into a 4- to 5-page
paper. In the paper, include the following:
Problem statement
High-level view of the program solution
Function and internal structure of each program module:
Input
Processing logic
Output
Developed pseudocode
Task documentation
Format your paper consistent with APA guidelines.
Complete the Visual Logic flowchart that represents the algorithm.
Submit the Visual Logic file.
Finalize your Microsoft? PowerPoint? presentation.
Option 2: Home Maintenance
Week 5: Learning Team Assignment
Compile all your Learning Team's work from Weeks 2 through 4 into a 4- to 5-page
paper. In the paper, include the following:
Problem statement
High-level view of the program solution
Function and internal structure of each program module
Input
Processing logic
Output
Developed pseudocode
Task documentation
Format your paper consistent with APA guidelines.
Complete the Visual Logic flowchart that represents the algorithm.
Submit the Visual Logic file.
Finalize your Microsoft? PowerPoint? presentation.
Note to Faculty. You may choose two of the available activities per week.
Supporting Activity: The Standard Library and Preprocessor
Resources: Skillsoft? (2012). "ANSI C Programming: The Standard Library and
Preprocessor"
Complete the "ANSI C Programming: The Standard Library and Preprocessor"
module in Skillport?.
Create a screenshot of the Current Course Score and Completion Status for this
module
Write a 200- to 350-word short-answer response to the following questions:
What are some of the difference between object oriented and non-object-oriented
languages?
What is the difference between input and output processing?
What are some functions used in the C programming language to open and close
files?
Supporting Activity: Direct, Random, and Sequential Access Files
Note to Faculty. You may choose to use this activity as a discussion question or create
a discussion question of your own.
Write a 200- to 350-word short-answer response to the following questions:
In which situations would you choose to use a direct access or random access file
instead of a sequential access file? Provide a specific example and explain your
reasoning.
Supporting Activity: Data Hiding
Note to Faculty. You may choose to use this activity as a discussion question or create
a discussion question of your own.
Write a 200- to 350-word short-answer response to the following questions:
Explain the term data hiding, which is used in object-oriented programming. Is data
hiding a valuable security consideration? Why or why not?
PRG 211 Week 5 Peer Evaluation Form
Peer Evaluation Form
PRG 211 Week 5 Learning Team Log
Learning Team Log

More Related Content

What's hot

problem solving and design By ZAK
problem solving and design By ZAKproblem solving and design By ZAK
problem solving and design By ZAKTabsheer Hasan
 
Program design and problem solving techniques
Program design and problem solving techniquesProgram design and problem solving techniques
Program design and problem solving techniquesDokka Srinivasu
 
Unit 1. Problem Solving with Computer
Unit 1. Problem Solving with Computer   Unit 1. Problem Solving with Computer
Unit 1. Problem Solving with Computer Ashim Lamichhane
 
Programming flowcharts for C Language
Programming flowcharts for C LanguageProgramming flowcharts for C Language
Programming flowcharts for C LanguageAryan Ajmer
 
As Level Computer Science Book -2
As Level Computer Science  Book -2As Level Computer Science  Book -2
As Level Computer Science Book -2DIGDARSHAN KUNWAR
 
What is algorithm
What is algorithmWhat is algorithm
What is algorithmmshoaib15
 
Pseudocode-Flowchart
Pseudocode-FlowchartPseudocode-Flowchart
Pseudocode-Flowchartlotlot
 
Unit ii introduction to vba
Unit ii introduction to vbaUnit ii introduction to vba
Unit ii introduction to vbaDhana malar
 
Unit 1 python (2021 r)
Unit 1 python (2021 r)Unit 1 python (2021 r)
Unit 1 python (2021 r)praveena p
 
Unit 1-problem solving with algorithm
Unit 1-problem solving with algorithmUnit 1-problem solving with algorithm
Unit 1-problem solving with algorithmrajkumar1631010038
 
Computer programming:Know How to Flowchart
Computer  programming:Know How to FlowchartComputer  programming:Know How to Flowchart
Computer programming:Know How to FlowchartAngelo Tomboc
 
Ge6161 lab manual
Ge6161 lab manualGe6161 lab manual
Ge6161 lab manualMani Kandan
 
Program Logic Formulation - Ohio State University
Program Logic Formulation - Ohio State UniversityProgram Logic Formulation - Ohio State University
Program Logic Formulation - Ohio State UniversityReggie Niccolo Santos
 

What's hot (20)

problem solving and design By ZAK
problem solving and design By ZAKproblem solving and design By ZAK
problem solving and design By ZAK
 
Program design and problem solving techniques
Program design and problem solving techniquesProgram design and problem solving techniques
Program design and problem solving techniques
 
Programing techniques
Programing techniquesPrograming techniques
Programing techniques
 
Unit 1. Problem Solving with Computer
Unit 1. Problem Solving with Computer   Unit 1. Problem Solving with Computer
Unit 1. Problem Solving with Computer
 
Programming flowcharts for C Language
Programming flowcharts for C LanguageProgramming flowcharts for C Language
Programming flowcharts for C Language
 
Graphical programming
Graphical programmingGraphical programming
Graphical programming
 
Problem solving and design
Problem solving and designProblem solving and design
Problem solving and design
 
Flowcharting and Algorithm
Flowcharting and Algorithm Flowcharting and Algorithm
Flowcharting and Algorithm
 
As Level Computer Science Book -2
As Level Computer Science  Book -2As Level Computer Science  Book -2
As Level Computer Science Book -2
 
What is algorithm
What is algorithmWhat is algorithm
What is algorithm
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Pseudocode-Flowchart
Pseudocode-FlowchartPseudocode-Flowchart
Pseudocode-Flowchart
 
Unit ii introduction to vba
Unit ii introduction to vbaUnit ii introduction to vba
Unit ii introduction to vba
 
Unit 1 python (2021 r)
Unit 1 python (2021 r)Unit 1 python (2021 r)
Unit 1 python (2021 r)
 
Unit 1-problem solving with algorithm
Unit 1-problem solving with algorithmUnit 1-problem solving with algorithm
Unit 1-problem solving with algorithm
 
Computer programming:Know How to Flowchart
Computer  programming:Know How to FlowchartComputer  programming:Know How to Flowchart
Computer programming:Know How to Flowchart
 
Introduction to problem solving in C
Introduction to problem solving in CIntroduction to problem solving in C
Introduction to problem solving in C
 
Flowcharts
FlowchartsFlowcharts
Flowcharts
 
Ge6161 lab manual
Ge6161 lab manualGe6161 lab manual
Ge6161 lab manual
 
Program Logic Formulation - Ohio State University
Program Logic Formulation - Ohio State UniversityProgram Logic Formulation - Ohio State University
Program Logic Formulation - Ohio State University
 

Similar to Prg 211 prg211

PRG/211 ENTIRE CLASS UOP TUTORIALS
PRG/211 ENTIRE CLASS UOP TUTORIALSPRG/211 ENTIRE CLASS UOP TUTORIALS
PRG/211 ENTIRE CLASS UOP TUTORIALSSharon Reynolds
 
PRG 211 Education Specialist / snaptutorial.com
PRG 211 Education Specialist / snaptutorial.comPRG 211 Education Specialist / snaptutorial.com
PRG 211 Education Specialist / snaptutorial.comMcdonaldRyan108
 
Prg 211 Effective Communication / snaptutorial.com
Prg 211  Effective Communication / snaptutorial.comPrg 211  Effective Communication / snaptutorial.com
Prg 211 Effective Communication / snaptutorial.comHarrisGeorg37
 
Prg 211 Education Organization-snaptutorial.com
Prg 211 Education Organization-snaptutorial.comPrg 211 Education Organization-snaptutorial.com
Prg 211 Education Organization-snaptutorial.comrobertlesew32
 
Programming Theory
Programming TheoryProgramming Theory
Programming Theoryiarthur
 
PRG 421 Entire Course
PRG 421 Entire CoursePRG 421 Entire Course
PRG 421 Entire CourseDR Dean Jame
 
CIS 554 Education Specialist / snaptutorial.com
 CIS 554 Education Specialist / snaptutorial.com CIS 554 Education Specialist / snaptutorial.com
CIS 554 Education Specialist / snaptutorial.comstevesonz129
 
I am interested in the Getta Byte Software Project from MGMT 404. .docx
I am interested in the Getta Byte Software Project from MGMT 404. .docxI am interested in the Getta Byte Software Project from MGMT 404. .docx
I am interested in the Getta Byte Software Project from MGMT 404. .docxeugeniadean34240
 
CIS 554 Education Redefined / snaptutorial.com
CIS 554  Education Redefined / snaptutorial.comCIS 554  Education Redefined / snaptutorial.com
CIS 554 Education Redefined / snaptutorial.comMcdonaldRyan203
 
CMGT 556 Entire Course NEW
CMGT 556 Entire Course NEWCMGT 556 Entire Course NEW
CMGT 556 Entire Course NEWshyamuopuop
 
OPS 571 GENIUS Introduction Education--ops571genius.com
OPS 571 GENIUS Introduction Education--ops571genius.comOPS 571 GENIUS Introduction Education--ops571genius.com
OPS 571 GENIUS Introduction Education--ops571genius.comclaric247
 
PRG 420 Massive success / tutorialrank.com
PRG 420 Massive success / tutorialrank.comPRG 420 Massive success / tutorialrank.com
PRG 420 Massive success / tutorialrank.comBromleyz1
 
EEECSE 120 Answer SheetCapstone Design Project .docx
EEECSE 120 Answer SheetCapstone Design Project             .docxEEECSE 120 Answer SheetCapstone Design Project             .docx
EEECSE 120 Answer SheetCapstone Design Project .docxtoltonkendal
 
Pos 409 pos409 pos 409 forecasting and strategic planning -uopstudy.com
Pos 409 pos409 pos 409 forecasting and strategic planning -uopstudy.comPos 409 pos409 pos 409 forecasting and strategic planning -uopstudy.com
Pos 409 pos409 pos 409 forecasting and strategic planning -uopstudy.comULLPTT
 
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-projectDR Dean Jame
 
Cis 554 Enhance teaching / snaptutorial.com
Cis 554 Enhance teaching / snaptutorial.comCis 554 Enhance teaching / snaptutorial.com
Cis 554 Enhance teaching / snaptutorial.comStokesCope170
 
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 prg211 (20)

Asgkit prog2
Asgkit prog2Asgkit prog2
Asgkit prog2
 
PRG/211 ENTIRE CLASS UOP TUTORIALS
PRG/211 ENTIRE CLASS UOP TUTORIALSPRG/211 ENTIRE CLASS UOP TUTORIALS
PRG/211 ENTIRE CLASS UOP TUTORIALS
 
PRG 211 Education Specialist / snaptutorial.com
PRG 211 Education Specialist / snaptutorial.comPRG 211 Education Specialist / snaptutorial.com
PRG 211 Education Specialist / snaptutorial.com
 
Syylabus
SyylabusSyylabus
Syylabus
 
Prg 211 Effective Communication / snaptutorial.com
Prg 211  Effective Communication / snaptutorial.comPrg 211  Effective Communication / snaptutorial.com
Prg 211 Effective Communication / snaptutorial.com
 
Prg 211 Education Organization-snaptutorial.com
Prg 211 Education Organization-snaptutorial.comPrg 211 Education Organization-snaptutorial.com
Prg 211 Education Organization-snaptutorial.com
 
Programming Theory
Programming TheoryProgramming Theory
Programming Theory
 
Intro to prog
Intro to progIntro to prog
Intro to prog
 
PRG 421 Entire Course
PRG 421 Entire CoursePRG 421 Entire Course
PRG 421 Entire Course
 
CIS 554 Education Specialist / snaptutorial.com
 CIS 554 Education Specialist / snaptutorial.com CIS 554 Education Specialist / snaptutorial.com
CIS 554 Education Specialist / snaptutorial.com
 
I am interested in the Getta Byte Software Project from MGMT 404. .docx
I am interested in the Getta Byte Software Project from MGMT 404. .docxI am interested in the Getta Byte Software Project from MGMT 404. .docx
I am interested in the Getta Byte Software Project from MGMT 404. .docx
 
CIS 554 Education Redefined / snaptutorial.com
CIS 554  Education Redefined / snaptutorial.comCIS 554  Education Redefined / snaptutorial.com
CIS 554 Education Redefined / snaptutorial.com
 
CMGT 556 Entire Course NEW
CMGT 556 Entire Course NEWCMGT 556 Entire Course NEW
CMGT 556 Entire Course NEW
 
OPS 571 GENIUS Introduction Education--ops571genius.com
OPS 571 GENIUS Introduction Education--ops571genius.comOPS 571 GENIUS Introduction Education--ops571genius.com
OPS 571 GENIUS Introduction Education--ops571genius.com
 
PRG 420 Massive success / tutorialrank.com
PRG 420 Massive success / tutorialrank.comPRG 420 Massive success / tutorialrank.com
PRG 420 Massive success / tutorialrank.com
 
EEECSE 120 Answer SheetCapstone Design Project .docx
EEECSE 120 Answer SheetCapstone Design Project             .docxEEECSE 120 Answer SheetCapstone Design Project             .docx
EEECSE 120 Answer SheetCapstone Design Project .docx
 
Pos 409 pos409 pos 409 forecasting and strategic planning -uopstudy.com
Pos 409 pos409 pos 409 forecasting and strategic planning -uopstudy.comPos 409 pos409 pos 409 forecasting and strategic planning -uopstudy.com
Pos 409 pos409 pos 409 forecasting and strategic planning -uopstudy.com
 
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
 
Cis 554 Enhance teaching / snaptutorial.com
Cis 554 Enhance teaching / snaptutorial.comCis 554 Enhance teaching / snaptutorial.com
Cis 554 Enhance teaching / snaptutorial.com
 
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...
 

More from GOODCourseHelp (20)

Soc 110 soc110
Soc 110 soc110Soc 110 soc110
Soc 110 soc110
 
Soc 110 soc110
Soc 110 soc110Soc 110 soc110
Soc 110 soc110
 
Psy 203 psy203
Psy 203 psy203Psy 203 psy203
Psy 203 psy203
 
Psy 103 psy103 UOP
Psy 103 psy103 UOPPsy 103 psy103 UOP
Psy 103 psy103 UOP
 
Pos 433 pos433
Pos 433 pos433Pos 433 pos433
Pos 433 pos433
 
Mkt 421 mkt421
Mkt 421 mkt421Mkt 421 mkt421
Mkt 421 mkt421
 
Mgt 312 mgt312
Mgt 312 mgt312Mgt 312 mgt312
Mgt 312 mgt312
 
Law 421 law421
Law 421 law421Law 421 law421
Law 421 law421
 
It 242 it242
It 242 it242It 242 it242
It 242 it242
 
It 241 it241
It 241 it241It 241 it241
It 241 it241
 
It 240 it240
It 240 it240It 240 it240
It 240 it240
 
It 237 it237
It 237 it237It 237 it237
It 237 it237
 
It 236 it236
It 236 it236It 236 it236
It 236 it236
 
It 200 it200
It 200 it200It 200 it200
It 200 it200
 
Hum 186 hum186
Hum 186 hum186Hum 186 hum186
Hum 186 hum186
 
Hum 115 hum115
Hum 115 hum115Hum 115 hum115
Hum 115 hum115
 
Hrm 498 hrm498
Hrm 498 hrm498Hrm 498 hrm498
Hrm 498 hrm498
 
Web 240 web240
Web 240 web240Web 240 web240
Web 240 web240
 
Sci220 sci 220
Sci220 sci 220Sci220 sci 220
Sci220 sci 220
 
Sci 256 sci256
Sci 256 sci256Sci 256 sci256
Sci 256 sci256
 

Recently uploaded

Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 

Recently uploaded (20)

Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 

Prg 211 prg211

  • 1. PRG/211 Algorithms and Logic for Computer Programming The Latest Version A+ Study Guide ********************************************** PRG 211 Entire Course Link https://uopcourses.com/category/prg-211/ ********************************************** PRG 211 Week 1 Individual Programming Fundamentals Paper Identify a common task you do on a regular basis. Write out the steps involved with performing that task in a way that you could hand them to someone else who could carry them out for you. This should involve 10 to 20 steps overall. Your final steps should be in a Microsoft? Word document in an easy-to-read format. PRG 211 Week 2 Individual Visual Logic – Calculations Select three calculation tasks a program could perform that would be useful. Each task must include the following: Inputing a value
  • 2. Performing a calculation on that value Outputting the value Example calculations include the following: Calculating sales tax on a sale Converting from Fahrenheit to Celsius Figuring out a total bulk sale price based on price per unit and number of units Produce Visual Logic files to execute each of these steps. Save all the files in a single folder structure you zip into a single file to submit. Include a brief document that describes the name of each Visual Logic file and the process it is performing. PRG 211 Week 2 Learning Team Instructions Final Learning Team Paper and Presentation Submit a 1- to 2-paragraph Learning Team Status Report that includes what the team accomplished for the week, any issues encountered, and plans for the next week. Begin working on the Final Learning Team Paper and Presentation assignment, due in Week 5. Option 1: Calorie Management Week 2: Learning Team Instructions - Algorithm Planning for Calorie Management The first phase of your team's project is to plan how your team will develop a program that calculates the user's daily caloric balance. Create a complete list of activities, placed in logical order, that must be completed in the first phase of the programming development cycle.
  • 3. Determine the modules that are needed in the program. Design a top-level algorithm that calls each module as needed. Write a simple algorithm in pseudocode that lists the program's input, output, and processing components in a logical, sequential order. At this stage, do not show the tasks and subtasks within each component. Option 2: Home Maintenance Week 2: Learning Team Instructions - Algorithm Planning for Home Maintenance The first phase of your team's project consists of two steps. Step 1 is to design the application. Consider the following: Which maintenance tasks will be included in your application? Will these tasks be related to a specific purpose? If so, will this purpose be indicated on the user interface? Will the user interface consist of one or more screens? How will the user enter the status of the each maintenance task? How will that status be displayed? Step 2 is to plan how your team will develop a program that calculates how many tasks have not yet been completed. Create a complete list of activities, placed in logical order, that must be completed in the first phase of the programming development cycle. Determine the modules that will be needed in the program.
  • 4. Design a top-level algorithm that calls each module as needed. Write a simple algorithm in pseudocode that lists the program's input, output, and processing components in a logical, sequential order. At this stage, do not show the tasks and subtasks within each component. PRG 211 Week 2 Team Charter and Learning Team Log Team Charter and Learning Team Log PRG 211 Week 3 Individual VisualLogic - Choice and Iteration Select three tasks a program could perform that would be useful. Each task must include the following: A conditional step Some form of iteration Example tasks include the following: Entering a number of items and calculating sales tax on a sale - Include a step offering a warranty for each item. Converting from Fahrenheit to Celsius or the reverse over temperatures for several days Figuring out a total bulk sale price based on price per unit and number of units These items may build on the tasks used in your Week 2 assignment or may be unique. Produce Visual Logic files to execute each of these steps. Save all the files in a single folder structure you zip into a single file to submit. Include a brief document that describes the name of each Visual Logic file and the
  • 5. process it is performing. PRG 211 Week 3 Learning Team Instructions Final Learning Team Paper and Presentation Submit a 1- to 2-paragraph Learning Team Status Report that includes what the team accomplished for the week, any issues encountered, and plans for the next week. Continue working on the Final Learning Team Paper and Presentation assignment, due in Week 5. Option 1: Calorie Management Week 3: Learning Team Instructions - Program Variables for Calorie Management Continue working on the Week 5 Learning Team assignment. Identify the variables that are needed in the program. For each variable, provide the following: A name The variable's data type A description of the variable's purpose Begin the flowchart that will represent the algorithm. Use Visual Logic to create the flowchart of the top-level algorithm. Develop an algorithm in pseudocode that shows the tasks and subtasks for each
  • 6. program module component that was in the simple algorithm you developed in Week 2. Document the purpose of each task and subtask. Option 2: Home Maintenance Week 3: Learning Team Instructions - Program Variables for Home Maintenance Continue working on the Week 5 Learning Team assignment. Identify the variables that are needed in the program. For each variable, provide the following: A name Its data type A description of its purpose Begin the flowchart that will represent the algorithm. Use Visual Logic to create the flowchart of the top level algorithm. Develop an algorithm in pseudocode that shows the tasks and subtasks for each program module component that was in the simple algorithm you developed in Week 2. Document the purpose of each task and subtask.
  • 7. PRG 211 Week 4 Individual Visual Logic – Array Manipulation Select a task a program could perform over an array of items that would be useful. Your task must include the following: A useful array Populating the array Processing the items in the array Outputting the results of the processing (This may or may not include displaying the entire array.) You can build this on your effort in a previous week or tackle a new challenge. Produce Visual Logic files to execute the steps involved in this process. Save all the files in a single folder structure you zip into a single file to submit. Include a brief document that describes the name of each Visual Logic file and the process it is performing. PRG 211 Week 4 Learning Team Instructions Final Learning Team Paper and Presentation Continue working on the Final Learning Team Paper and Presentation assignment, due in Week 5. Option 1: Calorie Management
  • 8. Week 4: Learning Team Instructions - Desk Check for Calorie Management Continue working on the Week 5 Learning Team assignment. Test your algorithms with a desk check by using the following test values: Calories consumed today: 1877 Calories expended today: 1285 Create a desk check table to show the results of your desk check test. Continue developing the Visual Logic flowchart of the algorithm, including all modules. Use this flowchart to check the values given for the desk check. Begin working on a 10- to 15-slide Microsoft? PowerPoint? presentation with speaker notes. Use this presentation to convince senior management that your proposed solution fits their needs and requirements. Option 2: Home Maintenance Week 4: Learning Team Instructions - Desk Check for Home Maintenance Continue working on the Week 5 Learning Team assignment. Test your algorithms with a desk check using the appropriate test values for each variable required by your design. Provide a list of the variables and the values that the variables can hold.
  • 9. Create a desk check table to show the results of your desk check test. Continue developing the Visual Logic flowchart of the algorithm, including all modules. Use this flowchart to check the values given for the desk check. Begin working on a Microsoft? PowerPoint? presentation. Use this presentation to convince senior management that your proposed solution fits their needs and requirements. List major points in the slides. Include detailed explanations in the speaker notes section that correlate to each point. Include videos, audio, photos, diagrams, or graphs as appropriate. Format yourpresentation consistent with APA guidelines. Submit the Microsoft? PowerPoint? presentation assignment. Note. Local campus students must deliver a 10- to 15-minute oral presentation using the Microsoft? PowerPoint? presentation in addition to submitting the file to the facilitator. PRG 211 Week 4 Learning Team Log Learning Team Log
  • 10. PRG 211 Week 5 Learning Team Assignment Learning Team Paper and Presentation For this assignment, choose from the following options: Option 1: Calorie Management Calorie Management Option 2: Home Maintenance Option 1: Calorie Management Week 5: Learning Team Assignment Compile all your Learning Team's work from Weeks 2 through 4 into a 4- to 5-page paper. In the paper, include the following: Problem statement High-level view of the program solution Function and internal structure of each program module: Input Processing logic Output Developed pseudocode Task documentation
  • 11. Format your paper consistent with APA guidelines. Complete the Visual Logic flowchart that represents the algorithm. Submit the Visual Logic file. Finalize your Microsoft? PowerPoint? presentation. Option 2: Home Maintenance Week 5: Learning Team Assignment Compile all your Learning Team's work from Weeks 2 through 4 into a 4- to 5-page paper. In the paper, include the following: Problem statement High-level view of the program solution Function and internal structure of each program module Input Processing logic Output Developed pseudocode Task documentation Format your paper consistent with APA guidelines. Complete the Visual Logic flowchart that represents the algorithm.
  • 12. Submit the Visual Logic file. Finalize your Microsoft? PowerPoint? presentation. Note to Faculty. You may choose two of the available activities per week. Supporting Activity: The Standard Library and Preprocessor Resources: Skillsoft? (2012). "ANSI C Programming: The Standard Library and Preprocessor" Complete the "ANSI C Programming: The Standard Library and Preprocessor" module in Skillport?. Create a screenshot of the Current Course Score and Completion Status for this module Write a 200- to 350-word short-answer response to the following questions: What are some of the difference between object oriented and non-object-oriented languages? What is the difference between input and output processing? What are some functions used in the C programming language to open and close files? Supporting Activity: Direct, Random, and Sequential Access Files Note to Faculty. You may choose to use this activity as a discussion question or create a discussion question of your own. Write a 200- to 350-word short-answer response to the following questions:
  • 13. In which situations would you choose to use a direct access or random access file instead of a sequential access file? Provide a specific example and explain your reasoning. Supporting Activity: Data Hiding Note to Faculty. You may choose to use this activity as a discussion question or create a discussion question of your own. Write a 200- to 350-word short-answer response to the following questions: Explain the term data hiding, which is used in object-oriented programming. Is data hiding a valuable security consideration? Why or why not? PRG 211 Week 5 Peer Evaluation Form Peer Evaluation Form PRG 211 Week 5 Learning Team Log Learning Team Log