wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Professional IT Practice 25

Total questions: 100

Worksheet time: 3hrs 20mins

Name
Class
Date
1.

What does the "game loop" describe in a digital game?

a)

The shape of a character path

b)

The process of coding animation

c)

The constant cycle of input, process, and output

d)

A type of code repetition

2.

Which term refers to how the player experiences the game emotionally?

a)

Mechanics

b)

Dynamics

c)

Aesthetics

d)

Algorithms

3.

In Scratch or Unity, what is a “sprite”?

a)

A type of score

b)

A visual object controlled by code

c)

A sound effect

d)

A menu option

4.

Why is iteration important in game development?

a)

It helps reduce graphics

b)

It speeds up character movement

c)

It allows testing and refining based on feedback

d)

It removes the need for debugging

5.

What is the purpose of the input() function in Python?

a)

To return a value

b)

To display text

c)

To receive data from the user

d)

To define a function

6.

What would the following code output? x = 5 if x > 3: print("High") else: print("Low")

a)

High

b)

Low

c)

Error

d)

5

7.

What is the main difference between a list and a dictionary in Python?

a)

A dictionary holds functions

b)

Lists are only for strings

c)

Dictionaries store key-value pairs

d)

They are exactly the same

8.

Which keyword defines a function in Python?

a)

class

b)

def

c)

func

d)

return

9.

What is the purpose of the BIOS/UEFI in a PC?

a)

Manage Wi-Fi

b)

Store games

c)

Run startup diagnostics and hand off to OS

d)

Launch Excel

10.

What component temporarily holds data while a computer is on?

a)

SSD

b)

CPU

c)

RAM

d)

PSU

11.

Which tool would you use to find your computer’s IP address in Windows?

a)

ipconfig

b)

chkdsk

c)

netstat

d)

ping

12.

A user reports their screen is flickering. What is the most logical first step?

a)

Replace the hard drive

b)

Check the cable connection and refresh rate

c)

Reinstall the OS

d)

Delete system32

13.

Which of the following assigns IP addresses to devices automatically?

a)

DNS

b)

DHCP

c)

FTP

d)

RDP

14.

What is the purpose of a router in a network?

a)

Connects a PC to a printer

b)

Translates website names

c)

Directs traffic between networks

d)

Charges devices

15.

What is a MAC address used for?

a)

Identifying a computer's physical location

b)

Assigning internet speeds

c)

Identifying a device’s hardware on a network

d)

Managing password access

16.

What does the ping command help diagnose?

a)

Internet connection speed

b)

Physical memory

c)

Device-to-device connectivity

d)

Malware

17.

Which formula finds the average of values in cells A1 through A5?

a)

=TOTAL(A1:A5)

b)

=ADD(A1:A5)

c)

=AVERAGE(A1:A5)

d)

=MEAN(A1:A5)

18.

What does conditional formatting do in Excel?

a)

Sort columns

b)

Protect files

c)

Change cell appearance based on values

d)

Convert files to PDF

19.

What is the difference between relative and absolute cell references?

a)

There is none

b)

Absolute references change when copied

c)

Relative references use a “$” to stay fixed

d)

Absolute references do not change when copied

20.

What tool is best for summarizing large data sets in Excel?

a)

Filter

b)

PivotTable

c)

Chart Wizard

d)

Border Settings

21.
Define mechanics of a game?
a)
The amount of levels
b)
The complexity of the game
c)
If the game is fun
d)
How the game is played
22.

Many games allow the player to ______________ as they work through.

a)

Cry

b)

Run

c)

Score

d)

Spin

23.

Explain the concept of game mechanics with an example.

a)

In the game 'Super Mario Bros', the mechanic of jumping on enemies to defeat them and collecting coins to earn points are examples of game mechanics.

b)

In the game 'Call of Duty', the mechanic of shooting enemies to progress through levels is an example of game mechanics.

c)

In the game 'The Sims', the mechanic of controlling the daily activities and needs of virtual characters is an example of game mechanics.

d)

In the game 'Tetris', the mechanic of rotating falling blocks to fit them together is an example of game mechanics.

24.

How do you rename a worksheet in Excel?

a)

Double-click the sheet tab and type a new name

b)

Go to File and select "Rename Sheet"

c)

Richt-click on any cell in the worksheet and select "Rename"

d)

Click on "Insert" and choose "New Sheet"

25.

