IT Concepts and Terminology FC0-U61 Practice Quiz

256 exam-style questions covering 17% of the FC0-U61 exam. Instant feedback on every answer, progress tracking, no signup required.

This domain is part of the CompTIA ITF+ practice test. Each question is tagged by exam objective and difficulty so you can drill exactly the areas you need.

Sample Questions

Which statement best describes Binary in Objective 1.1 (Compare and contrast notational systems)?
  • A. The term Binary refers to a base-2 notational system that uses only 0 and 1; it maps naturally to off/on electrical states in computing.
  • B. The related concept Decimal refers to the base-10 number system using digits 0-9; it is the everyday human counting system rather than the native machine representation, so it is a different match.
  • C. Hexadecimal is also a positional notational system, but uses base 16 with 16 symbols (0-9 and A, F); Binary uses only base 2 with two symbols, 0 and 1.
  • D. The related concept ASCII refers to a character-encoding standard that maps basic English letters, numbers, punctuation, and control characters to numeric values, so it is a different match.

Correct. The term Binary refers to a base-2 notational system that uses only 0 and 1; it maps naturally to off/on electrical states in computing. Confusing binary with hexadecimal hides the fact that binary is the lowest-level representation; hex is only a compact shorthand for binary.

Which statement best describes Hexadecimal in Objective 1.1 (Compare and contrast notational systems)?
  • A. Binary is also a positional notational system, but uses only two symbols (0 and 1); Hexadecimal uses 16 symbols, which is why each hex digit maps exactly to four binary digits.
  • B. The related concept Unicode refers to a character-encoding standard designed to represent characters from many languages and symbol sets, so it is a different match.
  • C. The related concept Decimal refers to the base-10 number system using digits 0-9; it is the everyday human counting system rather than the native machine representation, so it is a different match.
  • D. The term Hexadecimal refers to a base-16 notational system using digits 0-9 and letters A-F; one hex digit represents four binary bits.

Correct. The term Hexadecimal refers to a base-16 notational system using digits 0-9 and letters A-F; one hex digit represents four binary bits. Hexadecimal is common for memory addresses, color codes, and low-level values because it compresses binary into a human-readable form.

A help desk technician is teaching a new user about Binary. Which explanation would be the clearest and most accurate?
  • A. The technician should focus on Decimal instead, because it refers to the base-10 number system using digits 0-9; it is the everyday human counting system rather than the native machine representation; this makes Binary unnecessary to explain.
  • B. The technician should explain that Binary refers to a base-2 notational system that uses only 0 and 1; it maps naturally to off/on electrical states in computing, and should connect it to a simple example from normal IT work rather than treating it as an unrelated memorization term.
  • C. The technician should focus on ASCII instead, because it refers to a character-encoding standard that maps basic English letters, numbers, punctuation, and control characters to numeric values; this makes Binary unnecessary to explain.
  • D. The technician should focus on Hexadecimal instead, because it refers to a base-16 notational system using digits 0-9 and letters A-F; one hex digit represents four binary bits; this makes Binary unnecessary to explain.

Correct. This answer names Binary directly, defines it accurately, and ties the definition to how the concept is used. Confusing binary with hexadecimal hides the fact that binary is the lowest-level representation; hex is only a compact shorthand for binary.

A help desk technician is teaching a new user about Hexadecimal. Which explanation would be the clearest and most accurate?
  • A. The technician should focus on Decimal instead, because it refers to the base-10 number system using digits 0-9; it is the everyday human counting system rather than the native machine representation; this makes Hexadecimal unnecessary to explain.
  • B. The technician should explain that Hexadecimal refers to a base-16 notational system using digits 0-9 and letters A-F; one hex digit represents four binary bits, and should connect it to a simple example from normal IT work rather than treating it as an unrelated memorization term.
  • C. The technician should focus on Binary instead, because it refers to a base-2 notational system that uses only 0 and 1; it maps naturally to off/on electrical states in computing; this makes Hexadecimal unnecessary to explain.
  • D. The technician should focus on Unicode instead, because it refers to a character-encoding standard designed to represent characters from many languages and symbol sets; this makes Hexadecimal unnecessary to explain.

Correct. This answer names Hexadecimal directly, defines it accurately, and ties the definition to how the concept is used. Hexadecimal is common for memory addresses, color codes, and low-level values because it compresses binary into a human-readable form.

