Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Science Quiz Testout I

Total questions: 75

Worksheet time: 38mins

Name
Class
Date
1.

How many bits are in a single byte?

a)

four

b)

eight

c)

twelve

d)

sixteen

2.

Which of the following BEST describes what a kilobyte is a measurement of?

a)

Data throughput

b)

CPU speed

c)

Power level

d)

Storage space

3.

Which of the following BEST describes a flowchart?

a)

It does the same thing over and over in exactly the same way.

b)

It starts at the first line and then executes one line at a time until the end.

c)

It is a visual representation of the logic in a program.

d)

It is a step-by-step procedure that illustrates how a problem is to be solved.

4.

Which of the following BEST describes personal responsibility?

a)

Obeying laws that regulate how computers are used

b)

How you act even if no one is watching

c)

Rules that support your personal values

d)

Provides the basis for your code of ethics

5.

Given the numerical value 1010101.71, which of the following number systems is MOST likely represented?

a)

Hexadecimal

b)

Octal

c)

Decimal

d)

Binary

6.

After running the following pseudocode, what will the value of VARIABLE be? 1. Set value of VARIABLE to 5 2. Increase the value of VARIABLE by 3 3. If the value of VARIABLE is odd, increase its value by 1 4. If the value of VARIABLE is even, increase its value by 1 5. If the value of VARIABLE is odd, increase its value by 1

a)

8

b)

9

c)

10

d)

11

7.

Which of the following programming models are built from class templates that have properties, attributes, and methods?

a)

Vector

b)

Functions

c)

Objects

d)

Encapsulation

8.

Which of the following logic components is being used and how much is the interest if the amount is 5,000? (Select two.) IF amount < 5,000 THEN interest = 7%, ELSE interest = 8%.

a)

Branching

b)

7%

c)

Query

d)

8%

e)

Looping

9.

Which of the following is the correct binary representation of the number 22?

a)

11000

b)

10101

c)

10110

d)

10111

10.

Which of the following transfer rates is the FASTEST?

a)

1,480 Mbps

b)

1,282 Kbps

c)

181 Mbps

d)

1.24 Gbps

11.

A user has entered a search string into an application and clicked on the search icon. Which of the

following is the NEXT step in the computing process?

a)

Processing

b)

Input

c)

Output

d)

Storage

12.

Alan, a programmer, needs to create an interactive web page. Which of the following programming

languages types would he MOST likely use?

a)

Assembly

b)

Interpreted

c)

Compiled

d)

Query

13.

On a flowchart, which of the following represents a decision?

a)

Rectangle

b)

Arrow

c)

Parallelogram

d)

Diamond

14.

Which of the following is data temporarily stored on?

a)

Memory chips

b)

Printed page

c)

Hard drive

d)

Keyboard

15.

Which of the following is something that an Information Technology (IT) professional would do?

a)

Build and repair computers

b)

Create and improve software

c)

Manage grades and enrollments

16.

A developer is creating a program that will store a customer's latest order number. The value will

change each time a customer creates a new order. Which of the following would MOST likely be

used to store the value?

a)

Array

b)

Object

c)

Constant

d)

Variable

17.

Which of the following played vital roles in the advancement of national defense, science, and

social change?

a)

Supercomputers

b)

Hollerith's Tabulating Machine

c)

Smartphones

d)

Microchip

18.

A consumer wants to add a hard drive to their computer to store video from their camera. Which of

the following is the storage capacity of a modern hard disk drive (HDD) purchased from a computer

store?

a)

1,024 kilobytes

b)

4 gigabytes

c)

8 megabytes

d)

Unicode

19.

You are working on a program that needs to keep track of many values at the same time. Which of

the following would you use?

a)

A constant

b)

A variable

c)

A float

d)

An array

20.

Which of the following BEST describes Computer Science (CS)?

a)

It has to do with collecting and utilizing data.

b)

It refers to meeting the technological needs of

businesses.

c)

It refers to everything that involves

computers.

d)

It is the study of computers and computing

concepts.

21.

A developer is creating an application that requires a value to be stored with decimal precision.

Which of the following data types should be used for the variables that will store these values?

a)

Boolean

b)

Integer

c)

String

d)

Float

22.

What is the term for code that keeps running as long as a certain condition is met?

a)

Branch

b)

Decision

c)

For loop

d)

While loop

23.

A software developer wants to provide a compiled executable program to a customer. Which of the

following computer languages would provide this capability?

