UBC COMM 205 - Exam A

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

1/154

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:09 PM on 5/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

155 Terms

1
New cards

Information Systems

collects, processes, stores, analyzes, and disseminates information for a specific purpose

2
New cards

Information Technology (IT)

Any computer-based tool that people use to work with information and support the information and information-processing needs of an organization

3
New cards

What are the components of Information Systems

hardware (actors), software (intrusctors), data (bridge), procedures (instructors), people(actors)

4
New cards

Data

raw facts that describe the characteristics of an event or object

5
New cards

information

Data converted into a meaningful and useful context

6
New cards

Who are the people in IS?

Creators, Operators, Managers, Users

7
New cards

Creators

System Analysts, Programmers, Comp Engineers

8
New cards

Operators

Operations and Administrations - involved in the day to day operations. Computer operator

9
New cards

Capabilities of Information Systems

1. Perform high-speed, high-volume computations

2. Provide fast, accurate communication and collaboration

3. Store huge amounts of information in a small space

4. Allow quick and inexpensive access to info, worldwide

5. Interpret vast amounts of data quickly and efficiently

6. Automate business processes and manual tasks

10
New cards

Generation 1 - Vacuum Tubes

late 1930s - mid 1950s

Large, fragile, complex and expensive

One program at a time

Housed at universites

11
New cards

Gen 2 - Transistors

Mid 1950s - Mid 1960s

First digital computing machiens used in businesses and government

Lower power required and less heat

Simpler and smaller.

IMB 650

12
New cards

Gen 3 - Integrated Circuits

Mid 1960s - Early 1970s

Silicon Chips

Smaller, faster, cheper

Keyboard input, monitor output

13
New cards

Gen 4 - Microprocessors

Early 1970s - Present

CPU

GUI

Mouse

Floppy dirve

14
New cards

Gen 5 - AI

Early 2000s - Present

Nanotechnology

Natural language input

Siri

15
New cards

Networking Personal Computers

1985-Present

-Critical to the rapid adoption of personal computers and rise of

social networks

Local Area Networks (LANs)

-linking many personal computers together

-shared access to data, printers, and other peripheral devices

Wide Area Networks (WANs)

-the Internet

-email

-web browsing

16
New cards

Cloud Computing

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.

17
New cards

Mobile Computing

A real-time connection between a mobile device and other computing environments, such as the Internet or an intranet.

18
New cards

Hardware

The physical components of a computer.

Inputs --> Process --> Output

19
New cards

input hardware

Accept or capture data.

Direct:

keyboard, mouse, document scanner, bar code, microphones.

Indirect

Scanners, Digital Cameras, Biometric Systems

20
New cards

output hardware

Hardware that is used to create outputs, data flows out of the hardware (speakers, printers, Screen projections etc.)

21
New cards

Bits

binary digits (0s and 1s)

22
New cards

Bytes

8 bits

In 1024 - mostly rounded down to 1000 for simplicity.

23
New cards

Motherboard

A circuit board that contains all of the computer system's main components.

24
New cards

What components must connect to the motherboard?

Socket for the CPU (Microprocessor)

Primary Memory

Buses

Ports and Expansion Slots

25
New cards

buses (computer)

Data channels within the motherboard that move data

26
New cards

CPU (Central Processing Unit)

The internal operating unit or "brain" of a computer.

27
New cards

cache

Very fast memory that keeps frequently used instructions.

28
New cards

Main Memory (RAM)

program instructions, operating system instructions.

29
New cards

What happens if I have too little RAM

Constant memory swapping, slows processing, needs more memory if processing many programs.

30
New cards

Primary Storage

The computer's immediate internal memory, RAM and ROM.

31
New cards

RAM

Random Access Memory

Volatile - Deleted when turned off

Working Memory

32
New cards

ROM

Read Only Memory

Non-Volatile

Stores Permenant instructions

Use to boot up machine

33
New cards

Secondary Storage Devices

Non Volatile - Hard disk, floppy disks, CD, DVD, jump drives

