UBC COMM 205 - Exam A - K version

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

1/180

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.

181 Terms

1
New cards

Information Systems

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

2
New cards

Explain this curve and what section is represented by what group

knowt flashcard image
3
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

4
New cards

What are the components of Information Systems

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

5
New cards

Data

raw facts that describe the characteristics of an event or object

6
New cards

information

Data converted into a meaningful and useful context

7
New cards

knowledge

information that facilitates action (explicit vs tacit knowledge)

8
New cards

wisdom

The combination of knowledge and experience to make sound decisions or judgements

9
New cards

tacit knowledge

strategies for success that are not explicitly taught but that instead must be inferred

10
New cards

explicit knowledge

knowledge that is easily communicated and available to everyone

11
New cards

Who are the people in IS?

Creators, Operators, Managers, Users

12
New cards

Creators

System Analysts, Programmers, Comp Engineers

13
New cards

Operators

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

14
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

15
New cards

Generation 1 - Vacuum Tubes

late 1930s - mid 1950s

Large, fragile, complex and expensive

Requires cooling system

One program at a time

Housed at universites

e.g. ENIAC

16
New cards

Gen 2 - Transistors

Mid 1950s - Mid 1960s

First digital computing machines used in businesses and government

Simpler, smaller, faster

Lower power required and less heat

Simpler and smaller.

e.g. IBM 650 -> first mass-produced computer

17
New cards

Gen 3 - Integrated Circuits

Mid 1960s - Early 1970s

Silicon Chips

Smaller, faster, cheaper

Keyboard input, monitor output

e.g. CICS, IBM TPS

18
New cards

Gen 4 - Microprocessors

Early 1970s - Present

CPU (central processing unit)

GUI (graphical user interface)

Mouse

Floppy drive

e.g. Apple Macintosh

19
New cards

Gen 5 - AI

Early 2000s - Present

Parallel processing and superconductors

Nanotechnology

Natural language input

e.g. Siri

20
New cards

Networking Personal Computers

mid 1980-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

21
New cards

Mobile Computing

Late 1990s to Present

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

22
New cards

Cloud Computing

Mid 2010s-Present

- customers do not own the computer

- 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.

- rent usage from 3rd party provider and consume computing resource as a service

23
New cards

Computer Hardware

The physical components of a computer.

Inputs (keyboard, mouse, etc) --> Process (CPU, main memory) --> Output (printer, video display)

24
New cards

input hardware

Accept or capture data.

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

Indirect: Scanners, Digital Cameras, Biometric Systems

25
New cards

output hardware

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

26
New cards

Bits

binary digits (0s and 1s)

27
New cards

Bytes

8 bit chunks (represents one character)

In 1024 - mostly rounded down to 1000 for simplicity.

<p>8 bit chunks (represents one character)</p><p>In 1024 - mostly rounded down to 1000 for simplicity.</p>
28
New cards

Motherboard

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

- Socket for the CPU

- Primary Memory

- Buses

29
New cards

discrete values

only occur in whole numbers (integers)

30
New cards

What components must connect to the motherboard?

Socket for the CPU (Microprocessor)

Primary Memory

Buses

Ports and Expansion Slots

31
New cards

buses (computer)

Data channles within the motherboard that move data

32
New cards

CPU (Central Processing Unit)

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

Moves instruction from main memory via data channel or bus

Speed expressed in Hertz (Hz)

Has small amount of very fast memory called cache

33
New cards

cache

Very fast memory that keeps frequently used instructions.

The type of memory which helps speed up the overall throughput of the CPU.

34
New cards

Memory

Main Memory (RAM)

- Contains Operating System instructions

- Contains program instructions

Memory Swapping

- Main memory too small to hold all data

- CPU loads programs into memory in chunks

program instructions, operating system instructions.

35
New cards

What happens if I have too little RAM

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

36
New cards

Primary Storage

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

When a CPU needs data: goes to RAM

37
New cards

RAM

Random Access Memory

Volatile - Deleted when turned off

