Font size
WorksheetsIST_Final
Total questions: 75
Worksheet time: 3hrs 2mins
This career involves setting up, designing, or troubleshooting networks. It can even include designing antivirus and other network security programs.
Web Designer
Network Specialist
Video Game Designer
Computer Engineer
Which component provides high-speed, temporary memory?
Random Access Memory (RAM)
Optical Drive
Hard Drive
Motherboard
Which component is the chip that performs the math and logical calculations(thinking)?
Monitor
Central Processing Unit (CPU)
Random Access Memory (RAM)
Hard Drive
This type of problem solving strategy involves breaking a large problem into smaller parts until it can no longer be divided then solving the smaller parts of the problem.
Asking question
Look for familiar
Divide and conquer
Which component contains one or more metal disks used to store files long term?
Monitor
Hard Drive
Network Card
Motherboard
This career involves developing applications and software to be used in various devices including robots, ATMs, and computers.
Network Specialist
Computer Programmer
Web Designer
Multimedia Artist
Which component enables the connections of a monitor and may provide additional graphics capabilities?
Hard Drive
Random Access Memory (RAM)
Video Card
Central Processing Unit (CPU)
Choose which best describes the following type of hardware device: USB Drive
Input
Output
Storage
Which component is the main circuit board that connects all computer components together?
Central Processing Unit (CPU)
Hard Drive
Motherboard
Video Card
What does PC stand for?
Personal Computer
Processed Calculations
Professional computation
Persistent connectivity
All of the following are examples of mobile devices except?
Servers
Smartphones
GPS devices
Tablet computers
What are the four phases of the digital revolution?
Giant computers, personal computers, networked computers, and cloud computing.
Supercomputers, networked computers, smartphones, and servers.
Smartphones, tablets, GPS devices, and personal computers.
Supercomputers, networked computers, smartphones, and servers.
What effect have computers had on worker productivity?
Using computers in the workplace has decreased the efficiency, speed, level of detail, and overall progress of many typed of jobs.
Using computers in the workplace has increased productivity in all blue-collar jobs, but not all white-collar jobs.
Using computers in the workplace has increased the efficiency, speed, level of detail, and overall progress of man types of jobs.
Using computers in the workplace has decreased the efficiency, speed, level of detail, and overall progress of many typed of jobs.
the main heading in a web document?
HTML stands for
Hyper Text Marker Language
Hyper Text Marker Lingo
Hyper Text Markup Language
Hyper Text Markup Lingo
CSS stands for
Code Style Sheet
Coding Style Sheet
Cascading Sheet Style
Cascading Style Sheet
Which is the correct CSS syntax?
body {color: yellow;}
body:color=yellow;
{body:color= yellow;}
{body;color: yellow;}
Which one is the correct syntax for CSS?
property {selector : value}
value {property : selector}
selector {value : property}
selector { property : value}
<p> is
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag
What are the different methods to create CSS?
External CSS
Inline CSS
Internal CSS
Online CSS
What is the difference between an HTML Tag and an HTML element?
An HTML Tag is case sensitive and an HTML element is not case sensitive.
An HTML Tag is always paired and an HTML element is an "empty" tag.
An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.
An HTML Tag defines content and an HTML Element gives additional meaning and content.
Which of these is a loop?
if(x<10)
while(x<10)
var x=10;
text(x,10;10)
Which of the following will decrease the value of x?
x--;
x-1;
x=x;
x=-x;
Greater than or equal to
> or =
> || =
>=
<=
When we are done with a line what do we put at the end?
a colon :
a semi-colon ;
a period .
a quotation mark "
When we surround a word with quotes "David" it's called ?
a program
a loop
a string
a command
What is a variable
Store values in containers so we can use them later.
Store values in containers so we can use them never.
Store values in containers so we can use them once.
Store values in containers so we can't use them later.
A short form writing the word variable is
rav
VAR
var
varia
The ability to use technology and the Internet in an appropriate, responsible way.
Administration
Coding
Digital Citizenship
User Interface
A person who is the object of an intentional action is a target.
True
False
A person who intentionally commits acts to hurt or damage someone.
Offender
Hater
Target
Upstander
The exclusive right of an intellectual property owner to reuse or distribute their creative work (such as print, publish, perform,
film, or record the creative work).
Creative Commons
Attribution Share-Alike
Copyright
Fair Use
The ability to use a small amount of copyrighted work without permission, but only in certain ways or specific situations.
such as schoolwork and education, news reporting, criticizing/commenting on something, comedy or parody.
Fair Use
Public Domain
Creative Commons
Copyright
A kind of copyright that makes it easier for people to copy, share, or build on a creative work (as long as users give credit to the creator).
Copyright
Fair Use
Reposting
Creative Commons
This definition matches which term below:
The set of guidelines that digital users should consider when working with the technological community. It is a set of online manners that are needed to create a safe environment for all users.
digital etiquette
algorithm
phishing
bias
filter bubble
This definition matches which term below:
a type of social engineering where someone tries to trick you into giving them your personal and sensive information
algorithm
phishing
filter bubble
bias
digital etiquette
This definition matches which term below:
a step by step procedure for solving a problem
algorithm
phishing
filter bubble
bias
digital etiquette
This definition matches which term below:
a preference for or against a thing, person, or group compared to another
algorithm
phishing
filter bubble
bias
digital etiquette
Which of the following is NOT a suggestion for ensuring safety of private information in your email?
watch for unknown sender
watch for urgent tone and bad grammar
watch for dates of scheduled meetings
watch for unexpected attachments
Artificial intelligence is . . .
a machine that thinks and acts like humans
when someone pretends to be very smart
when factories program machines to follow one set of instructions over and over again with no modifications
when machines have the ability to complete tasks by imitating human thinking and learning
Which of the following is evidence that proves AI can improve workplace safety?
Facial recognition can be used for passive, warrantless surveillance without knowledge of the person being watched.
AI doesn't get stressed, tired, or sick, so accidents will decrease, and AI (instead of people) can manage more dangerous tasks.
AI such as smart thermostats, smart lighting, etc., can be automated to work on a schedule to help people with disabilities lead more independent lives.
AI may replace some jobs, creating income inequality and increased unemployment
Which of the following is evidence that proves AI poses dangerous privacy risks?
Facial recognition can be used for passive, warrantless surveillance without knowledge of the person being watched.
AI doesn't get stressed, tired, or sick, so accidents will decrease, and AI (instead of people) can manage more dangerous tasks.
AI such as smart thermostats, smart lighting, etc., can be automated to work on a schedule to help people with disabilities lead more independent lives.
AI may replace some jobs, creating income inequality and increased unemployment
Which of the following best defines cryptography?
Digging through old crypts (old computer files)
Concealing information through a code, allowing only authorized individuals with the corresponding key to decipher it.
Securing data transmission using complex mathematical algorithms.
Fooling hackers by using html and other programming languages
What keyword is missing from this code?
(a)
What is "THIS?"
A variable (変数)
A function (関数)
A table (テーブル)
A parameter (引数)
What are the three MAIN functions used in PICO-8
_INIT()
_UPDATE()
_DRAW()
IF
THEN
TRUE
START()
SAVE()
FOLDER()
What keyword is missing?
IF
THEN
DO
UNTIL
Which code shows:
1) create a new table called "P"
2) add an X coordinate
3) add a Y coordinate
P.X=2
P.Y=4
P={}
X=2
Y=4
P= NEW TABLE
X=2
Y=4
P={}
P.X=2
P.Y=4
Where can I create music?
Where can I create sound effects?
Where can I draw a map?
Where can I write code?
Where can I create drawings of characters and items?
What was the first named video game played at the comfort of one's home?
Donkey Kong
Mario Kart
Pac Man
Pong
The ______ designer is responsible for gathering all parts of the video game and put them together.
level
clothing
uniform
What video game company created the 1st hand-held console?
Sony
Sega
Nintendo
Xbox
an electronic game that creates an artificial game environment on a video screen
Video Game
Game Console
Multiplayer
Tomb Raider
Finding and fixing problems in an algorithm or program
Bug
program
frame
debugging
Part of a program that does not work correctly
program
bug
sprite
variable
In which direction will the sprite move?
bee.y = bee.y + 2
left
right
up
down
_ is simply a computer science-y term that means a true/false value.
Boolean
Boolean Expression
Boolean Value
The common programming structure that implements "conditional statements".
If-Statement
Boolean Expression
Boolean
What does the following line of code do?
var x = 10;
Creates a variable named 'x' and assigns it the value 10
Creates a variable named '10' and assigns it the value 'x'
Checks if the variable 'x' is equal to 10
None of the above
Which sprite property would you change to resize the sprite?
sprite.x
sprite.y
sprite.scale
sprite.rotation
