ICT 101 - COMPUTER ASSIGNMENT PDF

Title ICT 101 - COMPUTER ASSIGNMENT
Author Shaziya Islam
Course Green ICT Strategies
Institution Athabasca University
Pages 13
File Size 385.5 KB
File Type PDF
Total Downloads 60
Total Views 136

Summary

COMPUTER ASSIGNMENT...


Description

ICT 101 Discrete Mathematics for IT

Table Of contents S.No

Content

1.

Introduction

2.

Chosen Application

3.

Flowchart

4.

Algorithm

5.

Conclusion

6.

Reflection

7.

References

1. Introduction In IT industry there are various applications which can be evaluated in computer and can be programmed in computer in our assessment we have chosen the application of IT as simple digital calculator which can be easily evaluated and programmed in the computer. Application writing computer programs is a program or assembling of tasks planned for end customers. Occasions of an application consolidate a word processor, a googlesheet, an accounting application, an internet_browser, an email_customer, a media player, a report watcher, test frameworks, a solace game or a photo article chief. The total thing application programming suggests all applications in general. This shows up contrastingly comparable to system programming, which is predominantly connected with running the computer. Applications that are programmed may be embedded with the Personal Computer and its system programming which can be distributed independently or dependently , and may be programmed as preventive, vast –open-source or institutes ventures . Applications functioned for portable steps are called versatile IT applications programs. In data innovation, an application program or programming the application in a computer that is Computer program intended to assist all the individuals with movement and playing out. Dependent upon the activity for which it was organized, an application can control content, numbers, sound, plans and a blend of these parts. Some application groups revolve around a lone endeavor, for instance, word planning; others, called composed programming join a couple of utilizations Customer made writing computer programs tailor's systems to meet the customer's specific needs. Customer created programming joins spreadsheet designs, word processor macros, consistent reenactments, sound, representations, and action substance. For sure, even email channels are a kind of customer programming. Customers make this item themselves and often ignore how huge it is. Also, along these lines we are choosing the Simple number cruncher application for figuring the activities and playing out the computations, for this we can choose any programming language as the basic adding machine can be created in any programming language and can be assessed in PC.

2. Description of why students choose this application and why students omit other application There are various IT applications that can be chosen from the options but we have to choose the application which can be used by the all people whether they are children or old people all age groups can use that application We have chosen this simple application and omitted other applications because the application will be used by all age groups and it is the application which will be used very frequently as all have some calculative problems in day to day life and they have to use the application for easy handling of calculation as for humans large calculations to be done manually is very hectic and time taking hence they have to use the application that can be said as app of calculator for easy use and handling of calculations Calculators are generally utilized gadget these days. It makes computations simpler and quicker. Adding machines are utilized to everybody in day by day life. A basic calculating machine can be made utilizing a program in any programming language which can perform various arithmetic operations like add, subtract ,multiply, divide and percentage, for as many operands entered by the client. Conditional statements can be used to perform the program and it can be implemented easily using conditional statements make an calculating machine. We have omitted other applications as most of the other applications can’t be used in day to day life and very frequently other applications can be very complex and will be built using complex programming which will take time and it will not be easy for the programmer to build such complex applications hence in this scenario we have to take some simple application which can be built easily and can be understandable easily by each and everyone 3. Give a complete plane to implement the application in to a computer program with use of flow-chart

4. Write an appropriate algorithm

Algorithm for simple calculator 1. start 2. Input numbers say for example two numbers (a,b)

3. Input the choice based for calculation by user like input options as 1. for Add operation 2. for subtract operation 3. for multiplication 4. for division 5. for mod operation 6. for percentage 7. for exit 4. Perform the operation based on user’s choice 5. end

5. Use at least two inputs to test the algorithm. Group need to give a trace table for each input. If we check the algorithm using programming language then the test cases can be shown easily so first we will make the program selecting any particular language lets take c++ as our preferable language for making the program

# include Using namespace std ;

int main() { float a,b, res ,choice ; couta>>b; coutchoice; cout...


Similar Free PDFs