New info Flashcards

1
Q

Both cloud storage and local network storage types like NAS or file servers provide what

A

Remote accessibility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

record in a database, most often represented as a row, stores

A

related data across various fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is ideal for storing calculated values that include fractions, like the depreciation value

A

Float

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

refers to the defined order in which commands are executed

A

Sequencing in programming logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

1 Gigahertz is equal to how many Megahertz

A

1000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

1 Gigabit is equal to how many Megabits

A

1000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

1 Gigabyte is equal to how many Megabytes

A

1024

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When setting up a secure wireless network, which of the following encryption methods should be MOST avoided due to known vulnerabilities?

A

WEP
its the oldest and it has knows vulnerabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Assembly language provides what

A

low-level access to computer hardware
often used for critical routines
device drivers, real-time systems,
when speed and size are paramount

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Batch Files
Windows Powershell
VBScript
are all used for what

A

scripting
helping automate tasks
manipulate files
manage system configurations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Tom just bought a wireless mouse for his laptop. To use the mouse, which of the following does he most likely need to do?

A

Plug-and-Play

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What uses 7 bits to define each character and 128 characters

A

ASCII

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What uses digits from 0-9 and letters A-F to represent values

A

Hexadecimal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a base-2 numbering system that employs only two base digits (0 and 1) and represents the fundamental building blocks of digital computers

A

Binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Under which software category does an email client fall?

A

collaboration software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What allows developers to focus on algorithm logic without getting caught up in the syntax of a specific programming language

A

Pseudocode

17
Q

What stores passwords in an encrypted format

A

password managers

18
Q

business continuity is what

A

ensuring data availability and quick recovery during a disruption

19
Q

capturing and retransmitting legitimate data to deceive the system

A

replay attack

20
Q

What is a report in a database

A

format and organize data in a readable format to facilitate decision-making

21
Q

What interfaces is used for digital video output and can support multiple monitors from a single connector

A

DisplayPort
Multi-Stream Transport (MST)

22
Q

What is symmetric encryption

A

single secret key is used to both encrypt and decrypt data

23
Q

What is PKI

A

enable users and devices to securely exchange data over the internet

24
Q

What is asymmetric encryption

A

pair of keys (public and private)
where one key encrypts the data and the other key decrypts it.