wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IST_Final

Total questions: 75

Worksheet time: 3hrs 2mins

Name
Class
Date
1.

This career involves setting up, designing, or troubleshooting networks. It can even include designing antivirus and other network security programs.

a)

Web Designer

b)

Network Specialist

c)

Video Game Designer

d)

Computer Engineer

2.

Which component provides high-speed, temporary memory?

a)

Random Access Memory (RAM)

b)

Optical Drive

c)

Hard Drive

d)

Motherboard

3.

Which component is the chip that performs the math and logical calculations(thinking)?

a)

Monitor

b)

Central Processing Unit (CPU)

c)

Random Access Memory (RAM)

d)

Hard Drive

4.

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.

a)

Asking question

b)

Look for familiar

c)

Divide and conquer

5.

Which component contains one or more metal disks used to store files long term?

a)

Monitor

b)

Hard Drive

c)

Network Card

d)

Motherboard

6.

This career involves developing applications and software to be used in various devices including robots, ATMs, and computers.

a)

Network Specialist

b)

Computer Programmer

c)

Web Designer

d)

Multimedia Artist

7.

Which component enables the connections of a monitor and may provide additional graphics capabilities?

a)

Hard Drive

b)

Random Access Memory (RAM)

c)

Video Card

d)

Central Processing Unit (CPU)

8.

Choose which best describes the following type of hardware device: USB Drive

a)

Input

b)

Output

c)

Storage

9.

Which component is the main circuit board that connects all computer components together?

a)

Central Processing Unit (CPU)

b)

Hard Drive

c)

Motherboard

d)

Video Card

10.

What does PC stand for?

a)

Personal Computer

b)

Processed Calculations

c)

Professional computation

d)

Persistent connectivity

11.

All of the following are examples of mobile devices except?

a)

Servers

b)

Smartphones

c)

GPS devices

d)

Tablet computers

12.

What are the four phases of the digital revolution?

a)

Giant computers, personal computers, networked computers, and cloud computing.

b)

Supercomputers, networked computers, smartphones, and servers.

c)

Smartphones, tablets, GPS devices, and personal computers.

d)

Supercomputers, networked computers, smartphones, and servers.

13.

What effect have computers had on worker productivity?

a)

Using computers in the workplace has decreased the efficiency, speed, level of detail, and overall progress of many typed of jobs.

b)

Using computers in the workplace has increased productivity in all blue-collar jobs, but not all white-collar jobs.

c)

Using computers in the workplace has increased the efficiency, speed, level of detail, and overall progress of man types of jobs.

d)

Using computers in the workplace has decreased the efficiency, speed, level of detail, and overall progress of many typed of jobs.

14.
What is the difference between an HTML Tag and an HTML element?
a)
An HTML Tag is case sensitive and an HTML element is not case sensitive.
b)
An HTML Tag is always paired and an HTML element is an "empty" tag.
c)
An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.
d)
An HTML Tag defines content and an HTML Element gives additional meaning and content.
15.
Which item refers to the start tag, the end tag and everything in between?
a)
HTML Element
b)
HTML Tag
c)
HTML Attribute
d)
CSS
16.
Jerry wants to insert a line break into his webpage. Which code should he use?
a)
<ul>
b)
<li>
c)
<br>
d)
<h1>
17.
Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines
the main heading in a web document?
a)
<h3>Product</h3>
b)
<h5>Product</h5>
c)
<h1>Product</h1>
d)
<h6>Product</h6>
18.
Which tag defines the visible content of a web document?
a)
<head>
b)
<meta>
c)
<title>
d)
<body>
19.
What tag defines the beginning of a webpage?
a)
<html>
b)
<h1>
c)
<p>
d)
<body>
20.
A properly coded HTML tag will always be found between which two symbols?
a)
( )
b)
{ }
c)
[ ]
d)
< >
21.
When using a text editor, what file extension(s) must be used when saving as a web document?
a)
txt
b)
html or htm
c)
doc
d)
css
22.
Which line of code correctly places a gif image named "tiger" into a webpage?
a)
<img src="tiger" alt="BengalTiger" />
b)
<img gif=tiger alt="BengalTiger">
c)
<image source="tiger.gif" alt=BengalTiger" />
d)
<img src="tiger.gif" alt="BengalTiger" />
23.

