Career Employer

FREE CompTIA ITF+ Study Guide 2026: Now Tech+ (FC0-U71)

The most important things the CompTIA ITF+ exam — now CompTIA Tech+ (FC0-U71) — tests, as an interactive study guide with built-in quizzes and flashcards across all 6 official domains.

Check sections to boost your score

New to IT? Start here.

To find us again, just search “Career Employer CompTIA ITF+

By

This free CompTIA ITF+ study guide walks through every content domain the exam tests, organized to the current CompTIA exam objectives.[2] One important note up front: CompTIA retired the ITF+ (FC0-U61) exam on July 31, 2025, and its direct successor is CompTIA Tech+ (FC0-U71).[3]

Heads up: ITF+ is now Tech+ (FC0-U71)

CompTIA officially retired ITF+ (FC0-U61) on July 31, 2025. The current entry-level exam is CompTIA Tech+ (FC0-U71). The good news for studying: Tech+ covers the same six core domains as ITF+, so everything in this guide maps directly to the exam you'll actually book. If you already hold ITF+, your certification is valid for life.

It’s interactive, not a wall of text: every module has built-in checkpoint quizzes, flashcards, and practice questions, so you learn by doing — not just reading.

Tech+ tests six official domains, and we teach them as six study modules. The exam is broad rather than deep, so the winning strategy is to cover all six — investing the most time where the weighting is heaviest (Infrastructure and Security).

Read a module, test yourself at each checkpoint, then drill gaps with our free practice test and flashcards. This guide is a high-yield overview mapped to the official content — not a full computing textbook.

CompTIA ITF+ is one of the 14 CompTIA certifications — explore our CompTIA study guides to compare and prep across the whole family.

ITF+ / Tech+ Exam Snapshot

CompTIA Tech+ (FC0-U71) at a glance — the successor to ITF+
DetailCompTIA Tech+ (FC0-U71)
Exam codeFC0-U71 (Tech+) — replaced retired FC0-U61 (ITF+)
QuestionsMaximum of 70 (ITF+ was 75); multiple choice
Time60 minutes
Passing score650 on a 100–900 scale (scaled score, not a percentage)
Certifying bodyCompTIA
CostAbout $138 (single voucher; varies by region/promo)
PrerequisitesNone — built for absolute beginners
FormatClosed-book, proctored (test center or OnVUE online)
ResultPass/fail immediately, with a per-domain score report

Tech+ covers six domains. Two of them — Infrastructure and Security — together make up 43% of the exam, so that is where to invest first.[2] Study by weight:

CompTIA Tech+ weighting by domain (FC0-U71 exam objectives)
Infrastructure24% · Hardware, networking, cloud
Security19% · CIA, auth, malware
Applications & Software18% · OS, apps, files
IT Concepts & Terminology13% · Binary, data, units
Software Development13% · Logic, languages
Data & Database13% · Tables, keys, SQL

Module 1 · IT Concepts & Terminology

One official domain, 13% of the exam. This is the vocabulary and number-sense foundation everything else builds on — how computers represent data, the units we measure it in, and the basic input-process-output model.

1.1 Notational Systems (Binary, Decimal, Hex)

Computers store everything in — base-2, using only 0 and 1. Humans read (base-10), and IT often uses (base-16) as a compact shorthand because each hex digit equals exactly four binary bits. The same value can be written in all three.[2]

To convert binary to decimal, add the place values (1, 2, 4, 8, …) wherever a 1 appears — so 1010 = 8 + 2 = 10. In hex, the letters continue past 9: A = 10, B = 11, up to F = 15. Characters themselves are encoded as numbers via (English letters and symbols) or the much larger (virtually all writing systems).

Binary place values (one byte = 8 bits)
Bit positionPlace valueExample (decimal 13)
Bit 8 (leftmost)1280
Bit 7640
Bit 6320
Bit 5160
Bit 481
Bit 341
Bit 220
Bit 1 (rightmost)11

1.2 Units, Data & the Computing Model

Know the units of measure. Data size is built from the (a single 0 or 1) and the (8 bits), then climbs by roughly 1,000×: KB, MB, GB, TB, PB. Watch the byte-vs-bit trap: storage and file sizes use bytes (MB), while network speed uses bits per second (Mbps).

