WGU Comptia Data+ D492 Part 1 Latest updated version with accurate solutions 2026

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/127

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:28 AM on 6/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

128 Terms

1
New cards

_____ are the raw facts that our systems and processes generate and collect

Data

2
New cards

____ is data that has been processed, analyzed and put into context

information

3
New cards

______ ____ is data that is organized into well defined tables

structured data

4
New cards

_____ _____ is data that is not easily organized into tables

unstructured data

5
New cards

where does most unstructured data come from

machine data

6
New cards

what kind of data is organized in rows and columns.

tabular data

7
New cards

each column in a table is called a ____

field

8
New cards

each row in a table is called a

record

9
New cards

____ _____ provide a simple way to store data values indexed by a key value

key value pair

10
New cards

______ data type is used to store quantitative data

numeric

11
New cards

_______ values are whole numbers that do not have decimal places. they may be positive or negative

integer

12
New cards

____ values contain decimal places and are used for exact values

decimal

13
New cards

_____ _____ have decimals but use less storage and store approximate values

floating point

14
New cards

_____ values provide a better option than floating point data types for storing information about money

currency

15
New cards

a _____ values is either true or false

boolean

16
New cards

booleans are also known as ____

flags

17
New cards

we can store text data in character _____

strings

18
New cards

_______ encoding transforms alphanumeric characters into binary form

ASCII

19
New cards

________ provides extend character sets, including non english characters

UNICODE

20
New cards

which data type is fixed length and uses ASCII

CHAR

21
New cards

which data type has a variable length and uses ASCII

VARCHAR

22
New cards

which datatype is fixed length and uses UNICODE

NCHAR

23
New cards

__________ capable of storing up to 4 gigabytes of one variable length character data field

CLOB

24
New cards

______ data takes on values from a limited set of possibilities. IT may be numeric or text based

discrete data

25
New cards

_____ data takes on possible values from a range. the data is numeric

continuous

26
New cards

______ data is text data that is discrete, grouping items into limited number of categories

categorical

27
New cards

_____ data types store values independent of display format

date

28
New cards

_____ data type stores values with an optional time zone

time

29
New cards

_____ data type store a date and time value in a timestamp

datetime

30
New cards

multimedia and other large files are stored as pointers using a data type called _____

Binary large object(Blob)

31
New cards

_____ data types store geometric and geographic information

spatial

32
New cards

_______ is data that is used to describe 2D and 3D shapes and objects

Geometric

33
New cards

______ data represents locations on the earths surface

geographic

34
New cards

_____ is a Microsoft implementation of a unique identifier

GUID

35
New cards

____ is the current standard for implementing a unique identifier

UUID

36
New cards

both GUID and UUID are ______ bit hexadecimal ID

128

37
New cards

what file format has value separated by commas

CSV

38
New cards

a TSV file is similar to a CSV but uses ____ instead of commas

tabs

39
New cards

______ allows for data structures with key value pairs

JSON

40
New cards

what are the data types youll find in JSON

strings

numbers

booleans

arrays

41
New cards

what language uses tags and is used for formatting web pages

HTML

42
New cards

which language uses tags and key value pairs

XML

43
New cards

____ ____ store data in a computer readable format

binary files

44
New cards

a .DAT file is an example of a ___ ____binary file

45
New cards

database _____ are special purpose database fields that help organize tables and define relationships

keys

46
New cards

the ______ key uniquely identify rows in a table

primary keys

47
New cards

_____ are rules that are enforced by the database

constraints

48
New cards

_____ keys define the relationships between two tables

foreign keys

49
New cards

A set of rules that Access uses to ensure that the data between related tables is valid.

referential integrity

50
New cards

_______ database supports day to day business operations

OLTP

online transaction processing

51
New cards

Manipulation of information to create business intelligence in support of strategic decision making

OLAP

online analytical processing

52
New cards

_____ _____ occur when data is isolated in a department

data silo

53
New cards

a data ______ is a company wide database aggregates data from many OLTP database

data warehouse

54
New cards

a data ____ is a subset of a data warehouse serving a specific part of the organization/department

data mart

55
New cards

data ___ stores data in raw native format and is complex to use

