Comprehensive Guide to IS Infrastructure, Cloud Computing, and Databases

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

75 Terms

1
New cards

IS infrastructure

The foundation that supports an organization's information systems — including hardware, software, networks, data, and facilities — enabling processing, storage, and communication of information.

2
New cards

Hardware

Physical devices that perform input, processing, storage, and output functions.

3
New cards

Software

Programs that manage hardware and enable user interaction.

4
New cards

Databases

Systems for storing, organizing, and retrieving data.

5
New cards

Networks

Connect systems and users to share data and resources.

6
New cards

Data Centers/Facilities

Physical or virtual environments that house IT resources.

7
New cards

System software

Manages hardware and runs the system (e.g., operating systems).

8
New cards

Application software

Performs specific tasks for users (e.g., Excel, CRM systems).

9
New cards

Database

An organized collection of data that supports efficient retrieval, management, and updating.

10
New cards

Usefulness of databases

They centralize data, reduce redundancy, improve accuracy, and support analytics and decision-making.

11
New cards

Networks in IS infrastructure

Systems that connect computers and devices to share data and resources.

12
New cards

Problems with on-premises infrastructure

High capital cost, limited scalability, maintenance burden, downtime risk, and difficulty adapting to changing demands.

13
New cards

Cloud computing

Delivering computing services (servers, storage, software, etc.) over the internet on a pay-as-you-go basis.

14
New cards

Core value proposition of cloud computing

Scalability, flexibility, reduced cost, and access to advanced technology without owning infrastructure.

15
New cards

Differences between on-premises and cloud infrastructure

Ownership: On-prem is owned; cloud is rented. Cost: On-prem = capital expense; cloud = operating expense. Scalability: Cloud scales instantly; on-prem requires new hardware. Maintenance: Cloud provider manages it; on-prem IT staff does.

16
New cards

Benefits of cloud infrastructure

Cost efficiency, scalability, reliability, accessibility, and faster deployment.

17
New cards

Cloud infrastructures facilitate

Remote access, global collaboration, elastic scaling, and digital transformation.

18
New cards

Main components of cloud infrastructure

Compute, storage, networking, virtualization, and management interfaces.

19
New cards

IaaS example

Amazon EC2 (virtual servers)

20
New cards

PaaS example

Google App Engine (development platform)

21
New cards

SaaS example

Salesforce, Gmail (ready-to-use software)

22
New cards

Client-server relationship

A model where a client requests services or data from a server, which processes and returns the result.

23
New cards

Business benefits of infrastructure investment

Greater efficiency, agility, innovation, data-driven decisions, and competitive advantage.

24
New cards

Moore's Law

The number of transistors on a microchip doubles roughly every two years, increasing computing power and decreasing cost.

25
New cards

Factors enabling rise of cloud computing

Broadband internet, virtualization, data center automation, scalable storage, and demand for global access.

26
New cards

Risks and challenges of cloud computing

Data security, compliance, vendor lock-in, downtime, and lack of control over infrastructure.

27
New cards

IaaS

Infrastructure as a Service — provides virtualized computing resources like servers and storage.

28
New cards

PaaS

Platform as a Service — provides tools and environments for developers to build, test, and deploy apps.

29
New cards

SaaS

Software as a Service — delivers fully managed software applications over the internet.

30
New cards

Value and responsibility in IaaS, PaaS, SaaS

IaaS: User manages OS & apps. PaaS: User manages applications only. SaaS: Provider manages everything.

31
New cards

Public Cloud

Services offered over the internet to multiple customers (e.g., AWS, Azure).

32
New cards

Private Cloud

Cloud infrastructure dedicated to a single organization for greater control and security.

33
New cards

Hybrid Cloud

Combines public and private clouds for flexibility and workload optimization.

34
New cards

Reasons for choosing cloud types

Public: Cost-effective, scalable. Private: Security and control. Hybrid: Balance between both.

35
New cards

Data

Raw facts.

36
New cards

Information

Processed data with meaning.

37
New cards

Knowledge

Applied information that supports decision-making.

38
New cards

Purpose of databases

Organize and store data for fast retrieval, maintain data integrity, and support decision-making.

39
New cards

Relational Databases

