CompTIA ITF+ (FC0-U61) Certification Exam | Latest
Verified Questions and Detailed Answers
OVERVIEW DESCRIPTION:
This comprehensive set of multiple-choice questions is designed specifically for the
CompTIA ITF+ (FC0-U61) certification exam, covering all six core domains: IT Concepts
and Terminology, Infrastructure, Applications and Software, Software Development,
Database Fundamentals, and Security. Each question is designed to test foundational IT
literacy for beginners, with a correct answer and a concise expert rationale provided to
reinforce key principles, troubleshooting methodologies, hardware knowledge,
programming logic, database queries, and security best practices.
IT Concepts and Terminology
QUESTION 1
Which of the following best describes the role of an operating system?
A) Manages hardware and provides services for application software
B) Edits spreadsheets and documents for the user
C) Connects a computer to the internet automatically
D) Protects the system from all malware threats
CORRECT ANSWER: A
EXPERT RATIONALE: The OS acts as an intermediary between hardware and user
applications, managing resources like memory, CPU, and I/O devices.
QUESTION 2
What is the fundamental difference between RAM and ROM?
,2|Page
A) RAM is volatile; ROM is non-volatile
B) ROM is faster than RAM
C) RAM stores the BIOS; ROM stores user data
D) ROM can be written to thousands of times
CORRECT ANSWER: A
EXPERT RATIONALE: RAM loses data when power is off, while ROM retains data
permanently, typically storing firmware like BIOS.
QUESTION 3
Which data type would most likely store the value ‘true’?
A) Integer
B) Float
C) Boolean
D) Character
CORRECT ANSWER: C
EXPERT RATIONALE: Boolean data type holds only two possible values: true or false,
commonly used in logic conditions.
QUESTION 4
A user reports that a printer is not working. Following troubleshooting methodology,
what should be the FIRST step?
A) Reinstall the printer driver
B) Identify the problem
,3|Page
C) Establish a theory of probable cause
D) Replace the printer cable
CORRECT ANSWER: B
EXPERT RATIONALE: The first step in any structured troubleshooting method is to
identify the problem by gathering information from the user.
QUESTION 5
Which of the following is an example of an input device?
A) Monitor
B) Speaker
C) Keyboard
D) Printer
CORRECT ANSWER: C
EXPERT RATIONALE: Input devices send data to the computer; keyboard, mouse, and
scanner are common examples.
QUESTION 6
Which term describes the practice of documenting each step in a troubleshooting
process?
A) Change management
B) Asset tagging
C) Version control
D) Documentation of findings
, 4|Page
CORRECT ANSWER: D
EXPERT RATIONALE: Documenting actions, outcomes, and solutions helps future
troubleshooting and knowledge sharing.
QUESTION 7
What does the decimal number 255 represent in binary?
A) 11111111
B) 10000000
C) 11110000
D) 00000000
CORRECT ANSWER: A
EXPERT RATIONALE: Binary 11111111 equals 255 because each bit represents a power
of two from 128 down to 1, all set.
QUESTION 8
Which of the following is an example of a float data type?
A) 42
B) ‘Hello’
C) 3.14159
D) True
CORRECT ANSWER: C
EXPERT RATIONALE: Float (floating-point) numbers include decimals; integers do not.