34
New cards

flash memory

Type of nonvolatile memory that can be erased electronically and rewritten.

SSD, Flash Memory Drive,

35
New cards

client computer

Computer on a network that uses services provided by a server.

36
New cards

Server Computers

provide access to information and application

-faster, larger, more powerful

-serve resources to client computers

-the Cloud is a term assigned to servers accessible anywhere and anytime (over the internet)

-dedicated: mail, file, web, applications, database, etc.

37
New cards

Firmware

Software that is permanently stored in a chip. The BIOS on a motherboard is an example of firmware.

38
New cards

BIOS

Basic Input/Output System

Required because all volitile memory is lost when the computer is turned off.

39
New cards

What are the 2 types of computer software?

OS and Application Software.

40
New cards

Operating Software

software that operates the computer

41
New cards

Application Programs

Perform Specific user tasks.

Buy off Shelf vs Custom Developed

42
New cards

proprietary software

Software that has been developed by a company and has restrictions on its use, copying, and modification.

43
New cards

open source software

noncommercial software shared freely and developed collectively on the internet

44
New cards

3 Types of Application Software

horizontal market application

vertical market application

custom application

45
New cards

Horizontal-market application

software provides capabilities common across all organizations and industries

Word Processing, spreadsheets.

46
New cards

Vertical Market Application Software

serves the needs of a specific industry

Appointment scheduling

47
New cards

Custom Software

For a specific need.

48
New cards

Database

a collection of organized data that allows access, retrieval, and use of data

Self desicribing - contains within itself

49
New cards

relational database model

a structured collection of data acces and utilized by many different applications and users.

50
New cards

DBMS (Database Management System)

a product used for the storage and organization of data that typically has defined formats and structures

51
New cards

Flat file database

One large single table; used if the amount of data that is being recorded is fairly minimal

52
New cards

Field

A column in a database table.

53
New cards

record

A row in a database table.

54
New cards

Primary Key

A field (or group of fields) that uniquely identifies a given entity in a table.

Atomic Key or Composite Key (2 or more)

55
New cards

Foreign Key

A primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables

A way to make a relationship between tables. Null FK are okay.

56
New cards

attributes (database)

Describing some aspect of the object or entity

57
New cards

Data Normalization

the reorganization of tables, and attributes within a database to reduce duplication is especially important during database redesign, but also when data is imported or merged.

58
New cards

Why do we normalize data?

To resolve undesirable dependencies, remove redundancies, eliminate repeating groups.

59
New cards

NoSQL

A new generation of database management systems that is not based on the traditional relational database model.

60
New cards

Database vs. Spreadsheet

database: stores more data, user-friendly interface, data linkage complex relationships, creates reports...

spreadsheets: small amount of data, cannot relate multiple tables, uncomplicated data relationships, good for calculation and visualization

61
New cards

ER diagram (ERD)

A graphical representation of database requirements; contains entities and relationships

<p>A graphical representation of database requirements; contains entities and relationships</p>
62
New cards

entities

Data contained in the database (students, course, grade)

63
New cards

4 types of cardinality

One to one (1:1) , one to many (1:M) , many to one (M:1) , many to many(M:N)

64
New cards

SQL (Structured Query Language)

A language that provides a standardized way to request information from a relational database system.

SELECT * (The attribute)

FROM (table to be used)

WHERE (speicify conditions)

Can dragging and dropping different fields.

<p>A language that provides a standardized way to request information from a relational database system.</p><p>SELECT * (The attribute)</p><p>FROM (table to be used)</p><p>WHERE (speicify conditions)</p><p>Can dragging and dropping different fields.</p>
65
New cards

QBE (query by example)

Using a grid to form queries where fields can be added, sorted, compared, etc.

<p>Using a grid to form queries where fields can be added, sorted, compared, etc.</p>
66
New cards

Parent table and child table

The master table vs the subset table (related by foreign keys).

67
New cards

Do ERDs have keys?

No, they only have unique identifiers that are usually underlined.

