Machine data - All data in computers based on digital electronics Boolean data - The Boolean type represents the values: true and false. Numeric data.

Slides:



Advertisements
Similar presentations
Accessing I/O Devices Processor Memory BUS I/O Device 1 I/O Device 2.
Advertisements

INPUT-OUTPUT ORGANIZATION
DATA COMMUNICATION AND NETWORKING Chapter 12. Communication sending or receiving information Beating of drums Mirrors reflecting sunlight Homing pigeons.
Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
Bits and Bytes + Controlling 8 LED with 3 Pins Binary Counting and Shift Registers.
CS335 Networking & Network Administration Tuesday, April 6.
1 Lecture 30 Introduction to Data Communications Overview  Lecture Objectives.  Data Communications: Basics.  Major Issues in Data Communications. 
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
CSE1301 Computer Programming: Lecture 1 Computer Systems Overview.
Transmission Modes Different ways of characterizing the transmission.
1 Basics of Data Communications Discrete-time Communication vs Continuous-time Communication Is human communication continuous-time or discrete-time ?
Input/Output and Communication
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
Data transmission refers to the movement of data in form of bits between two or more digital devices. This transfer of data takes place via some form.
INPUT-OUTPUT ORGANIZATION
Bits and Data Storage. Basic Hardware Units of a Computer.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Simplex, Half Duplex & Duplex Serial & Parallel transmission Synchronous & Asynchronous Bit & Baud Rate.
BLOCK DIAGRAM OF COMPUTER
Lesson 3 — How a Computer Processes Data
What is a storage device? Computer data storage, often called storage or memory, refers to computer components, devices, and recording media that retain.
Lesson 2 — How Does A Computer Process Data?
2.0 Computer System.
Introduction to Computer Systems and the Java Programming Language.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 3: Operating-System Structures System Components Operating System Services.
Overview of Physical Storage Media
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Input/Output Computer component : Input/Output I/O Modules External Devices I/O Modules Function and Structure I/O Operation Techniques I/O Channels and.
© 2005 Pearson Addison-Wesley. All rights reserved Figure 2.1 This chapter focuses on key hardware layer components.
Stores the OS/data currently in use and software currently in use Memory Unit 21.
Different types of data Hamish gully. Different types Machine data types All data in computers based on digital electronics is represented as bits (alternatives.
DATA COMMUNICATION AND NETWORKING Chapter 12. Communication sending or receiving information Beating of drums Mirrors reflecting sunlight Homing pigeons.
AS Computing Data transmission. Basic data transmission Baud The rate that the voltage changes is called the Baud. If the voltage changes 10 times every.
Basic components III (06.523) Basic components of communication networks III Lecture 3.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Data Transmission and Networks Modes of Data Transmission.
CSE, IT– III SEM Course Name-DAC Topic- Communication modes.
Subject: Information Technology Grade: 9
Pengantar Multimedia.  Primary (accessible by CPU, volatile ex ROM) Registers Cache Main Memory ROM (Read Only Memory, but not so)
09/06/ Data Representation ASCII, Binary Denary Conversion, Integer & Boolean data types.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Chapter 7 Input/Output and Storage Systems. 2 Chapter 7 Objectives Understand how I/O systems work, including I/O methods and architectures. Become familiar.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Serial Communications
Computer Science II Chapter 1.
I/O SYSTEMS MANAGEMENT Krishna Kumar Ahirwar ( )
What is a computer? Simply put, a computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information.
Data Communication.
Input/Output and Communication
What is a computer? Simply put, a computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information.
Data Transmission Keep errors to an acceptable low probability
Data Transmission and Networks
I/O Memory Interface Topics:
The Central Processing Unit
Serial I/O and Data Communication.
Transmission Modes The term transmission mode to refer to the manner in which data is sent over the underlying medium Transmission modes can be divided.
1 Input-Output Organization Computer Organization Computer Architectures Lab Peripheral Devices Input-Output Interface Asynchronous Data Transfer Modes.
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
Serial Communication Interface: Using 8251
DIGITAL DATA COMMUNICATION TECHNIQUES
Chapter 2 Transmission Basics.
Data Communication.
Introduction to Computer Architecture
Chapter 6 Transmission of Digital Data Interfaces and Modems
Chapter 9 Transmission Modes
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
communications system
Serial Communications
Presentation transcript:

Machine data - All data in computers based on digital electronics Boolean data - The Boolean type represents the values: true and false. Numeric data - The integer data types, or "whole numbers" Composite data - Composite types that are derived from more than one primitive type. Enumeration data - This has values which are different from each other, and which can be compared and assigned, but which do not necessarily have any particular concrete representation in the computer's memory String and text data – Any letter of the alphabet

Primary storage - Primary storage (main memory or internal memory), referred to simply as memory, is the only one accessible to the computer. The computer reads instructions stored there and does them as required. Any data that is operated on is also stored there in a basic manner. Secondary storage - Secondary storage (external memory or auxiliary storage) is different from primary storage in that it is not accessible by the computer. The computer usually uses its input or output to access secondary storage and transfers the data using an area in primary storage. Secondary storage does not lose the data when the computer is powered down. It is less expensive than primary storage. Tertiary storage - Tertiary storage or tertiary memory, provides a third level of storage. It involves a robotic mechanism which will insert and dismount removable mass storage media into a storage device according to the system's demands. These data are often copied to secondary storage before use. It is used for storing rarely accessed information since it is much slower than secondary storage. This is useful for large data storage, accessed without humans. Offline storage - Offline storage is a computer data storage on a device that is not under the control of a processing unit. This data is recorded, usually in a secondary or tertiary storage device, and then physically removed or disconnected. It must be inserted or connected by a human before a computer can access it again. Unlike tertiary storage, it cannot be accessed without human interaction.

Simplex mode - data is transmitted in only one direction. Can only send data and cannot receive it or it can only receive data but cannot send data. This method is not popular. Half duplex mode - data can be transmitted in both directions but only in one direction at a time. In this mode, data is sent and received alternatively. It is like a one lane bridge where two way traffic must give way in order to cross the other. Full duplex mode - data can be transmitted in both directions at the same time on the same channel. It is the fastest directional mode of communication. The telephone communication system is an example of full duplex communication mode. Parallel transmission - In parallel transmission, a group data flow at the same time through separate communication lines. It is very fast data transmission. The automobile traffic on a multi-lane highway is an example of parallel transmission. Serial transmission - In serial data transmission, a group of data flow in order through single communication line. The flow of traffic on one-lane residential street is an example of serial data transmission mode. Synchronous transmission – Data is transmitted block by block or word by word at the same time. Each block may contain several bits of data. Data is saved before sending. A large amount of data can be transmitted at a time. The data transmission is very fast. It is most commonly used by remote communication systems. Asynchronous transmission – Data is transmitted one byte at a time. The data is transmitted character by character as the user types it on a keyboard. In this mode, data is not saved before sending.