COMPTIA ITF+ Section 1 & 2

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

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Input

Data or commands entered into a computer system for processing.

2
New cards

Processing

The act of transforming input data into meaningful output, typically involving calculations, formatting, or manipulation of the data.

3
New cards

Output

The result generated by a computer after processing input data, which can be displayed, printed, or stored.

4
New cards

Storage

The process of saving data on a storage medium for future use, allowing for retrieval and manipulation as needed.

5
New cards

Decimal Notation System

A numerical representation that uses a base of ten, incorporating digits from 0 to 9 to express values and perform calculations.

6
New cards

Hexadecimal Notation System

A numerical representation that uses a base of sixteen, incorporating digits from 0 to 9 and letters A to F to express values and perform calculations.

7
New cards

Binary System

Provides the foundation for data storage and manipulation within a computer system

8
New cards

Hexadecimal

Offers a condesnced and human-friendly representation of binary values

9
New cards

Decimal

Serves as a familiar interface, enabling human-computer communication

10
New cards

Bit (Binary Digit)

The smallest unit of data in a binary system, representing a state of either 0 or 1. Typically used I data transfer.

11
New cards

Byte

A unit of digital information that consists of 8 bits, commonly used to encode a single character of text in computer systems. Typically used in data storage.

12
New cards

Nibble

A unit of digital information that consists of 4 bits, often used in computing and binary representations.

13
New cards

Kilobits per second (Kbps)

A unit of data transfer rate equal to 1,000 bits transmitted per second, commonly used to measure internet connection speeds.

14
New cards

Megabits per second (Mbps)

A unit of data transfer rate equal to 1,000 kilobits transmitted per second, often used to measure high-speed internet connections.

15
New cards

Gigabits per second (Gbps)

A unit of data transfer rate equal to 1,000 megabits transmitted per second, typically used for very high-speed network connections.

16
New cards

Terabits per second (Tbps)

A unit of data transfer rate equal to 1,000 gigabits transmitted per second, used for extremely high-speed data transfers, often in data centers and telecommunications.

17
New cards

Megahertz (Mhz)

A unit of frequency equal to one million hertz, commonly used to measure the clock speed of processors and frequency of signals.

18
New cards

Gigahertz (Ghz)

A unit of frequency equal to 1 billion hertz, commonly used to measure processor and signal speeds in computers and telecommunications.

19
New cards

Data Types

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

20
New cards

Integers

Whole numbers that can be positive, negative, or zero, used for counting and ordering in programming.

21
New cards

Floating-Point Numbers/Floats

Used to represent real numbers (decimal or fraction)

22
New cards

Boolean Values

Represents the logical values of true and false, used in programming to control the flow of a program and consume one bit of storage.

23
New cards

Characters

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

24
New cards

Strings

A sequence of characters used to represent text in programming and often enclosed in quotes.

25
New cards

American Standard Code for Information Interchange (ASCII)

Developed in the 1960’s as one of the first character coding standards and it used 7 bits to represent each character.

26
New cards

Unicode

A much more expensive encoding system that can represent over a million unique characters.