CS105- Module2 Hardware vs. Software Local Applications Local applications are programs or software that can be run on a single computer. The computer.

Slides:



Advertisements
Similar presentations
MS Windows 2000 PRO Widely used version of the Microsoft windows operating system Designed for use on computer workstations and portable computers Workstation.
Advertisements

Computer Terminology 3 rd Grade TECOS By: Kathy Landman Lynn Fanning Elementary.
 A word processor is a computer that can be used for writing, editing and printing text.  We are going to use a word processing package called Microsoft.
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering. ID: Subject: Computer Fundamentals (For EDUSAT) Common.
Mr Manesh T Dept. of CSE College of Arts and Science Chapter 3 Types of Softwares Code: 1400 Tech.
Input & Output Devices ASHIMA KALRA.
Microsoft Word Objectives: Word processing using Microsoft Word
Introducing Microsoft PowerPoint 2010 John Matthews (ITS)
Introduction to Spreadsheets Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
COMP 4—Power Tools for the Mind 1 Power Tools Word Processing What we’ll cover for this lecture topic: –Types and Examples of Application software –Creating.
Technology Terminology Jeopardy A - DE - FG - MM - SS - Z $100 $200 $300 $400 $500.
S OFTWARE AND M ULTIMEDIA Chapter 6 Created by S. Cox.
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Getting Started with Microsoft PowerPoint Vivien Hall (CCS) Acknowledgements – Ali Parvin (CCS)
COMPUTER SOFTWARE Chapter 3. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one.
SOFTWARE.
1 Computer Software. The instructions that allow the user to communicate with the computer; also called programs  Three categories:  System software.
SOFTWARE A PROGRAM THAT RUNS ON COMPUTER CONTAINS SERIES OF INSTRUCTIONS.
Computing Essentials 2014 Basic Application Software © 2014 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not.
Copyright © Allyn & Bacon 2008 POWER PRACTICE Chapter 6 Academic Software START This multimedia product and its contents are protected under copyright.
Parts of the Computer. Three Components of an Information System 1.Hardware The physical components that make up the computer and other devices connected.
CS150 Final Exam Review 1 CS150. What you can bring with you  The paper (cheat sheet) that you used on the excel exam 2 CS150.
Computer Systems Week 10: File Organisation Alma Whitfield.
Software All parts of the computer people can NOT touch, such as programs, files, documents and any other data.
Types of Software When a computer is first turned on (or "booted up"), it responds to its BIOS (Basic Input / Output System), located on a ROM (Read Only.
CHBT-01 Basic Micro process & Computer Operation
Introduction to Excel, Word and Powerpoint Developing Valuable Technology Skills! Shawn Koppenhoefer Training in Research in Reproductive Health/Sexual.
TERMS TO KNOW. Desktop This does not mean a computer desktop vs. a laptop. You probably keep a number of commonly used items on your desk at home such.
Applications Software. Applications software is designed to perform specific tasks. There are three main types of application software: Applications packages.
CHAPTER FOUR COMPUTER SOFTWARE.
UDoCument: Electronic Scrapbook for the Information Era Soufiane Berouel, Undergraduate Student Supervised by Prof. Lily Liang Department of Computer Science.
Administrative Software Chapter 7 Teaching and Learning with Technology.
Software. Generic Software  e.g. word processing, spreadsheet and database. – This simply implies that any of the dozens of spreadsheet packages, for.
Introduction to Word 2007 INSY 102: Application Software INSY 102  Introduction to Word 2007  Slide # 1.
Digital Literacy Lesson 3. The Role of Memory A computer stores data in the memory when a task is performed. Data is stored in the form of 0s and 1s.
UNDERSTANDING YOUR COMPUTER
Unit A Getting Started with Adobe Photoshop. What is Adobe Photoshop? Adobe Photoshop delivers powerful, industry-standard image-editing tools for designers.
1 Computer Software. Computers require software to function. Software is the instructions that allow users to communicate with the computer; also called.
COMPUTER SOFTWARE FORM 1. Learning Area Introduction to computer software Operating System (OS) Application Software Word Processing Software Presentation.
1 Basic Computing Skills Dr Wenwu Wang Centre for Vision Speech and Signal Processing Department of Electronic Engineering
UsingWindows programs including WordPad and Paint Windows 7 Operating System 1.
Processing Hardware, Software. Hardware Hardware Processing is performed by a computer ’ s central processing unit and is measured by the clock speed.
Software AS Module Heathcote Ch. 22. Importance of Information  Information technology is fundamental to the success of any business  The information.
Word Processing Word processing packages such as Microsoft Word are text based. When text is entered via a keyboard, the characters are displayed on screen.
Software - A set of instructions, stored digitally within the computer's memory, which tells the computer system what to do.  System Software  Application.
Parts of the Computer.
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
Introduction to Computing Lecture 9,10 Software
MS WORD INFORMATION TECHNOLOGY MANAGEMENT SERVICE Training & Research Division.
THURSDAY, JULY 17, 2008 STEPHANIE WYNDER Computer Technology Training.
 Text formatting can be done in a variety of ways! shadowing  Bold, italics, underline, shadowing, strikethrough, color are all possible options for.
2.00 Understand Computer Fundamentals Unit Objective: 2.01 Software.
A Workshop on LibreOffice Er. Arvind Kumar Assistant Professor, Department of Computer Science & Engineering
Welcome to.. Miss Heaton.
Input & Output Devices ASHIMA KALRA.
Microsoft Word Objectives: Word processing using Microsoft Word
SOFTWARE.
Ashima Wadhwa Assistant Professor(giBS)
USING SOFTWARE TO PROCESS WORDS, PUBLICATIONS, GRAPHICS, COMMUNICATION AND DATA ANALYSES CHAPTER 5.
Maran Illustrated Computers CIS 102
Hardware and Software Hardware refers to the physical devices of the computer system e.g. monitor, keyboard, printer, RAM etc. Software is a set of programs,
Lecture Week 4 Images.
IMAGES.
Contents Todays Topic: Introduction to Computer Software We will learn
Computer Software Computer Software 9/15/2018
Computer Software Created by Ann Ware
Unit# 6: ICT Applications
MS PowerPoint.
Application Software EIT, © Author Gay Robertson, 2016.
European Computer Driving Licence
Presentation transcript:

CS105- Module2

Hardware vs. Software

Local Applications Local applications are programs or software that can be run on a single computer. The computer on which the local application is running does not have to be connected to a computer network such as internet. Examples

Examples of Local Applications Media Players (Windows Media Player, RealPlayer, Winamp, …) Word Processors(MS Word, Latex, WordPad,…) Graphic, photo and animation applications (PhotoShop, Word Photo Manager, 3D Studio MAX). Calculator

Local Applications in Business Accounting (Excel, …) Science and Engineering (Mathematica, Math Lab, System R, Weka, … ) Medicine ( Computerized Axial Tomography scan )

File Type Broadly classified as either text file or binary file. Text file, the data are organized as characters. Binary file requires specific interpretation of the bits and the application which supports this file knows how to interpret it.

File Type Usually the file name has two parts: the main name and the file extension. The extension indicates the type of the file..txt.mp3.tex.wav.gif.zip.jpg.doc.html.java.c.ppt

File Operations Create a file Delete a file Open a file Close a file Read data from a file Write data to a file Delete contents of a file Rename a file Copy a file Append data to the end of a file

Directory Directory is a named collection of files. It is a way to group files so that you can organize them in a logical manner. In Windows methodology a directory is called a folder. Other than files a folder can contain other folders.

Algorithm A sequence of well-defined steps or instructions for doing a task. An algorithm should end (Stop) at some point.

Word Processors - MS Word What you see is what you get! Word is a very popular text editing software. Enter and edit the text. Insert and edit images. Arrange page: orientation, border, shade, etc. Use bullets in Word. Check the grammar and spelling of the contents. A basic tutorial for MS word 2007 is available at:

Word Processors - LaTeX It is not very easy to write mathematical equations in MS Word. A much better alternative is LaTeX. LaTeX is not a WYSIWYG. First we write a.tex file, then we compile it. Example. A basic tutorial for Latex is available at:

Spreadsheet A spreadsheet is the computer equivalent of a paper ledger sheet used by accountants couple of decades ago. Using ledger sheet a small mistake could have resulted in redoing the whole page again. But we can undo any action. Also the calculation could have been overwhelming. But using spreadsheets, computer will take care of calculations.

What is PowerPoint? A complete presentation graphics package. Gives you everything you need to produce a professional-looking presentation. Offers word processing, outlining, drawing, graphing, and presentation management tools.

Graphics Processing A very simple graphics processing application is the Paint. In a painting program, we decompose an image into a collection of small dots, known as pixels. If you zoom on a picture you will see these dots.