Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ITF+ Study Quiz 5

Total questions: 53

Worksheet time: 2hrs 46mins

Name
Class
Date
1.

Which of the following programming constructs would be used to repeat a statement 100 times in a loop?

a)

IF

b)

ELSE

c)

RETURN

d)

WHILE

2.

A technician is installing a plug-and-play USB mouse. Which of the following must the technician do to complete the installation?

a)

Manually install the driver software.

b)

Connect the mouse.

c)

Configure the USB port.

d)

Download the driver software.

3.

Which of the following is the WEAKEST link in the security posture of an organization?

a)

Technology

b)

Infrastructure

c)

People

d)

Regulations

4.

A developer is in the process of creating a program and has started to draft the logic of the code. This process is an example of:

a)

drawing a value stream map.

b)

developing pseudocode.

c)

identifying functions.

d)

compiling the language.

5.

Which of the following would be the BEST action when a security administrator is adding accounting features to a web application?

a)

Enhance the granularity of user permissions

b)

Enable an audit log

c)

Implement smart card login

d)

Adopt a procedure for adding accounts

6.

If a systems administrator wants to run a script but does not have access to the graphical user interface, which of the following can be used to run scripts?

a)

Text editor

b)

Word processor

c)

Command line

d)

Spreadsheet

7.

When updating a customer's address using a flat file database, which of the following will a company do?

a)

Update the address for each order the customer placed

b)

Update the address in the customer address table

c)

Update the address field in the customer order table

d)

Update the primary key to reflect the customer's address

8.

A developer embeds a query in a high-level program to extract information from a database. This is an example of:

a)

database direct access

b)

database utility access

c)

database programmatic access

d)

database manual access

9.

Which of the following is the LOWEST unit for measuring bandwidth?

a)

Mbps

b)

Kbps

c)

MBps

d)

KBps

10.

A user connects a company computer to free WiFi at a local coffee shop. Which of the following BEST describes this situation?

a)

Information on this network is encrypted

b)

The information on the network can be seen by others

c)

It is safe to access company information using the network

d)

Private browsing mode protects the information on the network

11.

A user wants to add an IoT device to a network. The device connects with a cable to the router. Which of the following is a requirement for this device to work?

a)

Driver

b)

USB cable

c)

IP address

d)

Workstation

12.

Which of the following is used for assigning IP addresses to networking devices?

a)

SMTP

b)

DHCP

c)

DNS

d)

ARP

13.

A help desk has initiated a new policy requiring that technicians manually categorize the reason for a customer call. After several months, they are unable to perform any analysis on the information. Which of the following concepts is MOST closely tied to the root cause of this issue?

a)

Data correlation

b)

Data security

c)

Data capture

d)

Data as an asset

14.

During a power outage, a server with redundant power supplies shuts down despite being connected to a UPS. The technician determines that the UPS has failed and replaces it. The technician then separates the power supplies to connect them to two separate UPSs. Which of the following troubleshooting steps did the technician just accomplish?

a)

Implement preventive measures

b)

Establish a plan of action

c)

Document findings/lessons learned

d)

Test the theory to determine the cause

15.

An end user reports seeing the old company intranet site and not the recently released updated version. Which of the following would MOST likely solve the problem?

a)

Clear browser cache.

b)

Change to in the URL.

c)

Disable all add-ons.

d)

Enable pop-up blockers.

16.

Which of the following BEST describes a LAN-hosted application? (Choose two.)

a)

Files saved to the cloud

b)

Network required

c)

Internet access not required

d)

Internet access required

e)

Services required

17.

A technician is given a document with step-by-step instructions to perform a task. Which of the following BEST describes that document?

a)

Policies

b)

Standards

c)

Procedures

d)

Guidelines

18.

A technician installs a webcam to a computer and wants to install an updated driver. In which of the following would the technician find the MOST current driver?

a)

Installation disc that came with the device

b)

OEM website for the camera

c)

Internet help-desk forums

d)

Computer manufacturer's website

19.

Which of the following is a benefit of a locally hosted network solution?

a)

No Internet access is required.

b)

There are fewer IT support requirements.

c)

System backups are not required.

d)

System fault tolerance is increased.

20.

Which of the following is an example of a compiled computer language?

a)

Perl

b)

HTML

c)

Java

d)

Python

21.

When following the troubleshooting methodology, which of the following should be performed when establishing a theory of probable cause?

a)

Question the obvious.

b)

Identify the symptoms.

c)

Duplicate the problem.

d)

Determine if anything has changed.

22.

Which of the following would be considered confidential information?

a)

The design for a company’s yet-to-be-released product

b)

A list of services offered by a private investigator

c)

A large corporation’s financial results for the year

d)

An individual’s record of traffic citations

23.

Which of the following information types is MOST likely a violation of an email security policy?

a)

Login credentials

b)

Project schedules

c)

Customer product information

d)

Technical installation documents

24.

Which of the following programming languages is considered a low-level language with commands specific to the processor type used?

a)

Assembly

b)

C++

c)

SQL

d)

HTML

25.

Joe, a tech-savvy teenager, has received one of the best new home Wi-Fi routers on the market. Joe's parents have entrusted Joe to set up the router. To leverage the best throughput options available for Joe's devices, the router is located in Joe's bedroom. Joe's parents' devices are set to slower standards. Which of the following is being used for Joe's devices?