Every information system follows the same cycle: input → processing → output → storage. Input devices bring data in, the processes it, output devices present results, and storage saves it for later. Other units you’ll see: hertz (Hz/GHz) for processor speed, and pixels for display resolution.

Common IT units of measure
UnitMeasuresExample
Byte (B), KB, MB, GB, TBData / file size and storageA photo is a few MB
Bits per second (Mbps)Network speed / throughputA 100 Mbps connection
Hertz (Hz), GHzFrequency / CPU clock speedA 3.5 GHz processor
Pixels (resolution)Image / display detail1920 × 1080 (Full HD)

1.3 Value of Data & Boolean Logic

Data is raw facts; information is processed, meaningful data that drives decisions. Organizations capture, correlate, and protect data because it has real business, legal, and personal value. Computers make decisions using logic — values that are either true or false — combined with the operators AND, OR, and NOT.

One last foundational skill the exam expects is a structured troubleshooting method. When something breaks, don’t guess — work the steps in order: identify the problem, form a theory of the probable cause, test it, fix it, verify the fix, and document what you did. Following the sequence beats random trial and error and is exactly how Tech+ frames support scenarios.[2]

Checkpoint · IT Concepts & Terminology

Question 1 of 10

Which of the following best describes 'Big Data'?

Module 2 · Infrastructure

One official domain, 24% of the exam — the single heaviest. This is the hardware and connectivity layer: what’s inside a computer, how peripherals attach, and how devices reach a network, the cloud, and each other. Invest here first.

2.1 Internal Components & Storage

The core components live on the : the (the processor that runs instructions, rated in GHz with multiple cores), (fast, temporary working memory), and storage. The key distinction the exam loves: (RAM) loses its contents when powered off, while (SSD, HDD, flash) keeps data without power.[2]

RAM vs. storage — the most-tested distinction
RAMStorage (SSD/HDD)
PurposeActive programs and data in usePermanent files, apps, the OS
VolatilityVolatile — cleared at power-offNon-volatile — kept without power
SpeedVery fastSlower than RAM (SSD faster than HDD)
More of it helpsRunning more programs at onceKeeping more files

For long-term storage, compare an (flash, fast, durable, no moving parts) with an (spinning platters, cheaper per gigabyte, higher capacity, slower). Both are non-volatile. Choose by balancing capacity against speed and cost.

2.2 Ports, Peripherals & Connections

are external devices — keyboards, mice, monitors, printers — that connect through ports. is the universal connector for most peripherals (and supplies power); USB-C is the reversible modern form. Displays use HDMI or DisplayPort, and wired networking uses an Ethernet (RJ45) connector.

Common ports and connectors
ConnectorUsed for
USB / USB-CPeripherals, charging, data transfer
HDMIVideo + audio to TVs and monitors
DisplayPortVideo + audio, common on PCs/monitors
Ethernet (RJ45)Wired network connection
3.5 mm audioHeadphones, speakers, microphones
ThunderboltHigh-speed data, video, and power

2.3 Networking, Cloud & Virtualization

Devices on a network need an (a logical address) and have a (a hardware address). A connects devices on the same , while a connects different networks (your to the internet, the largest ). Two services make networks usable: auto-assigns IP settings,[7] and translates names like example.com into IP addresses.[8]

Tech+ adds modern infrastructure that ITF+ touched only lightly. delivers resources over the internet on demand, in three models — , , and .[4] runs multiple virtual machines on one physical host via a , and the Internet of Things (IoT) connects everyday devices to the network.

Core networking devices and services
Device / serviceWhat it does
SwitchConnects devices on the same LAN (uses MAC addresses)
RouterConnects different networks (uses IP addresses)
ModemLinks your network to your internet service provider
Access pointBroadcasts Wi-Fi so wireless devices can join
DHCPAutomatically assigns IP address, mask, gateway, DNS
DNSTranslates domain names into IP addresses

Checkpoint · Infrastructure

Question 1 of 10

What is the primary function of a Content Delivery Network (CDN) in web technology?

Module 3 · Applications & Software

One official domain, 18% of the exam. This domain covers the software that runs a computer and the programs you use on it — operating systems, application types, licensing, browsers, and how files are organized.

