You are on page 1of 49

Introduction to IT in Business

Instructor: Muhammad Ishfaq Khan

6/7/2012

Introduction to Information Technology

Input devices

Convert mechanical instructions or outside data into binary forms which can be understood by computers Keyboard, mouse, touch pen, scanner, microphone, and even your finger

6/7/2012

Introduction to Information Technology

Output devices

Convert binary contents of memory into meaningful symbols (text, graphics, sounds) for humans to view Monitor, printer, speaker

6/7/2012

Introduction to Information Technology

Primary memory

Internal, random access memory Store programming instructions and data to be processed

6/7/2012

Introduction to Information Technology

Secondary memory

external, auxiliary storage: for long term storage of data.


Data would lost in primary memory after power is off Main memory is relatively expensive and have limited space

Such as: magnetic disks ( hard drivers, floppy disks ), optical media ( cds, DVDs)

6/7/2012

Introduction to Information Technology

Central processing unit (CPU)

Consists of two parts:

Arithmetic and logic unit (ALU): responsible for performing calculations and comparisons Control unit: Responsible for coordinating and supervising the operations of other components.

6/7/2012

Introduction to Information Technology

Computer organization
Input Devices

CPU
Control Unit ArithmeticLogic Unit

Output Devices
Main Memory

Major components of a computer Input devices Output devices Primary (internal) memory Secondary (external memory) CPU (Central Processing Unit)

External Memory

Arithmetic Logic Unit (ALU) Control Unit

6/7/2012

Introduction to Information Technology

The slide was taken from http://cs.calvin.edu/books/java/intro/1e/PPSlides/ch ap00.ppt

Data representation in computer

All the data processed or stored in the computer is represented as two-state values (either 1 or 0 - BInary digiTs ).

1 byte = 8 bits 1 kilobyte (kb) = 1024 bytes 1 megabyte (mb) = 1024 kilobyte 1 gigabyte (gb) = 1024 megabyte

6/7/2012

Introduction to Information Technology

Architecture of computer System

DBMS (Access, Mysql)

Various applications (Word, Photoshop, Internet browser, )

Computer Software

Operating system (Unix/Linux, Windows, MacOS)

Computer Hardware (circuits, chips, cpu, memory, I/O devices)

6/7/2012

Introduction to Information Technology

Operation systems

An Operating System or OS is a software program that enables the computer hardware to communicate and operate with the computer software. Unix/Linux, Windows, MacOs..

6/7/2012

Introduction to Information Technology

Programming languages

What is programming language : set of notations and rules that instructs a computer what operations to perform. Most of programming languages fall into one of three categories:

Machine languages Assembly languages High level languages


Introduction to Information Technology

6/7/2012

Machine languages

Program code in the form of instructions that have meaning to and can be directly executed by computer
Consists of 1s and 0s different types of machine understand their own. completely incomprehensible to most people Lowest level programming language EX. +1300042774 +1400593419 +1200274027

6/7/2012

Introduction to Information Technology

Assembly languages

Assembly language is essentially machine language that has some of the numbers replaced by somewhat easier to remember mnemonics in an attempt to make it more human-readable.
One statement corresponds to one machine language instruction program that converts assembly language to machine language is called an assembler. EX. LOAD BASEPAY ADD OVERPAY STORE GROSSPAY

6/7/2012

Introduction to Information Technology

High level languages

A computer programming language using command statements, symbols and words that resemble English-language statements.

One statement corresponds to several machine language instructions More human readable Needs compiler to convert to machine language

EX: grossPay = basePay + overTimePay


Introduction to Information Technology

6/7/2012

Components of Information Systems


1. 2. 3. 4. 5.

People Procedures Software Hardware Data

6/7/2012

Introduction to Information Technology

People

People are the most important part of an information system


Entertainment Medicine Education Business

Computers and information touch our lives hundreds of times.


Introduction to Information Technology

6/7/2012

Software

Software is another name for programs

Instructions that tell the computer how to process data System software what the computer uses Application software what you use

Two kinds of software

6/7/2012

Introduction to Information Technology

Software

Application Software

General purpose and special purpose applications One example is a browser, MS word, etc

System Software

Helps the computer to manage its own resources One example is the operating system

6/7/2012

Introduction to Information Technology

Hardware
1. 2. 3. 4.

Supercomputer Mainframe computers Minicomputers Microcomputers

6/7/2012

Introduction to Information Technology

Microcomputer Hardware

System unit (system cabinet or chassis)


Microprocessor Memory

Random access memory (RAM)

Input/output devices Secondary storage devices


6/7/2012

Floppy disks Hard disks Optical discs


Introduction to Information Technology

Data

Document files Worksheet files Database files Presentation files

6/7/2012

Introduction to Information Technology

Connectivity, the Wireless Revolution, and the Internet

Connectivity - capability to share information with other computers Wireless communication devices Computer network

Internet, Intranet, extranet World Wide Web