A help desk technician is teaching a new user about Decimal. Which explanation would be the clearest and most accurate?
  • A. The technician should focus on Binary instead, because it refers to a base-2 notational system that uses only 0 and 1; it maps naturally to off/on electrical states in computing; this makes Decimal unnecessary to explain.
  • B. The technician should focus on Processing speed instead, because it refers to a measurement category for how quickly a processor clock cycles, commonly expressed in MHz or GHz; this makes Decimal unnecessary to explain.
  • C. The technician should focus on Hexadecimal instead, because it refers to a base-16 notational system using digits 0-9 and letters A-F; one hex digit represents four binary bits; this makes Decimal unnecessary to explain.
  • D. The technician should explain that Decimal refers to the base-10 number system using digits 0-9; it is the everyday human counting system rather than the native machine representation, and should connect it to a simple example from normal IT work rather than treating it as an unrelated memorization term.

Correct. This answer names Decimal directly, defines it accurately, and ties the definition to how the concept is used. Decimal is not wrong for people, but computers ultimately encode values as binary patterns.

A student confuses Binary with Hexadecimal. What is the most important correction?
  • A. Binary should be identified as a base-2 notational system that uses only 0 and 1; it maps naturally to off/on electrical states in computing; the difference is that Hexadecimal refers to a base-16 notational system using digits 0-9 and letters A-F; one hex digit represents four binary bits.
  • B. The distinction is only spelling; in practice Binary, Hexadecimal, and ASCII are all labels for the same concept.
  • C. The terms are interchangeable; Binary and Hexadecimal always mean the same thing in IT documentation.
  • D. Binary should be treated as Decimal, because it refers to the base-10 number system using digits 0-9; it is the everyday human counting system rather than the native machine representation.

Correct. The answer separates the two concepts instead of merging them. Confusing binary with hexadecimal hides the fact that binary is the lowest-level representation; hex is only a compact shorthand for binary.

A student confuses Hexadecimal with Binary. What is the most important correction?
  • A. The terms are interchangeable; Hexadecimal and Binary always mean the same thing in IT documentation.
  • B. The distinction is only spelling; in practice Hexadecimal, Binary, and Unicode are all labels for the same concept.
  • C. Hexadecimal should be identified as a base-16 notational system using digits 0-9 and letters A-F; one hex digit represents four binary bits; the difference is that Binary refers to a base-2 notational system that uses only 0 and 1; it maps naturally to off/on electrical states in computing.
  • D. Hexadecimal should be treated as Decimal, because it refers to the base-10 number system using digits 0-9; it is the everyday human counting system rather than the native machine representation.

Correct. The answer separates the two concepts instead of merging them. Hexadecimal is common for memory addresses, color codes, and low-level values because it compresses binary into a human-readable form.

During a review of number systems and character encoding, a learner gives an answer involving Binary. Which response demonstrates the strongest understanding?
  • A. Skip the distinction and choose Hexadecimal, because it refers to a base-16 notational system using digits 0-9 and letters A-F; one hex digit represents four binary bits and is close enough for any Objective 1.1 question.
  • B. Use Binary only when the clue matches its role: a base-2 notational system that uses only 0 and 1; it maps naturally to off/on electrical states in computing. Then explain how using the wrong notation or encoding would change how the same raw bits are interpreted.
  • C. Use Decimal as the answer whenever the scenario mentions technology, because it refers to the base-10 number system using digits 0-9; it is the everyday human counting system rather than the native machine representation and is broader than Binary.
  • D. Avoid explaining Binary; replace it with ASCII because it refers to a character-encoding standard that maps basic English letters, numbers, punctuation, and control characters to numeric values and is usually easier to recognize.

Correct. This answer applies Binary in context and explicitly avoids the common confusion. Confusing binary with hexadecimal hides the fact that binary is the lowest-level representation; hex is only a compact shorthand for binary.

Link to this quiz

Studying with a group or teaching a class? Send this address or paste the link into your notes, wiki, or course page:

https://quizbuffet.com/comptia-itf-plus/it-concepts-and-terminology/

<a href="https://quizbuffet.com/comptia-itf-plus/it-concepts-and-terminology/">CompTIA ITF+ IT Concepts and Terminology practice quiz on QuizBuffet</a>

Other FC0-U61 Domains

← Back to FC0-U61 practice test overview

Questions are written against the published FC0-U61 objectives and checked for accuracy and balance before they go live. How QuizBuffet writes and reviews its questions.