wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FINAL EXAM: Fundamentals of Computing (Set B)

Total questions: 50

Worksheet time: 2hrs 28mins

Name
Class
Date
1.

Avery wants to find information about the solar system online. She uses a(n) ______, which finds websites, webpages, images, videos, and other information related to a specific topic.

a)

browser

b)

search engine

c)

web server

d)

cloud app

2.

Mia just bought a new laptop and is curious about how all the different parts—like the keyboard, screen, and storage—work together seamlessly. She learns that a(n) ______ system is a set of programs that coordinates all the activities among computer or mobile device hardware.

a)

management

b)

operating

c)

network

d)

application

3.

Samuel is setting up a home office and wants to ensure smooth video calls and fast downloads. He learns that ______ is a measure of the capability of a network to send and receive data.

a)

streaming

b)

broadband

c)

net worth

d)

bandwidth

4.

Noah is explaining to his friend that the Internet is a service of the World Wide Web. Is Noah correct?

a)

True

b)

False

5.

Luna is researching the history of the Internet for her school project. She discovers that the Internet has its roots in a networking project started by an agency of the U.S. Department of Defense. Is Luna's finding correct?

a)

True

b)

False

6.

Which of the following best describes digital citizenship?

a)

The ability to use technology for entertainment only.

b)

The norms of appropriate, responsible behavior with regard to technology use.

c)

Owning the latest digital devices.

d)

Ignoring online safety and privacy.

7.
Question Image

Match the elements of digital citizenship with the concepts:

a)

Digital rights and responsibilities

1.

Freedoms are extended to everyone

b)

Digital commerce

2.

Buying and selling of goods

c)

Digital literacy

3.

Teaching and learning about technology

8.
Question Image

Match the elements of digital citizenship with the concepts:

a)

Digital access

1.

Full participation in society

b)

Digital health and wellness

2.

Physical and psychological
well-being

c)

Digital etiquette

3.

Standards of conduct or procedure

9.

Priya is trying to log in to her company's secure computer system. Authentication is the process of ______.

a)

registering a public wireless network with local authorities

b)

verifying that data has been stored properly to the cloud

c)

backing up your personal files and folders to removable media

d)

ensuring the person requesting access to a computer is not an imposter

10.

Isla manages the IT systems for a popular online store. One day, she notices that the store's website is suddenly receiving an overwhelming amount of network traffic, causing it to become slow and eventually unavailable to customers. This situation is an example of a DoS attack, which is meant to ______.

a)

overload a server with network traffic so that it cannot provide necessary services

b)

enlist unsuspecting computers to perform malicious acts by infecting them with a virus

c)

cause humiliation to an individual's reputation and affect their economic standing

d)

prevent a metropolitan area from accessing its utilities such as water or electricity

11.

When Mia connects her laptop to a new Wi-Fi network, she is asked to provide a MAC address. What is a MAC address in this context?

a)

Unique hardware identifier for your computer or device

b)

Ever-changing numerical code that network users must enter

c)

Communication sent from the server to all connected users

d)

Physical location of the server on a network

12.

Mason downloads a program from the internet that claims to be a useful tool. After installing it, he notices that the program uses resources, causes his computer to shut down and copies itself repeatedly. Is this program a Trojan horse?

a)

True

b)

False

13.

Emma downloads a seemingly harmless app on her computer. Unknown to her, the app installs a rootkit that hides itself and allows someone from a remote location to take full control of her device. Is it true that a rootkit is a program that hides in a computer or mobile device and allows someone from a remote location to take full control?

a)

True

b)

False

14.

Mason is trying to find out where a website visitor is located by checking their IP address. In many cases, can Mason determine the visitor's location from the IP address?

a)

True

b)

False

15.

Evelyn works at a large company that uses software for sales, marketing, and manufacturing. These types of software are typically used by a(n) ______.

a)

enterprise

b)

small business

c)

individual

d)

power user

16.

Grace just bought a new printer and connected it to her computer. To make sure her operating system can communicate with the printer, she needs to install a(n) ______.

