Computer Logic (2.2.3)

Size: px
Start display at page:

Download "Computer Logic (2.2.3)"

Transcription

1 Computer Logic (2.2.3) Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques, use of 2-state electronic devices (logic 0 and logic 1) for reliability. Digital Devices A computer system is an electronic (or digital) device. Anything that happens inside the computer system is represented as a series of 1s and 0s. This happens because an electronic device works by using electricity, and electricity can only have two states: ON (1) and OFF (0). This means that anything stored or used on the computer system must be converted to 1s and 0s which is referred to as binary. So, let s consider this example. Assume that you want to record your voice as a digital file on your computer system. Now, your voice is not made up of a series of 1s and 0s but as sound waves (these are analogue signals). So, these analogue signals must be converted to digital before they can be used on the computer system. This can be achieved by using a microphone. The microphone receives the sound waves (analogue signals) and converts them into binary (digital signals). Ms.P.Sullivan Page 1 of 8

2 So by using the previous diagram as an example: Bubbles (the girl) speaks and creates a sound wave with her voice (analogue signal) The analogue signal is received by the microphone The microphone converts this signal into a series of 1s and 0s The series of 1s and 0s are then stored on the computer as a digital file. In this example, the microphone is considered to be an ATD (analogue-to-digital) device. Then there are also (DTA - Digital to Analogue devices) such as the speakers which receive a digital signal (sound generated by the computer) and convert it to sound (analogue signal) which can be heard by the user. Another example of a device capable of converting from digital to analogue and analogue to digital is the modem. So, let s consider the following example of a PC connected to the Internet via a modem where the user is sending and receiving s. The work carried out by the modem is explained in the next diagram. Ms.P.Sullivan Page 2 of 8

3 Dear John, Is it OK if we meet at 6? ISP Dear John, Is it OK if we meet at 6? So by looking at the previous example the following process occurs: Our user (let s call him Peter) types an to John. This is stored on his laptop as binary signals. As soon as he clicks on Send the binary signal is sent to the modem which converts this signal into an analogue signal (sound wave). This signal is passed through the telephone network. Ms.P.Sullivan Page 3 of 8

4 It is received by the ISP (Internet Service Provider) which sends it back to where it is required using the telephone network. Once the analogue signal arrives at its destination it is received by the modem which converts it back to binary. The binary signal is received by the computer and changed back to its original form so it can be read by John. Analogue and Digital An analogue signal is a continuous signal with varying values. The values represented in analogue devices are not rounded up. On the other hand a digital signal has rounded up values at certain points in time. Let s consider an easy example involving a measuring scale and two apples. Analogue Scales Digital Scales If we have three apples and their total weight is 443g, the pointer on an analogue scales will point to an exact location on the scale. When using a digital scale, it has a restriction of the smallest unit it can measure. So let s say that for this example the smallest unit is 5g, if we measure the apples on the digital scales instead of marking 443g it marks 445g because it rounds up the values. Note: Although an analogue scales might seem more precise than the digital scales, nowadays digital scales are very precise because the smallest unit they can represent has become very small (for example 0.01g). Also, it s very difficult to read the exact value on a analogue scales since it s not very clear. Ms.P.Sullivan Page 4 of 8

5 Now, by applying the concept of the weighing scales to an IT related example we can use the following example of a signal represented by a wave. An analogue signal recorded as a wave would look something like this. As you can see from the diagram this is a continuous wave, you can choose any point on the graph and get an exact value. But before this can be used on a computer, it must be converted to a digital signal (this is called sampling). This will result in the following graph. Now, one can see the difference, in the digital signal the values are less accurate since they are rounded up (hence the wave is less smooth). However, with advances in IT the digital wave is using more approximations hence making the digital signal very close to the analogue signal. Ms.P.Sullivan Page 5 of 8

6 Units of storage A bit is the smallest unit in a computer system; this can only store the values of 0 or 1. A bit by itself is too small to store anything since it can only store 2 possible combinations; therefore bits are grouped with each other to be able to store larger amounts of data. A group of 8 bits make up a single byte. Typically a byte can store a single character since 8 bits are required for a single character. For example if the letter F is to be stored, according to the extended ASCII the binary code is , therefore 8 bits. 8 Bits 1 Byte So if the word Apples must be stored a total of 6 Bytes are required (1 byte for each letter). This amounts for the total of 8x6=48 bits. A byte is still a small unit to measure larger files. So bytes can be grouped with each other to form kilobytes. A kilobyte is made up of 1024 bytes Bytes 1 KiloByte Ms.P.Sullivan Page 6 of 8