3.1 Operating Systems & Interfaces

The is the core software that manages hardware and resources and runs your applications — Windows, macOS, Linux, Android, and iOS. Operating systems come in workstation, server, and mobile varieties. You interact with them through a (visual, mouse-driven) or a (typed commands — faster and scriptable for IT pros).[2]

System software vs. application software
TypeWhat it isExamples
System softwareRuns and supports the computer itselfOperating system, drivers, utilities
Application softwareDoes user tasksBrowser, word processor, spreadsheet
Productivity softwareEveryday work toolsWord, Excel, email, slides
Utility softwareMaintains the systemAntivirus, backup, disk cleanup

3.2 Software Types, Licensing & Browsers

Software comes under different licenses. publishes its code for anyone to use and modify (often free); is closed and licensed by a vendor. Licensing models include single-use, group/volume, concurrent, and subscription (recurring fee, as with SaaS) versus a one-time perpetual license. The is the agreement you accept that governs use.

Software license types
LicenseMeaning
Single-useOne installation/user per purchase
Group / volumeMultiple installations under one agreement
ConcurrentA limited number of simultaneous users
SubscriptionRecurring fee for ongoing access and updates (SaaS)
PerpetualOne-time purchase of a specific version
Open-sourceCode is public; often free to use and modify

The web browser is a core application. Know its features: the cache stores local copies of pages (clearing it fixes some display issues), cookies remember settings and logins, private/incognito mode skips saving history, and extensions add features but should come only from trusted sources.

3.3 Files, Formats & Management

A (.docx, .jpg, .mp4) tells you a file’s type and which app opens it. Good file managementmeans organizing files into clearly named folders and using copy, move, rename, and delete deliberately; a file’s path describes its location.

Common file formats by type
CategoryFormats
Documents.txt, .rtf, .docx, .pdf, .odt
Images.jpg, .png, .gif, .bmp, .tiff
Audio.mp3, .wav, .flac, .aac
Video.mp4, .mov, .avi, .mkv
Compressed / archive.zip, .rar, .7z, .tar, .gz

Checkpoint · Applications & Software

Question 1 of 10

What is the primary purpose of a hypervisor in virtualization technology?

Module 4 · Software Development Concepts

One official domain, 13% of the exam. You won’t have to write programs, but you do need the vocabulary and logic of programming — language types, data types, and the control structures that make code do something.

4.1 Languages & Data Types

Languages fall into categories. A (C, C++) is translated to machine code before running — fast. An (Python, JavaScript) runs line by line — more flexible. A (HTML, XML) defines structure, not logic, and a query language (SQL) works with data.[2]

Language types
TypePurposeExamples
CompiledTranslated to machine code first (fast)C, C++
InterpretedRuns line by line at run time (flexible)Python, JavaScript
MarkupDefines structure/format, not logicHTML, XML
QueryRetrieves and manipulates dataSQL
ScriptingAutomates tasksPython, Bash, PowerShell

Every value has a : integer (whole number), float (decimal), char (one character), string (text), or (true/false). Choosing the right type avoids errors and uses memory efficiently.

Common data types
Data typeHoldsExample
IntegerWhole numbers42, -7
FloatDecimal numbers3.14, -0.5
CharA single character'A'
StringText (sequence of characters)"Hello"
BooleanTrue or falsetrue

4.2 Logic: Variables, Branching & Loops

A is a named container for a value that can change (score = 10); a never changes. Programs are built from three control structures: sequence (steps in order), (if/else decisions), and (repeating code). Conditions use comparison operators (>, <, ==) and Boolean logic (AND, OR, NOT).

The three control structures
StructureWhat it doesExample use
SequenceRuns steps in orderStep 1, then step 2, then step 3
Branching (if/else)Chooses a path based on a conditionIf score ≥ 650, print "Pass"
Looping (for/while)Repeats a block of codeProcess every row in a list

4.3 Organizing Code

Larger programs are organized with functions (named, reusable blocks of logic), arrays/lists (ordered collections of values), and objects (units that bundle data and actions). A is the step-by-step plan behind it all; pseudocode and flowcharts help plan that logic before coding. Comments explain code for humans.

Checkpoint · Software Development Concepts

Question 1 of 10

