Skip to main content

Sectors using Software





Hello azumavengers and welcome to Codezila. Today we will talk about Sectors in which Software are being used.

Sectors using Software

Medical Sector:

Looking back in history medical industry is continuously making progress day by day. In account to take everything to next level different machines are being used in hospitals for a long time. Since machines are being used different software are being developed which fall in reign of special purpose software. 
Examples: Advanced MD, DrChrono EHR etc.

Military Sector:

Military field after late 70's have started to use software technology for different purposes. Whether it is unmanned aerial vehicle or it is radar system, whether they are tanks prepared at hit taxila or they are ammunition prepared at POF wah cantt, each and every product is being developed under the surveillance of software.


Banking:

One of the sectors who transformed totally and successfully, Banking. There is no doubt that software is the vital part of the banking field. Online Banking, Money transfer, Online business, ATM service and much more, software made every thing possible.


Educational Institutions:

Software is being used in almost every educational institution of this planet. Either it university or an academy, they use software in every department. Teachers use software for saving track of their students, Administration department keep track of student information using software, Financial department keep track of student fee status, Laboratories use software for relevant tasks, IT labs are nothing without software and all others. 


Agriculture Sector:

Now a days agricultural domain has made progress like never before. Different software regarding agriculture have changed the agriculture industry leaving a huge impact. Now farmers can get their soils tested through computers using different software, they can have the fertility of their soil check and many other benefits are being provided using software.

Weather Reporting Sector:

Computer Scientists have deployed different sensors which sense weather changes and make predictions controlled by the software which perform actual job. The are the ones who make predictions. Beside that the satellites sent in space for keeping visual track of weather are also controlled through the software.

Media:

Media domain is totally running on the base of software because from cameras to the sound system, from mixing to the editing everything is done using software. Then after that comes the broadcasting of the TV shows, it is also achieved through software.

Transport:

Large number of companies who manufacture vehicles are making automatic cars and other vehicles. They design software in such way that is takes care of the car temperature, speed, crashes, gears, and other features. Metro Buses use latest software all over the world. Air planes, fighter jets, train, marines, ships, latest buses and many other vehicles use software. Traffic signal system and tool plazas also use software.

Robotics:

Robotics is the fresh and most latest technology introduces in market. Robots can talk, abed by orders, make decisions using experience or data set which we name as AI and data science, all the things were made possible through software

Software Development:

Software are also used to develop other software. It sounds pretty funny but its the actual fact. Lets see an example, Student use eclipse or android studio to make different application. Eclipse is also a software.

Engineering Sector:

In electrical engineering different electrical devices are manufactured for different tasks but they are operated software. In mechanical engineering different machines are bring to life using software. Software in civil engineering are used to design different buildings. 

Geographical analysis:

Machines used to analyse the earth ups and downs, machines used to detect earth quacks and many others all of them use software. GIS Geographical Information System is an example used for keeping track of geographical information and making maps.

Space and Astronomy sector:

NASA a well known organization that launches different shuttles and space rockets every 5 years on average. Each and everything that NASA took credit of we possible just because of software. Rockets and shuttles are operated by special type software and they also contain special purpose software.

IT:

The internet people use every day every hour every moment is available just because of software . Web browsers, Window based IoT's , IISE ,software for remote hosting and many other software are easily available who provide access to the world wide information.As an example LAN formation, data sharing on LAN, communication on LAN everything is carried out through software.


Don't forget to share your views, follow the blog and subscribe to it. Also share

your views below.

Comments

Popular posts from this blog

A Path To Block Chain

 Make it easy Out of oven For a long time blockchain have been known as a theory but bitcoin changed it all. On January 3 2009 bitcoin actually came into existence. Satoshi Nakamoto found something unusual. With the concept of blockchain and mined very first block of bitcoin with reward of 50 bitbucks known as bitcoins. (ok enough with history class lets jump into fun part now). Fun part Bitcoin: Knock knock!  Currency: who is there! Bitcoin: Full stop Trolling banks and financial departments of Europe and America, Bitcoin flew from ground to paramount in no time leaving others waving. For a very long time brokers have been piercing your gold mines with hammers but Bit dude being a good sheriff said "Stop that"   Brokers: "Why" Bit dude: "I wanna take over" Brokers: "With what army" Bit dude: "This army 'anonymous transactions' " Brokers: "Fair enough" With course of few years bitcoin went through so many ups and downs...

Generations of Computer Part 1

Hello azumavenger  and  welcome to my blog. Today we are going to talk about the computer generations Computer Machine and Their Generations As we all know Computer is an electronic machine which solve different calculations precisely, accurately, in short span of time and more efficiently. Now the question is that why was such thing invented in first place. Humans are more intelligent than computers, they can make decisions and can conquer many things on the base of feelings then why was computer needed. The answer is simple to save human from labor work. Computers were nothing like what they are today The PC's to be precise Personal Computers we use today were not this efficient and cool back in John Mauchly's days. They were big, they consumed more power and were not easy to use. Diving deep, computer machines evolved from different versions to become what they are today, It started from ENIAC and is still being updated. Actually around 4 generations h...
Theory of Automata Assignment #2 Part #2 Regular Expression # 6 The set of strings over {a,b} that contain at least two a's or exactly two b's. (a+b)*(a)(b*)a(a+b)*+a*b(a*)b(a*) Regular Expression # 7 The set of strings over {a,b} that contain even length but not multiple of 3 (aa*)(aaa^) Regular Expression # 8 The language over {a,b}contains exactly one double letter.   (ε + b)(ab) ∗aa(ba) ∗(ε + b) + (ε + a)(ba) ∗ bb(ab) ∗(ε + a)