a)

Ruby

b)

PowerShell

c)

Perl

d)

C++

24.

Which invention allowed computers to become smaller in size?

a)

Laptops

b)

Silicon

c)

Transistors

d)

Vacuum tubes

25.

Which of the following provides a computer system with the ability to retrieve and manipulate data

at a future time?

a)

Transistor

b)

Storage

c)

Microchip

d)

Processing

26.

In object-oriented programming, which of the following concepts is used to describe properties?

a)

Encapsulation

b)

Attributes

c)

Methods

d)

Polymorphism

27.

Mike decides to humiliate a former friend by posting embarrassing photos on social media. Which

ethical standard did he violate?

a)

Property rights

b)

Civility

c)

Human dignity

d)

Confidentiality

28.

Which of the following was the most widely used personal computer application until the mid-90s?

a)

Games

b)

Internet

c)

United States census

d)

Word processing

29.

Which of the following is something a computer scientist would do?

a)

Solve problems in areas like robotics

b)

Help organizations know how to generate

information

c)

Create and maintain computer networks

d)

Help people with their technological needs

30.

Jessica, a programmer, has created specific statements, including conditional loops to accomplish a

task. What has she created?

a)

Algorithm

b)

Pseudocode

c)

Software

d)

Flowchart

31.

The IT staff at a hospital shares genetic information about specific patients with a life insurance

company. Which ethical standard was violated?

a)

Confidentiality

b)

Human dignity

c)

Property rights

d)

Civility

32.

Which of the following is a type of input device?

a)

Hard drive

b)

Touchscreen

c)

Monitor

d)

Speakers

33.

Diana, a developer, needs to program a logic component that will allow the user to enter a series of

values. Which of the following would BEST provide that functionality?

a)

Case statement

b)

Branching

c)

Looping

d)

Scripting

34.

Which of the following is something that an Information Systems (IS) professional would do?

a)

Turn information into meaningful decisions

b)

Create and maintain computer networks

c)

Devise new ways to use computers

d)

Help people with their technology needs

35.

Which of the following BEST describes a code of ethics?

a)

Your personal adherence to your own values

and principles

b)

Laws that regulate how computers are used

c)

A set of rules or standards you adopt that

dictate how you act

d)

Ideals that guide your actions as you work

with computers

36.

Which single digit has the highest value in the hexadecimal number system?

a)

G

b)

F

c)

9

d)

H

37.

Which of the following BEST describes Information Technology (IT)?

a)

IT refers to everything that involves

computers.

b)

IT refers to designing, creating, and improving

software.

c)

IT has to do with collecting and utilizing data.

d)

IT deals with how to turn information into

meaningful decisions.

38.

Which invention made it possible to have an entire computer on a single circuit board?

a)

Silicon

b)

Vacuum tubes

c)

Microchip

d)

Transistors

39.

A user is shopping online and has added two items to the cart. When the user clicks the Checkout

button, the shopping cart programming logic checks to see if the user is logged in already. If the

user is logged in, the checkout process continues, otherwise, the user is prompted to sign in. Which

of the following describes the logical component being used?

a)

Branching

b)

Programming array

c)

Encapsulation

d)

Looping

40.

An example of a MAC address is 00-B0-D0-63-C2-26.

Which of the following notational systems is MOST likely used to represent a MAC address?

a)

Decimal

b)

Binary

c)

Hexadecimal

d)

Octal

41.

Which of the following is a programming identifier that would be used to define values that don't

change?

a)

Arrays

b)

Variables

c)

Constants

d)

Vectors

42.

Which programming language type is the most basic human-readable and closest to actual

machine language?

a)

Interpreted

b)

Query

c)

Assembly

d)

Compiled

43.

Interpreted

a)

Input, processing, storage and output

b)

Input, retrieval, output, and storage

c)

Input, retrieval, processing, and storage

d)

Input/output, processing, and storage

44.

A programmer is creating an application that needs to store a value indicating if the user is logged

in or not. Which of the following would be the BEST data type to accomplish this?

a)

Float

b)

Boolean

c)

Integer

d)

String

45.

Which option is the first process that runs once a computer is powered on and the CPU loads the

BIOS?

a)

Winload.exe

b)

POST

c)

Boot Loader

d)

WININIT

46.

You want to set up a Windows system to also be able to boot to Linux. To be able to dual boot, the

system needs a partition on which to install Linux. However, you don't have an extra hard disk that

