Documents Found!
As seen in
Less Work, Better Grades
Join
Course Hero
Access
best resources
Ace
your classes
Ace your courses with Course Hero!
|
|
|
Study Smarter, Score Higher
Here are the top 5 related documents
...Emergency Evacuation Procedures 8/12/03
Emergency Evacuation Procedures
Mean Green Village Bldg. H Athletic Offices
Building and Departmental Representatives Tornado/Severe Weather Bomb Threat Fire Building Evacuation Maps
Emergency Evacuation Pr...
...Emergency Evacuation Procedures April 21, 2009
Emergency Evacuation Procedures
Athletics Buildings
Safety Emergency Coordinator (SEC) and Backup SEC Tornado/Severe Weather Bomb Threat Fire Building Evacuation Maps
Emergency Evacuation Procedures ...
...Emergency Evacuation Procedures
Emergency Evacuation Procedures
Scoular Hall
Building and Department Representatives Tornado/Severe Weather Bomb Threat Fire Building Evacuation Maps
Emergency Evacuation Procedures
Procedures for Safety Emergency...
...Emergency Evacuation Procedures
Emergency Evacuation Procedures
Chilton Hall
Building and Department Representatives Tornado/Severe Weather Bomb Threat Fire Building Evacuation Maps
Emergency Evacuation Procedures
Procedures for Safety Emergency...
Document Content (unformatted)
Course Hero has millions of student submitted documents similar to the one
below including study guides, homework solutions, papers, exam answer keys and textbook solutions.
CMPSC 321 Week 11/5 Class & Topic Schedule Monday Fall 2007 Wednesday Ch. 5 ER Modeling Review HW8: 5.59, 5.60, 5.62, 5.64, 5.65 Ch. 6 ER models to database design In-class: sample - 6.51, 6.52, 6.54, 6.56, 6.57 HW8 due Wed: Marcia s Dry Cleaning p. 170 ER model p. 214 database design Ch. 7 & MySQL Lab: p. 263: A through O Return of projects Test 2 Ch. 5-7 HW for Mon: Read Ch. 8 Return test Ch. 8 Database Redesign Lecture Lab: tba HW10 due Wed: tba Ch. 9 Security HW12? Ch. 7 Using SQL as a DDL Lab: Intro to MySQL pp. 258-259: 7.4-7.25 pp. 260-262: 7.58-7.72 HW9 due Mon: pp. 262: A-N 11/12 Test Review See study guide for details Gobble Gobble Ch. 8 Intro Ch. 9 Security HW11 due Mon: tba 11/19 11/26 * 12/3 12/10 Complete Ch.9 Review for final FINAL EXAM Cumulative: Ch. 1-9 See study guide for details * Assignment details to follow
Find millions of documents here - Study Guides, Homework Solutions, Papers, Exam Answer Keys and more.
Course Hero has millions of course related materials that will enable you to learn better,
faster and get an A in all your courses.
Below is a small sample set of documents:
Below is a small sample set of documents:
St. Xavier >> WEB >> 550 (Fall, 2009)
ACSG550 1. Lab Assignment Fall 2007 Create a form in which the user is prompted to enter a file name (and path) they\'d like to locate. If the file can be found, display its size and other interesting information about it (see the list in the hand-...
St. Xavier >> WEB >> 550 (Fall, 2009)
ACSG 550 Database-Backed Websites Saint Xavier University Masters in Applied Computer Science Program Fall 2007 Course Description: This course focuses on the design, construction and implementation of websites that rely on databases to provide d...
St. Xavier >> CMPSC >> 245 (Fall, 2009)
Lab assignment: Use the circuit system shown in figure 1.15 on page 29 to solve the equations in the first column in the following table. Show the values of all flags after you solve each equation. Equation 7+8 9+8 8-7 7-9 6+1 -6-5 7+5 5-7 Signed/ ...
St. Xavier >> CMPSC >> 245 (Fall, 2009)
LAB # 5 CMPSC 245, SPRING 2007 Due: April 26, 2007 Objectives Use a simulator that simulates a simple PC called H1. H1 will run on our regular machine. H1 will help students understand the fundamentals of computer architecture. Understand th...
St. Xavier >> WEB >> 321 (Fall, 2009)
CMPSC 321 - Test 2 Review Topics Fall 2007 Chapter 5 Data Modeling with the ER Model Entity class/entity instance Attribute Identifier/composite identifier Relationship class/relationship instance Unary/binary/ternary Maximum cardinalities 1:1, 1:N...
St. Xavier >> HWK >> 1 (Fall, 2009)
<html> <head> <title>District 129</title> </head> <body> <align=\"center\"><bold><h1>School Supplies for District 129</h1></bold></center> <p>Please purchase: <hr></hr> <br> <ul> <li>2 blue pens</li> <li>4 pencils</li> <li>6 notebooks</li> <li>1 penci...
St. Xavier >> CMPSC >> 245 (Fall, 2009)
whatsnew.txt H1 Software Package Version 6.0 What\'s New Since Version 4.0 May 11, 2006 == Updating the textbook with errata.txt Be sure to ...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
8 6 6 3 4 8 1 8 9 8 1 5 9 8 4 10 9 1 10 4 6 8 1 6 5 3 7 7 3 3 9 9 6 10 10 3 7 10 3 6 2 10 7 1 6 2 2 8 3 1 3 4 4 10 10 5 3 2 2 7 5 5 8 4 7 3 2 6 1 5 10 3 8 4 3 10 ...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Chapter 2 Problem Solving What is an algorithm? s A solution to a problem that is: Precise Effective Terminating What does a programmer do? s s s s s s Understand the problem specification Develop a detailed logical plan (algorithm) for so...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Functions Section 4.3 Last week, we were introduced to procedures Procedures are used in support of topdown program design. They are used to create modules within our Visual Basic programs. A typical program design - 1 P ro g ra m In p u t P r o...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Chapter 4 (cont) Sec. 4.1, 4.2, 4.4 Procedures (User-defined) Well-designed programs. l consist of highly modular code l have procedures that pass data between them q q data is passed to & from the calling procedure in the form of arguments a pro...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Chapter 3 (ctd) Section 3.2 EVENTS Three stages in the creation of a Visual Basic program: Create the interface ie, choose & create the objects use the properties window of each object Set the objects\' properties Create the code to respond t...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Introduction to Arrays Chapter 7 Why use arrays? To store & represent lists of homogeneous values To simplify program code To eliminate the need to reread data The kinds of problems that benefit from array representation of data Roll a die (6 s...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Section 3.6 BUILT-IN FUNCTIONS involving numbers returns a unique output value n = L...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Section 3.5 - Schneider This section introduces nice ways to produce input & display output: Input boxes Message boxes Input Boxes (Section 3.5) An input box is an object that appears on the form solely for the purpose of receiving data to ...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
REPETITION (loops or iteration) Schneider: Sec. 6.1 over & over again. There are three types of loops in Visual Basic While entrance controlled Until exit cont...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Decisions (Conditional Programming) Chapter 5 (Sec. 5.1 & 5.2) Most programs make many decisions This is called programming logic Condition Action Action Conditional statements A condition is an expression that evaluates to true or false It in...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Chapter 6 More on looping We have three types of loops: While - entrance-controlled Until - exit controlled For.Next - counting Questions to ask about loops Will they terminate? Initialization of variables involved in condition Updating of th...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Chapter 3 (ctd) Sections 3.3 - 3.5 (partial) Input/Output NUMBERS & STRINGS The basic arithmetic operations (for now.) + , , *, /, ^ ( ) ^ (or *) *, / +, order of precedence: Using PICTURE BOXES to display numeric values (Output) First,...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Welcome to CS201! Introduction to Programming Using Visual Basic Preliminaries Syllabus Windows 2000 folders/directories (Sec. 1.3) Introduction to Visual Basic (Sec. 1.4) Algorithm development & foundat...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Chapter 4 Sec. 4.1, 4.2, 4.4 Procedures (User-defined) Modular, Top-Down or Structured Program Design lBreak the problem to be solved into discrete tasks: Ex: Read input Perform calculations Display output lCreate a user-defined (general) procedur...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Chapter 3 (Section 3.1) Fundamentals of Programming in Visual Basic Objects Visual Basic OBJECTS Forms are designed by the Visual Basic programmer and become graphical user interfaces (gui\'s) for users of the program. Controls such as boxes, bu...
St. Xavier >> ACSG >> 5 (Fall, 2009)
5.1 JavaScript Execution Environment - The JavaScript Window object represents the window in which the browser displays documents - The Window object provides the largest enclosing referencing environment for scripts - Its properties are visible to a...
St. Xavier >> ACSG >> 540 (Fall, 2009)
5.1 JavaScript Execution Environment - The JavaScript Window object represents the window in which the browser displays documents - The Window object provides the largest enclosing referencing environment for scripts - Its properties are visible to a...
St. Xavier >> CHAPTER >> 540 (Fall, 2009)
5.1 JavaScript Execution Environment - The JavaScript Window object represents the window in which the browser displays documents - The Window object provides the largest enclosing referencing environment for scripts - Its properties are visible to a...
St. Xavier >> ACSG >> 541 (Fall, 2009)
DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE ACSG 541 Prerequisite: Description: Programming for the Web II Spring 2004 ACSG 540 This course is designed as an introduction to Internet applications in java. All students will study exception handlin...
St. Xavier >> CMPSC >> 360 (Fall, 2009)
DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE CMPSC 360 Special Topics: Java Applets Prerequisite: CMPSC 311 Description: Java applets will be studied in detail. Topics will include graphical programming, widgets, containers, layouts, menus, and eve...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
CS201 Introduction to Programming (4) with Visual Basic Saint Xavier University Department of Mathematics and Computer Science Fall 2002 Prerequisite Description Math 099 or equivalent. This course introduces the student to graphical user interfa...
St. Xavier >> CMPSC >> 202 (Fall, 2009)
DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE SAINT XAVIER UNIVERSITY CMPSC 202 Prerequisite: Description: Principles of Programming I Fall 2005 Math 112, CMPSC 201 This is the second course in the basic programming sequence for computer science ma...
St. Xavier >> CMPSC >> 228 (Fall, 2009)
PROJECTS 4 HROUGH 5 STUDENT FILES to accompany JAVASCRIPT COMPLETE CONCEPTS AND TECHNIQUES SHELLY CASHMAN SERIES The JavaScript Data Disk contains the files required to complete some of the projects and exercises in Projects 4 through 5. As you step ...
St. Xavier >> CMPSC >> 201 (Fall, 2009)
Microsoft Visual Basic 2005: Reloaded Second Edition Chapter 5 Repeating Program Instructions Objectives Write loops using For.Next and Do.Loop Display a dialog box using the InputBox function Include a list box and a combo box in an interface I...
St. Xavier >> WEB >> 550 (Fall, 2009)
Introduction to php Chapter 1 ACSG 550 What we will be doing. Developing fullservice websites with dynamic content support for user interaction client and serverside processing underlying databases We are using php and mysql php A scripting...
St. Xavier >> WEB >> 550 (Fall, 2009)
SQL Components of SQL Data definition language (DDL) To create database structures To enforce constraints etc. Data manipulation language (DML) To access data Authorization language To grant privileges to users SQL supports dynamic databa...
St. Xavier >> CMPSC >> 321 (Fall, 2009)
David M. Kroenkes Database Processing: Fundamentals, Design, and Implementation Chapter One: Introduction Part One DAVID M. KROENKES DATABASE PROCESSING, 10th Edition 2006 Pearson Prentice Hall 1-1 Chapter Objectives To understand the nature and...
St. Xavier >> CMPSC >> 321 (Fall, 2009)
David M. Kroenkes Database Processing: Fundamentals, Design, and Implementation Chapter Eight: Database Redesign DAVID M. KROENKES DATABASE PROCESSING, 10th Edition 2006 Pearson Prentice Hall 8-1 Need For Database Redesign Database redesign is n...
St. Xavier >> WEB >> 321 (Fall, 2009)
Chapter Five Data Modeling with the Entity-Relationship Model 5-1 The Data Model A data model is a plan, or blueprint, for a database design. It is more generalized & abstract than a database design. It is easier to change a conceptual data mode...
St. Xavier >> CMPSC >> 321 (Fall, 2009)
David M. Kroenkes Database Processing: Fundamentals, Design, and Implementation Chapter Two: Introduction to Structured Query Language Part One DAVID M. KROENKES DATABASE PROCESSING, 10th Edition 2006 Pearson Prentice Hall 2-1 Structured Query Lan...
St. Xavier >> WEB >> 321 (Fall, 2009)
David M. Kroenkes Database Processing: Fundamentals, Design, and Implementation Chapter Three: The Relational Model and Normalization DAVID M. KROENKES DATABASE PROCESSING, 10th Edition 2006 Pearson Prentice Hall 3-1 Chapter Premise We have rece...
St. Xavier >> CMPSC >> 321 (Fall, 2009)
David M. Kroenkes Database Processing: Fundamentals, Design, and Implementation Chapter Three: The Relational Model and Normalization DAVID M. KROENKES DATABASE PROCESSING, 10th Edition 2006 Pearson Prentice Hall 3-1 Chapter Premise We have rece...
St. Xavier >> WEB >> 321 (Fall, 2009)
David M. Kroenke\'s Database Processing: Fundamentals, Design, and Implementation DAVID M. KROENKE\'S DATABASE PROCESSING, 10th Edition 2006 Pearson Prentice Hall Chapter Five: Data Modeling with the Entity-Relationship Model Part Three 5-1 Mixed...
St. Xavier >> WEB >> 321 (Fall, 2009)
David M. Kroenkes Database Processing: Fundamentals, Design, and Implementation DAVID M. KROENKES DATABASE PROCESSING, 10th Edition 2006 Pearson Prentice Hall Chapter Five: Data Modeling with the Entity-Relationship Model Part Two 5-1 Strong En...
St. Xavier >> WEB >> 321 (Fall, 2009)
CMPSC 321 - Relational Database Theory and Design - FALL 2007 Saint Xavier University Course Description: Prerequisite: One programming course. This course introduces the student to relational databases. Topics include the relational and object- re...
St. Xavier >> CHAPTER >> 10 (Fall, 2009)
A sample file used for demonstration of ColdFusion\'s upload capabilities....
St. Xavier >> CHAPTER >> 10 (Fall, 2009)
This is a file named charlies_resume.doc. ...
St. Xavier >> CHAPTER >> 05 (Fall, 2009)
INSERT INTO Customers (ClientName, ClientEmail, CurrentResidence, Criteria, Comments) VALUES (\'Ruth Francis\', \' FrancisR@myMail.com \', \'Own\', \'Price\', \' I start my job here next month. I am in a hurry.\') ; INSERT INTO REQUESTS (CustomerID, ScheduleD...
St. Xavier >> CHAPTER >> 05 (Fall, 2009)
SELECT Properties.PropertyID, Agents.FirstName Agents.MiddleInitial Agents.LastName AS AgentName FROM Properties, Agents WHERE Properties.AgentID = Agents.AgentID AND Agents.LastName = \'Petrie\'; SELECT Properties.PropertyID, Proper...
St. Xavier >> CHAPTER >> 05 (Fall, 2009)
SELECT Agents.LastName, COUNT(*) AS NumProperties FROM Properties, Agents WHERE Properties.AgentID = Agents.AgentID GROUP BY Agents.LastName ; SELECT Agents.LastName, AVG(Properties.Price) AS Average, MAX(Properties.Price) AS Maximum, MIN(Prope...
St. Xavier >> CHAPTER >> 05 (Fall, 2009)
SELECT PropertyID FROM Properties ; SELECT PropertyID, Location FROM Properties WHERE Location = \'Cedar Rapids\'; SELECT PropertyID, Location FROM Properties WHERE Location IN (\'Cedar Falls\', \'Waterloo\'); SELECT PropertyID, Price, NumBedrooms FR...
St. Xavier >> CHAPTER >> 05 (Fall, 2009)
SELECT PropertyID, Price * 0.07 AS PotCommission FROM Properties WHERE PropertyID = \'NIK4589\' ; SELECT PropertyID, Price * 0.07 * 0.65 AS AgentCommission, LastName FROM Properties, Agents WHERE Properties.AgentID = Agents.AgentID AND PropertyID ...
St. Xavier >> CHAPTER >> 05 (Fall, 2009)
INSERT INTO Properties (PropertyID, TypeOfHouse, YearBuilt, NumBedrooms, NumBathrooms, Area, Rooms, OtherFeatures, Price, Location, ZipCode, ImageFilename, AgentID) VALUES (\'NIK4878\', \'two-story home\', 1975, 3, 2.5, 2100, \'master bedroom,laundry room...
St. Xavier >> CHAPTER >> 10 (Fall, 2009)
A sample file used for demonstration of ColdFusion\'s upload capabilities.This is a multi-line string that is being appended to the sample.txt file. ...
St. Xavier >> CS >> 111 (Fall, 2009)
Exploring Microsoft Office 2003 Getting Started with Windows XP Robert Grauer and Maryann Barber Committed to Exploring Office 2003 - Grauer and Barber of IT Experts. Shaping the Next Generation 1 Objectives (1 of 2) Describe the Windows...
St. Xavier >> CH >> 3 (Fall, 2009)
8 April 2003 Rola Othman Pat Wiseman Mary Gleason Database Presentation using Java Labs 1. Use Chapter 3 in your Gittleman folder. 2. Open your command prompt and change directories until you get to the database directory (Chapter 3). Lab 1 Creatin...
St. Xavier >> CYBERENG >> 06 (Fall, 2009)
Peer Edit with Perfection! Tutorial Peer Editing is Fun! Working with your classmates to help improve their writing can be lots of fun. But first, you have to learn what it means to \"peer edit\" and how to do it! What is Peer Editing? A peer is som...
St. Xavier >> ENGLISH >> 373 (Fall, 2009)
JANUARY 2004 200420021999 CLASSROOM NOTES PLUS 1 TABLE OF CONTENTS Ideas from the Classroom How Things Aren\'t-Daniel Sullivan Using Poetry to Enhance Reading and Writing -Alisha L. Vincent Showing, Not Telling-Bonnie Dodge First Things First: Deve...
St. Xavier >> STF >> 06 (Fall, 2009)
From d.burban at mail1.sxu.edu Mon Jan 22 15:06:35 2007 From: d.burban at mail1.sxu.edu (Diana M. Burban) Date: Mon, 22 Jan 2007 15:06:35 -0600 Subject: [Stf06] Contact info for Lincolnway Message-ID: <200701221506.AA193855656@mail.sxu.edu> I think...
St. Xavier >> STF >> 05 (Fall, 2009)
From boyer at sxu.edu Mon Dec 5 21:45:19 2005 From: boyer at sxu.edu (Boyer, Norman P.) Date: Mon, 5 Dec 2005 21:45:19 -0600 Subject: [Stf05] Department Party 2:30 to ? Friday Message-ID: <361F2C9A8579184C8CBC5119ABEC6BBD0196A545@EX1.SXU.local> Hi...
St. Xavier >> STS >> 08 (Fall, 2009)
From bonadonna at sxu.edu Tue Apr 8 14:23:04 2008 From: bonadonna at sxu.edu (Angelo Bonadonna) Date: Tue, 8 Apr 2008 14:23:04 -0500 Subject: [Sts08] Forms Needed from Your Cooperating Teacher Message-ID: <07239102-A532-4586-A497-4A53777861C4@sxu.e...
St. Xavier >> STF >> 06 (Fall, 2009)
From bonadonna at sxu.edu Thu Oct 12 13:05:19 2006 From: bonadonna at sxu.edu (Angelo Bonadonna) Date: Thu, 12 Oct 2006 13:05:19 -0500 Subject: [Stf06] TWS and Lobotomy Message-ID: <58114681-6BDE-43B3-AB26-46602C260A14@sxu.edu> Wise cracks about th...
St. Xavier >> STS >> 07 (Fall, 2009)
From bonadonna at sxu.edu Mon Feb 5 06:49:39 2007 From: bonadonna at sxu.edu (Angelo Bonadonna) Date: Mon, 5 Feb 2007 06:49:39 -0600 Subject: [Sts07] District 218 possibility Message-ID: <6AFF6FE5-66B1-439E-9DE6-F17EA5A8529B@sxu.edu> Hi all-just a...
St. Xavier >> STF >> 07 (Fall, 2009)
From bonadonna at sxu.edu Mon Dec 3 09:57:28 2007 From: bonadonna at sxu.edu (Angelo Bonadonna) Date: Mon, 3 Dec 2007 09:57:28 -0600 Subject: [Stf07] Final Things Message-ID: <193CB1A8-A8C0-4A9B-8825-4C6877297AB3@sxu.edu> Dear Student Teachers-Con...
St. Xavier >> STF >> 07 (Fall, 2009)
From boyer at sxu.edu Mon Jan 28 15:13:06 2008 From: boyer at sxu.edu (Boyer, Norman P.) Date: Mon, 28 Jan 2008 15:13:06 -0600 Subject: [Stf07] FW: The Los Angeles Unified School District will be recruiting in an area near your students! Message-ID...
St. Xavier >> STS >> 07 (Fall, 2009)
From boyer at sxu.edu Thu Mar 15 15:27:52 2007 From: boyer at sxu.edu (Boyer, Norman P.) Date: Thu, 15 Mar 2007 15:27:52 -0500 Subject: [Sts07] FW: [faculty] Changes in How You and Your Students Access the Lab Workstations References: <361F2C9A8579...
St. Xavier >> STS >> 05 (Fall, 2009)
From boyer at sxu.edu Thu Mar 10 06:38:20 2005 From: boyer at sxu.edu (Norman Boyer) Date: Thu Mar 10 06:42:13 2005 Subject: [Sts05] Spying on Teenage Driving Message-ID: <200503100638.AA178782538@mail.sxu.edu> Dear Student Teachers, One of my stu...
St. Xavier >> STUDENTTEA >> 0708 (Fall, 2009)
From bonadonna at sxu.edu Tue Aug 28 10:53:05 2007 From: bonadonna at sxu.edu (Angelo Bonadonna) Date: Tue, 28 Aug 2007 10:53:05 -0500 Subject: [Studentteachers0708] The SXU Student Teacher Listserv for 2007-2008 Message-ID: <D116F5DE-9764-4E81-8128...
St. Xavier >> STF >> 07 (Fall, 2009)
From boyer at sxu.edu Mon Nov 5 18:03:48 2007 From: boyer at sxu.edu (Boyer, Norman P.) Date: Mon, 5 Nov 2007 18:03:48 -0600 Subject: [Stf07] New Ideas on Assessment References: <510295.81134.qm@web81803.mail.mud.yahoo.com> Message-ID: <361F2C9A857...
St. Xavier >> STS >> 04 (Fall, 2009)
From sts04@english.sxu.edu Mon Feb 2 23:48:50 2004 From: sts04@english.sxu.edu (Norman Boyer) Date: Mon, 02 Feb 2004 17:48:50 -0600 Subject: [Sts04] Get Paid for Reading Test Essays at Lyons Township HS Message-ID: <6.0.1.1.2.20040202174611.03bcc74...
St. Xavier >> GENBIOWEB >> 07 (Fall, 2009)
Teaching is a form of enabling, in which you motivate others to make the effort required to learn for themselves. How to be successful in this class: 1. 2. 3. 4. 5. 6. Attend Class Active Read the Book Don Dont Cram Ask questions! Study when there ...
St. Xavier >> RB >> 2 (Fall, 2009)
Roann Barris 5500 S. South Shore Dr., apt. 1706, Chicago IL 60637 773-643-2023 (h); 773-298-3083 (w) barris@sxu.edu; drroannbarris@aol.com SXU hom e page: http:/english.sxu.edu/~barris (Usernam e: arthistory; pw:barris) Education Ph.D. 1987-1994 Uni...
St. Xavier >> CHAP >> 17 (Fall, 2009)
Chapter 17 The Digital Revolution and Global Electronic Marketplace PowerPoint By Kristopher Blanchard North Central University Prentice Hall (c) 2005 17-1 The Digital Revolution: A Brief History 1937 to 1942 world\'s first electronic digital compu...
What are you waiting for?