Final Exam Flashcards

(69 cards)

1
Q

Computing Hardware

A

Physical components of technology, including computer, storage, devices, mouse, keyboard

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

Software

A

Computer program, instructions telling hardware what to do

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

Operating System

A

Software that controls computer hardware and establishes standards for developing applications

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

Applications

A

Programs that perform specific tasks for users and organizations

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

Hardware layer cake

A

Strongest to weakest
1. hardware (pc, iphone)
2. operating system (macOS, iOS)
3. application (office, google)
4. user

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

GUI (graphical user interface)

A

Mechanisms which users interact with a computing device (scroll bars, buttons)

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

application software

A

programs for end users (ms office, photoshop)

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

Desktop software

A

installed for personal use (zoom,skype)

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

Enterprise software

A

designed to manage operations (cloud content center)

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

ERP (enterprise resource planning)

A

software integrating core business practices

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

CRM (customer relationship management)

A

software managing customer relationships

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

SCM (supply chain management)

A

optimizes production and distribution processes

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

BI (business intelligence)

A

analyze data to support decision-making

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

Distributed Computing

A

form of computing where systems in different locations communicate and collaborate to complete a task

Server - provides resources to client
Client- requests and uses resources or services from server

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

Low code/No code

A

platforms that allow users to create applications with minimal or no programming knowledge, using visual development tools

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

SDLC (software development life cycle)

A

process for planning, creating, testing and deploying of information

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

Waterfall method

A

linear seqential approach to software development (eg. creating a blueprint to follow a project)

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

agile development

A

project management workframe that breaks projects down into several dynamic phases, to include continuous collaboration and improvement

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

Scrum

A

approach to organizing and managing agile projects, which breaks tasks into 1-6 week increments

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

Total cost of ownership

A

economic measure of the full cost of owning a product (hardware or software)

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

Why do Projects Fail?

A

poor goal setting
weak leadership
limited commitment
inadequate testing
poor communication
project complexity

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

Open-source software benefits

A

free software that allows anyone to leak or modify a code
- cost
- customization

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

software as a service (SaaS)

A

form of cloud computing where a firm subscribes to a third-party software and recieves a service that is delivered online

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

Platform as a service (PaaS)

A

cloud form manages platform, whereas client has control over creation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Infrastructure as a service (IaaS)
cloud runs remote hardware and storage, whereas client can chose software used
26
public cloud
relys on third party cloud to have all components
27
private cloud
organization uses pools of computing resources that it owns or leases and does not share with customers
28
hybrid cloud
ability to shift and expand computing from its own internal resources (private cloud) into the public cloud
29
cloudbursting
use of cloud computing to provide excess capacity during periods of spiking demand
30
blackswans
unpredicted, but high impact events
31
factors against make/buy/rent decisions
cost time vendor issues compeititve advantage security risk
32
URL
aka "web address" identifys resources on the internet along with the application protocol
33
HTTP (s)
hypertext transfer portal: allows web browsers and web sources to communicate with each other The s on the end stands for secure
34
Anatomy - http
Protocol: defines how data is transferred
35
Anatomy - en.wikipedia.org
Domain Name: the address of the server hosting the page
36
Anatomy - /wiki/
Path: specific location or directory on the server
37
Anatomy - web_address
Resource: the specific webpage or document being accessed
38
load balancing
distributing workload across multiple systems to avoid congestion and slow performance
39
fault tolerance
ability of a system to continue operation even if a component fails
40
iCANN
non-profit organization responsible for managing internet domain systems (internet corporations for assigning names and numbers)
41
cybersquatting
aquiring a domain with the goal of exploiting for financial gain
42
IP address
value used to identify a device that is connected to the internet
43
Amadals Law
a systems speed is determined by its slowest component
44
bandwidth
network trasnmission speeds, expressed in bits per second (bps)
45
net neutrality
principle that all internet traffic should be treated equally
46
kessler affect
affect where colliding space debris hits existing objects
47
big data
massive amounts of data available to todays managers
48
data
raw facts and figures
49
information
data pressed into a context so it can answer a question and support decision-making
50
knowledge
insight derived from experience and expertise
51
data aggregators
firms that collect and resell data about consumers
52
data warehouse
designed to support decision making in an organization
53
data mart
focused on addressing concerns of a specific problem
54
data lake
allows for the storage of data in big data
55
data mining
using computers to identify hidden patterns, and build models from large datasets
56
cell address
specific location of a cell (A1)
57
cell range
group of cells (A1:A10)
58
relative reference
=A1 + B1 becomes A2 + B2 when dragged down
59
absolute reference
fixed cell address that does not changed when copied down (marked with $$ sign)
60
Paste special
feature which allows you to paste specific parts of copied data
61
COUNTIF
counts number of cells that meet a specific condiiton
62
COUNTIFS
counts cells based on multiple criterea
63
SUMIF
adds up values in a range that meets a specific condition
64
SUMIFS
Adds values based on multiple criteria
65
Vlookup
vertical lookup: searches for a vlaue in the first coloum of a range, and returns a value from the same row in another column
66
Hlookup
horizontal lookup
67
key areas where businesses are leveraging data mining
customer segmentation fraud detection predictive analysis customer churn market targetting
68
risks with SaaS
data privacy downtime limited control customer limitations
69
Differences developers consider when devloping an app over a website
platform user experience performance distribution