How Computers Work Part 3 18 February 2008. Data Types  Computer doesn’t know what the bits represents or what format is being used  Computer assumes.

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

HTML IFRAMES, COLORS, ENTITIES, URL. HTML IFRAMES An iframe is used to display a web page within a web page. Apep Kamaludin, MT. |
 Introductions › Who am I? › Who are you?  Logistics  What is technology fluency and why should you care?  Browsers, servers, software.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
8 February How Computers Work: Algorithms The Internet.
The Internet Useful Definitions and Concepts About the Internet.
1 February How Computers Work. Buying Bugs A 21st Century Entrepreneurship How do you find bugs in your software? Offer a bounty! How do malicious hackers.
11 October HTML: Links and Forms. Agenda News: William Knight Review of HTML Pages Meeting sheet passed HTML Links Networking and the Internet HTML Forms.
How Computers Work Part 2 20 September About the Term Project  Your paper must take a position and be a proponent for it  Your presentation must.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
What Is A Web Page? An Introduction to the Internet.
How the World Wide Web Works
The Internet & The World Wide Web Notes
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Computer Science 101 Introduction to Web Pages. Origins of the Web Vannevar Bush (Memex, 1945) Ted Nelson (Xanadu, 1968) Doug Englebart and Alan Kay (
How the Internet Works: What happens when information is sent from your computer?
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Copyright © Curt Hill The Internet An Introduction.
How the Internet Works CPA. Internet Addresses How do you get to the school’s website? What you as the user sees is a web address or URL – Uniform Resource.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Website Designers Goal Evolve from know-nothing, nat-brain rookies … into Incredible Website Designers Reference Websites:
Internet Concept and Terminology. The Internet The Internet is the largest computer system in the world. The Internet is often called the Net, the Information.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
How the Internet Works. What is the Internet? Thousands of networks connected Purpose of exchanging information World wide No one owns the Internet It.
Understanding HTML Code
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
Tutorial 4: Working with Hyperlinks. Objectives Session 4.1 – Place bookmarks on a Web page – Create a link to a bookmark – Create a link to another Web.
Introduction To Internet
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story describes.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Communication, Networks, The internet and the Worldwide Web.
CS 7: Introduction to Computer Programming Java and the Internet Sections ,2.1.
Web Design Introduction Quiz Review. Who is Tim Berners-Lee?
The Web and Web Services Jim Graham NR 621 Spring 2009.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
 How a computer works  The Internet  Browsers  Web Pages.
The Internet and World Wide Web Sullivan University Library.
Basic Computer Terms Introduction to Computer Applications Mrs. Sorrell.
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,
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
Identifying Domains and Directories What makes up a web address?
 In the 1960s, ARPANET (Advanced Research Projects Agency Network), the internet’s predecessor, was invented  ARPANET used two technologies that are.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Working Together 1 Word 2003 and Your.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
By: The Immigrants :D I mean the Mexican and the Colombian I mean Daniel and Felipe.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Internet Basics. The Internet: Then and Now The Internet was created by the Advanced Research Projects Agency (ARPA) and the U.S. Department of Defense.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
Internet.
11 October Building a Web Site.
Academic Talent Search
Introduction To Web Design
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Wednesday, September 19, 2018 What Is the Internet?
ACT102 Introduction to web design
Web Design & Development
ACT102 Introduction to web design
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
HTTP and Abstraction on the Internet / The Need for DNS
How Computers Work Part 1 6 February 2008.
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story.
Information Retrieval and Web Design
An Introduction to the Internet
Presentation transcript:

How Computers Work Part 3 18 February 2008

Data Types  Computer doesn’t know what the bits represents or what format is being used  Computer assumes that the instructions know the format of the data  What are the types of data? Numbers, text, pictures, sound, instructions

Data Types  Numbers: integers and floating point numbers (scientific notation) Why do we need floating point numbers?  Text: Unicode, double byte Languages and symbols (Word insert symbol)  Pictures: pixels A very fine needlepoint How to represent color?  Sound: different formats  Instructions

Alphanumeric Text 8-bit ASCII sample A B C

H e l l o Hello

How are pictures stored?

Monochrome A pixel can look BLACK, or it can look WHITE.

ASCII Images  Instead of pixels, use characters  Web site that converts pictures An example

Or it can display various shades of grey: For example:

Mixes various amounts of R G and B light to produce other colors. ColorColor Or a pixel display various colors

The Internet  What is it? The infrastructure that connects identified computers Links = the wires Routers = the boxes that connect them  World Wide Web Computers that contain information to be shared Servers

How Do You Get to the Servers?  Computers are connected through a network  Network requires protocol to work A protocol is a set of rules The one that is used here is called IP (Internet Protocol)

How would you route a note?  Assume that you each have a consecutive number (count off)  If I hand one of you a note for a set number, what do you need to know?  Which way to go – not exactly where it is  Your number, the number you want to get to  Algorithm?  If number is greater, pass left/back smaller, pass right/forward equal, read

How Networking Works  Computers need the same thing Who identified by IP address  Every machine that is connected to the network has one   Command prompt Routers know how to get there

So What Can Go Wrong in Transit?  Data can be read  Data can be lost  Data can be changed  Data can be sent to someone else

How Networking Works  Computers need the same thing Who identified by IP address  Every machine that is connected to the network has one   Command prompt Routers know how to get there  But IP addresses aren’t user friendly Give names instead Domain Name Server does the mapping

Introduces new opportunities  People assume they know who owns the site

Anatomy of a URL  Protocol: server-name/file-to-display  Protocol: usually http Have you ever seen others? https?  Server-name The computer’s name  Usually begins with www  Usually ends with 3 characters that define the kind of site However, there are no rules: as long as its registered, you can get there  File-to-display Can be a whole path (just like Windows)

How to Build that File  Text file that says what to display Web pages use HTML Hypertext Markup Language  Two types of information Text Instructions on how to display