3 1 Data, Information, and Files Ch.4-A; Ch.3-A,B; Ch.10-A FALL 2000 Rob Wolfe.

Slides:



Advertisements
Similar presentations
Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Advertisements

Word Processing and Desktop Publishing Software
Understanding the Boot Process and Command Line
Spreadsheet Software lesson 14. This lesson includes the following sections: Spreadsheet Programs and Their Uses The Spreadsheet's Interface Entering.
To facilitate communications To support household activities, for personal business, or for education To serve as a productivity/ business tool To assist.
File Management Systems
MCT260-Operating Systems I Operating Systems I Navigating the File System.
Connecting with Computer Science, 2e
MCT260-Operating Systems I Operating Systems I Routine File Management Part One.
Introduction to Computers
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Microsoft Office 2003 Illustrated Introductory, Premium Edition Microsoft Office 2003 Introducing.
SOFTWARE.
B.A. (Mahayana Studies) Introduction to Computer Science November March Office Tools A look at the main tools most computer users.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
Data and Information.
Chapter 10 File System Interface
Objectives Learn what a file system does
 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES.
Flash Cards Computer Technology.
Ch 51 Internal Commands COPY and TYPE. Ch 52 Overview Will review file-naming rules.
Basic Application Software Chapter 3. CE06_PP03-2 Basic Applications Called general-purpose or productivity applications Common types Word processors.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
Topics Introduction Hardware and Software How Computers Store Data
Using a Spreadsheet Chapter 5.
Spreadsheets Chapter 7. Objectives Define and describe spreadsheets, and their features and functions Describe how a spreadsheet might be integrated into.
HARDWARE: CPU & STORAGE How to Buy a Multimedia Computer System.
CSCI 1101 Intro to Computers 3. Common Productivity Software.
1 Document Production Software Assists you with composing, editing, designing, printing, and electronically publishing documents –Word processing –Desktop.
2.00 Understand Computer Fundamentals Unit Objective: 2.01 Software.
Introduction to Computers
Chapter 2 Computer Hardware
Excel. Spreadsheet Software  What Is a Spreadsheet, and How Does It Work? A spreadsheet program allows users to perform simple and complex sorting. It.
Introduction to Excel What Can I Do with a Spreadsheet?
Software Applications for Education for Education Lecture 6 Lectured by Prof. Jese UEAB 2008.
Understand Computer Fundamentals Unit Objective: 2.01B Computer Software.
Bits, Bytes, Files, Hard Drives. Bits, Bytes, Letters and Words ● Bit – single piece of information ● Either a 0 or a 1 ● Byte – 8 bits of information.
File System Management File system management encompasses the provision of a way to store your data in a computer, as well as a way for you to find and.
File System Interface. File Concept Access Methods Directory Structure File-System Mounting File Sharing (skip)‏ File Protection.
Chapter 11 File Systems and Directories. 2 File Systems File: A named collection of related data. File system: The logical view that an operating system.
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
DigitalSoftwareWritingMix It Up Digital 100 / The smallest unit of digital information is a / binary / bit / byte / kilobyte / The smallest.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
The Functions of Operating Systems Desktop PC Operating Systems.
1 Floppy Drive Formatting ©Richard Goldman February, 2001.
Hardware Software InternetMiscellaneous
A little hardware; a little software CS 139 – 08/29/07.
Chapter 4. This presentation covers the following: – Worksheets – Workbooks – Rows and Columns – Cells – Ranges – Relative referencing – Absolute referencing.
Integrate, check and share documents Module 3.3. Integrate, check and share documents Module 3.3.
Chapter 8A Productivity Software. 8A-2 Acquiring Software Commercial software –Software that must be purchased –Stand alone products Solve one type of.
Chapter 11 File Systems and Directories. 2 File Systems (Chapter 11.1) File: 1. A named collection of related data. 2.smallest amount of information that.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Spreadsheet Basics Computer Technology What is a spreadsheet? Spreadsheets are: –Applications that track, analyze, and chart numeric information –Used.
Computers Are Your Future Tenth Edition Spotlight 5: Microsoft Office Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Wright State University
Good Morning  Please be sure to take care of your belongings.
Computer 4 JEOPARDY Bobbie, Sandy, Trudy.
Data Encoding Characters.
Microsoft Office 2003 Illustrated Introductory, Premium Edition
McGraw-Hill Technology Education
Application Software Productivity Tools for Educators
File Managements.
Application Software Productivity Tools for Educators
Spreadsheet Basics Computer Technology.
Spreadsheet Basics Computer Technology.
Application Software EIT, © Author Gay Robertson, 2016.
Spreadsheet Basics Computer Technology.
Networks & I/O Devices July 10, 2019.
Lesson 14 Spreadsheet Software.
Presentation transcript:

3 1 Data, Information, and Files Ch.4-A; Ch.3-A,B; Ch.10-A FALL 2000 Rob Wolfe

3 DIT Wolfe 2 GOAL OF THIS SECTION Correctly use data and information Correctly use data and information Determine file types Determine file types Create valid filenames in DOS/Windows Create valid filenames in DOS/Windows Explain how file extensions and wildcards simplify file access Explain how file extensions and wildcards simplify file access Difference between logical and physical file storage Difference between logical and physical file storage

3 DIT Wolfe 3 Words, numbers, and graphics used as the basis for actions and decisions Words, numbers, and graphics that describe people, events, things, and ideas Data v. Information DataInformationTransformation

3 DIT Wolfe 4 What is a File? A file is a named collection of program instructions or data that exists on a storage medium such as hard disk, floppy disk, or CD-ROM. A file is a named collection of program instructions or data that exists on a storage medium such as hard disk, floppy disk, or CD-ROM. Types of files Types of files Executable files Data files Source files Batch files

3 DIT Wolfe 5 File-naming Conventions For DOS and Windows For DOS and Windows Calendar.xls FilenameFile extension Separated by a period

3 DIT Wolfe 6 Logical File Storage Root Directory — Main directory at the highest level of a disk Root Directory — Main directory at the highest level of a disk Subdirectory — A subdivision of a directory, a.k.a. a folder Subdirectory — A subdivision of a directory, a.k.a. a folder File Specification — Drive letter, subdirectory, filename, and extension. File Specification — Drive letter, subdirectory, filename, and extension. A:\Word\To-do.Doc Drive letterSubdirectoryFilenameExtension

3 DIT Wolfe 7 Physical File Storage How the computer keeps track of the files on the physical disc. How the computer keeps track of the files on the physical disc. Disc is divided into tracks, sectors and clusters. Disc is divided into tracks, sectors and clusters. Cluster is smallest division. Cluster is smallest division. Data is stored in clusters. Data is stored in clusters. File Allocation Table (FAT) File Allocation Table (FAT) OS file that maintains a list of files and location (of the cluster).

3 DIT Wolfe 8 Review Chapter 4A Difference between data and information? Difference between data and information? File types File types (exec, data, source) Create valid filenames in DOS/Windows Create valid filenames in DOS/Windows Explain how file extensions and wildcards simplify file access Explain how file extensions and wildcards simplify file access Difference between logical and physical file storage? Difference between logical and physical file storage?

3 DIT Wolfe 9 GOAL OF SECTION 3A/B List how document software is used List how document software is used Demonstrate how document SW can help Demonstrate how document SW can help Compare/Contrast traditional/electronic publishing Compare/Contrast traditional/electronic publishing Describe how spreadsheets work Describe how spreadsheets work Spreadsheet responsibility Spreadsheet responsibility

3 DIT Wolfe 10Document Document production software includes: Document production software includes: Word processing software Desktop publishing software Editors Web authoring tools

3 DIT Wolfe 11Document With any word processing software, learn how to: With any word processing software, learn how to: Format fonts and paragraphs Use templates Use tables Mail merge Convert text to and from non-document files

3 DIT Wolfe 12Spreadsheet Spreadsheet software market Spreadsheet software market Spreadsheets are used for: Spreadsheets are used for: Financial analysis Business modeling Mathematical modeling Decision making/Problem solving Simulation

