Reference no: EM133091975 , Length: word count:2500
Programming Foundations - OTHM Level 4 Diploma In Information Technology
Case Scenario
You have recently joined in an academic programme to learn more about programming. You have learnt a few programmes. Your teacher has now given you a number of tasks to complete.
Task 1 - Essay Instructions
a. Explain the concept of an algorithm and describe common algorithmic techniques and solutions.
b. Create a flowchart from the following algorithm.
Step 1: Input VALUE1, VALUE2
Step 2: if (VALUE1 > VALUE2) then
MAX VALUE1
else
MAX VALUE2
endif
Step 3: Print "The largest value is", MAX
c. Describe computer programming principles.
d. Summarise the historical development of computer programming since 1980s.
e. Explain the major components of a programming language of your choice.
f. Compare the strengths and limitations of modern computer programming languages.
Task 2 - Presentation and speaker notes
You are asked to present in the class to demonstrate your understanding of the basics of an Object-oriented Programming language.
Instructions
a. You start your presentation by explaining the benefits of Object-oriented design and an evaluation of when to use Object-oriented design methodology.
b. Then you explain how objects are used in Object-oriented programming and the steps in creating an Object-oriented program using your chosen language.
c. Then explain the impact of style on developing and maintaining programs.
d. You finish your presentation by explaining how to compile a program and debug codes using your chosen language.
Task 3 - Lab demonstration
Your lab instructor has given you a programming task in this semester.
Instructions
Using an OOP language involving multiple objects, design a Snake game that allows users to control the movement of a snake on a screen, to get points for eating food and avoiding running into the walls or the growing tail of the snake itself. In developing the game ensure you use the best software development practice. Finally, implement, test and debug the game.
Attachment:- Diploma In Information Technology.rar