6/7/2012

Introduction to Information Technology

A collection of computers and other devices that communicate to share data, hardware, and software. A stand-alone computer is called a workstation on a network. A workstation provides access to:

Your computers local resources Network resources

6/7/2012

Introduction to Information Technology

6/7/2012

Introduction to Information Technology

A server is a computer connected to a network that distributes and stores resources for other network users. With proper licensing, many network users can use the same applications and data files simultaneously and share other resources, such as storage space or a printer.

6/7/2012

Introduction to Information Technology

Local Area Network (LAN) a network located in a limited area.


LANs are found in most businesses. Many campuses use LANs.

A network interface card (NIC) a key hardware component.


Connects a workstation to the network. A circuit board that sends data between the workstation and the network.

6/7/2012

Introduction to Information Technology

Wide Area Network (WAN) a network that covers a large geographical area. TENET is a classic example. All types of networks require special networking hardware and networking software to allow different computers to communicate with each other.

6/7/2012

Introduction to Information Technology

The Internet - largest of all networks. Communication standards called protocols allow for global exchange of information.

Transmission Control Protocol (TCP) Internet Protocol (IP)

Intranets are LANs or WANs that use these communication standards or TCP/IP. Special hardware (modem) and software (browser) are required.
Introduction to Information Technology

6/7/2012

Physical Transmission Media The different kinds of physical transmission media used by the networks are: Twisted Wire Coaxial Cable Fiber Optics and Optical Networks Wireless Transmission
6/7/2012 Introduction to Information Technology

Type
Local Area Network (LAN)
Campus Area Network (CAN) Metropolitan Area Network (MAN)

Area
Up to 500 meters (half a mile); an office or floor of a building
Up to 1,000 meters (a mile); a college campus or corporate facility A city or metropolitan area

Wide Area Network (WAN)

Transcontinental or global area

6/7/2012

Introduction to Information Technology

Network Topologies

Figure 8-8
6/7/2012 Introduction to Information Technology

TCP/IP and Connectivity:


TCP/IP is the communications protocol used by the Internet and all Internet devices. TCP/IP provides for breaking up digital messages into packets, routing them to the proper addresses, and then reassembling them into coherent messages. TCP/IP uses a suite of protocols: TCP and IP.

6/7/2012

Introduction to Information Technology

Transmission Control Protocol (TCP): Handles the movement of data between computers Establishes a connection between the computers, sequences the transfer of packets, and acknowledges the packets sent Internet Protocol (IP): Responsible for the delivery of packets Includes the disassembling and reassembling.

6/7/2012

Introduction to Information Technology

Networks and Packet Communications

6/7/2012

Introduction to Information Technology

Major Business Functions Sales and marketing Manufacturing Finance Accounting Human resources

6/7/2012

Introduction to Information Technology

IT Vs. Business

6/7/2012

Introduction to Information Technology

6/7/2012

Introduction to Information Technology

The Domain Name System:

A Domain Name System (DNS) converts IP addresses to English-like domain names.


The domain name is the name that corresponds to the unique 32-bit numeric IP address for each computer connected to the Internet. DNS servers maintain a database containing IP addresses mapped to their corresponding domain names. To access a computer on the Internet, users need only specify its domain name.
6/7/2012 Introduction to Information Technology

The Domain Name System

6/7/2012

Introduction to Information Technology

DaimlerChrysler Case

Challenge: 104 plants, 37 countries, 14,000 suppliers Solutions: Integrated Volume Planning System connects demand side of business with suppliers, reducing inventories. Powerway helps 3,400 suppliers track parts and quality, reducing errors. Demonstrates ITs role in operational excellence, better quality products, and agilitytime to market Illustrates the emerging digital firm landscape where information can flow seamlessly among business partners to create a superior customer experience

6/7/2012

Introduction to Information Technology

Digital Firm

6/7/2012

Introduction Figure 1-4to Information Technology

Production and Distribution

Figure 4-2
6/7/2012 Introduction to Information Technology

Stockless Inventory compared to Traditional and Justin-time Supply Methods

Figure 3-13
6/7/2012 Introduction to Information Technology

6/7/2012

Introduction to Information Technology

6/7/2012

Introduction to Information Technology

6/7/2012

Introduction to Information Technology

6/7/2012

Introduction to Information Technology

IT Specialists: Programmers: Highly trained, writers of the software instructions for computers Systems analysts: Translate business problems into solutions, act as liaisons between the information systems department and rest of the organization Information system managers: Leaders of various specialists Chief Information Officer (CIO): Senior manager in charge of information systems function in the firm End users: Department representatives outside the information system department for whom applications are developed.
6/7/2012 Introduction to Information Technology

Assignment # 1You are required to


submit a comprehensive up to date report


6/7/2012

Input Devices Storage Devices Processing Devices Output Devices Networking Devices Programming Languages Website Development Tools Database Internet Browsers Web Servers
Introduction to Information Technology

You might also like