HTML stands for

a)

Hyper Text Marker Language

b)

Hyper Text Marker Lingo

c)

Hyper Text Markup Language

d)

Hyper Text Markup Lingo

24.
Between which paired tags would the visible content of a webpage be displayed?
a)
<html></html>
b)
<head></head>
c)
<body></body>
d)
<title></title>
25.

CSS stands for

a)

Code Style Sheet

b)

Coding Style Sheet

c)

Cascading Sheet Style

d)

Cascading Style Sheet

26.

Which is the correct CSS syntax?

a)

body {color: yellow;}

b)

body:color=yellow;

c)

{body:color= yellow;}

d)

{body;color: yellow;}

27.

Which one is the correct syntax for CSS?

a)

property {selector : value}

b)

value {property : selector}

c)

selector {value : property}

d)

selector { property : value}

28.
http://www.google.com is an example of a what?
a)
URL
b)
IP address
c)
Browser
d)
Application
29.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
30.

<p> is

a)

punctuation tag

b)

closing paragraph tag

c)

closing punctuation tag

d)

paragraph tag

31.

What are the different methods to create CSS?

a)

External CSS

b)

Inline CSS

c)

Internal CSS

d)

Online CSS

32.

What is the difference between an HTML Tag and an HTML element?

a)

An HTML Tag is case sensitive and an HTML element is not case sensitive.

b)

An HTML Tag is always paired and an HTML element is an "empty" tag.

c)

An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.

d)

An HTML Tag defines content and an HTML Element gives additional meaning and content.

33.

Which of these is a loop?

a)

if(x<10)

b)

while(x<10)

c)

var x=10;

d)

text(x,10;10)

34.

Which of the following will decrease the value of x?

a)

x--;

b)

x-1;

c)

x=x;

d)

x=-x;

35.

Greater than or equal to

a)

> or =

b)

> || =

c)

>=

d)

<=

36.

When we are done with a line what do we put at the end?

a)

a colon :

b)

a semi-colon ;

c)

a period .

d)

a quotation mark "

37.

When we surround a word with quotes "David" it's called ?

a)

a program

b)

a loop

c)

a string

d)

a command

38.

What is a variable

a)

Store values in containers so we can use them later.

b)

Store values in containers so we can use them never.

c)

Store values in containers so we can use them once.

d)

Store values in containers so we can't use them later.

39.

A short form writing the word variable is

a)

rav

b)

VAR

c)

var

d)

varia

40.

The ability to use technology and the Internet in an appropriate, responsible way.

a)

Administration

b)

Coding

c)

Digital Citizenship

d)

User Interface

41.

A person who is the object of an intentional action is a target.

a)

True

b)

False

42.

A person who intentionally commits acts to hurt or damage someone.

a)

Offender

b)

Hater

c)

Target

d)

Upstander

43.

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).

a)

Creative Commons

b)

Attribution Share-Alike

c)

Copyright

d)

Fair Use

44.

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.

a)

Fair Use

b)

Public Domain

c)

Creative Commons

d)

Copyright

45.

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).

a)

Copyright

b)

Fair Use

c)

Reposting

d)

Creative Commons

46.

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.

a)

digital etiquette

b)

algorithm

c)

phishing

d)

bias

e)

filter bubble

47.

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

a)

algorithm 

b)

phishing

c)

filter bubble

d)

bias

e)

digital etiquette

48.

This definition matches which term below:


a step by step procedure for solving a problem

a)

algorithm 

b)

phishing

c)

filter bubble

d)

bias

e)

digital etiquette

49.

This definition matches which term below:


a preference for or against a thing, person, or group compared to another

a)

algorithm 

b)

phishing

c)

filter bubble

d)

bias

e)

digital etiquette

50.

Which of the following is NOT a suggestion for ensuring safety of private information in your email?

a)

watch for unknown sender

b)

watch for urgent tone and bad grammar