lake

56
New cards

a ______ combines elements of data lakes and data warehouses

lakehouse

57
New cards

Developed to handle large data sets of data that is not easily organized into tables, columns, and rows

non relational database

58
New cards

______ database are excellent at modeling relationships between objects

graph databases

59
New cards

_____ _____are optimized for he storage of large documents in JSON, XML, and similar formats

document stores

60
New cards

non relational databases gain efficiency by reducing _____

overhead

61
New cards

_____ organize data

schema

62
New cards

the _____ schema contains a fact table and its center and supplemental table surround it ad it is used for OLAP

star

63
New cards

_____ tables act as intermediary tables to model many to many relationships

bridge

64
New cards

the _______ schema uses multiple levels of dimension tables and it is used for OLAP

snowflake

65
New cards

________ ______ the practice of using a network of remote servers hosted on the Internet to store, manage, and process data, rather than a local server or a personal computer.

Cloud computing

66
New cards

the cloud is _____ meaning you can increase capacity with increased demand

scalable

67
New cards

______ scaling is when you add more servers to the pool to meet increased demand

horizontal scaling

68
New cards

______ scaling is when when you add more resources (CPU, memory, etc...) to existing servers to meet increased demand

vertical scaling

69
New cards

when cloud computing ____ means you can expand and contract your server resources at will

elasticity

70
New cards

most cloud services are ____ _____ mean you only pay for what you use

measured services

71
New cards

in a _____ cloud an organization uses a dedicated cloud infrastructure

a company may build and run their own cloud or pay a company to run a cloud dedication to that one company

private cloud

72
New cards

in a _____ cloud an organization uses a cloud provider and shares the server resources with other companies

public cloud

73
New cards

in a _____ cloud an organization uses both private and public cloud models

hybrid cloud

74
New cards

when using a public cloud model security to the cloud is typically handled using a ____ _____ model. meaning that the cloud provider assumes some responsibility and the cloud user assumes the other half of the responsibility.

shared responsibility

75
New cards

in a _____ cloud it is similar to a public cloud but the resources are only shared with other similar businesses

community cloud

76
New cards

a type ____ hypervisor is one that is directly installed on top of the hardware aka bare metal hypervisor

type 1

77
New cards

a type _____ hypervisor is one that is installed on top of an existing OS

type 2

78
New cards

when practicing virtualization security you must make sure to ______ each VM and ensure that each server only has access to its own memory and storage

isolation

79
New cards

virtualization platform must be ______ against security vulnerabilities

patched

80
New cards

creating VM is extremely easy to do but it needs to be managed to avoid VM ______ resulting in unused and unmaintained servers

vm sprawl

81
New cards

______ are light weight alternative to virtualized servers.

containers

82
New cards

containers run inside of a _____ ____

containerization platform

83
New cards

_____ storage allocates a large chunk of storage for access asa disk volume

block storage

84
New cards

_____ storage stores files and individual objects managed by the cloud service provider

object storage

85
New cards

_____ storage provides shared hierarchical storage

file storage

86
New cards

which is more expensive block or object storage

block storage

87
New cards

you only pay for what you use for which two types of storage?

object and file storage

88
New cards

block storage is allocated and paid for in ______ ______ blocks

drive sized

89
New cards

with _____ storage you can choose the type of drive your files are stored on

EX. SSD or HDD

block

90
New cards

what is the most widely used data analytic software

spreadsheets

microsoft excel

91
New cards

_______ _____ allow skilled developers to write their own software

programming languages

92
New cards

_____ is a popular programming language dedicated to analytics

R

93
New cards

the R programming language is free, open source and simplifies data analysis using _____

tidyverse

94
New cards

What IDE do most R developers use?

RStudio

95
New cards

what is the most popular general purpose programming language?

python

96
New cards

what python library is used for data analysis

pandas

97
New cards

which programming language is used for big data

scala

98
New cards

_____ editors are basic programs that you can use to write code

they offer syntax highlighting but cant run the code

text editors

99
New cards

_____ allow you to write and execute code in cells and immediately see the results

notebooks

100
New cards

_____ ____ ___ is a dedicated programming environment with a full suite of tools

integrated development environment