Networks & I/O Devices July 10, 2019.

Slides:



Advertisements
Similar presentations
Information Representation
Advertisements

SECTION 4a Transforming Data into Information.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
 Method of representing or encoding numbers  Two main notation types  Sign-value  Roman numerals  Positional (place-value)  Modern decimal notation.
Bits and Bytes.
DAT2343 Basic Character Encoding Including ASCII © Alan T. Pinck / Algonquin College; 2003.
2.1.4 BINARY ASCII CHARACTER SETS A451: COMPUTER SYSTEMS AND PROGRAMMING.
Management Information Systems Lection 06 Archiving information CLARK UNIVERSITY College of Professional and Continuing Education (COPACE)
COMPONENTS OF THE SYSTEM UNIT
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
1 CSC 1401 S1 Computer Programming I Hamid Harroud School of Science and Engineering, Akhawayn University
Chapter 1 Data Storage(2) Yonsei University 1 st Semester, 2014 Sanghyun Park.
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
Chapter 2 Computer Hardware
Hans-Peter Plag October 9, 2014 Session 2 Storing Information File Formats Accessing Information Processing Information.
3 1 Data, Information, and Files Ch.4-A; Ch.3-A,B; Ch.10-A FALL 2000 Rob Wolfe.
1 INFORMATION IN DIGITAL DEVICES. 2 Digital Devices Most computers today are composed of digital devices. –Process electrical signals. –Can only have.
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Introduction Lecture 01.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Computer Hardware Basic Computer Concepts Data Representation and Digital Electronics  Data Representation  makes it possible to convert letters, sounds,
Data Representation The storage of Text Numbers Graphics.
Computer Hardware. Lally School of M&T- Microcomputing and Info Systems Lecture Topics 1. Data Representation 2. Data Metrics 3. Central processing Unit.
Data Representation. What is data? Data is information that has been translated into a form that is more convenient to process As information take different.
Scanner  We can use it to convert printed images or docs into a digital format.  After obtaining a digital image we can make some modifications it on.
M204 - Data Representation
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,
Information Coding Schemes Group Member : Yvonne Tiffany Jurifah bt Junaidi Clara Jane George.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
CHAPTER 1 COMPUTER SCIENCE II. HISTORY OF COMPUTERS (1.1) Eniac- one of the worlds first computers Used more electricity than an entire city block of.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
Text and Images Key Revision Points.
Chapter 1: Introduction to Computers and Programming
Technology Literacy Unit 3: Software.
Chapter 17 Looking “Under the Hood”
Binary Representation in Text
Binary Representation in Text
Data Representation.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
3 – Boolean Logic and Logic Gates 4 – Binary Numbers
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Computer Science II Chapter 1.
INFS 211: Introduction to Information Technology
Topics Introduction Hardware and Software How Computers Store Data
What are Computers? G Use this tutorial alongside the numbers coded in your workbook and answer the related questions in each section.
Introduction to networks
Computer Architecture
BITS & BYTES.
Data Encoding Characters.
Condensed Lesson Plan*
Lesson 1 The Computer Mohamed Zaki Principal Lecturer
Ch2: Data Representation
Network Fundamentals – Chapter 8
Topics Introduction Hardware and Software How Computers Store Data
BITS & BYTES.
Digital Representation
Presenting information as bit patterns
Learning Intention I will learn how computers store text.
Chapter 17 Looking “Under the Hood”
Option: Data Representation
Transforming Data into Information
communications system
Option: Data Representation
ASCII LP1.
Networks & I/O Devices.
Chapter 3 - Binary Numbering System
Digital Representation of Data
Presentation transcript:

Networks & I/O Devices July 10, 2019

Data Communications There are several forms of sharing information across communication channels Broadcasting (1 to many) Networking (1 to 1) The purpose of a data communications system is to exchange information or data between two agents July 10, 2019

Data Communications Claude Shannon composed a general model for data communications in 1946 which is at once both simple and fundamental, composed of six components July 10, 2019

Data Communications Brain Vocal cords Air Students talking Ear You An information source generates a message A transmitter encodes the message as a signal The signal is transmitted over a communication channel A source of noise is usually present in the communication channel that can impact in unknown ways on the encoded signal The receiver extracts a signal from the communications channel and converts it back into the form of a message The destination receives the message Brain Vocal cords Air Students talking Ear You July 10, 2019

Data Communications Computers process digital data Data is information represented by a digital symbol system (ASCII code) All forms of information must be converted to a digital form for processing The process of converting information to a binary form is called digitization July 10, 2019

Data Communications Messages in computer network communication systems are encoded as a stream of binary numbers (0’s and 1’s) The signal is transmitted as some type of electromagnetic energy (electrical, optical or radio waves) July 10, 2019

Data Communications July 10, 2019

Data Communications Data is the raw material – i.e. before processing Information is the organized data – after processing July 10, 2019

Files The File A group of related records A collection of related data The primary unit of data storage May contain program instructions May contain data July 10, 2019

Files Types of files Files that are unique to the operating system ex. COMMAND.COM in DOS (MS-DOS short for Microsoft Disk Operating System) Files that are shared i.e. Printer drivers used by both the OS and applications Files with data only i.e. A word processing doc July 10, 2019

Files Directory - a list of file names stored on a disk or a portion of a disk Root directory – primary directory; every disk has one Subdirectories Located under the root directory Used for file organization July 10, 2019

Files File formats indicated by a series of patterns, standards and codes identify the unique data stored in the file by the application that created it .jpg is a graphic file, .exe is an executable or program file July 10, 2019

ASCII ASCII (American Standard Code for Information Interchange). To most of us, ASCII is nothing more than a set of characters that any text based application or game can use in order to present contents to the users of these programs. ASCII was a communication standard as well as a character display standard because before that, no two brand of computers could talk to each other. But to understand the depth of all this, you have to put yourself all the way back to 1963, when it all really began. July 10, 2019

ASCII Back in the early 1960s there was no ASCII standard. Hence computer manufacturers were doing things pretty much any way they saw fit. This resulted in the following situation: Different computers had no way of communicating with each other. Each manufacturer had their own way of representing the letters of the alphabet, numbers and the likes. There were over 60 different ways, at the time, to represent these letters, numbers and any specific symbols. I.B.M. with it's different equipment had nine different character sets. Bob Bemer worked for I.B.M. (International Business Machine) from 1956 to 1962. Bob Bemer played an important role in the establishment of the ASCII standard and got coined the Father of ASCII. The work towards an ASCII standard started back in 1960. July 10, 2019

ASCII Today ASCII is still being used except for Windows machines which now use Unicode as their new standard. Unicode was developed in 1981; ‘The original purpose of the Unicode Consortium was to 'standardize, extend and promote the Unicode character encoding, a fixed-width, 16-bit character encoding for over 60,000 graphic characters.' July 10, 2019

Data Representation Using binary digits we can represent a piece of information that has two possible values False or true Off or on Closed or open Male or female Encode one value with 0, the other with 1 July 10, 2019

Data Representation However what if there are more than two values? We can use a collection of bits 2 bits to encode up to four values (00 01,10,11) 3 bits to encode up to 8 values N bits to encode up to 2^n values Example: colours 000 (black) 001(red) 010(green) 011(yellow) etc (these are hard coded into the program instructions) July 10, 2019