01 My Digital World - Lesson 2
01 My Digital World - Lesson 2
Computer Science UK Membership Site Licence: Do not share outside your centre.
1
Computer Science UK Key Stage 3 Computing
If we type in the search term Cheddar OR Cheese, the search engine will find all
webpages which contain the words CHEDDER and CHEESE (but not necessarily together),
and also the pages that have the word CHEDDAR (but not CHEESE) and also the pages
that have the word
CHEESE (but not
CHEDDAR). This operator
therefore helps us open up
our search.
TASKS
Computer Science UK Membership Site Licence: Do not share outside your centre.
2
Computer Science UK Key Stage 3 Computing
2: Complete the table below by doing the following tasks for each row of the table:
River Otter
River OR Otter
River -Otter
“River Otter”
3: Extension
Computer Science UK Membership Site Licence: Do not share outside your centre.
3
Computer Science UK Key Stage 3 Computing
You are going to write a Google search using more than one Boolean operators ( NOT,
AND, OR).
Examples:
CandidateNumber = “0010”
Will select students who live in Hampshire and are in turor group SJR
Write the search to find students from tutor group SJR who also live in Hampshire and all
the students in tutor group JLH
Computer Science UK Membership Site Licence: Do not share outside your centre.
4
Computer Science UK Key Stage 3 Computing
Write the search to find students who are in SJR and JLH and who also live in Hampshire.
Computer Science UK Membership Site Licence: Do not share outside your centre.
5