Internet Research
Internet Research
REQUIREMENTS FOR
INTERNET SEARCH
OBJECTIVES
At the end of the learning period, the students should be able to:
A. discuss the requirements for internet search;
B. use basic functions in different browsers to locate information; and
C. enter appropriate search criteria/or URL, relevant links to locate
the required information.
TRUE OR FALSE
TRUE
TRUE OR FALSE
TRUE
TRUE OR FALSE
TRUE
TRUE OR FALSE
FALSE
“Collect What You Need, Discard
What You Don't Need”
Web searching can be a frustrating task. In a
search engine, you enter a word or phrase and comes to
a stack of irrelevant information. The ability to refine
your search is what you need to learn to get exactly
what you want on the net.
Strategies for finding the latest and most
appropriate content include the
following:
STRATEGIES FOR FINDING THE LATEST AND MOST
APPROPRIATE CONTENT INCLUDE THE FOLLOWING:
1. Use different search engine: get used in using multiple search engines as
Example: If you're looking for scientific research on climate change, you might
search engines like Google. Each may yield different results, providing a more
comprehensive view.
STRATEGIES FOR FINDING THE LATEST AND MOST
APPROPRIATE CONTENT INCLUDE THE FOLLOWING:
relevant results.
STRATEGIES FOR FINDING THE LATEST AND MOST
APPROPRIATE CONTENT INCLUDE THE FOLLOWING:
3. Simplify search terms: remove needless word stops and avoid suffixes.
sources, simplify your query by using terms like "solar power," "wind
4. Use quotation marks: It narrows the searches for words and phrases in
particular.
for "artificial intelligence" in quotes will ensure that the search engine returns
1. You are a student researching the impact of social media on mental health and
want to find scholarly articles. How can you use operators to refine your search?
2. You are a tech enthusiast looking for the latest smartphone reviews but want to
exclude results from e-commerce websites. How can you refine your search?
3. You're a history buff researching World War II and want information from
government websites. How can you use operators to narrow down your search?
4. You are a health-conscious individual looking for information about the benefits
of meditation, but you want to avoid promotional content. How can you refine
your search?
5. You are planning to buy a new laptop and want reviews from technology forums.
How can you refine your search to target forum discussions?
BROWSERS
window.
FEATURES
- "www" is the World Wide Web and is used to distinguish the content.
- This part of the URL is not required and might be left out.
- Typing http://www.depedpasig.com for instance will still get to the
DepEd Division of Pasig website.
- This portion of the address can also be substituted for an important
sub-page known as a subdomain.
DEPEDPASIG.COM
• The domain name for the website is "depedpasig.com". The last part
of the domain is known as the suffix of the domain, or top-level
domain (TLD).
• This is used to describe the website type or location
“.com” for example is short for commercial purposes, “.org” is short for
an agency, and “. gov.ph” is a shortcut for the Philippine government.
/MEMO/U/
- Finally, the real web page on the domain that you are browsing is
url.htm.
- The .htm is the file extension of the web page showing that the script
is an HTML file. A lot of file extensions are used
like .jpg, .gif, .php, .asp, .html .cgi, and .xml.
- Each of these file extensions has a different purpose, much like all of
the other file types on your computer.
https://www.techtarget.com/searchcio/
resources/Digital-transformation
https://www.techopedia.com/topic/4/
cybersecurity
https://www.nagb.gov/about-us/quarterly-
board-meetings/2023/2023-august/adc-08-
2023.html
GROUP ACTIVITY:
Choose 5 URLs from the internet and identify the following on each of
the URLs:
• Protocol
• Subdomain
• Domain
• Domain suffix
• Directories
• Web page
WHERE IS THE URL LOCATED?
-The address bar containing the URL will disappear in most smartphone and
tablet browsers as you scroll down and only show the domain when viewable
HOW TO OPEN AN URL?
Some search engines like the files in databases or open directories are
available. It could be a combination of links to web sites, photos, videos,
infographics, research papers, posts, and other forms of files. There is part of the
internet called a deep web that is not searchable by a web search engine. They
are hidden mostly contains sensitive and delicate information so do not
attempt to access. Information is real-time by running an algorithm on a web
crawler often hold by human editors and search engines like web archives.
BOOKMARK
Using a bookmark help you find a web page that you want to
look for the following day because the webpage remembers it.
easy access to that web page. You can always access that
bookmark and view the web page as many times as you want
browsers:
● Opera - Ctrl+Shift+B
LINK
pages.
LINK
Many text links are blue since this is the normal web browser
• Image Link:
• <a
href="https://techterms.com/definition/computer"><img
src="/images/computer.jpg" alt="desktop PC"></a>
RELATIVE AND ABSOLUTE LINKS
• The first link above is an example of a relative link since the domain
name is not included. Instead its link to the current website is relative.
The path starts with the root directory because the connection starts
with a forward slash. Also, the path is relative to the current URL if
there is no relative relation starting with a forward slash.
• While an absolute links includes a domain name just like on the second
link above.
RELATIVE AND ABSOLUTE LINKS