logo

Critical Thinking and Problem Solving For IT 1 1 SIT105

8 Pages830 Words314 Views
   

SIT105 Critical Thinking and Problem Solving for IT (SIT105)

   

Added on  2019-10-30

About This Document

This assignment will be based on several questions that will help the author in answering about IT. The report is based on critical thinking and solving of the problems related to information technology. The aim of making this report is to develop an understanding of concepts which is related to programming. It will also help the author in solving the problems relevant to methodical approaches. Further in the report designing and development of algorithm will be done for using that in sequence, selection and modularization and iterative constructs. The report will contain overall four questions in which the first question will be based on the program that helps the user in calculating the tax paid by them according to the salary received. In the second question, the author has to develop an algorithm according to the given problem statement so that it can be solved through the use of that algorithm.

Critical Thinking and Problem Solving For IT 1 1 SIT105

   

SIT105 Critical Thinking and Problem Solving for IT (SIT105)

   Added on 2019-10-30

ShareRelated Documents
Running head: CRITICAL THINKING AND PROBLEM SOLVING FOR ITSIT105 Critical Thinking and Problem Solving for ITName of the Student:Name of the University:Author Note
Critical Thinking and Problem Solving For IT 1 1 SIT105_1
1CRITICAL THINKING AND PROBLEM SOLVING FOR IT Answer to question 1Defining DiagramInputProcessingOutputINPUT DATAIF DATA >= 0 ANDDATA<= 18200NILIF DATA >= 18201 ANDDATA<= 37,00019C FOR EACH $1 OVER$18,200IF DATA >= 37001 ANDDATA<= 80000$3,572 PLUS 32.5C FOREACH $1 OVER $37,000IF DATA >= 80001 ANDDATA<= 180000$17,547 PLUS 37C FOREACH $1 OVER $80,000IF DATA >= 180001$54,547 PLUS 45C FOREACH $1 OVER $180,000Answer to question 2AVERAGE_OF_NUMBERScount = 0sum = 0DO I = 0 to 11READ n [I]I = I + 1 ENDDODOWHILE I < 11sum = sum + n [I]I = I + 1
Critical Thinking and Problem Solving For IT 1 1 SIT105_2
2CRITICAL THINKING AND PROBLEM SOLVING FOR IT ENDDODO I = 0 to 11DOWHILE n [I] = 6count = count + 1ENDDOI = I + 1 ENDDOAverage = Sum / 11PRINT AveragePRINT countENDAnswer to question 3EVEN_NUMBERREAD P//Input PSUM = 0//Initialize Sum to 0DO 1 to P//For LoopIF P%2 = 0SUM = SUM + P
Critical Thinking and Problem Solving For IT 1 1 SIT105_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
SIT105 Critical Thinking and Problem Solving | Report
|9
|1576
|285

SIT105 Critical Thinking and Problem Solving for IT Assignment
|4
|541
|179

Computer Science Assignment Pseudocode
|9
|895
|315

Foundation of Programming I Assignment
|11
|1412
|13