In the context of software development, what does the term 'Agile' refer to?

Module 5 · Data & Database Fundamentals

One official domain, 13% of the exam. Databases are how organizations store and retrieve data at scale. You need the core structure (tables, records, fields, keys), the basics of SQL, and why databases beat simple files.

5.1 Databases, Tables & Keys

A is an organized collection of data, managed by a (MySQL, PostgreSQL, Microsoft SQL Server). A stores data in (rows) and (columns) across linked tables. A uniquely identifies each record, and a links one table to another’s primary key.[2]

Databases beat a single flat file (like one big spreadsheet) because they scale, prevent duplicate data, enforce rules and relationships, and let many users work at once. Non-relational (NoSQL) databases trade strict tables for flexibility with unstructured data.

Database building blocks
TermMeaning
TableStores data about one entity (rows + columns)
Record (row)One complete entry (e.g., one customer)
Field (column)One attribute (e.g., LastName)
Primary keyUniquely identifies each record (no duplicates)
Foreign keyReferences another table's primary key (a relationship)
SchemaThe blueprint of tables, fields, and relationships

5.2 SQL, Backups & Data Concepts

is the standard language for relational databases.[9] Its data-manipulation commands are SELECT (read), INSERT (add), UPDATE (change), and DELETE (remove); its data-definition commands are CREATE, ALTER, and DROP. A query is a request for data, and a WHERE clause filters which rows come back.

Core SQL commands
CommandCategoryWhat it does
SELECTData manipulationRetrieves (queries) data
INSERTData manipulationAdds new rows
UPDATEData manipulationChanges existing rows
DELETEData manipulationRemoves rows
CREATE / ALTER / DROPData definitionMakes, changes, or deletes structures

Finally, protect data: a backup is a recent copy for recovery; an archive is long-term storage of inactive data. The 3-2-1 rule — three copies, two media, one offsite — guards against loss, hardware failure, and ransomware. Data can also move between systems via formats like CSV, JSON, and XML.

Checkpoint · Data & Database Fundamentals

Question 1 of 10

In the context of database management, what is 'SQL'?

Module 6 · Security

One official domain, 19% of the exam — the second heaviest. Security on Tech+ is about foundational concepts and good habits: the goals of security, how we verify identity, and how to recognize and defend against common threats.

6.1 CIA Triad & Authentication

Everything anchors to the : (only authorized access), (data stays accurate), and (accessible when needed).[6] proves who you are; then decides what you can do.

Identity is verified with authentication factors: something you know (password), something you have (a phone code), and something you are (a fingerprint). combines two or more for far stronger protection — even a stolen password isn’t enough.[5] protects confidentiality, scrambling data at rest and in transit (HTTPS/TLS, VPN), while protects integrity.

6.2 Threats, Malware & Best Practices

is malicious software: viruses (attach to files), worms (self-spread), trojans (disguised), (encrypts files for payment), and spyware (secretly gathers info). and other attacks target people, not systems — tricking them into revealing information or clicking malicious links.[6]

✓ Good security habits

  • Long, unique passwords in a password manager
  • Turn on multi-factor authentication (MFA)
  • Keep software patched and antivirus updated
  • Keep 3-2-1 backups against ransomware
  • Verify unexpected requests through another channel

✗ Risky behavior

  • Reusing the same password everywhere
  • Clicking links/attachments in unexpected emails
  • Ignoring updates and running old software
  • Sensitive logins on open public Wi-Fi (no VPN)
  • Using an admin account for everyday tasks

Checkpoint · Security

Question 1 of 10

Which technology is primarily used to create a secure communication channel over an unsecured network?

How to Use This ITF+ / Tech+ Study Guide

This guide is built to be worked, not just read. The most efficient path to a pass:

  • Study by weight. Infrastructure (24%) and Security (19%) are 43% of the exam — start there, then Applications and Software (18%).
  • Cover all six domains. Tech+ rewards breadth — don’t skip a domain because it feels unfamiliar; entry-level questions touch everything.
  • Check off as you go. Use the Study Guide Contents to mark each section done; it raises your exam-readiness score.
  • Take every checkpoint. The end-of-module quizzes show you exactly which domains need another pass.
  • Drill weak spots. Send your weak area into the flashcards and a practice test until the score climbs.

