C 205 - Exam A Prep

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

1/169

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.

170 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

knowledge

information that facilitates action

7
New cards

wisdom

The combination of knowledge and experience

8
New cards

tacit knowledge

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

9
New cards

explicit knowledge

knowledge that is easily communicated and available to everyone

10
New cards

Who are the people in IS?

Creators, Operators, Managers, Users

11
New cards

Creators

System Analysts, Programmers, Comp Engineers

12
New cards

Operators

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

13
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

14
New cards

Generation 1 - Vacuum Tubes

late 1930s - mid 1950s

Large, fragile, complex and expensive

One program at a time

Housed at universites

15
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

16
New cards

Gen 3 - Integrated Circuits

Mid 1960s - Early 1970s

Silicon Chips

Smaller, faster, cheper

Keyboard input, monitor output

17
New cards

Gen 4 - Microprocessors

Early 1970s - Present

CPU

GUI

Mouse

Floppy dirve

18
New cards

Gen 5 - AI

Early 2000s - Present

Nanotechnology

Natural language input

Siri

19
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

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

21
New cards

Mobile Computing

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

22
New cards

Hardware

The physical components of a computer.

Inputs --> Process --> Output

23
New cards

input hardware

Accept or capture data.

Direct:

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

Indirect

Scanners, Digital Cameras, Biometric Systems

24
New cards

output hardware

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

25
New cards

Bits

binary digits (0s and 1s)

26
New cards

Bytes

8 bits

In 1024 - mostly rounded down to 1000 for simplicity.

27
New cards

discrete values

only occur in whole numbers (integers)

28
New cards

Motherboard

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

29
New cards

What components must connect to the motherboard?

Socket for the CPU (Microprocessor)

Primary Memory

Buses

Ports and Expansion Slots

30
New cards

buses (computer)

Data channles within the motherboard that move data

31
New cards

CPU (Central Processing Unit)

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

32
New cards

cache

Very fast memory that keeps frequently used instructions.

33
New cards

Main Memory (RAM)

program instructions, operating system instructions.

34
New cards

What happens if I have too little RAM

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

35
New cards

Primary Storage

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

36
New cards

RAM

Random Access Memory

Volatile - Deleted when turned off

Working Memory

37
New cards

ROM

Read Only Memory

Non-Volatile

Stores Permenant instructions

Use to boot up machine

38
New cards

Secondary Storage Devices

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

39
New cards

flash memory

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

SSD, Flash Memory Drive,

40
New cards

client computer

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

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

42
New cards

Firmware

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

43
New cards

BIOS

Basic Input/Output System

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

44
New cards

What are the 2 types of computer software?

OS and Application Software.

45
New cards

Operating Software

software that operates the computer

46
New cards

Applicaiton Programs

Perform Specific user tasks.

Buy off Shelf vs Custom Developed

47
New cards

proprietary software

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

48
New cards

open source software

noncommercial software shared freely and developed collectively on the internet

49
New cards

3 Types of Application Software

horizontal market application

vertical market application

custom application

50
New cards

Horizontal-market application

software provides capabilities common across all organizations and industries

Word Processing, spreadsheets.

51
New cards

Vertical Market Application Software

serves the needs of a specific industry

Appointment scheduling

52
New cards

Custom Software

For a specific need.

53
New cards

Moore's Law

the observation that computing power roughly doubles every two years.

54
New cards

Commoditization

Where competitive products become very hard to differentiate from each other.

55
New cards

Huang's Law

Huang's law is an observation in computer science and engineering that advancements in graphics processing units are growing at a rate much faster than with traditional central processing units.

56
New cards

Database

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

Self desicribing - contains within itself

57
New cards

relational database model

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

58
New cards

DBMS (Database Management System)

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

59
New cards

Flat file database

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

60
New cards

Field

A column in a database table.

61
New cards

record

A row in a database table.

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)

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

attributes (database)

Describing some aspect of the object or entity

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

66
New cards

Why do we normalize data?

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

67
New cards

NoSQL

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

68
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

69
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>
70
New cards

entities

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

71
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)

72
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>
73
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>
74
New cards

Parent table and child table

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

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

76
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

77
New cards

operational decisions

short-run decisions to help implement strategies

day-day activities

78
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

79
New cards

Managerial Decisions

decisions about the allocation and utilization of resources

Supported by MIS

80
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

81
New cards

Strategic Decisions

those that support broad-scope, organizational issues

EIS

82
New cards

Executive information system (EIS)

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

83
New cards

structured decisions

Situations where established and accepted methods for making a decision

More so TPS (operational)

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

85
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

86
New cards

OLAP (online analytical processing)

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

Ability to sum, count, average,

87
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

88
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

89
New cards

data mining

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

90
New cards

How do you identify a continuous field in Tableau

Green Pill in a visualization

91
New cards

What data type contains a Tableau workbook along with local data

.twbx

92
New cards

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

False - Have to double check to make sure.

93
New cards

What colour in Data Panes are discrete values?

Blue

94
New cards

IT projects

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

- Such projects affect data, people, and processes

95
New cards

Risks with IT projects

Hard to get good estimates

Lack of experience in the project team

Lack of Support from Top Management

96
New cards

IT operations

Service, maintenance, protection, and management of IT infrastructure

97
New cards

Project Triple Constraints

time, cost, scope

Can only have 2 out of 3

98
New cards

Project Life Cycle

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

99
New cards

What are the 4 phases of the project life cycle

Initiation, planning, execution, evaluation (close)

100
New cards

Traditional Project Management

Like a waterfall, slow, structured, standardized