Exploring Computer Science

Slides:



Advertisements
Similar presentations
Searching The Internet Practical Strategies. URLs Look at the URL to determine what type of organization produced the site..com is a commercial site..edu.
Advertisements

1 How To Use a Browser A Module of the CYC Course – Computer Basics
Media Center Essential Question How can I be an effective user of information?
The Internet.
Introduction to the Internet
Internet English by Nicole Huang Minimum Requirements to Access the Internet Pentium Processor 128/256 MB of RAM 10 GB of free drive space.
Principles of Information Technology
Computer Technology Timpview High School. A collection of local, regional, national, and international computer networks that are linked together to exchange.
How to Create an MLA citation for a web document....
BOOlean Logic The basis for digital electronics..
Internet Surfing Anna Avalos. Effective Research on the Internet Effective internet research Identify a Topic What is the Question? What are you looking.
Effective Internet Searching. Why use the Internet Search for a question Research a topic Current research Variety of sources, a click away What other.
Becoming an Expert in Searching the Internet What makes an Internet source credible?
Internet. History ARPA Backbone IP Addresses –4 numbers separated by dots –Hard to remember –Exclusive club of users.
Where Did It All Begin? The World Wide Web began at CERN in Geneva, Switzerland In one of the largest scientific laboratories in the world. The laboratory.
The Internet (World Wide Web) HTML The language use to format documents on the web ISP (Internet Service Provider ) A company that provides customer connections.
The Internet-The Great Information Superhighway Chapter 2.
Computer Technology. Where Did It All Begin?  The World Wide Web began at CERN in Geneva, Switzerland  In one of the largest scientific laboratories.
Valeria Urquijo Boolean Operators March 4, 2010
TODAY’S Lesson   Searching on the Internet . VOCABULARY  Search Engine  Web site  Spider  String/Indexer  Server  Link  Boolean  Query.
Kathy Schrock’s Guide * for Educators Adapted by Linda Kennedy to the Internet.
INTERNET SAFETY & POWERFUL PASSWORDS For Grades 3-5 WOLFTEVER CREEK ELEMENTARY.
Boolean for Info Navigating the Net and Finding what you Want.
Principles of Information Technology
Company LOGO In the Name of Allah,The Most Gracious, The Most Merciful King Khalid University College of Computer and Information System Websites Programming.
Wel come –Prepared by: BHAVIN TANK MILAN VEGAD. What is the.
Uniform Resource Locator URL protocol URL host Path to file Every single website on the Internet has its own unique.
BOOLEAN ALGEBRA BIRLA VISHVAKARMA MAHAVDYALAYA V. V. NAGAR Guided By: Prof. P. B. Swadas Prepared By:
Week-6 (Lecture-1) Publishing and Browsing the Web: Publishing: 1. upload the following items on the web Google documents Spreadsheets Presentations drawings.
CS 100, Lecture 2 The Internet CS 100 Mount Union College Spring, 2003.
Computer Technology Internet, ethics, and . EthicsInternetMisc.Internet
Who wants to be a Millionaire? Focus: The Internet.
How do we Keep on Learning?
Understanding Search Engines
2.2 Internet Basics.
The basis for digital electronics.
So You Think You Know How To Use The Internet?
Principles of Information Technology Basic Internet Functions
CS 100 Mount Union College Fall, 2002
The Internet.
Internet Searching: Finding Quality Information
Evolution of Internet.
Let’s Go Surfing: Internet Safety
Jim Barton Librarian Glenside Public Library District
Application of the Internet
Electronic Resources and the WWW
History of the Internet
Electronic Resources and the WWW
INTERNET.
Internet.
What is Internet Internet is a network of networks, linking computers to computers. Each runs software to provide or “serve” information and/or to access.
Instructor Name Instructor Title Library Name
Search engine questions
SEARCH ENGINES Booleans Logic Web crawlers Spoofs & Hoax's
Principles of Information Technology
Internet Research WebSites
Evaluating Internet Resources
Going Online Chapter 7 Copyright Prentice-Hall, Inc
Click here for info on web crawlers
Research Lesson 1 URLs & Hyperlinks How to access the World Wide Web.
Using Boolean Operators
What is the Internet?.
Research Lesson 1 URLs & Hyperlinks How to access the World Wide Web.
Internet Use.
Internet Research Techniques
The Internet.
What’s the big deal? Can’t I just find everything on Google?
Internet Vocabulary Terms
Search Engines How do search engines work?
Conducting Credible Internet Research: C.A.R.S.
Presentation transcript:

Exploring Computer Science Search Engine Basics Exploring Computer Science

Search Engines Search Engines are types of Application Software. They allow a user to find information on the internet There are several search engines available Google Search Bing Yahoo Ask.com Ask Jeeves Dog Pile Google Scholar Search Engines

Surfing – the term we use when exploring the Internet Hit – the term used when you connect to the page you are looking for. Link – allows you to jump from one site to another. Cyber Chat – Chatting with someone on the Internet. Often called Instant Messaging Common Internet Terms

.ORG Non-Profit Organizations .INT International .MIL Military .Com Commercial .Edu Educational .NET Network .GOV Government .ORG Non-Profit Organizations .INT International .MIL Military Common Domains

What Privacy? NOTHING is private on the internet. All visits to websites are tracked using cookies and data logs Passwords can help protect your information on the internet. Internet Privacy

Boolean Operators These are terms used to help find what you are looking for in a search engine Effective Searching

Boolean Logic Effective Searching Boolean logic is a form of algebra. All values are reduced to either TRUE or FALSE. Boolean logic is especially important for computer science because it fits nicely with the binary numbering system, in which each bit has a value of either 1 or 0. Effective Searching

And (+) Narrows your search Or Broadens your search Boolean Keywords And (+) Narrows your search Or Broadens your search Not (-) Excludes concepts Effective Searching

dairy products AND export AND Europe Boolean Examples Rivers AND Salinity dairy products AND export AND Europe Effective Searching

The OR operator (either, any) Boolean Examples The OR operator (either, any) fruit OR vegetables fruit OR vegetables OR cereal Effective Searching

Boolean Examples The NOT operator fruit NOT apples Effective Searching Look at the Boolean Machine http://rockwellschrock.com/rbs3k/boolean/index.htm Effective Searching

Boolean Examples Nesting Effective Searching When more than one element is in parentheses, the sequence is left to right. This is called "nesting." (foxes OR rabbits) AND pest control foxes OR rabbits AND pest control (animal pests OR pest animals) NOT rabbits Parentheses should be used to group terms joined by OR when there is any other operator in the search. Effective Searching

Order of precedence of Boolean operators Boolean Examples Order of precedence of Boolean operators The order of operations is: AND, NOT, OR Parentheses are used to override priority. Expressions in parentheses are processed first. Parentheses are used to organize the sequence and groups of concepts. Effective Searching