can be used for the Linux partition. The existing disk has no unpartitioned space available, but it

has about 300 GB of free space. Which of the following disk management operations will BEST prepare your hard disk for dual boot

in this scenario?

a)

Reformat the disk with the partitions needed

for a dual boot system.

b)

Shrink the primary partition.

c)

Convert the disk from physical to logical

partitions.

d)

Convert the disk from basic to dynamic.

QUESTION 3 OF 70

47.

Which tool can you use to display hardware utilization statistics that tell you about your computer's

operation?

a)

Computer Management

b)

Event Viewer

c)

Advanced System Settings

d)

Resource Monitor

48.

You experience startup errors after you install a new device.

What should you do FIRST to resolve the issue?

a)

Disable automatic restart.

b)

Boot in Safe Mode and roll back the driver.

c)

Boot in Safe Mode and disable all unnecessary

devices.

d)

Recover the system image.

49.

Which of the following is the surest way to prevent the loss of important information on your

mobile device if it is lost, stolen, destroyed, or there is a natural disaster?

a)

Don't put important information on your

mobile device.

b)

Only use apps, such as email apps, that store

data on the app provider's servers.

c)

Configure your device to back up important

data to your personal computer.

d)

Configure your device to remotely back up

important data to the cloud.

50.

From your Windows laptop, you have been working on a large project that has required you to

open a lot of items (programs, files, etc.). It is time to leave the office and make the two-hour

journey home. You will be working on this project a bit more when you arrive at home. Your

computer's battery is failing and only has a very short life span (about one hour) before your

computer loses power.

When you arrive home and open the laptop lid, nothing happens. After plugging in your computer

and powering it on, you find that all of your programs and files have been closed.

To troubleshoot, you open Control Panel and navigate to the settings that control what your

computer will do when the laptop lid is closed.

Which of the following power settings MUST you choose to prevent the same problem in the

future?

a)

When I close the lid: Shut down

b)

When I close the lid: Standby

c)

When I close the lid: Hibernate

d)

When I close the lid: Sleep/Suspend

51.

Joe, a frequent visitor to a branch office, attempts to connect his tablet to the office wireless

network, but is unable to connect to the internet, even though he has verified that the SSID and

password are correct. Joe attempts to connect to a coworker's hotspot, but is still unable to connect

to the internet.

Which of the following is the MOST likely cause of this issue?

a)

Airplane Mode has been set on his tablet.

b)

The connection between the branch office

router and internet service provider is down.

c)

Joe's tablet has been configured with full

device encryption.

d)

MAC filtering has been enabled on the branch

office wireless access point.

52.

After entering a user ID and password, an online banking user must enter a PIN that was sent as a

text message to their mobile phone.

Which of the following digital security methods is being used?

a)

Firewall

b)

Multifactor authentication

c)

Smart card

d)

DLP

53.

Which of the following Windows command line utilities would you use to realign the file structure

on a disk to optimize performance?

a)

chkdsk

b)

fdisk

c)

Disk Management

d)

defrag

54.

Which of the following peripheral devices are designed specifically for playing games on a

computer? (Select two.)

a)

Gamepad

b)

Microphone

c)

Joystick

d)

Digitizer

55.

Which of the following are devices categorized as part of the Internet of Things (IoT)? (Select two.)

a)

Medical sensors

b)

Laptops

c)

Smartwatches

d)

Routers

56.

Which of the following are most helpful in keeping a computer cool? (Select two.)

a)

Verify that cooling fans are not circulating air

in the wrong direction.

b)

Remove the slot cover from the back of the

computer.

c)

Vacuum dust from the system regularly.

d)

Use a high-wattage power supply.

57.

Which of the following is considered a computer input device?

a)

Touchscreen

b)

RAM

c)

Hard disk

d)

Projector

58.

A technician suspects that an app on a tablet device may be surreptitiously using the camera

without permission.

Which of the following would be the BEST way to troubleshoot this issue?

a)

Remove all Bluetooth pairings.

b)

Check the results of a cell tower analyzer.

c)

Perform a soft reset on the device.

d)

Run an anti-malware scan.

59.

Your laptop's LCD screen is beginning to flicker and dim. You have checked the brightness setting

to make sure that it is configured correctly.

Which of the following is the MOST likely cause of your screen issue?

a)

The LCD screen is failing.

b)

The LCD screen inverter is failing.

c)

The video ribbon cable to the screen is

disconnected.

