WGU D322 - Introduction to IT

studied byStudied by 32 people
5.0(1)
Get a hint
Hint

Information Technology

1 / 254

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

255 Terms

1

Information Technology

The technology used in creating, maintaining, and making information accessible.

New cards
2

IT Professional Roles

Administration and Support

New cards
3

System Administrator

Maintains all aspects of the system including hardware, software, and programming.

New cards
4

Network Administrator

In charge of all aspects of the computer network

New cards
5

Database Administrator

Focuses on the design, development, and support of database management systems (DBMSs).

New cards
6

Security Administrator

Installs, configures, and administers firewall security to protect systems and proactively work to stop intrusions.

New cards
7

Web Administrator

Installs, configures, maintains, secures, and troubleshoots web severs.

New cards
8

Support IT Professionals

Help desk and training.

New cards
9

Information

Processed data.

New cards
10

DIKW Hierarchy

Defines the transition of data to information from knowledge to wisdom. (Data Information Knowledge Wisdom)

New cards
11

Data in DIKW

The input directly received by the user (or computer). It is generally not usable until it has been converted into a relevant form.

New cards
12

Information in DIKW

Having been inferred from data; one or more processes have been applied to the data to transform it into a more useful form.

New cards
13

Knowledge in DIKW

Information that has been put to use; information placed into a context. Refined information such that the user of the knowledge is able to call forth only relevant portions of information when needed.

New cards
14

Wisdom in DIKW

Provides a social setting to knowledge; an understanding of the "why". Can only come by having both knowledge and experience.

New cards
15

Information Systems

A collection of data and information used to support the management of an organization. Also refers to the technical components and human resources that enable the assembly, storage, and processing of data and the delivery of information. This has existed for a lot longer than computers.

New cards
16

Characteristics of Quality Data

Relevance - the data being used must apply directly to the decision being made

Timely - data must be efficient and must be provided in a timely manner

Thorough - the data must be complete

Accurate - data should be captured only once, where possible and should be captured as close to the point of activity as possible.

Reliable - data should reflect stable and consistent data collection processes across collections points and over time

New cards
17

IPOS

The Input-Procession-Output-Storage Cycle

New cards
18

Input

Raw data is entered by the user.

New cards
19

Processing

Raw data is organized or structured for usefulness.

New cards
20

Output

Information is output so user can see results.

New cards
21

Storage

Processed information is stored for permanent record.

New cards
22

Computer System

A collection of components that work together to meet the needs of the user; typically categorized as either hardware, software, networks, or users.

New cards
23

Hardware

Physical components of a computer system which include the system unit and its components and peripheral devices; tangible aspects of the computer.

New cards
24

Software

Computer programs that tell the computer what to do--how to execute commands and process information

New cards
25

Network

A collection of computers and resources connected by various media so that they can communicate with each other.

New cards
26

User

Those who use a computer.

New cards
27

Software Categories

Systems Software and Applications Software

New cards
28

Evolution of Users

First users were the engineers who built and programmed computers, then employees who had received specialized training were users, and now today, anyone and everyone can be a user.

New cards
29

Protocol

Rules provided by which networks communicate with each other.

New cards
30

TCP/IP

Transmission Control Protocol/Internet Protocol. Most commonly used protocol; is required of all computers that communicate over the Internet.

New cards
31

Protocol Stack

A collection of protocols. TCP/IP is an example.

New cards
32

Components of a Computer

CPU, Memory and Storage, Peripheral Devices

New cards
33

CPU

Executes programs' instructions and commands various components in the computer. Referred to as the "chip".

New cards
34

Memory

Stores the programs being executed and the data they are using.

New cards
35

I/O Subsystem

All peripheral devices where long term storage devices are used.

New cards
36

Bus

Permits information to move between each component; electrical channels that enable communication among the electronic components

New cards
37

System Unit

Critical component of all computer based systems; consists of most of the hardware the computer needs in order to run; comes in a variety of shapes and sizes.

New cards
38

Internal Components of the System Unit

Case, Internal Bays, Buses, Ports, Hard Drive, Motherboard, CPU, CPU Cooler, Memory Module (RAM), Power Supply Unit (PSU), Expansion Slots/Cards

New cards
39

Parts of the CPU

Control Unit (CU) - retrieves the instructions and the raw data that is input and coordinates or controls the sending of those instructions and data to the ALU

