TECHNOLOGY FACULTY OF APPLIED SCIENCE AND TECHNOLOGY DEPARTMENT








- Slides: 8
TECHNOLOGY FACULTY OF APPLIED SCIENCE AND TECHNOLOGY DEPARTMENT OF MINERALS, ENERGY AND PETROLEUM STUDIES COURSE NAME: INTRODUCTION TO COMPUTER PROGRAMMING COURSE CODE: CSC 1205 COURSE INSTRUCTOR: TONY ENGWAU GROUP ASSIGNMENT (CODE CLINIC) AND PRESENTATION MEMBERS BUSINGE ALFRED REGISTRATION NUMBER 2018/PEM/024/PS NAMAKULA CABRINE CECILIA 2018/PEM/062/PS MUGYENYI HORACE INNOCENT 2018/PEM/051/PS BWAYO AARON 2018/PEM/026/PS AMANYA MARK KEEWAZA GEOFREY LAMECH 2018/PEM/008/PS 2018/PEM/037/PS
Compass Bearing • The compass bearing is the direction towards which you are headed, as shown by a compass. The four cardinal points on a compass, which split the circumference of the compass into four equal parts, are (going clockwise) North, East, South and West.
Compass Bearing Ctnd • We also have to know the direction of measure that is based on the true North • To evaluate compass bearing we first have to know the header files related to the application being written as N 45. 00 S • The code prompts the user to enter any value between 0. 0 and 360. 0 degrees • We also have to test the validity of the values entered • This can be done by using a do-while loop, if statements and if else statements
LOAN CALCULATOR • This loan calculator will help to determine the monthly payments on a loan. Simply enter the loan amount, term and interest rate in the fields showed and click to calculate. This calculator can be used for mortgage, auto, or any other fixed loan types.
Loan Calculator • We wrote the application basing on the banking lending/loan policies • The code prompts the user to enter loan amount, the number of years to pay back the loan and the yearly interest rate • It also evaluates the Total pay back, the monthly interest rate, discount and the monthly loan payment
Contributions • Bwayo Aaron was able to help in research and gathering of information about the application we were supposed to write • Mugyenyi Horace and Namakula Cabrine helped in the information evaluation process • Amanya Mark and Keewaza Lamech helped in the information compilation process • Businge Alfred was able to enter the source code, made sure results are obtained successfully, typed the presentation and the word document and also submitted the work.
Conclusion • The application for compass bearing written can be used to automatically generate the desired bearing of an object in relation to another basing on the true North • This can be done by mere entering of values on the output console • This code is of practical application in Radar application, Space Navigations, GPS and Military technology
Conclusion • The application for loan payment written can be used to automatically generate the monthly loan payment schedule basing on the financial institution lending policies • This can be done by mere entering of values on the output console • This code is of practical application in Banks, SACCOs, Microfinance, Individual entities and any legal lending institution