7 This system continues with the same multiples for megabytes, gigabytes and terabytes. So, to summarise: Unit Equivalent Bit (Can only store 0 or 1) Byte 8 Bits Kilobyte (KB) 1024 Bytes Megabyte (MB) 1024 Kilobytes Gigabyte (GB) 1024 Megabytes Terabyte (TB) 1024 Gigabytes Converting amongst different units In order to convert from a small unit (example byte) to a larger unit (example megabyte) one must use division. On the other hand when converting from a larger unit (example terabyte to a smaller unit (example gigabyte) one must use multiplication. The following table can be used as a guideline. Bit Division Byte Kilobyte Megabyte Gigabyte Terabyte Multiplication If we want to convert 3MB into KB (bigger to smaller unit; therefore multiplication) o 1 MB = 1024 KB, therefore 3 x 1024 = 3072 KB If we want to convert 7680 Bytes into KB (smaller to bigger unit; therefore division) o 1 KB = 1024 Bytes, therefore 7680/1024=7.5KB If we want to convert 2TB in to MB, two steps have to be done: o 1TB = 1024GB, therefore 2 x 1024 = 2048MB Then, 1GB = 1024MB, therefore 2048 * 1024 = MB Ms.P.Sullivan Page 7 of 8

8 Typical Storage The following is a table stating the average (or typical) storage amounts of various computer storage devices. Device Storage Other Possibilities Floppy Disk 1.44MB CD 700MB DVD 4.7GB 8.7GB, 9.4GB Pen Drive 8GB 2GB, 4GB, 16GB, 32GB Blu Ray 25GB 50GB, 100GB Hard Disk 500GB 1TB *** Ms.P.Sullivan Page 8 of 8

lesson 1 An Overview of the Computer System

lesson 1 An Overview of the Computer System essential concepts lesson 1 An Overview of the Computer System This lesson includes the following sections: The Computer System Defined Hardware: The Nuts and Bolts of the Machine Software: Bringing the

More information

Definition of Computers. INTRODUCTION to COMPUTERS. Historical Development ENIAC

Definition of Computers. INTRODUCTION to COMPUTERS. Historical Development ENIAC Definition of Computers INTRODUCTION to COMPUTERS Bülent Ecevit University Department of Environmental Engineering A general-purpose machine that processes data according to a set of instructions that

More information

How To Store Data On A Computer (For A Computer)

How To Store Data On A Computer (For A Computer) TH3. Data storage http://www.bbc.co.uk/schools/gcsebitesize/ict/ A computer uses two types of storage. A main store consisting of ROM and RAM, and backing stores which can be internal, eg hard disk, or

More information

Chapter 6. Inside the System Unit. What You Will Learn... Computers Are Your Future. What You Will Learn... Describing Hardware Performance

Chapter 6. Inside the System Unit. What You Will Learn... Computers Are Your Future. What You Will Learn... Describing Hardware Performance What You Will Learn... Computers Are Your Future Chapter 6 Understand how computers represent data Understand the measurements used to describe data transfer rates and data storage capacity List the components

More information

CSCA0102 IT & Business Applications. Foundation in Business Information Technology School of Engineering & Computing Sciences FTMS College Global

CSCA0102 IT & Business Applications. Foundation in Business Information Technology School of Engineering & Computing Sciences FTMS College Global CSCA0102 IT & Business Applications Foundation in Business Information Technology School of Engineering & Computing Sciences FTMS College Global Chapter 2 Data Storage Concepts System Unit The system unit

More information

Computers. Hardware. The Central Processing Unit (CPU) CMPT 125: Lecture 1: Understanding the Computer

Computers. Hardware. The Central Processing Unit (CPU) CMPT 125: Lecture 1: Understanding the Computer Computers CMPT 125: Lecture 1: Understanding the Computer Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University January 3, 2009 A computer performs 2 basic functions: 1.

More information

Technical Glossary from Frontier

Technical Glossary from Frontier Technical Glossary from Frontier A Analogue Lines: Single Analogue lines are generally usually used for faxes, single phone lines, modems, alarm lines or PDQ machines and are generally not connected to

More information

Chapter 8 Memory Units

Chapter 8 Memory Units Chapter 8 Memory Units Contents: I. Introduction Basic units of Measurement II. RAM,ROM,PROM,EPROM Storage versus Memory III. Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk IV.Optical

More information

Determining Your Computer Resources

Determining Your Computer Resources Determining Your Computer Resources There are a number of computer components that must meet certain requirements in order for your computer to perform effectively. This document explains how to check

More information

Logical Operations. Control Unit. Contents. Arithmetic Operations. Objectives. The Central Processing Unit: Arithmetic / Logic Unit.

Logical Operations. Control Unit. Contents. Arithmetic Operations. Objectives. The Central Processing Unit: Arithmetic / Logic Unit. Objectives The Central Processing Unit: What Goes on Inside the Computer Chapter 4 Identify the components of the central processing unit and how they work together and interact with memory Describe how

More information

Chapter 4 System Unit Components. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 4 System Unit Components. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 4 System Unit Components Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate among various styles of system units on desktop computers, notebook

More information

CHAPTER 2: HARDWARE BASICS: INSIDE THE BOX

CHAPTER 2: HARDWARE BASICS: INSIDE THE BOX CHAPTER 2: HARDWARE BASICS: INSIDE THE BOX Multiple Choice: 1. Processing information involves: A. accepting information from the outside world. B. communication with another computer. C. performing arithmetic

More information

Introduction To Computers: Hardware and Software

Introduction To Computers: Hardware and Software What Is Hardware? Introduction To Computers: Hardware and Software A computer is made up of hardware. Hardware is the physical components of a computer system e.g., a monitor, keyboard, mouse and the computer

More information

HOW TO BECOME AN ESI HERO

HOW TO BECOME AN ESI HERO HOW TO BECOME AN ESI HERO taking the mystery out of ediscovery www.fxhnd.com info@fxhnd.com Electronically Stored Information Boo! But why do I have to learn about all this technology? It s how we communicate

More information

Discovering Computers 2011. Living in a Digital World

Discovering Computers 2011. Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips,

More information

Introduction to the Mathematics of Big Data. Philippe B. Laval

Introduction to the Mathematics of Big Data. Philippe B. Laval Introduction to the Mathematics of Big Data Philippe B. Laval Fall 2015 Introduction In recent years, Big Data has become more than just a buzz word. Every major field of science, engineering, business,

More information

Cloud storage Megas, Gigas and Teras

Cloud storage Megas, Gigas and Teras Cloud storage Megas, Gigas and Teras I think that I need cloud storage. I have photos, videos, music and documents on my computer that I can only retrieve from my computer. If my computer got struck by

More information

COMPUTER BASICS. Seema Sirpal Delhi University Computer Centre

COMPUTER BASICS. Seema Sirpal Delhi University Computer Centre COMPUTER BASICS Seema Sirpal Delhi University Computer Centre What is a Computer? An electronic device that stores, retrieves, and processes data, and can be programmed with instructions. A computer is

More information

DESKTOP. Internal Drive Installation Guide

DESKTOP. Internal Drive Installation Guide DESKTOP Internal Drive Installation Guide Seagate Desktop Installation Guide 2013 Seagate Technology LLC. All rights reserved. Seagate, Seagate Technology, the Wave logo, and FreeAgent are trademarks or

More information

Prof. Dr. Ing. Axel Hunger Dipl.-Ing. Bogdan Marin. Operation Systems and Computer Networks Betriebssysteme und Computer Netzwerke

Prof. Dr. Ing. Axel Hunger Dipl.-Ing. Bogdan Marin. Operation Systems and Computer Networks Betriebssysteme und Computer Netzwerke Ex 2 File Systems A file is a logical collection of information and a file system is a collection of files, where the latter may also include a variety of other objects that share many of the properties

More information

Counting in base 10, 2 and 16

Counting in base 10, 2 and 16 Counting in base 10, 2 and 16 1. Binary Numbers A super-important fact: (Nearly all) Computers store all information in the form of binary numbers. Numbers, characters, images, music files --- all of these

More information

Main Memory & Backing Store. Main memory backing storage devices

Main Memory & Backing Store. Main memory backing storage devices Main Memory & Backing Store Main memory backing storage devices 1 Introduction computers store programs & data in two different ways: nmain memory ntemporarily stores programs & data that are being processed

More information

Chapter 3: Computer Hardware Components: CPU, Memory, and I/O

Chapter 3: Computer Hardware Components: CPU, Memory, and I/O Chapter 3: Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today? The Computer Continuum 1-1 Computer Hardware Components In this chapter: How did

More information

Chapter One Introduction to Computer

Chapter One Introduction to Computer Chapter One Introduction to Computer Computer A computer is an electronic device, operating under the control of instructions stored in its own memory that can accept data (input), process the data according

More information

CommuniGate Mail Archiving and Cleanup with Outlook 2007

CommuniGate Mail Archiving and Cleanup with Outlook 2007 CommuniGate Mail Archiving and Cleanup with Outlook 2007 Some users are hitting quota limits in CommuniGate e-mail accounts. In other words, there are too many e-mails in their account folders on the server.

More information

Database Fundamentals

Database Fundamentals Database Fundamentals Computer Science 105 Boston University David G. Sullivan, Ph.D. Bit = 0 or 1 Measuring Data: Bits and Bytes One byte is 8 bits. example: 01101100 Other common units: name approximate

More information

1.1 Electronic Computers Then and Now

1.1 Electronic Computers Then and Now 1.1 Electronic Computers Then and Now The first electronic computer was built in the late 1930s by Dr.John Atanasoff and Clifford Berry at Iowa State University in USA. They designed their computer to

More information

HOW TO USE WINDOWS BACKUP IN WINDOWS 7

HOW TO USE WINDOWS BACKUP IN WINDOWS 7 To All Faculty and Staff, This week s Tip of the Week will show you how to use Windows Backup to back up your data in a Windows 7 environment. HOW TO USE WINDOWS BACKUP IN WINDOWS 7 (Basic Information

More information

DISCOVERING ediscovery

DISCOVERING ediscovery DISCOVERING ediscovery Purpose This paper is the first in a series that are designed to educate organisations and increase awareness in the area of ediscovery technology. What is ediscovery? Electronic

More information

chelloacademy participant s workbook Internet Traffic A module explaining the flow of traffic over the Internet :-)

chelloacademy participant s workbook Internet Traffic A module explaining the flow of traffic over the Internet :-) chelloacademy participant s workbook Internet Traffic A module explaining the flow of traffic over the Internet :-) 1 Before you start Internet traffic The Internet traffic techno chello module is part