Uses tables and relationships (e.g., SQL).

40
New cards

Nonrelational Databases

Uses documents, graphs, or key-value pairs for flexibility and scalability.

41
New cards

Querying Basics in Databases

Using commands to retrieve or manipulate data, typically through SQL.

42
New cards

SQL

Structured Query Language: Used to manage and query relational databases.

43
New cards

CRUD

Create, Read, Update, Delete — four basic database operations.

44
New cards

Data Pipeline

A process that moves data from source systems to destinations for storage or analysis.

45
New cards

ETL

Extract, Transform, Load — the process of collecting data, cleaning/converting it, and loading it into a database or data warehouse.

46
New cards

Business Intelligence (BI)

The use of data analysis tools and techniques to support decision-making and improve business performance.

47
New cards

Types of BI tooling

Dashboards, data warehouses, visualization tools, reporting software, and analytics platforms.

48
New cards

Difference between visualization, analytics, and reporting

Visualization: Graphically represents data for insights. Analytics: Explores patterns and trends in data.

49
New cards

Reporting

Summarizes data for tracking metrics or KPIs.

50
New cards

Relative reference in Excel

A cell reference that changes automatically when copied to another cell (e.g., A1 → A2).

51
New cards

Absolute reference in Excel

A cell reference that remains fixed when copied or moved, using dollar signs (e.g., $A$1).

52
New cards

When to use an absolute reference

When you need to lock a specific cell (like a tax rate or benchmark) in a formula so it doesn't change when copied.

53
New cards

Autofill tool in Excel

A feature that automatically fills cells with a pattern or series based on the initial input (e.g., dates, numbers, or formulas).

54
New cards

How to use the Autofill tool

Drag the small square at the bottom-right corner of a selected cell across other cells to copy or extend the pattern.

55
New cards

Pattern setting in Excel

Defining a sequence or rule (like "Q1, Q2, Q3..." or "1, 3, 5...") so Excel can continue it automatically using Autofill.

56
New cards

Why is pattern setting useful

It saves time by auto-generating predictable sequences or formats without manual entry.

57
New cards

Key principles of good spreadsheet formatting

• Keep headers clear and consistent • Use cell formatting (bold, color, alignment) to enhance readability • Maintain uniform data types (numbers, dates, text) • Avoid clutter and redundant formatting • Use borders or shading to separate sections logically.

58
New cards

Why is formatting important in data analysis

It improves clarity, reduces interpretation errors, and makes data presentation more professional.

59
New cards

Data interpretation

The process of analyzing numerical or textual data to identify patterns, relationships, or insights that support decision-making.

60
New cards

Skills involved in interpreting data effectively

Understanding context, identifying outliers, recognizing trends, and applying statistical or logical reasoning.

61
New cards

PROB function

Calculates the probability that a value falls within a specified range, based on a set of values and their probabilities.

62
New cards

Example of PROB function

=PROB(A2:A10, B2:B10, 50, 100) → Probability that the value is between 50 and 100.

63
New cards

MEDIAN function

Returns the middle value in a dataset — half the numbers are above it and half below.

64
New cards

Example of MEDIAN function

=MEDIAN(A2:A10)

65
New cards

COUNT function

Counts the number of cells in a range that contain numeric values.

66
New cards

Example of COUNT function

=COUNT(A1:A10)

67
New cards

When to use COUNT

When you only want to count cells that have numbers, not text or blanks.

68
New cards

COUNTA function

Counts all non-empty cells, regardless of data type (text, numbers, dates, etc.).

69
New cards

Example of COUNTA function

=COUNTA(A1:A10)

70
New cards

When to use COUNTA

When you want to count any filled cell, not just numeric ones.

71
New cards

COUNTIF function

Counts cells that meet a specific condition.

72
New cards

Example of COUNTIF function

=COUNTIF(A1:A10, ">100") counts values greater than 100.

73
New cards

COUNTIFS function

Counts cells that meet multiple criteria across one or more ranges.

74
New cards

Example of COUNTIFS function

=COUNTIFS(A1:A10, ">100", B1:B10, "<50")

75
New cards

When to use COUNTIF or COUNTIFS

When analyzing data based on conditions — e.g., number of sales above target, customers in a specific region, etc.