NEW
Font size
WorksheetsWorkplace Technology Skills - Semester Review
Total questions: 50
Worksheet time: 24mins
Who is considered the Father of Computers?
Bill Gates
Steve Jobs
Charles Babbage
Tim Berners Lee
Ada Lovelace was known for her skills regarding:
programming
networking
typing
debugging
The extension .com refers to commercial. Who is allowed to create a website with that extension?
government officials
scientists
doctors
ANYONE
All computers have these basic 4 parts: input, output, processor, and _____
CPU
storage
binary
NIC card
This invention was 1,000 times faster than any machine built before it. It was so big that it could fill up a house. 1st Computer - what was it called? (I mentioned it was about as big as our multipurpose gym floor in size.)
Apple I
ENIAC
Windows
23
Who were the founders of Apple computers?
Steve Jobs and Steve Woziak
Bill Gates and Steve Jobs
Charles Baggage and Pascal
John Napier and Schickard
0 and 1 are known as ___.
tertiary
trinary
binary
programming
A programmable machine can:
perform a number of tasks
do math faster than a person
read multiple computer languages
display data on a screen
If you were one of the first people to operate ENIAC, what information would you likely have computed?
Bombing targets
Planetary movements
Stock prices
Census data
Which of the following word pairs best symbolizes the ones and zeroes in binary code?
sight and sound
yes and no
red and blue
want and need
Choose the best answer for this image. (referring to the chip)
integrated circuit
microprocessor
transistor
artificial intelligence
Type documents and send email
Browse the Internet
Store and retrieve data
All answers are correct
Which part is a wide and flat typically green circuit board, with slots for other components?
power supply
RAM module
hard drive
motherboard
The CPU is an acronym for the ___
cybernetic processing unit
central processing unit
central power unit
circuit performance unit
RAM stands for ___
random access memory
reliably accessed memory
reliable access module
recurring access module
A hard drive is often referred to as ___
a disk drive, or storage
the CPU, or processor
the main board, or MOBO
RAM, or memory
At some point, all of the data in your computer goes through which component?
hard drive
power supply
graphics card
CPU
___________ is another word for a portable computer.
Desktop
Laptop
Computer
_________________ connects the computer to networks such as the internet.
A router
A cable
A scanner
Mac (ios) and Windows are examples of....
operating systems
computers
apps
________________ and _________________ protect our computers from insecure networks.
malware - viruses
firewall - antivirus programs
malware - antivirus
The best definition of hacking is:
Glass frog slippers
Gaining an unfair advantage
Gaining unauthorized access
Gaining a black, grey or red hat
How can you reduce the chances of being hacked?
Don't use open WiFi
Keep your anti-virus software up to date
Install all available updates to your operating system regularly
All of the answers are correct
What are the 3 most common categories of hackers?
Black, White and Gray
Green, Blue and Teal
Yellow, Magenta and Green
Orange, Pink and Yellow
Which are all examples of Microsoft Office Apps?
Docs, Word, Excel
Sheets, Excel, Word
Slides, PowerPoint, Word
Word, PowerPoint, Excel
This refers to saving a file remotely (not on your local computer/phone).
cloud storage
hard drive
jump drive
none are correct
What is the shortcut for "copy"?
Ctrl+C
Ctrl+Alt+Delete
Ctrl+V
Ctrl+Z
What is the shortcut for "paste"?
Ctrl+C
Ctrl+Alt+Delete
Ctrl+V
Ctrl+Z
What is the shortcut for "undo"?
Ctrl+C
Ctrl+Alt+Delete
Ctrl+V
Ctrl+Z
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
What tag is at the beginning of HTML code?
<b>
<li>
<html>
<start>
What tag ends the HTML programming?
</html>
<head>
</end>
</body>
What does a closing tag look like?
< >
</ >
</ \ >
<< >>
Which tag would you use for an ordered list?
<ol>
<ul>
<li>
None of the above
What is the difference between <h1> and <h2>?
<h1> is larger in size than <h2>
<h2> is larger in size than <h1>
both are the same size but different headings
none of these are correct
Which tag would you use to insert a image?
<marquee>
< a href>
<br>
<img src>
Which tag would you use to create a hyperlink?
<a href>
<img src>
<br>
<link>
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
