ITF+ Module 2 Flashcards

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

1/49

flashcard set

Earn XP

Description and Tags

This is a set of flashcards in the fill_in_the blank style for the ITF+ Module 2

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

50 Terms

1
New cards

What is Binary Notation?

A numbering system where each single digit can express only two values, in the range 0 to 1.

2
New cards

What is Hexadecimal Notation?

A numbering system that enables you to express 16 different numbers using a single digit in the range 0 to F.

3
New cards

What is a bit?

The basic unit of computer data, which can represent two values (zero or one).

4
New cards

What is a byte?

Eight bits

5
New cards

What is a Kilobyte (KB)?

1000 bytes

6
New cards

What is a Megabyte (MB)?

1000 * 1000 bytes

7
New cards

What is a Gigabyte (GB)?

1000 * 1000 * 1000 bytes

8
New cards

What is a Terabyte (TB)?

1000 GB

9
New cards

What is a Petabyte (PB)?

1000 TB

10
New cards

What is a KibiByte (KiB)?

1024 bytes

11
New cards

What is a MebiByte (MiB)?

1024 * 1024 bytes

12
New cards

What is a GibiByte (GiB)?

1024 * 1024 * 1024 bytes

13
New cards

What is a Kilobit per second (Kbps)?

1000 bits per second

14
New cards

What is a Megabit per second (Mbps)?

1,000,000 bits per second.

15
New cards

What is a Gigabit per second (Gbps)?

1,000,000,000 bits per second

16
New cards

What is a Terabit per second (Tbps)?

1,000,000,000,000 bits per second

17
New cards

What is a Megahertz (MHz)?

1 million cycles per second

18
New cards

What is a Gigahertz (GHz)?

1000 million cycles per second

19
New cards

What are integers?

These are whole numbers.

20
New cards

What are Floating-point numbers?

This type can support decimal fractions.

21
New cards

What are Boolean values?

A special numeric data type indicating that something is either TRUE or FALSE (with a 1 or 0).

22
New cards

What is a Character?

A single textual character, and can be a letter of the alphabet, a symbol, or, indeed, a numerical character.

23
New cards

What is a String?

A collection of text characters.

24
New cards

What is ASCII Data Representation?

Each number or character in a text file or string variable is represented by a seven- bit binary number.

25
New cards

What is Unicode?

Enables you to handle character data and express that data across platforms in a uniform way.

26
New cards

What is an asset?

Something of commercial value.

27
New cards

What is a security control?

A mechanism designed to protect an information asset or processing system.

28
New cards

What is ROSI?

Calculating the Return on Security Investment.

29
New cards

What is data exfiltration?

When an attacker removes data from your network without authorization.

30
New cards

What is Data encryption?

This means that data is encoded in some way that only a person with the correct key can read it.

31
New cards

What are Firewalls?

On a network, this can control how hosts and network applications are accessible to one another.

32
New cards

What is fault tolerance or high availability?

Technologies that enable you to ensure your data is available in the event of one or several failures of hardware or software components within your infrastructure.

33
New cards

What is copyright?

Automatic legal protection granted to certain types of work indicating that the copyright holder owns the right to control the use of the work, including rights of publication, distribution, or sale.

34
New cards

What is a patent?

Legal protection for some kind of invention.

35
New cards

What is a patent infringement?

Where someone uses, makes, sells, or imports your invention without your permission.

36
New cards

What is a digital product?

One that is sold or distributed as binary computer data.

37
New cards

What is DRM?

Various copy protection or Digital Rights Management systems.

38
New cards

What are analytics?

The process of using data in this way is usually called .

39
New cards

What is data?

The raw values collected by the system.

40
New cards

What is information?

Some level of summarization of the individual data points.

41
New cards

What are insights?

Things that inform meaningful business decisions.

42
New cards

What are applications/apps?

Let users do useful things with their computer, such as create and edit documents, browse websites, send email, watch videos, or play games.

43
New cards

What is Windows' User Account Control (UAC) security feature?

Used to confirm any important change to the system, such as installing a program or hardware device or changing a security setting.

44
New cards

What is a custom installation?

Allows you to choose specific settings, such as where to install the software and what icons or startup/autorun options to configure.

45
New cards

What is decimal?

The system (or base 10) is so well understood, it’s actually quite easy to overlook how it actually works.

46
New cards

What is a place value?

As with decimal, to express a value of more than one, you must use multiple binary digits in a system.

47
New cards

What is Hex?

You will also encounter this numbering system when you plan and implement Internet Protocol (IP) networks.

48
New cards

What is a cycle?

System memory and network technologies can transmit more than one bit per .

49
New cards

What is a "string"?

is a collection of text characters.

50
New cards

What is Data correlation?

means analyzing the whole data set and finding connections and links between data points.