CompTIA Tech+ (FC0-U71) Practice Exam
Cover all six domains of the current Tech+ V6 blueprint — with Infrastructure as the heaviest at 24% — through objective-mapped questions, source-linked explanations in Learn mode, and a full timed simulation in Exam mode. No prior experience required.
Start 24-hour free trial →Tech+ (FC0-U71) exam at a glance
- Vendor
- CompTIA
- Exam code
- FC0-U71 (also FC0-U71-CE)
- Certification
- CompTIA Tech+ (formerly IT Fundamentals+ / ITF+)
- Level
- Foundational (entry-level)
- Blueprint
- Exam version V6, launched July 16, 2024 (current edition)
- Format
- Maximum of 70 questions; multiple-choice
- Duration
- 60 minutes
- Passing score
- 650 on a scale of 900
- Delivery
- Pearson VUE test center or online proctored
- Prerequisites
- None. No prior experience necessary
- Validity
- FC0-U71 does not expire; the FC0-U71-CE variant is valid for 5 years
- Languages
- English, Japanese
Source: CompTIA — Tech+ certification & V6 exam objectives. CompTIA does not list a single fixed public exam price on the objectives page (voucher and bundle pricing varies by region), so confirm current cost with CompTIA or an authorised reseller before scheduling.
About the CompTIA Tech+ (FC0-U71) certification
CompTIA Tech+ is the entry point to the whole CompTIA ladder — a foundational credential that validates conceptual IT literacy rather than hands-on administration. It is the certification to start with if you are a student testing whether a tech career fits, a career changer breaking into IT, or a professional in a non-technical role who needs to speak the language of technology with confidence. It answers “what is this and when would I use it,” not “how do I configure it in production.”
Two naming points cause confusion. First, Tech+ is the current name for what CompTIA previously called IT Fundamentals+ (ITF+); the V6 exam code FC0-U71 replaced the older FC0-U61. Second, the V6 blueprint was refreshed to reflect modern topics — artificial intelligence including generative AI, cloud and virtualization models, and a fuller treatment of data and security — so material written for ITF+ is out of date on exactly the areas employers now care about most.
Every PowerKram question maps to one of the six current V6 domains, so your weak spots turn into a focused reading list rather than a vague “study more.” For where this credential sits in the wider certification landscape, see our guide to how IT certifications fit together.
Tech+ (FC0-U71) exam domains and weights
Six domains, weighted, summing to 100%. Infrastructure is the single heaviest area at 24%, and Security is second at 19% — between them they carry well over 40% of the exam. Note: several third-party sites publish an outdated 26/18/14/10/13/19 split; the figures below are CompTIA’s current published weights. Plan study time roughly in proportion.
Computing devices and internal components (CPU, RAM, storage, NIC, GPU); storage types; peripheral setup and drivers; device interfaces (USB, HDMI, Bluetooth, NFC); virtualization and cloud models (SaaS, PaaS, IaaS); networking basics (LAN vs. WAN, IP/MAC, routers, switches, firewalls); and wireless standards.
Confidentiality, integrity and availability plus authentication and authorization; device security (anti-malware, firewalls, patching, safe browsing); password best practices and password managers; and encryption for data at rest and in transit, including HTTPS and VPNs.
Operating systems across mobile, desktop, server and embedded; OS components including file systems (NTFS, FAT32), interfaces and drivers; software types; web-browser features such as private browsing and cache clearing; and artificial intelligence — chatbots, assistants and generative AI.
Computing basics (input, processing, output, storage); notational systems (binary, hexadecimal, decimal, octal); units of measure for storage, speed and throughput; and the CompTIA troubleshooting methodology — identify the problem, test a theory, implement, and document.
Programming-language categories (interpreted, compiled, scripting, markup, assembly); data types; programming concepts — variables, constants, arrays, functions and objects; and organisational techniques such as pseudocode, flowcharts, branching and looping.
The value of data and data-driven decisions; database concepts including relational vs. non-relational, tables, rows, fields and primary/foreign keys; database use (queries, reports, scalability, cloud vs. local); and backup concepts.
Source: CompTIA — Tech+ (V6) exam objectives. Weights are CompTIA’s published figures and total 100%.
Who Tech+ (FC0-U71) is for
CompTIA positions Tech+ as a pre-career credential — the broadest audience of any CompTIA exam, because it assumes no prior experience:
- Students and career changers testing whether IT is the right direction before committing to a role-based certification path.
- Non-technical professionals in sales, marketing, finance or operations who need working fluency in devices, cloud, data and security to do their jobs and collaborate with technical teams.
- Aspiring help-desk, field-tech and junior-support staff building the foundational vocabulary before moving to role-based certs.
- Anyone strengthening digital literacy — Tech+ does not expire, so it is a durable proof of foundational knowledge.
Tech+ is not a prerequisite for anything, but it is the cleanest on-ramp to role-based CompTIA credentials. Most candidates go next to A+ (Core 1) for the hands-on support track, or toward Security+ once they have some grounding. To see the roles this foundation feeds and what they pay, review the IT administrator career track in our Career Hub.
What this Tech+ practice exam delivers
Learn mode
Correct answer, the reasoning, why each distractor fails, and a link to CompTIA’s objectives for the domain the question maps to — immediately after each question. Best for the terminology-heavy areas where one precise definition separates the right answer from a plausible wrong one.
Exam mode
Up to 70 questions on a 60-minute timer against the 650/900 standard — the real FC0-U71 format. Builds the pacing you need so you are not rushing the later, heavier Infrastructure and Security items.
Source-linked explanations
Every answer cites CompTIA’s official Tech+ objectives, so you can verify the concept against the vendor’s own wording and read further rather than memorise.
Score by domain
Results break down across the six current V6 domains, so practice tells you whether the next session goes on Infrastructure, Security, or the lighter development and data areas rather than “more questions.”
Sample Tech+ (FC0-U71) practice questions
Ten free questions spread across all six V6 domains, each with a full explanation and a link to CompTIA’s objectives. The complete bank comes with the 24-hour trial.
A technician needs to convert the hexadecimal value 1A to decimal. What is the correct result?
- 26
- 16
- 32
- 110
Show answer & explanation
Correct: A — 26. Hexadecimal is base 16, so 1A = (1 × 16) + (A, which is 10) = 16 + 10 = 26. Notational-system conversion between binary, hexadecimal and decimal is a named V6 objective.
Why not the others: 16 (B) is just the value of the leading digit’s place, ignoring the A. 32 (C) would be 2 × 16, treating the first digit as 2. 110 (D) is the binary-to-decimal result for 1101110 or a misread — it does not follow from base-16 place value.
Source: CompTIA — Tech+ objectives, notational systems →Using the CompTIA troubleshooting methodology, a technician has just confirmed a theory about why a laptop will not connect to Wi-Fi. What is the next step?
- Document the findings and outcomes
- Establish a plan of action to resolve the problem and implement the solution
- Identify the problem by questioning the user
- Establish a new theory of probable cause
Show answer & explanation
Correct: B — establish a plan and implement the solution. Once a theory is confirmed, the methodology moves to establishing a plan of action and implementing the fix. The ordered steps are exactly what this objective tests.
Why not the others: Documenting (A) is the final step, after the fix is verified. Identifying the problem (C) has already happened — it is the first step, not the one after confirming a theory. Establishing a new theory (D) only applies if the theory had been disproven; here it was confirmed.
Source: CompTIA — Tech+ objectives, troubleshooting methodology → Further reading: PowerKram — How IT certifications fit together →A workstation needs fast local storage that has no moving parts and connects directly to the motherboard’s PCIe bus for the highest throughput. Which storage type best fits?
- 7200 RPM hard disk drive (HDD)
- Network-attached storage (NAS)
- NVMe solid-state drive
- External USB optical drive
Show answer & explanation
Correct: C — NVMe SSD. NVMe drives are solid-state (no moving parts) and communicate over the PCIe bus, giving them the highest throughput of the local options the objective lists. That combination is exactly what the requirement describes.
Why not the others: An HDD (A) has spinning platters and a moving head — it has moving parts and is far slower. NAS (B) is network storage, not local, so it fails the “directly on the workstation” requirement. An optical drive (D) is slow removable-media storage, not fast local storage.
Source: CompTIA — Tech+ objectives, storage types → Further reading: PowerKram — How IT certifications fit together →A small business wants to use email and office software over the internet without installing or maintaining any of the underlying servers or applications themselves. Which cloud service model fits?
- Infrastructure as a Service (IaaS)
- Platform as a Service (PaaS)
- On-premises deployment
- Software as a Service (SaaS)
Show answer & explanation
Correct: D — SaaS. SaaS delivers finished applications over the internet with the provider managing everything beneath them, which is precisely “use the software without maintaining servers or apps.” Cloud service models are a named V6 objective.
Why not the others: IaaS (A) provides raw compute and storage that the customer must still build on. PaaS (B) gives developers a platform to deploy their own applications — more management than the business wants. On-premises (C) is the opposite of the requirement: they would own and maintain everything.
Source: CompTIA — Tech+ objectives, virtualization and cloud →A user wants to browse the web so that no history, cookies, or cached files are retained on the shared computer after the session ends. Which browser feature should they use?
- Private (incognito) browsing mode
- A browser extension for ad-blocking
- Clearing the cache after each visit manually
- Adding the sites to the bookmarks bar
Show answer & explanation
Correct: A — private browsing. Private or incognito mode is designed so that history, cookies and cached files from the session are not retained locally once the window is closed — exactly the requirement. Web-browser features including private browsing and cache clearing are a listed objective.
Why not the others: An ad-blocker (B) filters ads but does nothing about local history. Manual cache clearing (C) is error-prone and misses cookies and history unless each is cleared separately. Bookmarking (D) actively stores a reference on the machine, the opposite of what is wanted.
Source: CompTIA — Tech+ objectives, web browser features →A marketing team uses a tool that produces original draft copy and images from text prompts. Which category of artificial intelligence does this describe?
- Generative AI
- A rules-based chatbot with fixed responses
- Optical character recognition
- A spam filter classifying inbound mail
Show answer & explanation
Correct: A — generative AI. Generative AI produces new content — text, images, and more — from prompts, which is what the tool does. The V6 refresh added generative AI to the applications and software domain explicitly.
Why not the others: A fixed-response chatbot (B) selects from pre-written replies rather than generating new content. OCR (C) reads existing text from images; it does not create anything. A spam filter (D) classifies existing messages into categories — classification, not generation.
Source: CompTIA — Tech+ objectives, artificial intelligence → Further reading: PowerKram — Certifications vs a college degree →A program needs to store an ordered collection of related values — the twelve monthly sales totals — under a single name, accessed by index. Which programming construct fits?
- A constant
- A single variable
- An array
- A function
Show answer & explanation
Correct: C — an array. An array stores an ordered collection of values under one name, each reachable by an index — precisely the twelve-monthly-totals case. Arrays are a named programming concept in the objective.
Why not the others: A constant (A) holds one fixed value that never changes. A single variable (B) holds one value at a time, not twelve indexed ones. A function (D) is a reusable block of code that performs a task — it is not a data container.
Source: CompTIA — Tech+ objectives, programming concepts →In a relational database, which element enforces the link between an orders table and the customers table so that every order references a valid customer?
- A primary key on the orders table
- A non-relational document store
- A backup schedule
- A foreign key in the orders table referencing the customers table
Show answer & explanation
Correct: D — a foreign key. A foreign key in the orders table points at the primary key of the customers table, enforcing that each order references a customer that actually exists. Primary and foreign keys are a listed database concept.
Why not the others: A primary key on the orders table (A) uniquely identifies each order but says nothing about the customer relationship. A non-relational store (B) is a different database model, not a relationship-enforcement element. A backup schedule (C) protects data but has nothing to do with referential links.
Source: CompTIA — Tech+ objectives, database concepts →A company wants to ensure that data sent between a user’s browser and its website cannot be read if intercepted in transit. Which measure directly addresses this?
- Requiring long, complex passwords
- Serving the site over HTTPS (TLS encryption)
- Installing anti-malware on the web server
- Scheduling nightly backups of the database
Show answer & explanation
Correct: B — HTTPS. HTTPS encrypts data in transit between the browser and the server, so intercepted traffic is unreadable. Encryption for data at rest and in transit, including HTTPS, is a named security objective.
Why not the others: Strong passwords (A) protect account access, not the confidentiality of traffic on the wire. Anti-malware (C) defends the server host but does not encrypt the connection. Backups (D) protect against data loss, not interception.
Source: CompTIA — Tech+ objectives, encryption → Further reading: PowerKram — Enterprise security practices →Which of the three core information-security principles is most directly violated when an unauthorised person is able to read confidential customer records?
- Integrity
- Availability
- Confidentiality
- Non-repudiation
Show answer & explanation
Correct: C — confidentiality. Confidentiality is about restricting access to information to authorised parties; an unauthorised person reading records is the textbook confidentiality breach. The CIA triad is a foundational security objective.
Why not the others: Integrity (A) concerns whether data has been altered, not who can read it. Availability (B) concerns whether authorised users can access data when needed. Non-repudiation (D) is a related security concept but is not one of the three core CIA principles the question asks about.
Source: CompTIA — Tech+ objectives, security concepts →Keep going: study guides and career paths
Tech+ is a starting line, not a finish. It earns its return when it leads into a role-based certification path and a clear sense of the jobs at the other end.
Deep dive: format and scoring, what changed in V6, study path, and where Tech+ leads
Format and scoring
Tech+ delivers a maximum of 70 multiple-choice questions in 60 minutes. It is scored on a 100–900 scale, and the passing score is 650. There is no fixed count of “questions you must get right” because scaled scoring weights items, but the practical target is steady accuracy across all six domains rather than mastery of one. The credential does not expire in its standard FC0-U71 form; the FC0-U71-CE continuing-education variant is valid for five years. Read the IT certifications guide →
What changed in V6
V6 (FC0-U71) replaced the older ITF+ (FC0-U61) and modernised the blueprint. The clearest additions are artificial intelligence — chatbots, assistants and generative AI — inside the applications and software domain, and a fuller treatment of cloud and virtualization models and of data and security fundamentals. Anyone studying from ITF+ material will be under-prepared on exactly these modern areas. If your notes predate mid-2024, treat AI, cloud models and the data/security domains as the parts to rebuild. Read certifications vs a college degree →
A realistic study path
Tech+ is a fundamentals exam; most candidates prepare in two to four weeks. A practical plan: front-load the two heaviest domains — Infrastructure (24%) and Security (19%) — because together they carry over 40% of the exam; work through concrete examples rather than definitions alone (convert a few hex values, name the cloud model for a scenario, walk the troubleshooting steps in order); then use timed practice to expose the areas where you recognise a term but cannot apply it. Candidates from a non-technical background usually need extra time on Infrastructure; those who tinker with hardware often need extra time on the development and data domains. Read the IT certifications guide →
Where Tech+ leads
Tech+ is not a prerequisite for any other exam, but it is the cleanest on-ramp to role-based CompTIA credentials. The common next steps are A+ for hands-on support roles and, once there is some grounding, Security+ for the security track. Tech+ is most valuable as a first proof of digital literacy for students, career changers, and non-technical professionals who need to work credibly alongside technical teams. See the IT administrator career track →
Tech+ (FC0-U71) exam FAQ
What are the Tech+ (FC0-U71) domains and weights?
What is the Tech+ passing score and format?
Does Tech+ have prerequisites?
Is FC0-U71 the same as IT Fundamentals+ (ITF+)?
Does the Tech+ certification expire?
Does the exam cover artificial intelligence?
Start your free 24-hour Tech+ practice trial
Full access to the question bank, both study modes, source-linked explanations and score-by-domain. No credit card required.
Start free trial →