ITF+ / Tech+ Concept Questions

Common foundational IT concepts candidates search while studying for ITF+ / Tech+ — each answered briefly and backed by an official source. Test yourself, then drill them as flashcards.

ITF+ / Tech+ Glossary

The high-yield ITF+ / Tech+ terms in one place — hover any dotted term in the guide, or flip the whole deck here as a self-grading flashcard set.

Algorithm
A step-by-step set of instructions to solve a problem.
ASCII
A character-encoding standard that maps letters and symbols to numbers (e.g., A = 65).
Authentication
Verifying who a user is — proving identity.
Authorization
Determining what an authenticated user is allowed to do or access.
Availability
Ensuring systems and data are accessible when needed.
Binary
The base-2 number system (only 0 and 1) that computers use to store and process all data.
Bit
A single binary digit — a 0 or a 1 — the smallest unit of digital data.
Boolean
A value that is either true or false; the basis of computer logic.
Branching
A control structure (if/else) that runs different code based on a condition.
Byte
A group of 8 bits; can represent 256 values and typically stores one character.
CIA triad
The three goals of information security: Confidentiality, Integrity, and Availability.
CLI
Command-Line Interface — interaction by typing text commands.
Cloud computing
Delivering computing resources over the internet on demand, usually billed pay-as-you-go.
Compiled language
A language translated entirely into machine code before running (e.g., C); fast.
Confidentiality
Ensuring only authorized people can access data.
Constant
A named value that does not change during program execution.
CPU
Central Processing Unit — the processor that executes instructions; the 'brain' of the computer.
Data type
The category of a value — integer, float, string, char, or boolean.
Database
An organized, structured collection of data that can be easily accessed and managed.
DBMS
Database Management System — software to create, query, and maintain databases (MySQL, SQL Server).
Decimal
The everyday base-10 number system using digits 0–9.
DHCP
Dynamic Host Configuration Protocol — automatically assigns IP addresses and network settings to devices.
DNS
Domain Name System — translates human-readable names like example.com into IP addresses.
Encryption
Scrambling data with a key so only authorized parties can read it.
EULA
End-User License Agreement — the contract governing how you may legally use software.
Field
A single column (attribute) in a database table.
File extension
The suffix after a filename's dot (.docx, .jpg, .exe) indicating the file type.
Firewall
Hardware or software that filters network traffic by rules to block unauthorized access.
Foreign key
A field that references another table's primary key, creating a relationship between tables.
GUI
Graphical User Interface — interaction via windows, icons, and a mouse.
Hashing
A one-way function turning data into a fixed-length value, used for passwords and integrity checks.
HDD
Hard Disk Drive — magnetic spinning-platter storage; cheaper and higher-capacity but slower than an SSD.
Hexadecimal
The base-16 number system (0–9 then A–F); a compact way to write binary, where each hex digit equals 4 bits.
Hypervisor
Software that creates and manages virtual machines, sharing one host's hardware among them.
IaaS
Infrastructure as a Service — renting raw compute, storage, and networking from a cloud provider.
Integrity
Ensuring data is accurate and unaltered.
Interpreted language
A language executed line by line at run time by an interpreter (e.g., Python); flexible.
IP address
A unique logical address identifying a device on a network so data can be routed to it.
LAN
Local Area Network — a network covering a small area such as a home or office.
Least privilege
Granting users and programs only the minimum access they need to do their job.
Looping
A control structure (for/while) that repeats a block of code.
MAC address
A unique hardware address burned into a network adapter, used for local (Layer 2) delivery.
Malware
Malicious software designed to harm or exploit systems (viruses, worms, ransomware, spyware).
Markup language
A tag-based language defining structure or format, such as HTML or XML.
MFA
Multi-Factor Authentication — requiring two or more proofs of identity from different categories.
Motherboard
The main circuit board that connects and powers the CPU, RAM, storage, and expansion cards.
Non-volatile storage
Storage (like SSD, HDD, or flash) that retains data without power.
Open-source software
Software whose source code is published for anyone to view, use, and modify, often free.
Operating system
The core software that manages hardware and resources and runs applications (Windows, macOS, Linux).
PaaS
Platform as a Service — a managed platform for building and deploying applications.
Peripheral
An external device connected to a computer, such as a keyboard, mouse, monitor, or printer.
Phishing
A social-engineering attack using fake messages to trick people into revealing information.
Primary key
A field that uniquely identifies each record in a table; no duplicates or nulls.
Programming language
A formal language used to write instructions a computer can execute (Python, Java, C).
Proprietary software
Closed-source software licensed by a vendor under specific terms, usually for a fee.
RAM
Random Access Memory — fast, volatile working memory that holds running programs; cleared when power is lost.
Ransomware
Malware that encrypts files and demands payment to restore them.
Record
A single row in a database table — one complete set of related fields.
Relational database
A database that stores data in linked tables of rows and columns, queried with SQL.
Router
A device that connects different networks and forwards traffic between them (e.g., home network to internet).
SaaS
Software as a Service — ready-to-use software delivered over the internet (e.g., Gmail).
Social engineering
Manipulating people, rather than systems, into giving up information or access.
SQL
Structured Query Language — the standard language for working with relational databases.
SSD
Solid-State Drive — fast, durable flash-based storage with no moving parts.
Switch
A device that connects multiple devices on the same local network and forwards traffic by MAC address.
Unicode
A universal character-encoding standard representing text from virtually all writing systems.
USB
Universal Serial Bus — the common port for connecting peripherals and supplying power.
Variable
A named container storing a value that can change while a program runs.
Virtualization
Running multiple virtual machines on one physical host, managed by a hypervisor.
Volatile memory
Memory (like RAM) that loses its contents when power is removed.
WAN
Wide Area Network — a network spanning large distances; the internet is the largest WAN.

