Computer Assignment (Group7) MBA 1st Sem
Computer Assignment (Group7) MBA 1st Sem
Computer Assignment (Group7) MBA 1st Sem
ON
Introduction
Nothing has revolutionized modern life the way rapid progress of computers has. For better
or worse, computers have infiltrated every aspect of our society. Today, computers do much
more than simply compute. They make airline or railway reservation and teach on-line; some
super store scanners calculate our grocery bills while keeping the store inventory;
computerised telephone switching has greatly improved the telephone system and Automatic
Teller Machines (ATM) let us conduct banking transactions from virtually anywhere in the
world.
As computers become more widespread in the workplace, new ways to harness their potential
developed. As smaller computers become more powerful, they could be linked together, or
networked, to share memory space, software, and information and communicate with each
other.
What Is Computer ?
The word ‘computer’ comes from the word ‘compute’, which means to calculate or perform a
sequence of operations. Hence, a computer is normally considered to be a calculating device ,
which can perform arithmetic operations at enormous speed . A computer takes information
(or input), processes it according to a set of instructions (or process), and gives back a result
(or output). In this respect, it is very similar to a calculator ,but obviously somewhat more
complex.
Each computer consists of some form of memory, atleast one element that carries out
arithmetic and logic operations , and a sequencing and control unit that can change the order
of operations based on the information that is stored.
The computer allows information to be entered from an external source, and then processes
the results of operations to be sent out. This is done by the computer’s processing unit, which
executes series of instructions that make it read, manipulate and then store data.
Computers in Business
Almost every business uses computers to complete daily tasks. From making contact with
clients to inputting data for reports, computers allow businesses a more efficient way to
manage affairs when compared to traditional paper and manila folders. Businesses use a
variety of different types of computers such as desktops, laptops, servers, Smartphone and
tablets, depending on their needs. With computers, employees are able to work anytime,
anywhere.
1) Communication
2) Marketing
3) Accounting Storage
4) Documents and Report
5) Education Research
Basic elements of a computer system are Mouse, Keyboard, monitor, memory, CPU,
motherboard, Hard Disk, Speakers, Modem, power Supply, and processor.
Mouse: Mouse is sued for operating the system. You can also use computer without mouse,
as by using motherboard but in this case it will be very tough to use a computer. These days
optical mouse is used because it is very efficient to use as compared to simple mouse.
Keyboard: Keyboard is used to giving input to the system and system gives output to the
user. There are many things which we cannot do without keyboard as we cannot write
anything without a keyboard.
Memory: Memory is sued to run programs on a computer. LAN card is sued for making a
network between computers.
Modem: Modem is used to connecting internet. Two types of modems exist. One is known as
software modems and other is known as hardware modems.
Speakers: Speakers are also included in basis elements of a computer. But it is not necessary
as a computer can perform its function without this. However, we use it to for multiple
purposes.
OFFICE AUTOMATION
1) Teleconferencing Systems
2) Support Systems
3) Teleconferencing Systems
4) Support Systems
Components Of Computer
A computer is a data processor, which can accept inputs(data and instructions),remember the
inputs by storing it in memory cells, process the stored inputs and communicate the output
information. Its basic components are discussed hereunder:
I. Processor- The processor accepts input and stored it in the memory and it
interprets the instructions in a computer program .
II. Arithmetic Logic Unit (ALU) –The arithmetic logical unit (ALU)
performs various operations ,such as ,addition, subtraction , multiplication
division ,as well as others.
III. Internal Memory –The processor and the ALU use a small amount of the
internal memory ;most data are stored in external memory devices using
hard or floppy disk drives that are attached to the processor.
2) Software – Computer software is defined as the programs that control the computer
system. Software includes the system software (operating system), application and
utility software (computer language). These two types of software are explained
hereunder:
I. System Software – System software co-ordinates the operations of the
various hardware components of the computer. The computer manufacturers
usually provide system software.
II. Application and Utility Software – Application and utility software is a set
of programs or languages designed for specific user or tasks, such as, word
processing, graphics or spreadsheets analysis. Application software cannot
be run without system software.
4) Humanware - All people who are related with computer field directly or indirectly
and deriving some benefits out of computers are termed as humanware , i.e.,
computer operators, programmers, computer teachers, etc.
GENERATION OF COMPUTER
A Computer language includes various languages that are used to communicate with a
Computer machine. Some of the languages like programming language which is a set of
codes or instructions used for communicating the machine. all the languages that are now
available are categorized into two basic types of languages including Low-level language and
High Level Language.
.
Low Level Language:
Low level languages are the machine codes in which the instructions are given
in machine language in the form of 0 and 1 to a Computer system. It is mainly
designed to operate and handle all the hardware and instructions set architecture
of a Computer. The main function of the Low level language is to operate,
manage and manipulate the hardware and system components.
The most famous and the base of all programming languages “C” and “C++”
are mostly used Low level languages till today. Low level language is also
divided into two parts are Machine language and Assembly language.
The high level languages are the most used and also more considered programming
languages that helps a programmer to read, write and maintain. It is also the third generation
language that is used and also running till now by many programmers. They are less
independent to a particular type of Computer and also require a translator that can convert the
high level language to machine language. The translator may be an interpreter and Compiler
that helps to convert into binary code for a Computer to understand. The Compiler plays an
important role on the Computer as it can convert to machine language and also checks for
errors if any before executing. There are several high level languages that were used earlier
and also now like COBOL, FORTRAN, BASIC, C, C++, PASCAL, LISP, Ada, Algol,
Prolog and Java.
Sending Emails
Creating Documents
Creating Spreadsheets
Creating Databases
UNIT 2
PC Packaged Software
Spread sheet
What is a Spreadsheet?
sector charts
...
Therefore, the spreadsheet is a multi-use tool that works as well for secretarial
activities that involve organizing large quantities of data, as at the strategic and
decisional level by creating graphical representation of synthesised information.
https://en.wikipedia.org/wiki/Spreadsheet
Format Description
ABS(Number) The absolute value of the given Number. If the given Number is
an integer, the return value will be an integer. If the given
Number value is a double, the return value will be a double.
Returns #VALUE! if the given Number is not a number.
AND(Boolean, [...]) Returns TRUE if and only if all of the given parameters are
equal to TRUE. Otherwise, returns FALSE. Returns #VALUE!
if one of the given parameters could not be interpreted as a
boolean value. Examples:
=AND(E3 > 10, AA3 = 100) (Spreadsheet Study formula)
=AND(C > 100, SG1 < 50) (Simple Alert formula)
=OR(AND(H > 100, SG1 > 100),AND(L < 80,SG1 < -
100)) (Simple Alert formula)
OR(Boolean, [...]) Returns FALSE if and only if all of the given parameters are
equal to FALSE. Otherwise returns TRUE. Returns #VALUE! if
one of the given parameters could not be interpreted as a
boolean value. Examples:
=OR(E3 < 10, E3 > 15) (Spreadsheet Study formula)
=OR(SG1 > 40, SG1 < 20) (Simple Alert formula)
=OR(AND(H > 100, SG1 > 100),AND(L < 80,SG1 < -
100)) (Simple Alert formula)
IF(Condition, TrueValue, Returns the value of TrueValue if the given Condition is equal
FalseValue) to TRUE. Returns the value of FalseValue if the given
Condition is equal to FALSE. Returns #VALUE! if the
condition could not be interpreted as a boolean value.
INT(Number) Rounds the given Number down to the next whole integer.
Returns #VALUE! if the given Number is not a number. Returns
0 if Number is an empty value, like a reference to a cell that
contains no data
ISBLANK(Value) Returns TRUE if the given Value is blank, which means no
value type. Otherwise returns FALSE.
ISEMTPY(Value) Returns TRUE if the given Value is empty, which means no
value type. Otherwise returns FALSE.
VALUE(Text) Converts the given Text into a number. Returns #VALUE! if the
text cannot be properly converted into a number. If a numeric
value type is given for the Text, that value is simply returned.
Database Functions
This document describes the database functions supported by a non-visual
spreadsheet component.
The database functions operates on a range of cells that makes up the list or
database. A database in this context is a list of related data in which rows are
records and columns are fields. The first row of the list contains labels for each
column.
The database (or list) is identified as the datalist parameter in function syntax.
Name Description Syntax
DAVERAGE Returns the average of DAVERAGE(datalist,
selected database entries. field, criteria)
DCOUNT Counts the cells that
contain numbers in a DCOUNT(datalist,
database. field, criteria)
DCOUNTA DCOUNTA(datalist,
Counts nonblank cells in field, criteria)
a database
Text files.
Binary files.
Text File:
A text file (also called ASCII files) stores information in ASCII characters. A
text file contains human-readable characters. A user can read the contents of a
text file or edit it using a text editor. In text files, each line of text is terminated,
(delimited) with a special character known as EOL (End of Line) character. In
text files some internal translations take place when this EOL character is read
or written.
Examples of text files
A text document
Binary File:
A binary file is a file that contains information in the same format in which the
information is held in memory i.e. in the binary form. In binary file, there is no
delimiter for a line. Also no translations occur in binary files. As a result, binary
files are faster and easier for a program to read and write than the text files. As
long as the file doesn't need to be read or need to be ported to a different type of
system, binary files are the best way to store program information.
Examples of binary files
A JPEG image
Sequential
Relative
Another type of organizing files would be relative to the location where the file
begins. A relative key is assigned to determine the order of files. The first
record would have a relative number of 1, the second record would have a
relative number of 2 and so on. It is also called relative, because the sizes of
each record may vary, unlike in a sequential organization where the record sizes
must be fixed to arrange sequentially. Records may be 128-bytes or 256-bytes
in size and they can be arranged relative to each other, with any of the free bytes
between them marked as unused. This makes it possible to insert records in
those unused areas. Also, with the relative key, you can randomly access any
record without starting from the top record. The disadvantage is its dependence
on relative keys. If you do not know the relative key of a particular record, you
won't be able to randomly access the file.
Indexed
Master File
A collection of records pertaining to one of the main subjects of an
information system, such as customers, employees, products and vendors.
Master files contain descriptive data, such as name and address, as well as
summary information, such as amount due and year-to-date sales.
1. The data stored in these files are permanent by nature
2. This file is empty while nature
3. This files are updated only through recent transactions
4. This file stores large amount of data
5. Eg: customer ledgers, student database
Transaction File
A collection of transaction records. The data in transaction files is used to
update the master files, which contain the data about the subjects of the
organization (customers, employees, vendors, etc.). Transaction files also serve
as audit trails and history for the organization. Where before they were
transferred to offline storage after some period of time, they are increasingly
being kept online for routine analyses.
RDBMS is the basis for SQL, and for all modern database systems like
MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.
Applications of DBMS:
Support internal operations of organizations.
Advantages of DBMS:
Improved data sharing.
Application Integration
DSS
A decision support system (DSS) is a computer-based information system that
supports business or organizational decision-making activities. DSSs serve the
management, operations, and planning levels of an organization (usually mid
and higher management) and help people make decisions about problems that
may be rapidly changing and not easily specified in advance- i.e. unstructured
and semi-structured decision problems. Decision support systems can be either
fully computerized, human-powered or a combination of both.
While academics have perceived DSS as a tool to support decision making
process, DSS users see DSS as a tool to facilitate organizational processes.
Some authors have extended the definition of DSS to include any system that
might support decision making and some DSS include a decision-making
software component; Sprague (1980) defines a properly termed DSS as follows:
Classification
There are several ways to classify DSS applications. Not every DSS fits neatly
into one of the categories, but may be a mix of two or more architectures.
Holsapple and Whinston classify DSS into the following six frameworks: text-
oriented DSS, database-oriented DSS, spreadsheet-oriented DSS, solver-
oriented DSS, rule-oriented DSS, and compound DSS. A compound DSS is the
most popular classification for a DSS; it is a hybrid system that includes two or
more of the five basic structures.
The support given by DSS can be separated into three distinct, interrelated
categories: Personal Support, Group Support, and Organizational Support.
DSS components may be classified as:
RDBMS
A Relational Database Management System (RDBMS) is a database
management system (DBMS) that is based on the relational model invented
by Edgar F. Codd, of IBM's San Jose Research Laboratory. As of 2017, many of
the databases in widespread use are based on the relational database model.
RDBMSs have been a common choice for the storage of information in new
databases used for financial records, manufacturing and logistical information,
personnel data, and other applications since the 1980s. Relational databases
have often replaced legacy hierarchical databases and network
databases because they are easier to understand and use. However, relational
databases have received unsuccessful challenge attempts by object
database management systems in the 1980s and 1990s (which were introduced
trying to address the so-called object-relational impedance mismatch between
relational databases and object-oriented application programs) and also by XML
database management systems in the 1990s. Despite such attempts, RDBMSs
keep most of the market share, which has also grown over the years.
Data Processing
What is Data Processing?
Data processing is simply the conversion of raw data to meaningful information
through a process. Data is manipulated to produce results that lead to a
resolution of a problem or improvement of an existing situation. Similar to a
production process, it follows a cycle where inputs (raw data) are fed to a
process (computer systems, software, etc.) to produce output (information and
insights).
1. Collection is the first stage of the cycle, and is very crucial, since the
quality of data collected will impact heavily on the output. The collection
process needs to ensure that the data gathered are both defined and accurate, so
that subsequent decisions based on the findings are valid. This stage provides
both the baseline from which to measure, and a target on what to improve.
Some types of data collection include census (data collection about everything
in a group or statistical population), sample survey (collection method that
includes only part of the total population), and administrative by-product (data
collection is a by product of an organization’s day-to-day operations).
3. Input is the task where verified data is coded or converted into machine
readable form so that it can be processed through a computer. Data entry is done
through the use of a keyboard, digitizer, scanner, or data entry from an existing
source. This time-consuming process requires speed and accuracy. Most data
need to follow a formal and strict syntax since a great deal of processing power
is required to breakdown the complex data at this stage. Due to the costs, many
businesses are resorting to outsource this stage.
6. Storage is the last stage in the data processing cycle, where data,
instruction and information are held for future use. The importance of this cycle
is that it allows quick access and retrieval of the processed information,
allowing it to be passed on to the next stage directly, when needed. Every
computer uses storage to hold system and application software.
The Data Processing Cycle is a series of steps carried out to extract information
from raw data. Although each step must be taken in order, the order is cyclic.
The output and storage stage can lead to the repeat of the data collection stage,
resulting in another cycle of data processing. The cycle provides a view on how
the data travels and transforms from collection to interpretation, and ultimately,
used in effective business decisions.
Data hierarchy
Data hierarchy refers to the systematic organization of data, often in a
hierarchical form. Data organization involves characters, fields, records, files
and so on. This concept is a starting point when trying to see what makes up
data and whether data has a structure. For example, how does a person make
sense of data such as 'employee', 'name', 'department', 'Marcy Smith', 'Sales
Department' and so on, assuming that they are all related? One way to
understand them is to see these terms as smaller or larger components in a
hierarchy. One might say that Marcy Smith is one of the employees in the Sales
Department, or an example of an employee in that Department. The data we
want to capture about all our employees, and not just Marcy, is the name, ID
number, address and so on.
1. Bit
The term ³bit´ is short form for binary digit. It can assume either of two possible
states and, therefore, can represent either 0 or 1. In secondary storage, a bit is
used to represent data through positive or negative polarity of an electrical
charge on a magnetic recording medium, such as tape or disk. Semi conductor
storage is usually used for primary storage. In semiconductor storage, a bit is
represented by an electrical circuit that is either conducting or not conducting
electricity.
2. Byte
An ability to represent only binary digits in a computer system is not sufficient
for business information processing. Numeric and alphabetic characters as well
as a wide variety of special characters (such as, dollar signs, question marks and
quotation marks) should be stored. In a computer system, a character
of information is called a byte.
A byte of information is stored by using several bits in specified combination
called bit patterns.´
A widely used bit pattern for personal computers and data communication is the
American Standard Code for Information Interchange (ASCII).
ASCII uses seven bits to represent one character. Each 1 or 0 corresponds to a
single bit
4. Data Record
A record is a collection of fields relating to a specific entity. For example,
a payroll record contains fields of data relating to a specific employee.
An analogy can be made between a computer-based record and an individual
folder in a manual file.
A folder in a payroll file may contain almost the same information asa record in
a computer-based payroll file.
The field that identifies a record from all other records in a file is the record
key. For example, the record key in a payroll record is usually an employee’s
provident fund number or social security number because it is different for each
employee.
5. File
A file is a collection of related records. For example, the collection of payroll
records of all employees in a company is a payroll file.
The concept of a computer file is very similar to a manual file in a filing cabinet
6. Database
A database consists of all the files of an organization. It is structured and
integrated to facilitate update of the files and retrieval of information from
them.
The term has often been used rather loosely.
Technically, a database consists of those files that are a part of data base
management system. However, a database is often used to refer to all the files of
an organization. Now, all this is called as data hierarchy because databases are
composed of files, files are composed of records, records are composed of filed,
fields composed of data bytes and finally, data bytes are a group of bits.
This is very well a hierarchical structure.
Data Structure
Linked List
Tree
Graph
Stack, Queue etc.
The data structures can also be classified on the basis of the
following characteristics:
Characteristic Description
Portfolio:
Taking ideas from investment portfolio management, APM practitioners gather
information about each application in use in a business or organization,
including the cost to build and maintain the application, the business value
produced, the quality of the application, and the expected lifespan. Using this
information, the portfolio manager is able to provide detailed reports on the
performance of the IT infrastructure in relation to the cost to own and the
business value delivered.
Definition of an Application:-
In application portfolio management, the definition of an application is a critical
component. Many service providers help organizations create their own
definition, due to the often contentious results that come from these definitions.
PROGRAM DEFINITION
In order to solve a computation problem, its solution must be specified in terms
of a sequence of computation steps, each of which may be effectively
performed by a human agent or by a digital computer.
1. Problem identification
2. Task analysis and data analysis
3. Output identification
4. Designing the solution
5. Data validation
6. Implementation
7. Final documentation and maintenance
FLOW CHARTING
A flowchart is a diagram that depicts a process, system or computer algorithm.
They are widely used in multiples fields of documents, study, plan, improve and
communicate often complex processes in clear, easy to understand diagrams.
Flowcharts sometimes spelled as flow charts, use rectangles, ovals, diamonds
and potentially other numerous other shapes to define the type of step, along
with connecting arrows to define flow and sequence.
Process / Rectangle
Data (I/O)
The Data object, often referred to as the I/O Shape shows the Inputs
to and Outputs from a process. This takes the shape of a
parallelogram.
Decision / Conditional
Document
Direct Data
Sequential Access
Input-process-output Analysis
Features:
Feature Description
Generate Documents One click generation of RTF, DOCX and PDF
style documents.
Presentation Graphics
Creating a presentation on a PC
Before you start creating presentations, you need understand the
layout of the PowerPoint screen. The PowerPoint screen displays
several toolbars and other basic screen elements (refer to the Figure
on next page).
The components of a PowerPoint screen are:
Data communications
Data communications are the exchange of data between two devices
via some form of transmission medium such as a wire cable. For data
communications to occur, the communicating devices must be part of
a communication system made up of a combination of hardware
(physical equipment) and software (programs).
The effectiveness of a data communications system depends on four
fundamental characteristics: delivery, accuracy, timeliness, and jitter.
1. Delivery: The system must deliver data to the correct destination.
Data must be received by the intended device or user and only by that
device or user.
2. Accuracy: The system must deliver the data accurately. Data that
have been altered in transmission and left uncorrected are unusable.
3. Timeliness: The system must deliver data in a timely manner.
Data delivered late are useless. In the case of video and audio, timely
delivery means delivering data as they are produced, in the same
order that they are produced, and without significant delay. This kind
of delivery is called real-time transmission.
4. Jitter: Jitter refers to the variation in the packet arrival time. It is
the uneven delay in the delivery of audio or video packets.
Components:
A data communication system has five components.
A computer network consists of two or more computers that are interconnected with each
other and share resources such as printers, servers, and hardware and exchange the data in
connected through twisted pair cables, telephone lines, radio waves, satellites or optical
fiber cables. The first computer network designed was the ‘Advanced Research Projects
Agency Network (ARPANET)’ by the United States Department of Defence. Since then,
myriads of new computer networking technologies have been designed. here i cover three
network technologies i.e LAN, WAN and MAN. However, currently there are multiple
A Local Area Network (LAN) is a network that is restricted to smaller physical areas e.g. a
local office, school, or house. Approximately all current LANs whether wired or wireless
are based on Ethernet. On a ‘Local Area Network’ data transfer speeds are higher than
WAN and MAN that can extend to a 10.0 Mbps (Ethernet network) and 1.0 Gbps (Gigabit
Ethernet).
LAN networks can be implemented in multiple ways, for example twisted pair cables and a
wireless Wi-Fi with the IEEE 802.11 standard can be used for this purpose. One end of the
twisted pair cable is plugged into switches using ‘RJ-45 connectors’ whereas the other end
is plugged to a computer or in another network. All new routers use the b/g/n IEEE 802.11
standards. The ‘b’ and ‘g’ operate in the 2.4 GHz spectrum, and ‘n’ operates in 2.4 and 5.0
operating from distant geographical locations who want to communicate with each other for
WAN is made up of two or more Local Area Networks (LANs) or Metropolitan Area
Networks (MANs) that are interconnected with each other, thus users and computers in one
In ‘Wide Area Network’, Computers are connected through public networks, such as the
telephone systems, fiber-optic cables, and satellite links or leased lines. The ‘Internet’ is the
largest WAN in a world. WANs are mostly private and are build for a particular
organization by ‘Internet Service Providers (ISPs)’ which connects the LAN of the
organization to the internet. WANs are frequently built using expensive leased lines where
with each end of the leased line a router is connected to extend the network capability
across sites. For low cost solutions, WAP is also built using a ‘circuit switching’ or ‘packet
switching’ methods.
A Metropolitan Area Network (MAN) is a network that connects two or more computers,
communicating devices or networks in a single network that has geographic area larger than
that covered by even a large ‘Local Area Network’ but smaller than the region covered by a
‘Wide Area Network’. MANs are mostly built for cities or towns to provide a high data
A Metropolitan Area Networks bridges a number of ‘Local Area Networks’ with a fiber-
optical links which act as a backbone, and provides services similar to what Internet
Service Provider (ISP) provide to Wide Area Networks and the Internet.
Major technologies used in MAN networks are ‘Asynchronous Transfer Mode (ATM)’,
‘Fiber Distributed Data Interface (FDDI)’ and ‘Switched Multi-megabit Data Service
(SMDS, a connectionless service)’. In most of the areas, these technologies are used to
replace the simple ‘Ethernet’ based connections. MANs can bridge Local Area Networks
without any cables by using microwave, radio wireless communication or infra-red laser
‘Distributed Queue Dual Bus (DQDB)’ is the Metropolitan Area Network (MAN) IEEE
802.6 standard for data communication. Using DQDB, networks can extend up to 100km-
Organization
of inputs produces a defined set of outputs. The inputs and outputs are interpreted as data,
Management of the different aspects of the data processing system involves planning where
resources necessary in the system are allocated to the different functions. ... As such,
the management of data usually entails highly specific and specialized knowledge concerning
Data processing systems comprise the interaction of people, processes, and equipment to
generate usable information from raw data. Thus, data processing system management
involves the administration of the people and equipment aspects of the system including all
Data conversion—changing the data into the required format that can be processed.
An information system (IS) is an organized system for the collection, organization, storage
networks that people and organizations use to collect, filter, process, create and distribute
data.
"An information system (IS) is a group of components that interact to produce information.”
processes or interprets information. The term is also sometimes used in more restricted
senses to refer to only the software used to run a computerized database or to refer to only a
computer system.
and the complementary networks of hardware and software that people and organizations use
to collect, filter, process, create and also distribute data. An emphasis is placed on an
information system having a definitive boundary, users, processors, storage, inputs, outputs
making. An information system is the information and communication technology (ICT) that
an organization uses, and also the way in which people interact with this technology in
Some authors make a clear distinction between information systems, computer systems,
and business processes. Information systems typically include an ICT component but are not
purely concerned with ICT, focusing instead on the end use of information technology.
Information systems are also different from business processes. Information systems help to
The most fundamental computer based system in an organization pertains to the processing of
business transactions. A transaction processing system can be defined as a system that captures,
classifies, stores, maintains, updates and retrieves transaction data for record keeping and input
main reason is that huge amount of data relating to accounts and other transactions can be
processed very quickly. MIS are more concerned with levels of management with information
essential to the running of smooth business. This Information must be as relevant, timely,
It is an information system that offers the kind of information that may not be predictable.
Business professionals may need such information only once. These systems do not produce
regularly scheduled management reports. Instead, they are designed to respond to wide range
of requests. It is true that all the decisions in an organization are not of a recurring nature.
Decision support systems assist managers, who make decisions that are not highly structured,
often called unstructured or semi structured decision. The decision support systems support,
Office Automation Systems are among the newest and most rapidly expanding computer
based information systems. They are being developed with the hope and expectation that they
will increase the efficiency and productivity of office workers, typists, secretaries,
computers and other intelligent devices to manage and support managerial decisions within
system, decision support system, expert system, or executive information system. The term is
often used in the academic study of businesses and has connections with other areas, such
science; as a result, the term is used interchangeably with some of these fresh cut areas.
organizations, and the relationships among them. This definition relates specifically to "MIS"
as a course of study in business schools. Many business schools (or colleges of business
accounting, finance, management, marketing, and many award degrees (at undergraduate,
MIS professionals help organizations to maximize the benefit from investments in personnel,
Financial MIS
A financial MIS provides financial information for managers to make daily decisions on
organization. These include systems to analyze revenues, costs and profits, auditing
systems for both internal and external purposes and systems to manage funds. A
financial MIS can also be used to prepare reports for third parties, such as external
auditors or shareholders.
Marketing MIS
One of the most common uses of a marketing MIS is to produce sales reports. These
are typically produced on a regular schedule, such as by week, month and quarter.
area. Such reports allow managers to see which aspects of sales are doing well and
Manufacturing MIS
and are designed to collect and present the data which managers need in order to plan
A typical manufacturing MIS is used to monitor the flow of materials and products
Introduction
21st century has been defined by application of and advancement in information technology.
Information technology has become an integral part of our daily life. According to
Information technology has served as a big change agent in different aspect of business and
society. It has proven game changer in resolving economic and social issues.
1. Cloud Computing
One of the most talked about concept in information technology is the cloud computing.
Cloud computing promotes the concept of virtualization, which enables server and
governance, etc.
2. Mobile Application
Mobile application or mobile app has become a success since its introduction. They are
designed to run on Smartphone, tablets and other mobile devices. They are available as a
download from various mobile operating systems like Apple, Blackberry, Nokia, etc. Some
of the mobile app are available free where as some involve download cost. The revenue
1. User Interfaces
User interface has undergone a revolution since introduction of touch screen. The
touch screen capability has revolutionized way end users interact with application.
Touch screen enables the user to directly interact with what is displayed and also
Touch screen capability is utilized in smart phones, tablet, information kiosks and
2. Analytics
The field of analytics has grown many folds in recent years. Analytics is a process
which helps in discovering the informational patterns with data. The field of analytics
Electronic commerce or e-commerce refers to a wide range of online business activities for
products and services. It also pertains to “any form of business transaction in which the
parties interact electronically rather than by physical exchanges or direct physical contact.”
E-commerce is usually associated with buying and selling over the Internet, or conducting
any transaction involving the transfer of ownership or rights to use goods or services through
to capture recent developments in this new and revolutionary business phenomenon. A more
complete definition is: E-commerce is the use of electronic communications and digital
relationships for value creation between or among organizations, and between organizations
and individuals.
What Is E-business?
Electronic Business, is the administration of conducting business via the Internet. This would
include the buying and selling of goods and services, along with providing technical
or customer support through the Internet. e-Business is a term often used in conjunction