d)

The system is configured to use an external

display port.

60.

You have recently purchased a gaming laptop and want to make sure that it is properly ventilated

to avoid overheating.

Which of the following is the BEST way to avoid overheating the laptop (especially when gaming for

hours)?

a)

Purchase a special laptop cooling base.

b)

Keep all vents clear and unobstructed.

c)

Set the laptop on a hard, solid surface.

d)

Configure Power Options to reduce power

consumption.

61.

You have three computers in your office. You would like to reduce the time it takes to switch from

one computer to the next, and you would like to use only one keyboard, one monitor, and one

mouse for all three computers.

Which of the following devices BEST allows this type of setup?

a)

Router

b)

USB hub

c)

KVM

d)

DVI

62.

Which of the following disk maintenance utilities locates and disposes of files that can be safely

removed from a disk?

a)

Disk Cleanup

b)

Disk Defragmenter

c)

Check Disk

d)

Disk Management

63.

Which of the following devices would you add to a computer if you needed to take inventory at a

retail store by scanning the UPC symbols on products?

a)

Touch screen

b)

Trackball

c)

Bar code reader

d)

Scanner

64.

Which of the following is the BEST method to secure your device's storage?

a)

Full device encryption

b)

Biometric authentication

c)

Locator applications

d)

Remote backup applications

65.

Which peripheral device is best for capturing a customer's signature when they check out at a

convenience store or supermarket?

a)

Card reader

b)

Touchpad

c)

Signature pad

d)

NFC device

66.

You have a mobile device that provides a touchscreen, but does not have touchscreen technology

embedded into the display.

Which of the following mobile device display components provides the touchscreen functionality?

a)

Inverter

b)

OLED

c)

Digitizer

d)

LCD

67.

You are the owner of a small startup company that consists of only five employees. Each employee

has their own computer. Due to the type of services your company offers, you don't foresee the

employee count increasing much in the next year or two. As a startup company, you want to keep

costs low and facilitate easier file sharing and internet, printer, and local network resource access.

Which of the following would be the BEST implementation for your business?

a)

A tree

b)

A domain

c)

A forest

d)

A workgroup

68.

Which utility allows you to choose Selective Startup in Windows?

a)

Performance Monitor

b)

Msconfig (System Configuration)

c)

Msinfo32

d)

Regedit

69.

Which of the following Windows desktop components lets you create multiple desktop to organize

availability for different sets of applications?

a)

Virtual desktop

b)

Settings

c)

Taskbar

d)

Widgets

70.

Marcus was attempting to edit some registry settings on his Windows 11 system. Now, when he

tries to boot his system, it hangs after the Windows splash screen is displayed.

Because he cannot boot to Safe Mode, he boots the system from the Windows installation disc and

accesses the Recovery Environment.

Which Recovery option should Marcus use FIRST to help resolve his boot issue?

a)

Go Back to the Previous Build

b)

Use BOOTMGR

c)

System Restore

d)

Reset this PC

71.

Part of the operating system core is responsible for controlling security, managing the file system,

and providing a platform for applications to run on.

What is the name of this core component?

a)

Interface

b)

Kernel

c)

Central Processing Unit

d)

Driver

72.

Your system hangs immediately after the BIOS information is shown and displays an error loading

operating system error message.

What is the MOST likely source of the problem?

a)

Corrupt boot sector

b)

Inaccessible boot disk

c)

Corrupt MBR or partition table

d)

Missing or corrupt file

73.

You have four volumes on a basic hard disk.

Which of the following are you MOST likely to see as the status of the fourth volume if it is valid and

has no errors?

a)

Healthy (Logical Drive)

b)

Healthy (Dynamic)

c)

Healthy (Primary Partition)

d)

Healthy

74.

You have just purchased a new USB drive that you want to use to troubleshoot the computers in

your company as well as other network devices, such as printers and projectors. You need to

format this new drive with a file system that will be recognized and used on all devices.

Which of the following file system types would meet MOST, if not all, of your needs when

formatting your USB drive?

a)

NFS

b)

FAT32

c)

NTFS

d)

CDFS

75.

Frank is running a program called FrameMaker on his Windows computer. While trying to import

graphics into this program, he sees a spinning wheel for a long time. When Frank clicks on the

application, a message is displayed that indicates that the application is not responding.

Which of the following Microsoft command line tools can BEST shut down the application?

a)

exit

b)

shutdown

c)

del

d)

taskkill