Pre Work Cyber class Flashcards
In computer terminology, an operator is?
an operator is a symbol that represents an action or a process.
What are the two types of operators?
Search Operators and Boolean Operators
What is a Search Operator?
Search operators are the words or symbols that tell the engine which results to return.
What is a Boolean Operator? How many are there? What are they?
Boolean operators define relationships among search terms.
The three Boolean operators are AND, OR, and NOT, and most search engines support their use.
Explain the 3 Boolean operators
The three Boolean operators
Using AND narrows your search results to only those containing all your search terms.
Using OR broadens your search by connecting two or more terms.
Using NOT excludes specific terms from your search results.
What does this search operator do?
” “
Exact Phrase- your search term or phrase in quotes to limit your results to pages with the same words in the exact order as those within the quotes.
“Cybersecurity”
Exact
Use the following punctuation marks to get more specific search results:
Exact phrase: When you put a phrase in quotes (“ “), the results will only include pages with the exact words in the same order as those inside the quotes.
For example, if you look for Martin Luther King’s “I Have a Dream” speech, using quotes excludes irrelevant results.
What does this search operator do?
-
Exclude Words- a minus sign or dash before a word or site excludes that word or site from your results.
Cyber -security
Exclude words: When we use a minus sign or dash (-) before a word or site, it excludes that word from our results.
For example, this is useful for words with multiple meanings and distinguishes Puma - the shoe brand, and Puma - the animal.
What does this search operator do?
*
Unknown Terms
*Use an asterisk in your search to represent any unknown or unspecified terms.
*Cybersecurity
Unknown terms: Add an asterisk (*) as a placeholder for any unknown or wildcard terms.
For example, you are looking for your favorite quote, but you can’t remember it exactly. You can search for the words you do remember and put asterisks in place of the words you don’t remember.
Like this quote from The Alchemist, something about the darkest hour of the night…
What happens if you use the search operator:
File Type
If you include filetype: and the suffix of the file type you are looking for in your query, Google restricts the results to the relevant pages.
Cybersecurity
filetype:pdf
What does the search operator mean:
Inurl
Searches within the URL of a web page.inurl: Cybersecurity
How does the range search work?
Range
Numbers in a range: Separate numbers by two periods without spaces to limit your results to those containing numbers in a range.
For example, you want to purchase a new iPhone in the price range of $300 to $700.
Example: iphone x $300..$700
How does the Specific Site operator work?
Specific Site
Write site: to narrow your results to specific sites or domains.
For example, if you are looking for a Wikipedia page, enter the subject you’re searching for and add site: wikipedia.org
Example: mitosis site: wikipedia.org
How do you use the related sites operator?
Related Sites
Find sites that are similar to a web address you already know by using related:
For example, suppose you want to read articles on an American news website. If you don’t remember the site’s specific name, search–related: times.com and several American news websites will be displayed on the Google results screen.
Example: Yosemite related: times.com
How does File Search operator work?
File Search
File Type: If you include filetype: and the suffix of the file type that you are looking for in your
query, Google restricts the results to the relevant pages.
For example, if you are looking for a PDF of the Harvard University 2014 financial report, search:
Example: Harvard University 2014 financial report filetype: pdf
How does File Type Search operator work?
File Type Search
The term filetype:pdf will search for PDF documents and filetype:xls will search for Excel sheets. The filetype operator must have at least one additional search term.
For example, we could search for Excel sheets containing passwords with the following query:
Example: filetype:xls password
This can lead us to amazing results
Where can you find all the operators so you don’t have to memorize them?
you can also use the Advanced Search page to create advanced searches on www.google.com/advanced_search
What is a computer?
A computer is an electronic machine that processes information - in other words, an information processor.
What process/task is input?
The information taken in is called input.
What is storage on a computer? Types of storage?
Once stored, the information is better known as storage (or memory).
Memory/storage
All of your data is stored on a hard drive, a huge magnetic memory repository. However, smaller computer-based devices, such as flash memory cards, provide other kinds of storage.
What is processing?
The action of working on this information is also known as processing.
What is output? Examples of output?
The results, which the computer spits out at the end, are called outputs.
Output
Your computer monitor, which can show high-resolution graphics, and stereo speakers are examples of output devices.
What are Input units? examples of them?
Input units
Methods for inputting information into your computer for processing.
For example, keyboard, mouse, microphone, and GPS.
What is the Process or processor in your computer?
Process
The processor in your computer (also known as the CPU or central processing unit) is a microchip hidden deep within the computer.
It works extremely hard and becomes quite heated in the process. It is the reason why a computer sometimes overheats and why your computer has a fan inside to protect its brain from overheating!
All computers have numerous external buttons and ports, and each computer has its own set of buttons and ports.
What is the Power Port?
The power port is a computer or other device connector that enables it to receive power from an electric socket and charge its battery.
What is the Ethernet Port?
Ethernet Port
This port enables you to connect to the internet (if you are not using WiFi), using an Ethernet cable connected to your modem or router.
What is the Monitor Port?
Monitor Port
If you have a desktop or a laptop, you can use the monitor port to connect additional monitors, such as an extra screen. There are several types of monitor connections: HDMI, VGA, Mini Displayport, and USB-C.
What are the 4 types of Monitor Ports?
VGA, HDMI, Mini Display Port, USB-C
What is a USB Port?
USB Ports
The Universal Serial Bus port is used to connect keyboards, mice, printers, and many other removable devices. Most computers have multiple USB ports.
What is the Audio Port do?
Audio Port
This port lets you connect headphones or speakers directly to your computer.
What are the four main tasks computers do?
Computers have four main tasks: They input information, store and process the information, and then output it. Each of these things is done by a different part of the computer.
When you press the letter “M” on your keyboard? Explain the process…
the keyboard converts the letter to a number sent as something called binary into the computer.Binary is the computer language in this case. Upon receiving this number, the CPU requests step-by-step instructions from memory to calculate how to represent the letter “M” in pixels. The CPU runs these instructions and stores the results in memory. Finally, the pixels of “M” are sent in binary to the screen. The screen is the output device, so it converts the binary signals into a readable form on your screen, which is what you see.