MERICAN A S C I I TANDARD ODEfor NFORMATION NTERCHANGE A COMMON ALPHA / NUMERIC CODE USED IN COMPUTER DATA COMMUNICATIONS.

Slides:



Advertisements
Similar presentations
CREATING a HUFFMAN CODE EVERY EGG IS GREEN E ///// V/V/ R // Y/Y/ I/I/ S/S/ N/N/ Sp /// V/V/ Y/Y/ I/I/ S/S/ N/N/ R // Sp /// G /// E /////
Advertisements

Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
FILE TRANSFER PROTOCOL Short for File Transfer Protocol, the protocol for exchanging files over the Internet. FTP works in the same way as HTTP for transferring.
EGR 106 – Truss Design Project (cont.) Truss design programs Graphical interface tools in Matlab Saving and loading data Formatted output Project Assignment.
Command-line arguments CS 201 Fundamental Structures of Computer Science.
1 Lab Session-IV CSIT-120 Spring 2001 Lab 3 Revision and Exercises Rev: Precedence Rules Lab Exercise 4-A Machine Language Programming The “Micro” Machine.
A Simple Guide to Using SPSS© for Windows
Software Design Project
File Transfer Protocol (FTP)
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
Chapter 8 Printing 1. In COBOL you send data to the printer by writing data to a file. In COBOL, the printer is defined as a file, and it is opened, closed,
A bit about the computer Bits, bytes, storage and so on Some of this material can be found in Computing Essentials (O’Leary and O’Leary) pp.
1. Fundamentals of Computer Systems Define a computer system Computer Systems in the modern world Professional standards for computer systems Ethical,
Page 1 Data Structures in C for Non-Computer Science Majors Kirs and Pflughoeft Bits and Bytes There was one other problem with bytes: Compatibility Compatibility.
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
The Usage of Program raw2ps.c raw2ps is a program which converts a free-form ascii file of unsigned characters (pixel values between 0 and 255) into a.
© 2001 Business & Information Systems 2/e1 Chapter 3 Information System Fundamentals.
CP476 Internet Computing CGI1 CGI is a common way to provide for specific computations on server side, interactions with users, or access to databases.
Views Carol Wolf Computer Science. Extended Ruby  Views files are written in extended Ruby, erb.  They end in.html.erb.  Ruby code is intermixed with.
Computers and Text Daniel Velasquez Scott Baranick.
Manipulation Masterclass By the VB Gods. In this masterclass, we will learn how to use some of the string manipulation function such as Len, Right, Left,
Pascal Programming Strings, Arithmetic operators and output formatting National Certificate – Unit 4 Carl Smith.
C++ Basics Structure of a Program. C++ Source Code Plain text file Typical file extension .CPP Must compile the C++ source code without errors before.
A bit about the computer Bits, bytes, memory and so on Some of this material can be found in Discovering Computers 2000 (Shelly, Cashman and Vermaat)
Bringing Data into SAS From Menu: –File –Import Data –Spreadsheet example first Pick file by browsing Select Library and Member (we will talk about this.
Section 3.1: Number Representation Practice HW (not to hand in) From Barr Text p. 185 # 1-5.
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
Sha Tin Methodist College F.4 Computer Studies Pascal Programming.
ENG College of Engineering Engineering Education Innovation Center 1 Array Accessing and Strings in MATLAB Topics Covered: 1.Array addressing. 2.
Representing Characters in a computer Pressing a key on the computer a code is generated that the computer can convert into a symbol for displaying or.
Introduction to Computer Programming
Slide 1 Project 1 Task 2 T&N3311 PJ1 Information & Communications Technology HD in Telecommunications and Networking Task 2 Briefing The Design of a Computer.
Int 2/ Higher - Data Representation - 1 Why use Binary? It is a two state system (on/off) which makes it simple to operate Even if degradation of current.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 29P. 1Winter Quarter Software Design Project Lecture 29.
Page 1 Excel Text Functions MGMI 311. Page 2 Data Structure Text is Excel = Array of Characters = String (when coding) Text Function  Array Operation.
Adding SubtractingMultiplyingDividingMiscellaneous.
1 Lecture 4 Post-Graduate Students Advanced Programming (Introduction to MATLAB) Code: ENG 505 Dr. Basheer M. Nasef Computers & Systems Dept.
So now we’re programming What do programs do? Manipulate (process) data Math Read files Write to files Create files.
Documentation Javadocs. Design/Documentation An essential ingredient of good Object Oriented programming is known as design by contract. This means that.
Data Representation. How is data stored on a computer? Registers, main memory, etc. consists of grids of transistors Transistors are in one of two states,
Representing Characters in a Computer System Representation of Data in Computer Systems.
The idea of adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents.
Mark Dixon 1 Soft051 Examination Sample Questions.
Introduction to XML Kanda Runapongsa Dept. of Computer Engineering Khon Kaen University.
CSC 162 Visual Basic I Programming. String Functions LTrim( string ) –Removes leading spaces from the left side of string RTrim( string ) –Removes trailing.
Setting up your database And codebook. What is a codebook? It is a description of all your variables How they were created How they are scored Includes.
Text and Images Key Revision Points.
Introduction to the SPSS Interface
Data Transfer ASCII FILES.
RS232 Converter SB-DN-RS232N.
Measuring Inches.
Representing Characters
A computer does what you tell it to do NOT what you want it to do.
ME 123 Computer Applications I Lecture 24: Character Strings 4/18/03
Plotting Data with MATLAB
Comparing Strings – How to
Presenting information as bit patterns
Islamic University of Gaza
Appending or adding to a file using python
Adding with 9’s.
Adding with 10’s.
Perspective view of the entire model.
User Input Keyboard input.
C.2.10 Sample Questions.
C.2.8 Sample Questions.
C.2.8 Sample Questions.
ME 123 Computer Applications I Lecture 25: MATLAB Overview 4/28/03
Lecture 04: Data Representation (II)
Introduction to the SPSS Interface
Computer Applications -Generic Elective
Presentation transcript:

MERICAN A S C I I TANDARD ODEfor NFORMATION NTERCHANGE A COMMON ALPHA / NUMERIC CODE USED IN COMPUTER DATA COMMUNICATIONS

ASCII FILE FORMAT POINT NUMBER,NORTHING,EASTING,ELEVATION,CODE,STRING COMMAND 179, , , ,UW01 4 INCH DIP,B

CODE FORMAT CAN NOT EXCEED 32 CHARACTERS A “SPACE” IS A CHARACTER AND PARAMETER DELIMETER CAN USE UP TO 9 PARAMETERS

CODE EXAMPLE,UW01 4 INCH DIP 15 CHARACTERS USED PARAMETERS USED WHEN USED WITH THE STRING COMMAND, ALL “UW01” CODED POINTS WILL BE CONNECTED WITH THE PROPER LINE TYPE. “4 INCH DIP” WILL BE ADDED TO THE DESCRIPTION OF THE CODED POINT.

STRING COMMAND WHEN USED, BE THE LAST ENTITY ON THE LINE,B,C,C3,E,CL = BEGIN = CONTINUE = 3 POINT CURVE (IF USED FOLLOW,B or,C) = END = CLOSE MUST

SAMPLE FILE “test.asc” 941, , , ,UW47 6 INCH PVC,B 942, , , ,WVALVE 943, , , ,UW47,C 944, , , ,UW48 4 INCH PVC,B 945, , , ,UW48,C 946, , , ,WVALVE 947, , , ,UW48,C 948, , , ,UW47,C 949, , , ,UW49 4 INCH PVC,B 950, , , ,WVALVE 951, , , ,UW47,C 952, , , ,UW47,C 953, , , ,UW47,C 954, , , ,UW47,C 955, , , ,UW47,C 956, , , ,UW47,C 957, , , ,UW47,C

“test.asc” AS PLOTTED UW47 POINT NUMBER = POINT ELEVATION = POINT CODE = USING THE STRING COMMAND, ALL “UW47” CODES HAVE BEEN CONNECTED.