c)

watch for dates of scheduled meetings

d)

watch for unexpected attachments

51.

Artificial intelligence is . . . 

a)

a machine that thinks and acts like humans

b)

when someone pretends to be very smart

c)

when factories program machines to follow one set of instructions over and over again with no modifications

d)

when machines have the ability to complete tasks by imitating human thinking and learning

52.

Which of the following is evidence that proves AI can improve workplace safety?

a)

Facial recognition can be used for passive, warrantless surveillance without knowledge of the person being watched.

b)

AI doesn't get stressed, tired, or sick, so accidents will decrease, and AI (instead of people) can manage more dangerous tasks.

c)

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.

d)

AI may replace some jobs, creating income inequality and increased unemployment

53.

Which of the following is evidence that proves AI poses dangerous privacy risks?

a)

Facial recognition can be used for passive, warrantless surveillance without knowledge of the person being watched.

b)

AI doesn't get stressed, tired, or sick, so accidents will decrease, and AI (instead of people) can manage more dangerous tasks.

c)

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.

d)

AI may replace some jobs, creating income inequality and increased unemployment

54.

Which of the following best defines cryptography?

a)

Digging through old crypts (old computer files)

b)

Concealing information through a code, allowing only authorized individuals with the corresponding key to decipher it.

c)

Securing data transmission using complex mathematical algorithms.

d)

Fooling hackers by using html and other programming languages

55.

What keyword is missing from this code?

(a)  

56.

What is "THIS?"

a)

A variable (変数)

b)

A function (関数)

c)

A table (テーブル)

d)

A parameter (引数)

57.

What are the three MAIN functions used in PICO-8

a)

_INIT()

_UPDATE()

_DRAW()

b)

IF

THEN

TRUE

c)

START()

SAVE()

FOLDER()

58.

What keyword is missing?

a)

IF

b)

THEN

c)

DO

d)

UNTIL

59.

Which code shows:

1) create a new table called "P"

2) add an X coordinate

3) add a Y coordinate

a)

P.X=2

P.Y=4

b)

P={}

X=2

Y=4

c)

P= NEW TABLE

X=2

Y=4

d)

P={}

P.X=2

P.Y=4

60.

Where can I create music?

a)
b)
c)
d)
e)
61.

Where can I create sound effects?

a)
b)
c)
d)
e)
62.

Where can I draw a map?

a)
b)
c)
d)
e)
63.

Where can I write code?

a)
b)
c)
d)
e)
64.

Where can I create drawings of characters and items?

a)
b)
c)
d)
e)
65.

What was the first named video game played at the comfort of one's home?

a)

Donkey Kong

b)

Mario Kart

c)

Pac Man

d)

Pong

66.

The ______ designer is responsible for gathering all parts of the video game and put them together.

a)

level

b)

clothing

c)

uniform

67.

What video game company created the 1st hand-held console?

a)

Sony

b)

Sega

c)

Nintendo

d)

Xbox

68.

an electronic game that creates an artificial game environment on a video screen

a)

Video Game

b)

Game Console

c)

Multiplayer

d)

Tomb Raider

69.

Finding and fixing problems in an algorithm or program

a)

Bug

b)

program

c)

frame

d)

debugging

70.

Part of a program that does not work correctly

a)

program

b)

bug

c)

sprite

d)

variable

71.

In which direction will the sprite move?

bee.y = bee.y + 2

a)

left

b)

right

c)

up

d)

down

72.

_ is simply a computer science-y term that means a true/false value.

a)

Boolean

b)

Boolean Expression

c)

Boolean Value

73.

The common programming structure that implements "conditional statements".

a)

If-Statement

b)

Boolean Expression

c)

Boolean

74.

What does the following line of code do?

var x = 10;

a)

Creates a variable named 'x' and assigns it the value 10

b)

Creates a variable named '10' and assigns it the value 'x'

c)

Checks if the variable 'x' is equal to 10

d)

None of the above

75.

Which sprite property would you change to resize the sprite?

a)

sprite.x

b)

sprite.y

c)

sprite.scale

d)

sprite.rotation