3 DIT Wolfe 13Spreadsheet Advantages of spreadsheet Advantages of spreadsheet See all numbers on the screen Format and print reports of calculations Use graphs to represent numbers Post results as Web pages results to colleagues Incorporate into other electronic documents

3 DIT Wolfe 14 Spreadsheet Basics Worksheet — an on-screen spreadsheet created by spreadsheet software Worksheet — an on-screen spreadsheet created by spreadsheet software Cell — the intersection of each column and row in the worksheet grid Cell — the intersection of each column and row in the worksheet grid Formula — tells the computer how to use the contents of cells in calculations Formula — tells the computer how to use the contents of cells in calculations Number — value to use in a calculation Number — value to use in a calculation Text — used for titles and identifies labels Text — used for titles and identifies labels Address — unique way to identify each cell based on column and row location Address — unique way to identify each cell based on column and row location

3 DIT Wolfe 15 Spreadsheet Basics Absolute cell reference — when you don’t want a formula to change when you copy it. Absolute cell reference — when you don’t want a formula to change when you copy it. = $A$1 * 100 Relative cell reference — when you do want a formula to change when you copy it. Relative cell reference — when you do want a formula to change when you copy it. = A1 * 100

3 DIT Wolfe 16 Review Chapters 3A /B Documents Documents Document production software includes: With any word processing software, learn how to: Spreadsheets Spreadsheets Spreadsheets are used for: Advantages of spreadsheet Components Couch Potato Spreadsheet Lab Couch Potato Spreadsheet Lab

3 DIT Wolfe 17 Information Theory Information theory — study of the most efficient way to represent or encode information. Information theory — study of the most efficient way to represent or encode information. If information is encoded efficiently, it can be stored in a small amount of space and transmitted quickly. If information is encoded efficiently, it can be stored in a small amount of space and transmitted quickly.

3 DIT Wolfe 18 Representing Information A bit can be represented as a 1 or a 0 A bit can be represented as a 1 or a 0 A computer can use a single bit to store and convey up to two units of information A computer can use a single bit to store and convey up to two units of information “yes” or “no” “on” or “off” “land” or “sea”

3 DIT Wolfe 19 Representing Information A computer uses a bit as the building block for more complex messages. A computer uses a bit as the building block for more complex messages.

3 DIT Wolfe 20 Representing Information The maximum number of different units of information that you can convey with n bits is 2 n. The maximum number of different units of information that you can convey with n bits is 2 n.

3 DIT Wolfe 21 Representing Numbers 2 0 = = = = = 2 x 2 = = 2 x 2 = = 2 x 2 x 2 = = 2 x 2 x 2 = = 2 x 2 x 2 x 2 = = 2 x 2 x 2 x 2 = = 2 x 2 x 2 x 2 x 2 = = 2 x 2 x 2 x 2 x 2 = = 2 x 2 x 2 x 2 x 2 x 2 = = 2 x 2 x 2 x 2 x 2 x 2 = = 2 x 2 x 2 x 2 x 2 x 2 x 2 = = 2 x 2 x 2 x 2 x 2 x 2 x 2 = = 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 = = 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 = 256

3 DIT Wolfe 22 Representing Numbers Decimal number system (base 10) Decimal number system (base 10) Binary number system (base 2) Binary number system (base 2) Uses two digits: 0 and 1 More efficient for computer use Decimal 50 = Binary Decimal 50 = Binary Six lanterns: on-on-off-off-on-off Six lanterns: on-on-off-off-on-off

3 DIT Wolfe 23 Representing Characters ASCII ASCII American Standard Code for Information Interchange ANSI ANSI American National Standards Institute code EBCDIC EBCDIC Extended Binary Coded Decimal Interchange Code Unicode Unicode 16-bit code

3 DIT Wolfe 24 Review Chapters 3A /B Documents Documents Document production software includes: With any word processing software, learn how to: Spreadsheets Spreadsheets Spreadsheets are used for: Advantages of spreadsheet Components Couch Potato Spreadsheet Lab Couch Potato Spreadsheet Lab