What happens when you press Ctrl (or Cmd on Mac) + Z in Excel?

a)

Saves the file

b)

None of these

c)

Undoes the last action

d)

Deletes the selected cell

26.

If you selected (A1:B5) what is this called?

a)

row

b)

column

c)

cell range

d)

cell grouping

27.

The Excel punctuation that is used to show formulas in a cell is

a)

~ or `

b)

+

c)

=

d)

#

28.

The Excel punctuation that shows a range is a

a)

:

b)

$

c)

*

d)

+

29.

What is the name of the bar above the worksheet that always shows the content of a cell as is denoted by the symbol fx?

a)

cell bar

b)

formula bar

c)

status bar

d)

name box

30.

f you want to freeze the top row in Excel, which option should you use?

a)

Hide Row

b)

Split Window

c)

Freeze Panes

d)

Autofill

31.

The Excel punctuation that shows "Not Equal to"

a)

<

b)

>

c)

>=

d)

<>

32.

The intersection of a row and column

a)

Active Cell

b)

Sort

c)

Cell Range

d)

Cell

33.

A preprogrammed formula is called a _______. Ex: =SUM(B3*B2)

a)

Formula

b)

Spreadsheet

c)

Function

d)

Cell Range

34.

To put data in a certain order is to _____________.

a)

Label

b)

Sort

c)

Cell Range

d)

Select data

35.

Mathematical calculation where you begin by putting an = sign. Ex: =B3*B4

a)

Formula

b)

Spreadsheet

c)

Function

d)

Cell Range

36.

The intersection of a row and column

a)

Active Cell

b)

Sort

c)

Cell Range

d)

Cell

37.

Margins are the white space on the spreadsheet where nothing prints.

a)

True

b)

False

38.

The Excel punctuation that is the Greater Than symbol

a)

<

b)

>

c)

<>

d)

None of these

39.

What does "###" in a cell mean?

a)

The formula is incorrect

b)

The cell is empty

c)

The column is too narrow to display the content

d)

There is a hidden formula in the cell

40.

If you click on a letter at the top of an Excel spreadsheet, for example the "A", what have you done?

a)

selected a cell

b)

selected a range of cells

c)

selected a row of data

d)

selected a column of data

41.

What is the purpose of the AutoSum button?

a)

To insert the SUM function quickly

b)

To format numbers as currency

c)

To create a chart automatically

d)

To delete blank rows

42.

What does the "Merge & Center" button do?

a)

Deletes the contents of selected cells

b)

Moves text to the right side of the cell

c)

Splits a cell into multiple columns

d)

Joins multiple cells into one and centers the text

43.

What is the default file extension for an Excel workbook?

a)

.docx

b)

.xlsx

c)

.pptx

d)

.pdf

44.

Which of the following laptop features allows users to overcome keyboard size restrictions?

a)

Touchpad

b)

Fn key

c)

Digitizer

d)

Numeric Key

45.

Which of the following is a type of internal hard drive used in laptop computers? (Select all that apply)

a)

Flash drives

b)

USB drives

c)

Magnetic disks

d)

SSDs

e)

SSHDs

46.

Which of the following can be used to describe the features of Solid-State Drives (SSDs)? (Select 3 answers)

a)

Low performance

b)

Relatively high device cost

c)

Lower capacity in comparison to magnetic drives

d)

High performance

e)

Relatively low device cost

47.

Which type of internal laptop hard drive combines high performance and capacity at a relatively low device cost?

a)

SSD

b)

Flash drive

c)

Magnetic drive

d)

USB drive

e)

SSHD

48.

Which of the following are characteristic features of traditional magnetic drives? (Select 3 answers)

a)

High capacity

b)

Low device cost

c)

High performance

d)

Low capacity

e)

Low performance

49.

Which of the following sizes is the most common magnetic hard disk drive form factor used in laptops?

a)

3.5 inch

b)

5.25 inch

c)

1.8 inch

d)

2.5 inch

50.

Which of the following are SSD form factors used in laptop computers? (Select 2 answers)

a)

1.5 inch

b)

5.25 inch

c)

1.8 inch

d)

2.5 inch

e)

1.3 inch

51.

What is the function of a laptop's smart card reader?

a)

Storage expansion

b)

Access control

c)

Theft prevention

d)

Data encryption

52.

Due to size restrictions and the compact nature of laptop devices, this type of storage media has become less commonly found on new laptops?

a)

Flash drives

b)

Optical drives

c)

Magnetic drives

d)

Solid-state drives

53.

Due to the compact nature of laptop devices, all laptop GPUs come in the form of CPU-integrated graphics.

a)

True

b)

False

54.

What type of power jack can be found on a laptop case?

a)

AC

b)

PFC

c)

DC

d)

A/V

55.

Which of the following describes the function of a digitizer? (Select 3 answers)

a)

A device that translates analog data into a format suitable for computer processing

b)

A type of output device

c)

A component of a mobile device's screen that allows users to control the device with a fingertip

d)

An example of a media converter

e)

A type of input device

56.

A technician is setting up a computer that was shipped. After everything is plugged in, the computer will not turn on. Which of the following should the technician do FIRST to identify

the issue?

a)

Check for physical damage on the computer.

b)

Search for a solution on the Internet.

c)

Reference the manufacturer’s documentation.

d)

Ensure the power supply is set at the correct voltage.

57.

A home computer that has been in operation for more than five years is now suffering from random shutdowns during the day. The PC is set up in an enclosed cubby built into the

home office desk. Which of the following is MOST likely plaguing the PC?

a)

The PC was switched over to 240v operation mode

b)

Dust accumulation

c)

The PC’s BIOS is severely out-of-date, causing PSU issues

d)

EMI

58.

What is the first layer of the OSI Model

a)

Network

b)

Application

c)

Physical

d)

Transport

59.

Where MAC addressing and physical components of the network exist

a)

Application

b)

Transport

c)

Internet

d)

Network Access

60.

What is a protocol

a)

A set of rules

b)

A set of packets

c)

A wiring method

d)

The proper way to put in a CPU

61.

What types of server software can a single server provide

a)

File

b)

Web

c)

Email

d)

Application

62.

What is the practical limit on the number of devices for a peer to peer network

a)

20

b)

1-10

c)

2

d)

1-5

63.

How many layers are in the OSI model

a)

4

b)

7

c)

11

d)

8

64.

How many layers are in the TCP/IP model

a)

7

b)

4

c)

11

d)

8

65.

What type of device is a switch

a)

Intermediary Device

b)

Host

c)

Monitor

d)

Multimedia Device

66.

Current latest wireless standard

a)

802.11ac

b)

802.11c

c)

802.11b

d)

802.11abc

67.

Which standards body developed the ethernet standards

a)

IEEE

b)

HTTP

c)

UDP

d)

TCP

68.

What does HTTP stand for

a)

Hyper Text Transfer Protocol

b)

Hydro Texting Time Pension

c)

Huge Time Trial Program

d)

There is no meaning behind it

69.

Which layer contains standards for wiring and signal standards

a)

Application

b)

Transport

c)

Physical

d)

Presentation

70.

What is this

a)

Hub

b)

Fridge

c)

Server

d)

Power Supply

71.

Why do hackers create viruses and spyware?

a)

They want to steal money

b)

They want to steal your private info

c)

They want to harm your computer

d)

All of these answers are correct

72.

Why is it important to have antivirus software installed on your computer?

a)

To track your finances

b)

To stop others from plagiarizing your work

c)

to prevent others from stealing your device

d)

To stop hackers from harming your computer

73.

Which of the following are malware?

a)

spyware

b)

Trojan Horse

c)

viruses

d)

All these answers are correct

74.

Your computer won't turn on. What should you do first?

a)

Don't Panic

b)

Check Power cords

c)

Check cable connections

75.

Why is it important to know how to troubleshoot your computer?

a)

You can help others

b)

All these answers are correct

c)

To save money

d)

There may not always be someone to help you.

76.

Computer viruses are

a)

Programs that hackers use to harm your computers or steal info.

b)

A sickness that humans catch from computers

c)

can only be acquired through the internet

d)

can only be acquired through email

77.

What keyboard command closes a pop-up window?

a)

Alt F4

b)

Ctrl C

c)

Alt C

d)

Ctrl F4

78.

Why is it better to use a keyboard command to close a pop-up window?

a)

It works faster

b)

Computers only understand keyboard commands

c)

The X or close button may actually be programmed to install

d)

There is no benefit

79.

Which of the following is considered malware?

a)

spyware

b)

anti-virus software

c)

open source software

d)

Apps

80.

You computer is running slow and you are having trouble connecting to websites. What should you do?

a)

Check power source and internet cables

b)

Check internet cables and network connections, and do a virus scan

c)

Check power cords, internet connections, and do a virus scan

d)

Check power cords, all cables going in and out of the computer, check internet connections, check network connections, do a virus scan and restart.

81.
Choose one solution for the following problem: an application is running SLOWLY.
a)
Restart the computer
b)
Try to access the application from the internet instead
c)
Close and re-open the application
d)
Just forget it and work in another application
82.
Choose one solution for the following problem: the computer is FROZEN.
a)
Press and hold the Power button for 5-10 seconds to force the computer to shut down.
b)
Close all applications and restart
c)
Unplug all plugs on the computer and plug them back in
d)
Hold down the monitor power button until the computer shuts down.
83.
Choose one solution for the following problem: the sound isn't working.
a)
Check the volume level
b)
Use different headphones
c)
Buy speakers
d)
restart you computer
84.
Choose one solution for the following problem: the mouse or keyboard has stopped working.
a)
Press the Ctrl+Alt+Delete (the Control, Alt, and Delete keys) on your keyboard and click the mouse twice to reset the hardware
b)
If you're using a wired mouse or keyboard, make sure it's correctly plugged into the computer
c)
Move to a different computer, they are probably broken
d)
Hold down on the right click and/or the backspace key to reset the hardware
85.
Troubleshooting is always a process of...
a)
random act to get the solution you want 
b)
trial and error
c)
trying different things
d)
not knowing what you are doing
86.
Choose one solution for the following problem: The screen is blank.
a)
Make sure the monitor and computer are plugged in and turned on
b)
Hit the power button on the screen only
c)
Check mouse to see if the light is turned on
d)
Restart your computer
87.
Choose one solution for the following problem: ALL programs on the computer run slowly
a)
Shut down the computer two times in a row
b)
Unplug your mouse and plug it back in
c)
Your computer may be running out of hard drive space. Try deleting any files or programs you don't need.
d)
Reorganize the files on your computer. This is making the computer think too hard.
88.
Choose one solution for the following problem: Power button will not start computer.
a)
Check the central processing unit (CPU) to see if it is working properly
b)
Check the power cord to confirm that it is plugged securely into the back of the computer case and the power outlet
c)
Check your internet access to see if you are connected to the internet
d)
Check to see if you have an Ethernet cable connection 
89.

this picture means?

a)

the computer does not give out a sound

b)

the sound is to loud

c)

do talking in the classroom

90.

You can't get on your school's network(not internet). What should you check first?

a)

Your cable company

b)

cables going into and out of your computer

c)

your internet connection

d)

cable connected to your monitor

91.
What is the structure of HTML
a)
html, head, title, body
b)
html, head, hr, body
c)
html, head, text, img
d)
html, title, body, text
92.
The HTML document itself begins with .......... and ends with ............
Fill in the blanks.
a)
<html></html>
b)
<head></head>
c)
<title></title>
d)
<body></body>
93.
What is the command tag "HTML Images"
a)
<img src="img.jpg">
b)
<img url="img.jpg">
c)
<img ="img.jpg">
d)
<img href="img.jpg">
94.
To set the image size, Which command should I use?
a)
width="400"
b)
center="400"
c)
long="400"
d)
short="400"
95.
What is the command tag "HTML Link"
a)
<a href="url">link text</a>
b)
<a src="url">link text</a>
c)
<a url="url">link text</a>
d)
<a hurl="url">link text</a>
96.
"<a href="mailto:worawut41@gmail.com">กดที่นี่เพื่อเขียน e-mail ส่งให้</a>"
From the tag example above, What is the command tag?
a)
Link for e-mail
b)
Link for bgcolor
c)
Link for image
d)
Link for color
97.
What is the meaning of <p>?
a)
Starts a paragraph
b)
Starts a text
c)
Starts a body
d)
Starts a number
98.
"Forces a line break here"
From the text above, What is the command tag?
a)
<br>
b)
<hr>
c)
<p>
d)
<ul>
99.
"Defines a thematic break in an HTML page, and is most often displayed as a horizontal rule"
From the text above, What is the command tag?
a)
<hr>
b)
<br>
c)
<ul>
d)
<html>
100.
To save the first file, Which is correct?
a)
File name: index.html
b)
File name: index.com
c)
File name: index.co.th
d)
File name: index.notepad