CompTIA IT Fundamentals+ (FCO-U61) Vocabulary

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Flashcards containing key vocabulary terms and definitions related to CompTIA IT Fundamentals+ (FCO-U61) Study Notes..

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Information Technology (IT)

The utilization and management of technology and systems to store, retrieve, transmit, and protect information for various purposes.

2
New cards

I/O Cycle

Input, Output, Processing, and Storage Cycle - a fundamental concept in computing that governs the core functions of a computer system.

3
New cards

Input

Stage where data is entered into the computer system

4
New cards

Processing

The CPU performs calculations, comparisons, and other operations to transform the raw data into meaningful information

5
New cards

Output

Displays or transmits the results of the processing to the user or another system

6
New cards

Storage

Data is saved to storage devices like a hard drive, SSD, or cloud storage for later use

7
New cards

Decimal Notation

Utilizes the base-10 system, which uses a system of ten unique symbols to represent the values (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9)

8
New cards

Binary Notation

A system of numbers that has only two different integer values 0 and 1

9
New cards

Hexadecimal Notation

Employs base-16, which uses 16 distinct symbols (0–9 for the first ten and A–F for the remaining six)

10
New cards

Bit (Binary Digit)

Smallest unit of data in computing, which can hold a value of 0 or 1

11
New cards

Byte

Equivalent to 8 bits and another basic unit of data

12
New cards

Nibble

Term for a single hexadecimal character

13
New cards

Data Type

Defines the kind of data that can be stored and manipulated within a program

14
New cards

Integers

Represent whole numbers, both positive and negative, without any decimal component

15
New cards

Floating-point Numbers

Used to represent real numbers (decimal or fractions)

16
New cards

Boolean Values

Represent the logical values of TRUE and FALSE

17
New cards

Characters

Used to represent individual letters, digits, punctuation marks, or any other symbol that can be represented in text

18
New cards

Strings

Sequences of characters used to represent and manipulate text

19
New cards

American Standard Code for Information Interchange (ASCII)

Developed in the 1960s as one of the first character encoding standards, and it uses 7 bits to represent each character