Font size
WorksheetsCyber Foundations II Semester Study Guide
Total questions: 57
Worksheet time: 40mins
Keep all (a) away from the computer
What is a surge protector? Should it be used for your electronic devices?
A surge protector sends extra electricity to your devices.
A surge protector keeps electronic devices from surging with electricity. It protects your computer from electrical shocks or surges.
A surge protector does not keep electronic devices from surging with electricity. It does not protect your computer from electrical shocks or surges.
Remove external storage devices (such as CD, DVD, USB flash drives or thumb drives) when light is OFF and prompted to remove. (T or F)
True
False
Hearing loss can occur at what decibel?
25 decibels
85 decibels
125 decibels
300 decibels
Which of the following are proper keyboarding techniques:
Feet flat on the floor
Neck at 90 degree angle
Fingers curved and upright over home row keys
Wrists low on the desk but not touching
Eyes on the computer screen or copy
Suzy needs to email her assignment to her teacher, Mr. Lowe. She created it as a Microsoft Word document and needs to send it with her email. What is this called?
attachment
subject line
drafts
image
What is the first thing you should do if someone asks you to send them inappropriate pictures of yourself online, or asks for ANY type of personal information?
Close your browser
Take a screenshot
Tell a trusted adult
Defriend them
Typing in all CAPS means that you are (a) .
The exchange of electronic messages and computer files between computers that are connected to the Internet or some other computer network is called (a)
An answer to the person that has written to you.
send
inbox
reply all
reply
An answer to the person that has written to you AND anyone else who was included in your email.
send
inbox
reply all
reply
What is the correct format for your school email address?
MSIS#@student.madison.schools.com
MSIS#@students.madison-schools.com
MSIS#@students.madison.schools.com
MSIS#@students-madison-schools.com
What is the name of the program in Office 365 that you use to read email messages called?
Outlook
OneDrive
Office 365
Canvas
What is the name of the program in Office 365 that allows users to save files in Cloud storage without having to use a flash drive?
Outlook
OneDrive
Office 365
Canvas
Identify #1 in the email window
Send button
Inbox
Drafts
Signature
Identify #2 in the email window
One Drive
Inbox
Outlook
Office 365
Identify #3 in the email window
Encrypt
Attachment
Inbox
Signature
Identify #4 in the email window
To
Attachment
Inbox
Signature
Identify #5 in the email window
To
Attachment
Inbox
Discard
Identify #6 in the email window
To
Body
Inbox
Signature
Identify #7 in the email window
To
Body
Inbox
Sent Items
Identify #8 in the email window
To
Body
Inbox
Sent Items
Identify #9 in the email window
Start a new message
Send a link
Inbox
Delete an old message
Identify #10 in the email window
Inbox
Send button
Subject line
Draft
What is the "P" in PERC of email etiquette?
(a)
What is credible news?
able to be believed; trustworthy
not trustworthy
sketchy
What does it mean to corroborate a piece of information?
A spending plan or record of projected and actual income and expenses over a period is a:
(a)
An arrangement to receive cash, goods, or services now and pay for them in the future is a:
(a)
The intersection of a row and a column is:
(a)
In a spreadsheet program, they appear vertically and are identified by letters at the top of the worksheet window.
(a)
In a spreadsheet program, they appear horizontally and are identified by numbers on the side of the worksheet window.
(a)
What cell format is shown?
Fill Color
Font Color
Orientation
Wrap Text
What cell format is shown?
Fill Color
Orientation
Font color
Wrap text
What cell format is shown?
Fill Color
Orientation
Font color
Wrap text
What cell format is shown?
Fill Color
Orientation
Font color
Wrap text
(a) copies a cell’s contents and/or formatting into an adjacent cell or range of cells.
What happens if a number is too long for the cell?
??????
ERROR!
######
!!!!!!
In the picture below, write the formula that would correctly show the result you see in cell E22.
=SUME7:E21
=(E7:E21)SUM
SUM(E7:E21)
=SUM(E7:E21)
What would the tool shown below be used for?
Change the width of a column
Change the height of a row
Make bold
Autofill the column
A graphical representation of data.
(a)
List the four steps of the problem-solving process:
Define, Print, Try, Reflect
Deconstruct, Prepare, Trouble-shoot, Review
Reflect, Define, Prepare, Try
Define, Prepare, Try, Reflect
Part of the program that does not work correctly
(a)
Finding and fixing problems in an algorithm or program
(a)
An algorithm that has been coded into something that can be run by a machine
(a)
A label for a piece of information used in a program
(a)
A character on the screen with properties that describe its location, movement, and look
(a)
What is the Y position of the rectangle in the lines of code below?
75
100
150
200
What is the X position of the rectangle in the lines of code below?
75
100
150
200
Will the lines of code in the picture below draw the picture in the grid?
yes
no
Will the lines of code in the picture below draw the picture in the grid?
yes
no
List the pair of numbers for the X,Y position of the green rectangle.
0, 300
250, 100
400, 100
50, 50
List the pair of numbers for the W, H position of the green rectangle.
0, 300
250, 100
400, 100
50, 50
If you wanted to change the cloud's color in line 9, what word would have to replace in your lines of code?
fill
white
yellow
color
In Code.org, the X,Y position relates to (a) .
In Code.org, the W, H position relates to (a) .
For an object or character to appear, should the "drawSprite" command appear before or after the sprite is created?
before
after