More information

How to Create Custom Sound Effects for NXT Robots.

How to Create Custom Sound Effects for NXT Robots. Talk to the Animals How to Create Custom Sound Effects for NXT Robots. NOTE: Note to parents and teachers: This process requires downloading software from the Internet and may require adult supervision.

More information

Extension Technology Academy February 10 th, 2014

Extension Technology Academy February 10 th, 2014 Extension Technology Academy February 10 th, 2014 1 Kilobyte (KB) = 1,024 Bytes 1 Megabyte (MB) = 1,024 Kilobytes 1 Gigabyte (GB) = 1,024 Megabytes 1 Terabyte (TB) = 1,024 Gigabytes 64 KB Cloud definition

More information

Created by the St. Dorothy s Project Team Updated by Oksana Maibroda

Created by the St. Dorothy s Project Team Updated by Oksana Maibroda Computer Basics ICT Training Updated: May 2002 Job Aid Created by the St. Dorothy s Project Team Updated by Oksana Maibroda Introduction to computer basics for Macintosh computers Welcome to this training

More information

File Management Using Microsoft Windows

File Management Using Microsoft Windows File Management Using Microsoft Windows lab 2 Objectives: Upon successful completion of Lab 2, you will be able to Define the terms file and folder Understand file and memory storage capacity concepts