Arithmetic Logic Unit (ALU) - does the actual processing of the data; completing mathematical calculations and logical operations to process the data and converting the input of the keyboard text entry to output displayed on the screen

New cards
40

System Clock

Controls the speed at which instructions are processed.

New cards
41

RAM

Stands for Random Access Memory.

It temporarily stores data before it is processed and sent to your screen or printer.

It is volatile (means data or information stored disappears when the computer is turned off or loses power).

You can choose the amount of RAM your computer has.

New cards
42

Types of RAM

Dynamic RAM (DRAM) - typically called main memory

Static RAM (SRAM) - cache memory and registers

New cards
43

BIOS ROM

BIOS stands for Basic Input Output System; ROM stands for Read Only Memory.

Typically stored in ROM chip on the motherboard.

Is software not hardware, ("basic" operating system that runs when the computer is first turned on).

Runs tests of memory and the CPU and initializes hardware components so that the actual Operating System can be loaded from the hard disk.

Can't choose the amount or contents.

New cards
44

1st Generation of Computers

Vacuum tubes, relay switches, the need to program in machine language

New cards
45

2nd Generation of Computers

Transistor components, magnetic core memory, smaller size, easier to program, disk drives and drums, called mainframe computers

New cards
46

3rd Generation of Computers

Silicon chips (known as ICs - integrated circuits), reduced cost, called mini computers, networks introduced via dumb terminals

New cards
47

4th Generation of Computers

Single chip processor, called microcomputer, first personal computer, rudimentary computer graphics, home use

New cards
48

Moore's Law

Doubling of transistor count roughly every 18 - 24 months (exponential increase)

New cards
49

Evolution of Storage

Punch cards, magnetic tape, hard disks, floppy disks, optical discs, flash memory, cloud storage

New cards
50

Machine/Low-level Language

Written for a specific machine by the engineers who built and ran the computers; no need for OS since only one program could run at a time

New cards
51

Assembly Language

Easier than machine but still required detailed, precise low level instructions

New cards
52

Language Translator Programs

Function is to translate one program language into another; take source code and convert it to another form; source code by itself cannot be read by a computer

New cards
53

Compiler

Improve language translator; requires that the components of the software all be defined before compilation can begin; code is more effcient

New cards
54

Structured Programming

Programmer is limited to high level control constructs such as while loops, for loops, and if/else statements and not allowed to use primitive GOTO statements

New cards
55

Object Oriented Programming

Characterized by the creation of windowed operating systems, easier real-world object modeling in programming code, and the application of inheritance in program code.

New cards
56

Interpreted Code

A type of programming language for which most of its implementations execute instructions directly and freely, without previously compiling a program into machine-language instructions.

New cards
57

Shell Scripting

Small programs that place Linux commands or DOS batch files into a file

New cards
58

Local Computer

The computer that the user is using; physically present with

New cards
59

Remote Computer

A computer being accessed over the network

New cards
60

Network Hub

Connects computers to each other with no real understanding of what is being transferred; used for private networks with local computers.

New cards
61

Network Switch

Like a hub, but this will only send data that is intended for a specific computer.

New cards
62

Router

Connects multiple networks together; can be used to directly connect computers to a network; will relay messages to computers with appropriate IP addresses

New cards
63

Wireless Access Point

Can be connected to hub, switch, or router; many routers now also act as a wireless access point; sends out a wireless signal so computers on the network can connect without a cable

New cards
64

Circuit Switched Network

Requires that a full pathway, or circuit, be est. before transmission can begin and maintained during the entire transmission; like calling someone on the phone

New cards
65

Packet Switched Network

A message's pathway is only est. as it is sent; the choice of pathway is based on availability and amount of message traffic

New cards
66

Workstations

Creates and maintains client network connections to remote servers

New cards
67

Virtual Machine (VM)

A software emulator program that permits a computer user to use multiple computers and multiple platforms without the expense of purchasing multiple computers; allows a user to run software for different OS platform in their computer that would not otherwise be able to run that software; this allows multiple users on a network to access the software to support collaboration.

New cards
68

Server

Computers that have greater hard disk storage, faster response time and are used to respond to request from other computers on the network

New cards
69

Client-server Network

Contains one or more servers; client is a computer that will request information from another computer; server is a computer that takes requests and responds with the requested information; the software used facilitates communication with remote servers

New cards
70

File Server

Sends files over the network at the request of clients.

Responds over LAN, within one location/site.

Support both application software and data files.