a)

802.11n 2.4GHz

b)

802.11ac 2.4GHz

c)

802.11n 5GHz

d)

802.11ac 5GHz

26.

Which of the following data is MOST likely to be stored as a string?

a)

3.1415927

b)

x

c)

Cat

d)

42

27.

Which of the following is MOST likely used to measure SSD capacity?

a)

GHz

b)

Gb

c)

GB

d)

Gbps

28.

Which of the following information types would cause the GREATEST loss of value to an organization if encrypted by a ransomware attack?

a)

Employee emergency contacts

b)

Research projects database

c)

User login history

d)

Advertising material archive

29.

Which of the following database design requirements is MOST likely a reason to implement a flat file?

4 lines
30.

Which of the following password best practices MOST likely would have prevented the second compromise if the credentials from the first compromise were used?

a)

Password age

b)

Password complexity

c)

Password reuse

d)

Password length

31.

A programmer is constructing an algorithm that predicts personality traits based on users' selection of their favorite ice cream flavors. Which of the following programming concepts should be used to represent the flavor of ice cream?

a)

Vectors

b)

Arrays

c)

Variables

d)

Constants

32.

Which of the following data types can be used to store a whole number?

a)

Boolean

b)

Char

c)

Integer

d)

Float

33.

Which of the following architectures is notepad.exe an example of?

a)

n-tier

b)

One-tier

c)

Two-tier

d)

Three-tier

34.

Which of the following would be used to expand the number of wired devices on a network?

a)

Switch

b)

Access point

c)

Router

d)

Modem

35.

Several wireless security cameras need to be installed in a small office. Which of the following should be used to configure the wireless encryption?

a)

Web-based interface

b)

Plug-and-play drivers

c)

On-board NIC

d)

IP-based HDD

36.

A large percentage of computers within an organization are suddenly reporting that their operating systems may be illegally obtained. Which of the following is the MOST likely cause?

a)

The key management server is offline

b)

Internet access is unavailable

c)

Hackers have stolen the organization's license

d)

The company did not pay for the license

37.

Which of the following are database constraints? (Choose two.)

a)

Not null

b)

Primary key

c)

Row

d)

Column

e)

Field

38.

Which of the following is a biometric authentication method?

a)

Smart card

b)

Password

c)

Retina scan

d)

Personal identification number

39.

Given the following - WMIC BIOS GET SERIALNUMBER - which of the following describes the above sequence?

a)

A database dump

b)

A query

c)

Insertion of data

d)

A function

40.

An administrator has discovered that a server has been corrupted. Which of the following will allow the administrator to recover the data?

a)

Server Rack UPS

b)

Off-site backups

c)

OS restoration disks

d)

Redundant NICs

41.

A company wants to provide encrypted remote access to its email, file, and application servers to facilitate the ability to work remotely. Which of the following would BEST meet these requirements?

a)

Full disk encryption

b)

Secure web gateway

c)

VPN

d)

AES

42.

A technician is selecting a processor for a custom PC. Which of the following units would be used to compare the speed of different processors?

a)

GHz

b)

MHz

c)

Gbps

d)

MBps

43.

A database administrator is writing code to ask a question to the database. What is the administrator doing?

a)

Manipulating data

b)

Mining data

c)

Creating a query

d)

Making a report

44.

Which of the following is the correct jack for an Ethernet cable?

a)

DB9

b)

Cat 5

c)

RJ45

d)

DVI

45.

An organization needs to send customer PII to an outside entity. Which of the following mediums is BEST?

a)

Encrypted email

b)

Flash drive

c)

ODBC

d)

Courier service

46.

A user is installing software that legally allows anyone to modify it. Which of the following license types does this software use?

a)

Open-source

b)

Subscription

c)

Proprietary

d)

Site

47.

A home user just purchased a new computer from a large retailer. After setting up the computer, the user notices many games and applications are pre-installed. To reduce security concerns, which of the following should the user complete?

a)

Perform a System Restore

b)

Call the computer manufacturer

c)

Remove the unwanted bloatware

d)

Check for disk fragmentation

48.

A company is looking into ways to ensure only approved users are able to access the company website on devices. Which of the following would work BEST to achieve this goal?

a)

Creating certificates

b)

Disabling the browser's cache

c)

Configuring proxy settings

d)

Installing antivirus extensions

49.

Which of the following would be the BEST design construct to allow developers to group functions and properties for reuse when designing an application?

a)

Constant

b)

Vector

c)

Function

d)

Class

50.

A replay attack would be the primary concern of:

a)

availability

b)

authentication

c)

confidentiality

d)

integrity

51.

A network administrator requires a non-magnetic unit to store critical data for a project. Which of the following options is the administrator most likely to choose for the project?

a)

USB flash drive

b)

Solid state drive

c)

Tape drive

d)

Hard disk drive

52.

Which of the following graphical interfaces is capable of the highest possible resolution?

a)

Component Video

b)

VGA

c)

S-Video

d)

DVI

53.

A technician is setting up computers for a mass deployment. As part of a web-based application, several new browser windows need to be opened once the user logs in. Which of the following settings should the technician configure to ensure that the browsers open correctly?

a)

Unrestricted PowerShell execution policy

b)

Pop-up blocker exceptions

c)

Applications to run in private mode

d)

Security extensions settings to disable