CompTIA FC0-U61 Practice Test - Questions Answers
List of questions
Related questions
Question 1
Which of the following is primarily a confidentiality concern?
Question 2
A software developer develops a software program and writes a document with step-by-step instructions on how to use the software. The developer wants to ensure no other person or company will publish this document for public use.
Which of the following should the developer use to BEST protect the document?
Question 3
Which of the following database concepts would MOST likely use a CSV file?
Explanation:
A CSV file is acomma-separated valuesfile that stores data in atabular format. A CSV file can beused toimportdata from one database to another, or from other sources such as spreadsheets,text files, or web pages.Data importing is the process of transferring data between differentsystems or formats1.Reference:= CompTIA IT Fundamentals (ITF+) Study Guide, 2nd Edition,Chapter 5: Database Fundamentals2
Question 4
A help desk technician encounters an issue and wants to find out if a colleague has encountered the same issue before. Which of the following should the technician do FIRST?
Question 5
Which of the following BEST describes the practice of providing user credentials when logging onto the network?
Question 6
Which of the following allows wireless devices to communicate to a wired network?
Question 7
Which of the following computing devices would be used to provide a centralized means to distribute services to a group of clients and usually possesses a role on a LAN?
Question 8
Which of the following describes something in a database that refers to the unique identifier in the parent table?
Explanation:
A foreign key is a column or a set of columns in a table that refers to the unique identifier (orprimary key) in another table. A foreign key establishes a relationship between two tables andensures referential integrity. For example, in a database that stores information about studentsand courses, the student table may have a column called student_id that is the primary key foreach student record. The course table may have a column called student_id that is the foreignkey that refers to the student_id in the student table.This way, the database can link eachcourse record to the corresponding student record34.Reference:= CompTIA IT Fundamentals(ITF+) Study Guide, 2nd Edition, Chapter 5: Database Fundamentals2; What is RDBMS(Relational Database Management System) - Javatpoint5; What is a Relational DatabaseManagement System?| Microsoft Azure6
Question 9
For which of the following is a relational database management system MOST commonly used?
Question 10
Which of the following BEST describes an application running on a typical operating system?
Question