More information

File Management Windows XP Word 2007. What is File Management?

File Management Windows XP Word 2007. What is File Management? File Management Windows XP Word 2007 What is File Management? As you use your computer and create files you may need some help in storing and retrieving those files. File management shows you how to create,

More information

Primary Memory. Input Units CPU (Central Processing Unit)

Primary Memory. Input Units CPU (Central Processing Unit) Basic Concepts of Computer Hardware Primary Memory Input Units CPU (Central Processing Unit) Output Units This model of the typical digital computer is often called the von Neuman compute Programs and

More information

416 Agriculture Hall Michigan State University 517-355-3776 http://support.anr.msu.edu support@anr.msu.edu

416 Agriculture Hall Michigan State University 517-355-3776 http://support.anr.msu.edu support@anr.msu.edu 416 Agriculture Hall Michigan State University 517-355-3776 http://support.anr.msu.edu support@anr.msu.edu Title: ANR TS How To Efficiently Remove Items In Outlook To Free Up Space Document No. - 162 Revision

More information

Analog Representations of Sound

Analog Representations of Sound Analog Representations of Sound Magnified phonograph grooves, viewed from above: The shape of the grooves encodes the continuously varying audio signal. Analog to Digital Recording Chain ADC Microphone

More information

MEMORY STORAGE CALCULATIONS. Professor Jonathan Eckstein (adapted from a document due to M. Sklar and C. Iyigun)

MEMORY STORAGE CALCULATIONS. Professor Jonathan Eckstein (adapted from a document due to M. Sklar and C. Iyigun) 1/29/2007 Calculations Page 1 MEMORY STORAGE CALCULATIONS Professor Jonathan Eckstein (adapted from a document due to M. Sklar and C. Iyigun) An important issue in the construction and maintenance of information

More information

Basic File Management and Organization

Basic File Management and Organization DEFINITIONS Basic File Management and Organization Drive The piece of hardware that holds and runs disks and stores files and folders including programs as well as documents. Your "hard disk" or "hard

More information

Memory is implemented as an array of electronic switches

Memory is implemented as an array of electronic switches Memory Structure Memory is implemented as an array of electronic switches Each switch can be in one of two states 0 or 1, on or off, true or false, purple or gold, sitting or standing BInary digits (bits)

More information

ADSL & Naked DSL Product Training

ADSL & Naked DSL Product Training ADSL & Naked DSL Product Training Objectives Today we will cover the following topics: How does the Internet work? ACN Pricing Plans How to sell ACN services ACN Pacific Pty Ltd 2011. Not to be reproduced

More information

Data Storage: Each time you create a variable in memory, a certain amount of memory is allocated for that variable based on its data type (or class).