No attribute is repeated, it is all joint with cardinality legends.

68
New cards

Business Intelligence

Information collected from multiple sources such as suppliers, customers, competitors, partners, and industries that analyzes patterns, trends, and relationships for strategic decision making

69
New cards

operational decisions

short-run decisions to help implement strategies

day-day activities

70
New cards

TPS (Transaction Processing System)

supports the monitoring, collection, storage, and processing of data from the organization's basic business transactions, each of which generates data

71
New cards

Managerial Decisions

decisions about the allocation and utilization of resources

Supported by MIS

72
New cards

Management Information Systems (MIS)

A business function, like accounting and human resources, which moves information about people, products, and processes across the company to facilitate decision-making and problem-solving

73
New cards

Strategic Decisions

those that support broad-scope, organizational issues

EIS

74
New cards

Executive information system (EIS)

A specialized DSS (Decision Support System) that supports senior level executives within the organization

75
New cards

structured decisions

Situations where established and accepted methods for making a decision

More so TPS (operational)

76
New cards

unstructured decisions

Occurs in situations in which no procedures or rules exist to guide decision makers toward the correct choice

More so EIS systems (Strategic)

i.e: Who should I marry?

77
New cards

OLTP (online transaction processing)

Capturing and storing data from ERP, CRM, POS

Day-to-day business transactions

The main focus is on efficiency of routine tasks

78
New cards

OLAP (online analytical processing)

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

Ability to sum, count, average,

79
New cards

data warehouse

a large repository database that supports management decision making

Prepares data for BI Processing

Extract and clean data from opeational systems and other sources

80
New cards

data mart

a data collection, smaller than the data warehouse, that addresses the needs of a particular department or functional area of the business

81
New cards

data mining

the process of analyzing data to extract information not offered by the raw data alone

82
New cards

How do you identify a continuous field in Tableau

Green Pill in a visualization

83
New cards

What data type contains a Tableau workbook along with local data

.twbx

84
New cards

T/F - Can Tableau automatically create the correct data types, once uploaeded?

False - Have to double check to make sure.

85
New cards

What colour in Data Panes are discrete values?

Blue

86
New cards

IT projects

- Have a large information technology component (in terms of budget or personnel)

- Such projects affect data, people, and processes

87
New cards

Risks with IT projects

Hard to get good estimates

Lack of experience in the project team

Lack of Support from Top Management

88
New cards

IT operations

Service, maintenance, protection, and management of IT infrastructure

89
New cards

Project Triple Constraints

time, cost, scope

Can only have 2 out of 3

90
New cards

Project Life Cycle

The series of phases that a project passes through from its initiation to its closure.

91
New cards

What are the 4 phases of the project life cycle

Initiation, planning, execution, evaluation (close)

92
New cards

Traditional Project Management

Like a waterfall, slow, structured, standardized

93
New cards

Agile Project Management

approach that focuses on adaptability to rapid and unexpected change.

group of methodologies that utilize incremental changes with a focus on quality and attention to detail.

94
New cards

Rapid Application Development (RAD)

A development method that uses special tools and an iterative approach to rapidly produce a high-quality system.

A form of agile

95
New cards

Parallel Implementation

uses both the legacy system and new system until all users verify that the new system functions correctly

Least Risky - Most Expensive

96
New cards

Plunge Implementation

discards the legacy system and immediately migrates all users to the new system

Cheapest - most risk

97
New cards

Pilot Implementation

assigns a small group of people to use the new system until it is verified that it works correctly, then the remaining users migrate to the new system

98
New cards

Phase Implementation

installs the new system in phases (for example, by department) until it is verified that it works correctly

Gradually Implemented

99
New cards

Project Evaluation and Review Technique (PERT)

a planning tool that ensures complex projects are completed on time

(Optimistic +4*Most likely + pessimistic)/6

100
New cards

PERT critical path

longest continuous pathway from intial milestone to milestone event

<p>longest continuous pathway from intial milestone to milestone event</p>