+ All Categories
Home > Documents > Software, Hardware, Telco, And Internet

Software, Hardware, Telco, And Internet

Date post: 04-Apr-2018
Category:
Upload: arya-vidya-utama
View: 217 times
Download: 0 times
Share this document with a friend
22
2 nd week-Data Management
Transcript
Page 1: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 1/22

2nd week-Data Management

Page 2: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 2/22

“There are so many different types of 

information technologies. How can anyone

decide which type of I/T they shouldpurchase?” 

Page 3: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 3/22

All information technologies have the abilityto:

Capture data (input)

Process and/or convert data

Store data

Present dataand most also have the ability to communicate with

other I/T

Page 4: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 4/22

Functionality Ease of use

Compatibility Maintainability

Page 5: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 5/22

TECH TALKGordon Moore, the co-founder of Intel, predicted in

1965 that the density of transistor on a chip woulddouble approximately every 18 months. This prediction

has proven to be surprisingly accurate. For example, in

1961 a chip had 4transistors, and in 1971 it had 2,300.

In 1979 a chip had 30,000, by 1997 it had 7.5 million,and by 2000 it had 40 million. Since the price hadstayed essentially the same, this meant that the

computer power per dollar had doubled approximately

every 18 months.

Page 6: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 6/22

Performance Category Typical Issue Raised

1. Functionality• Capacity• Speed• Price performance• Reliability•

Operating condition

What types of processing is thetechnology supposed to perform, andwhat capabilities does it have?

2. Ease of use• Quality of user interface• Ease of becoming proficient• Portability

How easy is it to use this technology?

3. Compatibility• Conformance to standards• Interoperability

How easy is it to get this technology towork with complementarytechnologies?

4. Maintainability• Modularity• Scalability

• Flexibility

How easy is it to keep the technologyoperating over time?

Page 7: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 7/22

Software can essentially be viewed as beingthe instructions that tell the hardware what

to do. Systems software

Application software

Page 8: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 8/22

System software is a set of programs thatmanage the operation of the computer

hardware (input, output, secondary storagedevices). It communicates directly with thehardware and is required for the hardware tooperate.

Page 9: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 9/22

Operating systems Utility programs (to format disks, backup

files, recover data, compress data, protectfrom viruses)  Language translator (to translate

commands from programming languagesinto the machine language understood bycomputer hardware) 

Page 10: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 10/22

Application software is software used tocomplete specific tasks or to participate indifferent forms of entertainment.

Applications (payroll system, inventory controlsystem, computer games) Programming, markup, and scripting

languages (COBOL, PASCAL, C, VB, Java,HTML, etc.)

Application generators and productivity tools(spreadsheet software, presentation software,multimedia authoring tools)

Page 11: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 11/22

Application Software(Word processing, Spreadsheet, Email, Database Management,)

SystemSoftware

LanguageTranslator

UtilityPrograms

Voicerecognition,

natural languageinterpreters

Hardware(computer,

peripheral devices)

User

Page 12: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 12/22

Natural Languages•Ultimate in user friendliness•Machine efficiency is irrelevant

Query Languages•User friendly•Easy to understand•Inquiry-oriented•Less machine efficient

Fourth-Generation Languages•User friendly•Easy to understand•Application-oriented•Powerful instructions•Less machine efficient

Third-Generation Languages•Easy to understand•Application-oriented•Somewhat machine efficient

Assembler Language•

Machine efficient•Complex•Somewhat difficult for human tounderstand and apply

Machine Language•Machine efficient•Complex•

Difficult for human to understand andapply

Page 13: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 13/22

Page 14: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 14/22

Input devices Processors and main memory Secondary storage devices Output devices

Information ProcessingActivity

Hardware component Examples

Accept data•

Input device Keyboard, mouse, bar-code scanner

Store data •Secondary storage•Main memory

Diskette, HD, CD-ROMRAM

Process data •Central processing unit Microprocessor

Present data•

Output device Printer, speaker, screen

Page 15: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 15/22

Keyboards Pointing devices

Voice input systems Touch-sensitive screens Handwriting recognition Bar-code scanners Image scanner Biometric systems

Page 16: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 16/22

Characteristics of Input Devices

Capacity and speed (how much, and how quickly, can the device accept data?)Reliability (and durability)Accuracy (error rate)Portability (can you take the input device with you to the aisles of a store?)Compatibility (with other devices)

Page 17: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 17/22

Processor: a device that performs datamanipulation functions; it can be considered

the brain of a computer. Memory: often called RAM (Random Access

Memory) is the short-term memory of acomputer

Page 18: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 18/22

Characteristics of CPU, RAM

Computing speed (clock speed measured in MHz or GHz)Processing speed (measured in MIPS and FLOPS)

Bus capacity (measured in width-number of bits-and speed in MHz)Storage capacity of RAM (measured in MB or GB)

Page 19: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 19/22

 TECH TALKA bit is a binary digit, namely a 0 or 1. A byte is

generally 8 bits, which give 256 (28)different possible

combinations allowing the representation of 256

different characters (26 uppercase letters, 10 digits,

etc.)

Kilobyte (KB) Approximately 103

(one thousand) bytesMegabyte (MB) Approximately 106 (one million) bytes

Gigabyte (GB) Approximately 109 (one billion) bytes

Terabyte (TB) Approximately 1012 (one trillion) bytes

Page 20: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 20/22

Has larger capacity, is less expensive, and isslower than primary memory.

Page 21: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 21/22

Characteristics of Secondary Storage

Capacity (measured in megabytes, gigabytes, or terabytes)Speed of access (measured in milliseconds)Portability (internal or external, physical size, ease of connection)ReliabilityCompatibility (able to connect to multiple devices

Page 22: Software, Hardware, Telco, And Internet

7/29/2019 Software, Hardware, Telco, And Internet

http://slidepdf.com/reader/full/software-hardware-telco-and-internet 22/22

 

Characteristics of Output Devices

Speed (how quickly can the device output data)Compatibility (with other hardware components)ReliabilityQuality (clarity of sound, resolution of image)Portability (can you easily carry the output device with you?)


Recommended