a)

spooler

b)

app

c)

interpreter

d)

driver

17.

Aiden downloads an open-source software program. He wants to change some of the software's internal instructions to better suit his needs. There are no restrictions from the copyright holder stopping him from making these modifications. Is this true for open-source software?

a)

True

b)

False

18.

Which element of digital citizenship focuses on the electronic exchange of information?

a)

Digital Literacy

b)

Digital Communication

c)

Digital Security

d)

Digital Law

19.

How does digital law differ from digital etiquette?

a)

Digital law focuses on ethical and legal use, while digital etiquette focuses on proper behavior online.

b)

Digital law is about physical health, while digital etiquette is about online safety.

c)

Digital law is about privacy, while digital etiquette is about free speech.

d)

Digital law is about using technology, while digital etiquette is about not using technology.

20.
Question Image

Match the elements of digital citizenship with the concepts:

a)

Digital communication

1.

Exchange of information

b)

Digital security

2.

Precautions to guarantee safety

c)

Digital law

3.

Responsibility for actions and deeds

21.

While working on her new app, Mia notices that one part of the program is not working as expected. She realizes there is a bug in her code. What does the term bug mean in this context?

a)

To do something again.

b)

Finding and fixing problems in an algorithm or program.

c)

The art of creating a program.

d)

Part of a program that does not work correctly.

22.

Mia is learning to create her first website. She comes across the term HTML and wants to know what it stands for. What does HTML stand for?

a)

Hyper Text Markup Language

b)

High Text Mark Language

c)

Hyperlink and Text Markup Language

d)

Home Tool Markup Language

23.

Which character is used to indicate an end tag?

a)
^
b)
*
c)
/
d)
<
24.

Which heading tag creates the largest size text?

a)

<h6> </h6>

b)

<h1> </h1>

c)

<h10> </h10>

d)

<h0> </h0>

25.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
26.
A properly coded HTML tag will always be found between which two symbols?
a)
( )
b)
{ }
c)
[ ]
d)
< >
27.

What brackets do you use in CSS?

a)

< >

b)

{ }

c)

( )

d)

[ ]

28.

Sonia is learning web development and comes across the term CSS. She wants to know what CSS stands for. Can you help her choose the correct answer?

a)

Cooperative Standing Style

b)

Continuous Sheet Style

c)

Cascading Style Sheets

d)

Can't See Style

29.

Mason is creating a web page and wants to start a new line of text without starting a new paragraph. What is the correct HTML element Mason should use to insert a line break?

a)

<br>

b)

<hr>

c)

<b>

d)

<break>

30.

Benjamin is building a website and wants to make it visually appealing and easy to update. Why should Benjamin use CSS?

a)

HTML wasn’t intended to be able to style web pages, CSS allows adding style

b)

Separate the content of a web page from the design of a web page

c)

Easily modify the look and feel of a web site even at a large scale

d)

All of the above

31.

Janice is preparing for a job interview and wants to highlight her soft skills. She wonders what soft skills are.

a)

Skills that allow people to interact with other people harmoniously

b)

Measurable abilities and knowledge that come through learning

c)

Practical knowledge you use to complete tasks

d)

The ability to organize yourself to accomplish specific tasks

32.

While in a small group, a student continues to wander over to other groups to chat with friends about last night's soccer game. Not only is he disrupting others, but he is not helping his group. Which behavior type describes this teammate?

a)

Aggressive

b)

Involver

c)

Social Submissive

d)

Quiet Submissive

33.

When walking into class, Alex finds out that the teacher has rearranged the assigned seats. He yells, "I hate everyone at my table!" and storms out of the classroom. Which behavior type describes this teammate?

a)

Aggressive

b)

Involver

c)

Social Submissive

d)

Quiet Submissive

34.

Kai is known among his colleagues for always keeping his promises, being honest in his communication, and acting in a trustworthy manner. Which behavior type best describes Kai?

a)

Aggressive

b)

Involver

c)

Social Submissive

d)

Quiet Submissive

