Monday 21 January 2019

Types Of Application Programs and Example Of Mobile Operating Systems

1)Desktop applications 
Desktop applications are installed on a personal or work computer desktop.
A desktop application means any software that can be installed on a single 
computer(laptop or desktop) and used to perform specific tasks.Some desktop applications can also be used by multiple users in a networked environment.

Example:
Some examples of desktop applications for Windows:

·         Windows File Explorer (to find files on your computer)
·         Microsoft Office applications (Word, Excel, etc.)
·         Web browsers (Chrome, Firefox, Internet Explorer)
·         Adobe Photoshop
·         Tweet Deck (lets you use Twitter on your computer outside of a web browser)

2)Web application 
A web application (Web app) is an application program that is stored on a remote server and delivered over the internet through a browser interface.Web-based applications are also known as web apps.

Example:
Some examples of web applications:

·         Google search (to find stuff on the web)
·         Google Docs (like Microsoft Office, but they it runs inside a web browser)
·         Facebook
·         Twitter
·         Flickr

3)Mobile application 

Mobile application also known as mobile app, it is term used to represent internet app that works on android and IOS. The mobile application is a type of software application designed to work on mobile devices like smartphone & tablet. Mobile apps are mainly small individual software unit with limited function.

Types:
Here are 3 types of apps:
·         Native apps.
·         Hybrid apps for all platforms altogether with Xamarin, React Native, Ionic, and Angular Mobile Sencha Touch etc.
·         Web apps as responsive versions of website to work on any mobile device.
·         Examples of game apps:
·         Examples of business apps:
·         Examples of educational apps:

4)Mobile Operating System
9 Popular Mobile Operating Systems
·         Android OS (Google Inc.)
·         Bada (Samsung Electronics) ...
·         BlackBerry OS (Research In Motion) ...
·         iPhone OS / iOS (Apple) ...
·         MeeGo OS (Nokia and Intel) ...
·         Palm OS (Garnet OS) ...
·         Symbian OS (Nokia) ...
·         webOS (Palm/HP)


1 comment:

  1. You don't realize how quickly technology is changing. Data science is highly technical and is therefore in high demand. A career in data science will open up many lucrative job opportunities. So, if you have been wanting to start your career in Data Science, now is the best time to enroll in a data science program with one of the best data science training institute in noida.

    ReplyDelete

apply function in R

1) apply function: It takes 3 arguments matrix,margin and function.. Example: m<-matrix(c(1,2,3,4),nrow=2,ncol=2) m #1 indicates it is ap...