
PRG 211 Complete Course
\nPRG 211 Wk 1 Discussion €“ Algorithms
Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.
Due Thursday
Respond to the following in a minimum of 175 words:
Consider a potential business problem that would require a computer program solution.
How could an algorithm be used to solve a problem that a business may encounter? Provide specific examples.
Due Monday
Reply to at least 2 of your classmates. Be constructive and professional in your responses.
PRG 211 Wk 2 Discussion €“ Decision and Repetition Structures
Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.
Due Thursday
Respond to the following in a minimum of 175 words:
The flow of a program is controlled by different structures. The three basic control structures in computer programs are sequence structures, decision structures (also called selection structures), and repetition structures (also called iteration structures).
Discuss the differences between decision structures and repetition structures used in algorithms. Provide examples of when you might use each.
Due Monday
Reply to at least 2 of your classmates. Be constructive and professional in your responses.
PRG 211 Wk 3 Discussion €“ Decision Processing Control Structures
Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.
Due Thursday
Respond to the following in a minimum of 175 words:
Remember, decision structures are also called selection structures.
Describe decision processing control structures. Provide a unique scenario that requires the use of decision processing to solve a business problem.
Due Monday
Reply to at least 2 of your classmates. Be constructive and professional in your responses.
PRG 211 Wk 4 Discussion €“ Data Manipulation
Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.
Due Thursday
Respond to the following in a minimum of 175 words:
Research data manipulation, efficiency, and memory in programming.
Why are data manipulation, efficiency, and memory useful in programming? Provide specific examples for each.
Due Monday
Reply to at least 2 of your classmates. Be constructive and professional in your responses.
PRG 211 Wk 5 Discussion €“ Algorithms and Object-Oriented Classes
Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.
Due Thursday
Respond to the following in a minimum of 175 words:
Read the following pseudocode class definitions:
Class Plant
Public Module message()
Display €œI€™m a plant.
End Module
End Class
Class Tree Extends Plant
Public Module message()
Display €œI€™m a tree.
End Module
End Class
Given these class definitions, determine what the following pseudocode will display:
Declare Plant p
Set p = New Tree()
Call p.message()
Discuss how algorithms address object-oriented classes and objects.
Due Monday
Reply to at least 2 of your classmates. Be constructive and professional in your responses.
PRG 211 Complete Course
Questions & Answers
Have a Question?
Be the first to ask a question about this.