Working Memory

38
New cards

ROM

Read Only Memory

Non-Volatile

Stores Permenant instructions

Use to boot up machine

39
New cards

Secondary Storage Devices

Non Volatile - Compact Disk, Digital Versatile (Video), DVD, Blu-ray Disk, Hard disk, floppy disks, CD, jump drives

40
New cards

flash memory (secondary storage)

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

Solid State Drive (SSD), Flash Memory Drive,

41
New cards

Client computer

Computer on a network that uses services provided by a server. Connects to internet to check email, databases, etc

42
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.

43
New cards

What are the 2 types of computer software?

OS and Application Software.

44
New cards

Firmware

Software that is permanently stored in a chip. The BIOS on a motherboard is an example of firmware. Required because all volatile memory is lost when the computer is shut down.

45
New cards

BIOS

Basic Input/Output System

Required because all volatile memory is lost when the computer is shut downFirmware

Used when a computer is booted up

46
New cards

Operating Software

software that operates the computer

- Windows

- MacOS

- Linux

- Movile (iOS, Android)

47
New cards

Applicaiton Programs

Perform Specific user tasks.

Buy off Shelf vs Custom Developed

48
New cards

proprietary software

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

Users buy license to use program

49
New cards

open source software

noncommercial software shared freely and developed collectively on the internet

50
New cards

3 Types of Application Software

Application Software consists of programs that perform a business function: MS Office, Canvas

horizontal market application

vertical market application

one-of-a-kind custom application software

51
New cards

Horizontal-market application

software provides capabilities common across all organizations and industries

Word Processing, spreadsheets.

<p>software provides capabilities common across all organizations and industries</p><p>Word Processing, spreadsheets.</p>
52
New cards

Vertical Market Application Software

serves the needs of a specific industry

Appointment scheduling

<p>serves the needs of a specific industry</p><p>Appointment scheduling</p>
53
New cards

One-of-a-kind Custom Software

For a specific need.

<p>For a specific need.</p>
54
New cards

Moore's Law

the observation that computing power roughly doubles every two years.

55
New cards

Conceptual Design vs Logical Design

Includes:

Entity Relationship Diagrams (ERD) and Relational Database (Schema)

<p>Includes:</p><p>Entity Relationship Diagrams (ERD) and Relational Database (Schema)</p>
56
New cards

Database

A database is an organized collection of logically related data, typically stored electronically, and designed to support rapid retrieval, manipulation, and management by users or software applications.

57
New cards

ER diagram (ERD), what is it and what are the basic components?

A graphical representation of database requirements

Entities: Entities are distinct objects (people, events, places, or things) that are represented within a database

Attributes: Each entity can have a set of attributes describing some aspect of the object that is to be recorded

Relationships: Provide links between entities. Cardinality shows the type of relationship between two entities.

<p>A graphical representation of database requirements</p><p>Entities: Entities are distinct objects (people, events, places, or things) that are represented within a database</p><p>Attributes: Each entity can have a set of attributes describing some aspect of the object that is to be recorded</p><p>Relationships: Provide links between entities. Cardinality shows the type of relationship between two entities. </p>
58
New cards

Cardinality Diagrams

One-to-One (1:1)n Each entity in the relationship will have exactly one related entity

One-to-Many (1:M)n An entity on one side of the relationship can have many related entities, but an entity on the other side will have a maximum of one related entity

Many-to-Many (M:N)n Entities on both sides of the relationship can have many related entities on the other side

<p>One-to-One (1:1)n Each entity in the relationship will have exactly one related entity</p><p>One-to-Many (1:M)n An entity on one side of the relationship can have many related entities, but an entity on the other side will have a maximum of one related entity</p><p>Many-to-Many (M:N)n Entities on both sides of the relationship can have many related entities on the other side</p>
59
New cards

4 types of cardinality constraints

1) mandatory one

2) mandatory many

3) optional one

4) optional many

<p>1) mandatory one</p><p>2) mandatory many</p><p>3) optional one</p><p>4) optional many</p>
60
New cards