ITF+ / Tech+ Study Guide FAQ

No. CompTIA retired the IT Fundamentals+ (ITF+) FC0-U61 exam on July 31, 2025. Its direct successor is CompTIA Tech+ (FC0-U71). If you already hold ITF+, your certification remains valid for life, but new candidates should study for and register for Tech+ instead. This guide teaches the current Tech+ FC0-U71 content.

References

  1. 1.CompTIA. “CompTIA Tech+ (formerly IT Fundamentals / ITF+) — Certification Overview.” comptia.org.
  2. 2.CompTIA. “CompTIA Tech+ (FC0-U71) Exam Objectives.” comptia.org.
  3. 3.CompTIA. “CompTIA Exam Retirement Dates (ITF+ FC0-U61 retired July 31, 2025).” comptia.org.
  4. 4.National Institute of Standards and Technology. “SP 800-145 — The NIST Definition of Cloud Computing.” csrc.nist.gov.
  5. 5.National Institute of Standards and Technology. “SP 800-63B — Digital Identity Guidelines (Authentication).” pages.nist.gov.
  6. 6.National Institute of Standards and Technology. “NIST Glossary (Confidentiality, Integrity, Availability, Encryption).” csrc.nist.gov.
  7. 7.Internet Engineering Task Force. “RFC 2131 — Dynamic Host Configuration Protocol.” rfc-editor.org.
  8. 8.Internet Engineering Task Force. “RFC 1035 — Domain Names: Implementation and Specification.” rfc-editor.org.
  9. 9.ISO/IEC. “ISO/IEC 9075 — Database Languages — SQL.” iso.org.
  10. 101.Internet Engineering Task Force (IETF). “RFC 791 — Internet Protocol.” rfc-editor.org, accessed 19 June 2026.
  11. 102.National Institute of Standards and Technology (NIST). “NIST Small Business Cybersecurity — Phishing.” nist.gov, accessed 19 June 2026.
  12. 103.National Institute of Standards and Technology (NIST). “NIST Small Business Cybersecurity — Ransomware.” nist.gov, accessed 19 June 2026.
Career Employer

Career Employer is the ultimate resource to help you get started working the job of your dreams. We cover topics from general career information, career searching, exam preparation with free study materials, career interviewing, and becoming successful in your career of choice.

Follow Us:

All Posts

Career Employer’s Editorial Process

Here at Career Employer, we focus a lot on providing factually accurate information that is always up to date. We strive to provide correct information using strict editorial processes, article editing, and fact-checking for all of the information found on our website. We only utilize trustworthy and relevant resources. To find out more, make sure to read our full editorial process page here.