35.

Grace is assembling her new computer and is looking at the system unit. She wonders what is actually inside the system unit. The system unit contains ______.

a)

The ports necessary to connect and use peripheral devices

b)

The motherboard, hard drive, and other electronic components

c)

A listing of a system's hardware and software components

d)

The means by which hardware components communicate

36.

Noah buys a new plug-and-play printer and connects it to his computer. The printer begins functioning properly as soon as he connects it. Is this expected behavior for a plug-and-play device?

a)

True

b)

False

37.

Olivia is setting up her new home office and wants to make sure her computer and other electronic devices are safe from unexpected electrical issues. She decides to use a surge suppressor to ______.

a)

Create temporary virtual storage to extend the capabilities of RAM

b)

Control data processing operations to avoid bottlenecking

c)

Protect hardware from extreme temperatures

d)

Prevent power fluctuations from damaging electronic components

38.

Aiden is shopping for a new computer and learns that an SSD is a hard drive without moving parts and is faster and more durable than magnetic drives. Is this true?

a)

True

b)

False

39.

Daniel is working on his computer and wants to make sure his important files are safe even if the power goes out. He learns that memory that is nonvolatile loses its content when power is removed. Is this statement true or false?

a)

True

b)

False

40.

Avery is setting up a new computer system and needs to identify which device is not an example of an output device. Which of the following should Avery choose?

a)

Keyboard

b)

Printer

c)

Speaker

d)

Headphones

41.

Noah often works with large files for his projects. He decides to use cloud storage services. With cloud storage, Noah might not require as much storage on his computer.

a)

True

b)

False

42.

What is the difference between storage and memory?

a)

Storage is for long-term access, while memory is temporary

b)

Storage is for temporary access, while memory is long-term

c)

Storage and memory are the same thing

d)

Memory is for long-term access, while storage is temporary

43.

What is the approximate number of bytes in a gigabyte (GB)?

a)

1 trillion

b)

1 thousand

c)

1 million

d)

1 billion

44.

How does a solid-state drive (SSD) differ from a traditional hard disk drive (HDD)?

a)

SSD uses magnetic storage, while HDD uses flash memory

b)

SSD has moving parts, while HDD is static

c)

SSD is faster and more durable than HDD

d)

SSD has lower storage capacity than HDD

45.

Emma wants to change the color of all paragraph text on her website to green using CSS. Which of the following selectors should she use?

a)

p { color: green; }

b)

.p { color: green; }

c)

paragraph { color: green; }

d)

#p { color: green; }

46.

David is designing a web page and wants to use tags to format his text. Which of the following is not a formatting tag?

a)

<u>

b)

<b>

c)

<i>

d)

<a>

47.

Abigail is learning how to build websites and wants to find errors in her code. She hears about something called the "console" in her web browser. What is the console?

a)

It’s a type of Web Browser.

b)

It’s a debugging tool that is built into a Web Browser.

c)

It’s a tag that allows programmers to write JavaScript.

d)

It’s a command that prints a value onto the Browser.

48.

William is designing a website and wants to ensure that all <img> tags on his page have a height of 200 pixels. Which of the following code snippets should he use?

a)

<img >

b)

tag="img" { height: 200px; }

c)

<img> { height: 200px; }

d)

img { height: 200px; }

49.

What is the definition of malware?

a)

A program that acts without a user’s knowledge and deliberately alter the operations of computers and mobile devices. 

b)

A written guideline that helps determine whether a specific action is ethical/unethical or allowed/not allowed.

c)

A scam in which a perpetrator sends an official looking email message that attempts to obtain your personal and/or financial information.

d)

A law that gives authors, artists, and other creators of original work exclusive rights to duplicate, publish, and sell their materials.

50.

Your friend wants to share large files with you over the Internet.
Which of the following methods is most suitable for transferring these files?

a)

Hypertext Markup Language (HTML)

b)

Simple Mail Transfer Protocol (SMTP)

c)

Domain Name System (DNS)

d)

File Transfer Protocol (FTP)