2.4 Capabilities of Software

Slides:



Advertisements
Similar presentations
Don’t Type it! OCR it! How to use an online OCR..
Advertisements

.txt What about the Apple Apps? Save As... OR Export Pages Numbers Keynote.
Web Design Vocab 3 PNG, JPG, GIF, MP3, MPEG.
Iframes & Images Using HTML.
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
Converting Microsoft Office Documents Bill Weber E-Learning Systems Administrator E-Learning Operations.
Putting Documents on the Web Vivien Hall Central Computing Services.
Working with lesson 21 Images. This lesson includes the following sections: Computer Platforms Used for Graphics Types of Graphics Files Getting Images.
Collections Management Museums Reporting in KE EMu.
Image searching on the Web Qunyan Mao SIMS, UC Berkeley.
Reporting in EMu Crystal != Reporting or Why is reporting so difficult and can we do anything about it? Bernard Marshall KE Software.
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
General-Purpose APPLICATION SOFTWARE
Prepared by George Holt Digital Photography BITMAP GRAPHIC ESSENTIALS.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Disk Fragmentation Refers to the condition of a disk in which files are divided into pieces scattered around the disk. Occurs naturally when frequently.
1 UCISA-SG WebTools Forum An Evaluation Exercise David Lomas University of Salford.
Copyright © Texas Education Agency, All rights reserved.1 Introduction to Scanners Principles of Information Technology.
Global File Reader. Agenda Introduction Current Scenario Proposed Solution Block Diagram Technical Implementation Hardware & Software Requirements Benefits.
Image Storage Bitmapped Graphics – in which an image is represented as a collection of dots Vector Graphics – in which an image is represented as a set.
Unit 5- Computer Software.  Identify how hardware & software interact  Explain how a software program works  Describe the difference between application.
Section 2 Software.
File Name Extensions Computer Applications 7th grade.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
Evaluation Criteria. What is Evaluation? Happens at Last phase of PSM This is NOT testing NOT finding faults to fix! DOESN’T improve the system, but facilitate.
Copyright © Texas Education Agency, All rights reserved.1 Introduction to Scanners Principles of Information Technology.
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
Capabilities of Software. Object Linking & Embedding (OLE) OLE allows information to be shared between different programs For example, a spreadsheet created.
Software BrandsState the Type of Software each Brand below is Microsoft Access Database Microsoft Excel Spread sheet Microsoft Outlook Microsoft.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
 JPEG is a standardized image compression mechanism.  JPEG stands for Joint Photographic Experts Group.  JPEG is designed for compressing either full-
How to Resize and Crop Pictures Easily in Microsoft Paint Ammar Rai ENGL 393.
Project Two Adding Web Pages, Links, and Images Define and set a home page Add pages to a Web site Describe Dreamweaver's image accessibility features.
Back up your files regularly! to yourself – can use GoogleDrive for larger files. USB flash/jump drives (32GB for ~$20) external USB hard drives,
Freeware Help!!! Getting what you need… When you need it most! **And no more excuses!!!
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Introduction TO Network Administration
Digital File Formats By Ali Aslam. JPEG JPEG Stands for Joint Photographic Experts Group. JPEG uses a lossy compression routine. Lossy compression means.
Image Conversion © Copyright William Rowan Objectives By the end of this you will be able to: Convert an image from one format to another.
Are you familiar with Microsoft word 2010 ?? Well this time it is all about the world of MSW 2010.
Ms. Tracy  Identify the purpose of an operating system.  Identify different operating systems.  Describe computer user interaction with multiple.
© UNT in partnership with TEA1 Introduction to Scanners Principles of Information Technology.
By Nathan Lowe.  Graphic cards are high specification cards with lots of memory and fast processors providing lots of power for the updated games or.
Software Coming up in today’s lesson… What is software? Different types of software The functions of common types of software Choosing software Portability.
Chapter SOFTWARE Are the programs which are written by different programming languages. These programs are: a series of instruction that tells.
13 June – Session : Graphics Different types of Graphics for the web Features of image editing software Good practice for image editing.
Networks Standardisation & Protocols. Learning Objectives Explain the advantages of standardisation and describe some areas of standardisation such as.
Windows 10. Windows 10 is a personal computer operating system released by Microsoft as part of the Windows NT family of operating systems. The first.
Operating Systems Shannon Gibson. What is an Operating System?  An operating system is the most important software that runs on a computer.
Recover & Convert DBX to PST, EML, MSG, HTML, MBOX & RTF DBX Converter Software Safe Recovery Software helps to recover larger and unlimited DBX files.
Section 3: Computing With Confidence. How to Become a Skilled Learner Outline: –Computing problem –Becoming a skilled learner –How to learn on your own.
Preservation Planning Bojana Tasić FORS SEEDS Workshop I Belgrade, October.
HedEx Lite Obtaining and Using Huawei Documentation Easily
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
Introduction to Scanners
Section 3: Computing With Confidence
Computing Fundamentals
Computing Fundamentals
Web Design and Development
1. 2 VIRTUAL MACHINES By: Satya Prasanna Mallick Reg.No
Software Coming up in today’s lesson… What is software?
File Extension Mini-Lesson
Processor Name here Your name here Bullet
File Management Staying Organized.
Operating Systems Tasks 04/04/2019.
System Software: Operating system, Utility Programs, & File Management
Productivity Advantages
Movie Maker This presentation will get you started with using Windows Movie Maker - Your very own movie studio. It provides step by step instructions for.
Operating Systems Tasks 05/08/2019.
Lesson 6 File Types.
Presentation transcript:

2.4 Capabilities of Software Describe the desirable features of applications: Portability Upgrade paths Reliability Understand the criteria for selecting an application Know how to evaluate software

Portability Why is there a need for portability of data? Users of different hardware, operating systems, applications, or even different versions of the same application may need to share data This is especially important in a networked environment For example, students in the first school at which I taught used Windows PCs, Acorn RISC-PCs and Network Computers (NCs) all on the same network

Portability What are the barriers to the portability of data? Too many competing file formats – e.g. for an image you have bmp, GIF, jpeg, PNG, etc. Manufacturers protecting their market share – Lotus doesn’t want you to open 1-2-3 files in Excel Manufacturers deviating from (or “extending”) standards, e.g. Microsoft with HTML and Java Differences between operating systems – e.g. fonts, UI standards, peripheral support, etc.

Portability What can we do to improve portability? Introduce standards – e.g. the new open document standard for word processors Use filters to convert between file formats – e.g. you can use filters to open Works files in Word Use more portable formats such as .csv or RTF – although you will sometimes lose formatting or features You can copy and paste data between applications (but only on the same machine)