New cards
71

Web Server

Stores data files (web pages) and programs (scripts).

Responds from anywhere on the Internet.

New cards
72

Database Server

Responds to queries by pulling from the database.

Typically only to local clients.

New cards
73

Print Server

Monitors print jobs

New cards
74

Mail Server

Two email servers communicate with each other

New cards
75

FTP Server

Like web server or file server in that requests are for files and responses are the files; data delivered between client and server.

New cards
76

Point-to-Point Network

Link between two resources; links two routers without any host or network in between

New cards
77

Bus Network

Devices connected along a single cable.

Size of network is restricted.

New cards
78

Star Network

Each device is connected to a central devices such as a hub or switch.

New cards
79

Ring Network

Each device is connected directly to its neighbors, and messages are forwarded from device to device until the proper destination is reached.

New cards
80

Mesh Network

Every device is connected directly to every other device in the network.

New cards
81

Domain Name Server (DNS)

Turns a user-friendly domain name, like Google.com, into an Internet Protocol (IP) address like 70.42.251.42 that computers use to identify each other on the network.

New cards
82

Parts of URL (Uniform Resource Locator)

Protocol, Domain name, Resource/Filename

New cards
83

Domain Name

Identifies the server on which the web page can be found

New cards
84

Domain Name Parts

Top level domain (TLD) name and Host name

New cards
85

Host Name

Identifies the organization that is responsible for the information on the page or provides the server space where the information is stored

New cards
86

TLD(Top Level Domain) Name

Always ends with a period and a three or two letter extension which signifies the type of organization or country associated with the page

New cards
87

Resource/Filename ID

Indicates the name of the file you are accessing, or the location of the document on the server

New cards
88

CIA

Confidentiality, Integrity, Availability

New cards
89

Confidentiality

Requires that data bet kept secure so that they are not accidentally provided or obtained by unauthorized users

New cards
90

Integrity

Requires that data is correct

New cards
91

Availability

Requires that information is available when needed

New cards
92

Data Integrity Efforts

1st - Must include a component that ensures the accuracy of the collected data

2nd - Must be entered into the system accurately

3rd - Data modification must be tracked

New cards
93

Strategic Risk Analysis

  1. Identify the organization's information assets

  2. Identify vulnerabilities of each asset

  3. Determine threats

  4. Prioritizing risks

  5. Develop and enact policies that will reduce threats

New cards
94

Information Security Classifications

Public - available through public sources; includes names and addresses

Sensitive - not considered a threat to a person's privacy if others learn of it; include email addresses

Private - information that could be a threat if disclosed to others; includes social security and credit card numbers

Confidential - information that an organization will keep secret; includes patentable information and business plans

New cards
95

Defense in Depth

Protecting every layer that surrounds data

New cards
96

Phishing

Emails to people to redirect them to a website to perform some operation but the website is a fake and just takes the information

New cards
97

SQL Injection

An attacker issues a SQL command to a web server as part of the URL or as input to a form on a company's website; web server might pass the command onto the database which then allows potentially anything to be done to the database

New cards
98

Buffer Overflow

Placing malicious code into the buffer so that it can be executed once stored in memory; oldest and most well known software exploit; software engineers can protect against this when writing code

New cards
99

Hacking

When an individual obtains unauthorized access to a host

New cards
100

White Hat Hacker

Informs companies of potential problems with software so companies can fix

New cards

Explore top notes

note Note
studied byStudied by 23 people
... ago
5.0(1)
note Note
studied byStudied by 33 people
... ago
5.0(1)
note Note
studied byStudied by 39 people
... ago
5.0(1)
note Note
studied byStudied by 19 people
... ago
5.0(1)
note Note
studied byStudied by 8 people
... ago
5.0(1)
note Note
studied byStudied by 29 people
... ago
5.0(1)
note Note
studied byStudied by 7 people
... ago
5.0(1)
note Note
studied byStudied by 34761 people
... ago
4.8(363)

Explore top flashcards

flashcards Flashcard (36)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (102)
studied byStudied by 69 people
... ago
5.0(2)
flashcards Flashcard (366)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (38)
studied byStudied by 8 people
... ago
5.0(2)
flashcards Flashcard (70)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 14 people
... ago
5.0(1)
flashcards Flashcard (152)
studied byStudied by 32 people
... ago
5.0(2)
flashcards Flashcard (56)
studied byStudied by 4 people
... ago
5.0(1)
robot