Steps for Drawing ERD

knowt flashcard image
61
New cards

relational database model

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

Components include Tables/Files + Relationships among Rows in Tables + Metadata

<p>a structured collection of data acces and utilized by many different applications and users.</p><p>Components include Tables/Files + Relationships among Rows in Tables + Metadata</p>
62
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)

- Atomic Primary Key: consist of only one field

- Composite Primary Key: consist of more than one field

<p>A field (or group of fields) that uniquely identifies a given entity in a table. </p><p>Atomic Key or Composite Key (2 or more)</p><p>- Atomic Primary Key: consist of only one field</p><p>- Composite Primary Key: consist of more than one field</p>
63
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.

64
New cards

Metadata

Data that describes other data. For example, a digital image may include metadata that describe the size of the image, number of colors, or resolution.

65
New cards

DBMS (Database Management System)

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

66
New cards

Flat file database

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

67
New cards

Field

A column in a database table.

68
New cards

record

A row in a database table.

69
New cards

attributes (database)

Describing some aspect of the object or entity

70
New cards

Data Normalization

When you normalize the data, you want to eliminate repeating groups to create normalized tables, each containing only one relation

- Within one table, each row must be unique and identified by primary key

- Within each row, each value is each col must be single-valued

- Multiple variables are not allowed

<p>When you normalize the data, you want to eliminate repeating groups to create normalized tables, each containing only one relation</p><p>- Within one table, each row must be unique and identified by primary key</p><p>- Within each row, each value is each col must be single-valued</p><p>- Multiple variables are not allowed</p>
71
New cards

Why do we normalize data?

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

<p>To resolve undesirable dependencies, remove redundancies, eliminate repeating groups.</p>
72
New cards

NoSQL

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

73
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

74
New cards

entities

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

75
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>
76
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>
77
New cards

Parent table and child table

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

78
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.

79
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

80
New cards

operational decisions

short-run decisions to help implement strategies

Supported by TPS Transaction Processing Systems

day-day activities

<p>short-run decisions to help implement strategies</p><p>Supported by TPS Transaction Processing Systems</p><p>day-day activities</p>
81
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

82
New cards

What do managers need to make decisions

knowt flashcard image
83
New cards

Managerial Decisions

decisions about the allocation and utilization of resources

Supported by MIS

<p>decisions about the allocation and utilization of resources</p><p>Supported by MIS</p>
84
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

85
New cards

Strategic Decisions

those that support broad-scope, organizational issues

EIS

<p>those that support broad-scope, organizational issues</p><p>EIS</p>
86
New cards

Executive information system (EIS)

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

87
New cards

structured decisions

Situations where established and accepted methods for making a decision

More so TPS (operational)

88
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?

89
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

<p>Capturing and storing data from ERP, CRM, POS</p><p>Day-to-day business transactions</p><p>The main focus is on efficiency of routine tasks</p>
90
New cards

OLAP (online analytical processing)

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

Ability to sum, count, average,

<p>Manipulation of information to create business intelligence in support of strategic decision making</p><p>Ability to sum, count, average,</p>
91
New cards

BI

knowt flashcard image
92
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

<p>a large repository database that supports management decision making</p><p>Prepares data for BI Processing</p><p>Extract and clean data from opeational systems and other sources</p>
93
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

<p>a data collection, smaller than the data warehouse, that addresses the needs of a particular department or functional area of the business</p>
94
New cards

data mining

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

95
New cards

How do you identify a continuous field in Tableau

Green Pill in a visualization

96
New cards

What data type contains a Tableau workbook along with local data

.twbx

97
New cards

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

False - Have to double check to make sure.

98
New cards

What colour in Data Panes are discrete values?

Blue

99
New cards

IT projects

Temporary Goal-Oriented Initiatives

renew and adapt the IT infrastructure to keep IT working effectively

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

- Such projects affect data, people, and processes

100
New cards

Risks with IT projects

knowt flashcard image