Lecture 04: Data Representation (II)

Slides:



Advertisements
Similar presentations
Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Advertisements

Geographic Information Systems
WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
1 Lecture-2 CSIT-120 Spring 2001 Revision of Lecture-1 Introducing Computer Architecture The FOUR Main Elements Fetch-Execute Cycle A Look Under the Hood.
1 Lecture-2 CS-120 Fall 2000 Revision of Lecture-1 Introducing Computer Architecture The FOUR Main Elements Fetch-Execute Cycle A Look Under the Hood.
Expression. Arithmetic Operators +, -, *, /, ^, ( ) Evaluating an expression –Examples: – * 3 3 – 4 / 2 8 / 4 * 2 2 * 3 ^ 2 (2 * 3) + 2.
NR 322: Attributes Jim Graham Fall 2010 Chapter 2.
Attribute Data Input and Management
FOR DOWNTO Suppose you want to write a FOR-DO loop where the control variable is decreased with each repetition of the loop. Pascal provides the reserved.
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
Working with text ASCII and UNICODE.   
Shawlands Academy Higher Computing Data Representation.
Chapter 3 Digital Representation of Geographic Data.
How do we represent the world in a GIS database?
Lecture Set 12 Sequential Files and Structures Part C – Reading and Writing Binary Files.
Chapter 8. ATTRIBUTE DATA INPUT AND MANAGEMENT
The Teacher CP4 Binary and all that… CP4 Revision.
Lecture 2 Introduction to GIS, Data models, Data structures.
Qualitative Data: consists of attributes, labels or non-numerical entries Examples: Quantitative Data: consists of numerical measurements or counts Examples:
Programming with Visual C++: Concepts and Projects Chapter 3A: Integral Data (Concepts)
Irvine, Kip R. Assembly Language for Intel-Based Computers 6/e, Signed Integers The highest bit indicates the sign. 1 = negative, 0 = positive.
School of Computer Science & Information Technology G6DICP - Lecture 4 Variables, data types & decision making.
Number Representation Lecture Topics How are numeric data items actually stored in computer memory? How much space (memory locations) is.
Digital Media Lecture 0: It’s all just bits! Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
Higher Computing Science 2016 Prelim Revision. Topics to revise Computational Constructs parameter passing (value and reference, formal and actual) sub-programs/routines,
Information Coding Schemes Group Member : Yvonne Tiffany Jurifah bt Junaidi Clara Jane George.
1 Basic Geographic Concepts Real World  Digital Environment Data in a GIS represent a simplified view of physical entities or phenomena 1. Spatial location.
Geog. 377: Introduction to GIS - Lecture 21 Overheads 1 7. Spatial Overlay 7.1 Map Algebra (raster) 7.2 Polygon Overlay (vector) Topics Lecture 21: GIS.
Computer Science: A Structured Programming Approach Using C1 Objectives ❏ To understand the differences between text and binary files ❏ To write programs.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
BSHS 382 Week 2 DQ 2 Check this A+ tutorial guideline at 382/UOP%20BSHS-382-Week-2-DQ-2 Give two example of each:
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Topic: Binary Encoding – Part 2
Geog. 314 Working with tables.
Computer Science 210 Computer Organization
Topic: Binary Encoding – Part 1
Understanding binary Understanding Computers.
Active Learning Lecture Slides
How Computers Store Variables
Lecture 17: GIS Analytical Functionality (I)
Data Transfer ASCII FILES.
Physical Structure of GDB
Introduction To Statistics
GTECH 709 GIS Data Formats GIS data formats
Lecture 08: Coordinate Transformation II
Measurement Scale Chong Ho Yu, Ph.D..
GTECH 709 Vector data models
GTECH 709 Georelational Principle
Computer Data Types Basics of Computing.
Lecture 20: Spatial Interpolation III
Computer Science 210 Computer Organization
Information Visualization
Find the sums of these geometric series:
Lecture 07: Data Representation (V)
CREATE, INSERT, SELECT.
Lecture 10: Data Representation (VIII)
Presenting information as bit patterns
COMS 161 Introduction to Computing
OBJECT ORIENTED PROGRAMMING II GEORGE KOUTSOGIANNAKIS
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
Lecture 09: Data Representation (VII)
Introduction To Statistics
CS 116 OBJECT ORIENTED PROGRAMMING II FINAL EXAM INFORMATION
Lecture 03: Data Representation (I)
Lecture 08: Data Representation (VI)
Lecture 02: The Nature of Geographic Information
ArcCatalog and Geodatabases
Presentation transcript:

Lecture 04: Data Representation (II) Topics 1. Measurement Systems: Attribute: Data Types Topology: Geometric Elements Time: Time Schemes 2. Data in Computer: Readings on the topics Chapter 3 in the text, pp. 63 – 70 Other Readings Chapter 2 in Bonham-Carter’s (1994), pp. 39-43 Chapter 3 in Burrough and McDonnell (1998), pp. 35-39

Lecture 04: Data Representation (II) 1. Measurement Systems: 1.1 Spatial Location: Coordinate Systems 1.2 Measuring Attribute Data: Attribute data types A. Real world existence: Character and Numerical B. Representation: Character – String of characters or Integer Numerical – Integer or Real (Floating Point) C. Power of Measurement: Nominal Ordinal Interval Ratio

1.3 Measuring Topology: Geometric Elements A. Basic Elements: Point Line (Arc) Polygon B. Their Relations: Within Neighboring Part of 1.4 Measuring Time: Model of Time A. Linear B. Cyclical

2. Data in Computer: 2.1 Basic representation - Binary 2.2 Coding data: [The ASCII Table]

Questions 1. What is the main difference between a categorical attribute and an ordinal attribute? What is the main difference between an ordinal attribute and an interval attribute? 2. What is spatial topology? How is it captured in GIS? 3. What is a linear time model and what is a cyclical time model? 4. How does a computer represent 11? 5. Why can I read some files using MS notepad but not other files?