CompTIA Study Materials
AWS Study Materials
AWS Cloud Practitioner AWS Cloud Practitioner
AWS Cloud Practitioner CLF-C02
Microsoft Study Materials
Microsoft Azure Fundamentals Microsoft Azure Fundamentals
Microsoft Azure Fundamentals AZ-900
00:15:00

Free CompTIA ITF+ FC0-U61 Practice Test

Prepare for the CompTIA ITF+ FC0-U61 exam with our free practice test. Randomly generated and customizable, this test allows you to choose the number of questions.

  • Questions: 15
  • Time: 15 minutes (60 seconds per question)
  • Included Objectives:
    • Software Development Concepts
    • IT Concepts and Terminology
    • Infrastructure
    • Applications and Software
    • Database Fundamentals
    • Security
Question 1 of 15

You have been tasked with modifying the structure of an existing employee database to add a new column named 'PhoneNumber' that will store the employees' contact numbers. Which SQL command should you use to accomplish this task?

  • CREATE TABLE Employees ADD PhoneNumber VARCHAR(10);

  • MODIFY TABLE Employees ADD COLUMN PhoneNumber VARCHAR(10);

  • ALTER TABLE Employees ADD COLUMN PhoneNumber VARCHAR(10);

  • UPDATE Employees SET PhoneNumber VARCHAR(10);

Question 2 of 15

What type of data is considered critical when developing a business continuity plan?

  • System logs and application binaries

  • Redundant backup copies of old email archives

  • Temporary files and cached user profiles

  • Customer databases and financial records

Question 3 of 15

As a programmer, you have been tasked with creating a program that needs to keep track of the names of all the staff members in an office along with their respective office room numbers. You need to choose a data structure that will allow you to store these pairs and look up any staff member's room number efficiently. Which data structure should you use for this purpose?

  • String

  • Standard array

  • Variable

  • Associative array

Question 4 of 15

In an employee management system, which concept is used to uniquely identify each employee within a table?

  • Field/column

  • Foreign key

  • Primary key

  • Schema

Question 5 of 15

A company wants to store information about its employees in a database. As part of setting up the database, which command would be used initially to create a new table to hold the employee data?

  • INSERT INTO

  • CREATE TABLE

  • ALTER TABLE

  • CREATE DATABASE

Question 6 of 15

Which of the following describes the BEST approach to ensure the security of a medical device before it connects to a hospital's wireless network?

  • Keep the default password for easy recovery.

  • Ensure that the device is Bluetooth enabled.

  • Change the default password.

  • Update the firmware to the latest version.

Question 7 of 15

802.11ac wireless technology can provide faster data transmission speeds than 802.11n.

  • False

  • True

Question 8 of 15

A function in programming can execute a set of instructions multiple times when called within a program.

  • Functions execute a set of instructions multiple times when called within a program.

  • A function will automatically execute its set of instructions periodically without being called.

Question 9 of 15

In a company's payroll system, an employee's name is stored as 'John Smith'. Which data type best describes this kind of information?

  • String

  • Char

  • Boolean

  • Integers

Question 10 of 15

After connecting a new printer to your computer, what is the BEST next step to ensure it communicates effectively with the system?

  • Attempt to print a document immediately to see if it works.

  • Disconnect and reconnect the printer to a different interface on the computer.

  • Turn off the computer and then turn it back on again.

  • Install the driver software provided by the printer's manufacturer.

Question 11 of 15

Which of the following is used to interact with and perform tasks like data retrieval, insertion, and updating within a database?

  • Java

  • Structured Query Language (SQL)

  • Hypertext Markup Language (HTML)

  • Cascading Style Sheets (CSS)

Question 12 of 15

Which of the following best describes the use of a function in a programming language?

  • A section of code that is executed repeatedly, either a set number of times or until a certain condition is met

  • A container used to store multiple values of the same type, accessing them with an index

  • A block of code designed to perform a particular task, which can be executed when the function is called

  • A single line in a program that the computer reads and executes immediately

Question 13 of 15

Which type of data organization allows for data to be processed and stored without a predefined schema, typically making it more flexible but potentially less organized for querying?

  • Relational

  • Non-structured

  • Semi-structured

  • Structured

Question 14 of 15

Which option represents the BEST use of collaboration software for a team that needs to simultaneously edit documents, share feedback in real time, and maintain a version history?

  • Instant messaging software

  • Email client

  • Online workspace

  • Conferencing software

Question 15 of 15

Which unit of measure would you use to determine the speed at which data is transmitted over the internet?

  • ops

  • GB

  • bps

  • Hz