Data Storage: Each time you create a variable in memory, a certain amount of memory is allocated for that variable based on its data type (or class). Data Storage: Computers are made of many small parts, including transistors, capacitors, resistors, magnetic materials, etc. Somehow they have to store information in these materials both temporarily (RAM,

More information

Computer Storage. Computer Technology. (S1 Obj 2-3 and S3 Obj 1-1)

Computer Storage. Computer Technology. (S1 Obj 2-3 and S3 Obj 1-1) Computer Storage Computer Technology (S1 Obj 2-3 and S3 Obj 1-1) Storage The place in the computer where data is held while it is not needed for processing A storage device is device used to record (store)

More information

A computer running Windows Vista or Mac OS X

A computer running Windows Vista or Mac OS X lab File Management Objectives: Upon successful completion of Lab 2, you will be able to Define the terms file and folder Understand file and memory storage capacity concepts including byte, kilobyte,

More information

Administração e Optimização de BDs

Administração e Optimização de BDs Departamento de Engenharia Informática 2010/2011 Administração e Optimização de BDs Aula de Laboratório 1 2º semestre In this lab class we will address the following topics: 1. General Workplan for the

More information

& Data Processing 2. Exercise 2: File Systems. Dipl.-Ing. Bogdan Marin. Universität Duisburg-Essen

& Data Processing 2. Exercise 2: File Systems. Dipl.-Ing. Bogdan Marin. Universität Duisburg-Essen Folie a: Name & Data Processing 2 2: File Systems Dipl.-Ing. Bogdan Marin Fakultät für Ingenieurwissenschaften Abteilung Elektro-und Informationstechnik -Technische Informatik- Objectives File System Concept

More information

Number of bits needed to address hosts 8

Number of bits needed to address hosts 8 Advanced Subnetting Example 1: Your ISP has assigned you a Class C network address of 198.47.212.0. You have 3 networks in your company with the largest containing 134 hosts. You need to figure out if

More information

Machine Architecture and Number Systems. Major Computer Components. Schematic Diagram of a Computer. The CPU. The Bus. Main Memory.

Machine Architecture and Number Systems. Major Computer Components. Schematic Diagram of a Computer. The CPU. The Bus. Main Memory. 1 Topics Machine Architecture and Number Systems Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting from Decimal to Binary Major Computer Components

More information

To convert an arbitrary power of 2 into its English equivalent, remember the rules of exponential arithmetic:

To convert an arbitrary power of 2 into its English equivalent, remember the rules of exponential arithmetic: Binary Numbers In computer science we deal almost exclusively with binary numbers. it will be very helpful to memorize some binary constants and their decimal and English equivalents. By English equivalents

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

Information, Entropy, and Coding

Information, Entropy, and Coding Chapter 8 Information, Entropy, and Coding 8. The Need for Data Compression To motivate the material in this chapter, we first consider various data sources and some estimates for the amount of data associated

More information

The following are general terms that we have found being used by tenants, landlords, IT Staff and consultants when discussing facility space.

The following are general terms that we have found being used by tenants, landlords, IT Staff and consultants when discussing facility space. The following are general terms that we have found being used by tenants, landlords, IT Staff and consultants when discussing facility space. Terminology: Telco: Dmarc: NOC: SAN: GENSET: Switch: Blade

More information

The Hexadecimal Number System and Memory Addressing

The Hexadecimal Number System and Memory Addressing APPENDIX C The Hexadecimal Number System and Memory Addressing U nderstanding the number system and the coding system that computers use to store data and communicate with each other is fundamental to

More information

MFR IT Technical Guides

MFR IT Technical Guides MFR IT Technical Guides Windows 7 Backup and Recovery Page 1 of 33 Table of Contents 1 Glossary... 3 2 Backup Strategy... 4 3 Windows Backup Options... 5 3.1 Windows Backup... 5 3.2 Windows System Image

More information

Outline. mass storage hash functions. logical key values nested tables. storing information between executions using DBM files

Outline. mass storage hash functions. logical key values nested tables. storing information between executions using DBM files Outline 1 Files and Databases mass storage hash functions 2 Dictionaries logical key values nested tables 3 Persistent Data storing information between executions using DBM files 4 Rule Based Programming

More information

Lesson Plan. Preparation

Lesson Plan. Preparation Lesson Plan Course Title: Computer Maintenance Session Title: Hard Drives Lesson Duration: 90 Minutes Performance Objective: Upon completion of this assignment, the student will be able to recognize a

More information

Introduction Page 2. Understanding Bandwidth Units Page 3. Internet Bandwidth V/s Download Speed Page 4. Optimum Utilization of Bandwidth Page 8

Introduction Page 2. Understanding Bandwidth Units Page 3. Internet Bandwidth V/s Download Speed Page 4. Optimum Utilization of Bandwidth Page 8 INDEX Introduction Page 2 Understanding Bandwidth Units Page 3 Internet Bandwidth V/s Download Speed Page 4 Factors Affecting Download Speed Page 5-7 Optimum Utilization of Bandwidth Page 8 Conclusion

More information

Chapter 8: Installing Linux The Complete Guide To Linux System Administration Modified by M. L. Malone, 11/05

Chapter 8: Installing Linux The Complete Guide To Linux System Administration Modified by M. L. Malone, 11/05 Chapter 8: Installing Linux The Complete Guide To Linux System Administration Modified by M. L. Malone, 11/05 At the end of this chapter the successful student will be able to Describe the main hardware

More information

Block diagram of typical laptop/desktop

Block diagram of typical laptop/desktop What's in a computer? logical or functional organization: "architecture" what the pieces are, what they do, how they work how they are connected, how they work together what their properties are physical

More information

Introduction to Information System Layers and Hardware. Introduction to Information System Components Chapter 1 Part 1 of 4 CA M S Mehta, FCA

Introduction to Information System Layers and Hardware. Introduction to Information System Components Chapter 1 Part 1 of 4 CA M S Mehta, FCA Introduction to Information System Layers and Hardware Introduction to Information System Components Chapter 1 Part 1 of 4 CA M S Mehta, FCA 1 Information System Layers Learning Objectives Task Statements

More information

ว ชาโปรแกรมแกรมประย กต ด านการจ ดการ สาน กงานอ ตโนม ต

ว ชาโปรแกรมแกรมประย กต ด านการจ ดการ สาน กงานอ ตโนม ต ว ชาโปรแกรมแกรมประย กต ด านการจ ดการ สาน กงานอ ตโนม ต บทท 3 บทบาทและการใช คอมพ วเตอร ใน สาน กงานอ ตโนม ต อ.รจนา วานนท 1 บทบาทของสาน กงานอ ตโนม ต ในการจ ดการสารสนเทศ 1. ล กษณะงานสาน กงานท วไป 1.1 งานร บข

More information

A Taste of E-commerce. Basic Computing. Presented by John Guenther

A Taste of E-commerce. Basic Computing. Presented by John Guenther A Taste of E-commerce Basic Computing Presented by John Guenther PREFACE...1 MODULE 1 COMPUTER BASICS...3 PARTS OF THE COMPUTER...4 MICROSOFT OFFICE...6 COMPUTER TERMINOLOGY...6 SWITCHING ON, TURNING OFF...8

More information

SAN/iQ Remote Copy Networking Requirements OPEN iscsi SANs 1

SAN/iQ Remote Copy Networking Requirements OPEN iscsi SANs 1 SAN/iQ Remote Copy Networking Requirements OPEN iscsi SANs 1 Application Note: SAN/iQ Remote Copy Networking Requirements SAN/iQ Remote Copy provides the capability to take a point in time snapshot of

More information

Count the Dots Binary Numbers

Count the Dots Binary Numbers Activity 1 Count the Dots Binary Numbers Summary Data in computers is stored and transmitted as a series of zeros and ones. How can we represent words and numbers using just these two symbols? Curriculum

More information

File System Management

File System Management Lecture 7: Storage Management File System Management Contents Non volatile memory Tape, HDD, SSD Files & File System Interface Directories & their Organization File System Implementation Disk Space Allocation

More information

Hardware: Input, Processing, and Output Devices. A PC in Every Home. Assembling a Computer System

Hardware: Input, Processing, and Output Devices. A PC in Every Home. Assembling a Computer System C H A P T E R 3 Hardware: Input, Processing, and Output Devices A PC in Every Home February 3, 2000 Ford will make available to all 330,000 employees hourly and salaried an HP Pavilion PC, an HP DeskJet

More information

Well, now you have a Language Lab! www.easylab.es

Well, now you have a Language Lab! www.easylab.es Do you have a computer lab? Well, now you have a Language Lab! What exactly is easylab? easylab can transform any ordinary computer laboratory into a cuttingedge Language Laboratory. easylab is a system

More information

Computer Basics: Chapters 1 & 2

Computer Basics: Chapters 1 & 2 Computer Basics: Chapters 1 & 2 Definition of a Computer What does IPOS stand for? Input Process Output Storage Other types of Computers Name some examples of other types of computers, other than a typical

More information

Digitizing Sound Files

Digitizing Sound Files Digitizing Sound Files Introduction Sound is one of the major elements of multimedia. Adding appropriate sound can make multimedia or web page powerful. For example, linking text or image with sound in

More information

What Is Big Data? Craig C. Douglas University of Wyoming

What Is Big Data? Craig C. Douglas University of Wyoming What Is Big Data? Craig C. Douglas University of Wyoming What Is Big Data?... It Depends Unit Approximately 10 n Related to Kilobyte (KB) 1,000 bytes 3 Circa 1952 computer memory 32 KB Apollo 11 computer

More information

PC Boot Considerations for Devices >8GB

PC Boot Considerations for Devices >8GB X3T10 95-321 Rev 1 PC Boot Considerations for Devices >8GB Overview This is a draft of a document proposed in the System Issues Study Group meeting held on 7/12/95 in Colorado Springs. It is intended to

More information

Two Parts. Filesystem Interface. Filesystem design. Interface the user sees. Implementing the interface

Two Parts. Filesystem Interface. Filesystem design. Interface the user sees. Implementing the interface File Management Two Parts Filesystem Interface Interface the user sees Organization of the files as seen by the user Operations defined on files Properties that can be read/modified Filesystem design Implementing

More information

How To Use An Ipa Powerbook With A Hard Drive (Mini) And Powerbank (Mini Hard Drive) For A Portable Hard Drive

How To Use An Ipa Powerbook With A Hard Drive (Mini) And Powerbank (Mini Hard Drive) For A Portable Hard Drive Iomega Prestige TM Portable Hard Drive Compact Edition Sales and Key Messaging Presentation Iomega Prestige TM Portable Hard Drive, Compact Edition Key Benefits Great storage comes in a small package!

More information

How To Backup An Exchange Server With 25Gb And More On A Microsoft Smartfiler With A Backup From A Backup To A Backup Point Set On A Flash Drive On A Pc Or Macbook Or Ipad On A Cheap Computer (For A

How To Backup An Exchange Server With 25Gb And More On A Microsoft Smartfiler With A Backup From A Backup To A Backup Point Set On A Flash Drive On A Pc Or Macbook Or Ipad On A Cheap Computer (For A Using SmartFiler for Microsoft Exchange Server Backup Introduction The SmartFiler Backup Appliance Exchange Server backup solution is integrated with the Symantec Backup Exec System Recovery 2010. Using

More information

ICDL Module 1. David Varley

ICDL Module 1. David Varley ICDL Module 1 Concepts of Information Technology David Varley IMPORTANT NOTICE All candidates who follow an ICDL/ECDL course must have an official CDL/ECDL Skills Log Book or Skills Card. Without such

More information

ICT THEORY 4 MAIN AREAS

ICT THEORY 4 MAIN AREAS ICT THEORY RE- CAP & REVISION (SUMMARY OF THE THEORY HANDOUT) 4 MAIN AREAS 1. HARDWARE 2. SOFTWARE 3. NETWORKS, CONNECTIVITY, COMMUNICATION & THE INTERNET. 4. USE/MISUSE AND CARE OF COMPUTERS 1 Hardware

More information

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging Physics of Medical X-Ray Imaging (1) Chapter 3 CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY 3.1 Basic Concepts of Digital Imaging Unlike conventional radiography that generates images on film through

More information

The Benefits of USB Flash Drives

The Benefits of USB Flash Drives The Benefits of USB Flash Drives A USB flash drive also known as USB drive, pen drive, thumb drive, key drive or jump drive is an excellent way to transfer photos from one computer to another. USB Flash

More information

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu. Fall 2009 Lecture 1 Operating Systems: Configuration & Use CIS345 Introduction to Operating Systems Mostafa Z. Ali mzali@just.edu.jo 1-1 Chapter 1 Introduction to Operating Systems An Overview of Microcomputers

More information

How do I find my Outlook 2007 mailbox quota?

How do I find my Outlook 2007 mailbox quota? How do I find my Outlook 2007 mailbox quota? There are three methods to view the size of your mailbox. You may view the size of your mailbox by accessing the Mailbox Cleanup option, by right-clicking on

More information

D1.2 Network Load Balancing

D1.2 Network Load Balancing D1. Network Load Balancing Ronald van der Pol, Freek Dijkstra, Igor Idziejczak, and Mark Meijerink SARA Computing and Networking Services, Science Park 11, 9 XG Amsterdam, The Netherlands June ronald.vanderpol@sara.nl,freek.dijkstra@sara.nl,

More information

January 2016 Issue #2 Windows Backup

January 2016 Issue #2 Windows Backup January 2016 Issue #2 Windows Backup In the prior issue, I preached the virtues of frequent backups. Well, now it s time to detail the how-to of backups, and we will begin with Windows Backups. Built into

More information

Comcast Usage Meter Accuracy

Comcast Usage Meter Accuracy Comcast Usage Meter Accuracy Peter Sevcik May 2010 Update to the original December 2009 document Comcast has launched a new usage meter that monitors and reports on how much traffic a subscriber consumes

More information

Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles

Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles Sound is an energy wave with frequency and amplitude. Frequency maps the axis of time, and amplitude

More information

Accuracy Audit of Cox Communications Internet Data Usage Meter

Accuracy Audit of Cox Communications Internet Data Usage Meter Accuracy Audit of Cox Communications Internet Data Usage Meter By Peter Sevcik May 2015 Cox Communications has deployed a data usage meter system to measure and report how much Internet data traffic a

More information

Assiut University, Administration Building, Room 210, Tel. 0882423110

Assiut University, Administration Building, Room 210, Tel. 0882423110 Assiut University Information and Communication Technology Training Project Concepts of Information Technology (102) Project Manager Prof. Mohamed Abo-Zahhad Abo-Zeid Professor of Communication Engineering,

More information

Module A. Computing Fundamentals

Module A. Computing Fundamentals Module A Computing Fundamentals Module A Computing Fundamentals Computing Fundamentals The Computing Fundamentals examination covers subjects needed for a foundational understanding of computing, including

More information

Free wifi in the TRA halls and faster mobile access

Free wifi in the TRA halls and faster mobile access Free wifi in the TRA halls and faster mobile access Glossary of Telecommunications terms 2G 2G is a digital mobile communications standard allowing for voice calls and limited data transmission. 2G refers

More information

Module 1 Concepts of Infor mation Technology (IT) Module Goals

Module 1 Concepts of Infor mation Technology (IT) Module Goals Module 1 Concepts of Infor mation Technology (IT) The following is the Syllabus for Module 1, Concepts of Information Technology (IT), which provides the basis for the theory-based test in this module

More information

The part of the network that connects customers to the exchange, sometimes called the local loop or the last mile.

The part of the network that connects customers to the exchange, sometimes called the local loop or the last mile. Glossary of broadband terms 3G: Refers to the third generation of mobile phone technology following on from 2G. 3G allows for faster access to the internet and allows services including video calls and

More information

ADSL or Asymmetric Digital Subscriber Line. Backbone. Bandwidth. Bit. Bits Per Second or bps

ADSL or Asymmetric Digital Subscriber Line. Backbone. Bandwidth. Bit. Bits Per Second or bps ADSL or Asymmetric Digital Subscriber Line Backbone Bandwidth Bit Commonly called DSL. Technology and equipment that allow high-speed communication across standard copper telephone wires. This can include

More information

How to increase virtual memory in Windows XP with Service Pack 2

How to increase virtual memory in Windows XP with Service Pack 2 How to increase virtual memory in Windows XP with Service Pack 2 1. Double-click on 'My Computer' found on the desktop. 2. Click on 'Control Panel' in the left hand pane of 'My Computer' under the category

More information

Accuracy Assessment of Suddenlink Communications Internet Usage Meter

Accuracy Assessment of Suddenlink Communications Internet Usage Meter Accuracy Assessment of Suddenlink Communications Internet Usage Meter By Peter Sevcik April 2013 Suddenlink Communications has deployed a data usage meter system to measure and report how much Internet

More information

Computer Hardware HARDWARE. Computer Hardware. Mainboard (Motherboard) Instructor Özgür ZEYDAN

Computer Hardware HARDWARE. Computer Hardware. Mainboard (Motherboard) Instructor Özgür ZEYDAN Computer Hardware HARDWARE Hardware: the collection of physical elements that comprise a computer system. Bülent Ecevit University Department of Environmental Engineering 1. Case and inside 2. Peripherals

More information

MFR IT Technical Guides

MFR IT Technical Guides MFR IT Technical Guides Windows 8.1 Backup and Recovery Page 1 of 33 Table of Contents 1 Glossary... 3 2 Backup Strategy... 4 3 Windows Backup Options... 5 3.1 Windows File History Backup... 5 3.2 Windows

More information

Flash Drives and File Management (Windows 7 and 8)

Flash Drives and File Management (Windows 7 and 8) Better Technology, Onsite and Personal Connecting NIOGA s Communities www.btopexpress.org www.nioga.org [Type Flash Drives and File Management (Windows 7 and 8) Overview: This class focuses on saving,

More information

Chapter 2: Basics on computers and digital information coding. A.A. 2012-2013 Information Technology and Arts Organizations

Chapter 2: Basics on computers and digital information coding. A.A. 2012-2013 Information Technology and Arts Organizations Chapter 2: Basics on computers and digital information coding Information Technology and Arts Organizations 1 Syllabus (1/3) 1. Introduction on Information Technologies (IT) and Cultural Heritage (CH)

More information

HP StorageWorks Automated Storage Manager User Guide

HP StorageWorks Automated Storage Manager User Guide HP StorageWorks Automated Storage Manager User Guide Part Number: 5697 0422 First edition: June 2010 Legal and notice information Copyright 2010, 2010 Hewlett-Packard Development Company, L.P. Confidential

More information

User Manual. Diskeeper for Windows. August 2003

User Manual. Diskeeper for Windows. August 2003 User Manual Diskeeper for Windows August 2003 This document describes the installation and operation of Executive Software International s Diskeeper, The Standard in Entire Network Defragmentation for

More information