Test 2 Flashcards

Chapter 5 and 6

1
Q

CPU (central processing unit)

A

The brain in processors and memory. Reads data and instruction from memory and stores results in memory.

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

MCC (memory controller chip)

A

data exchange between memory and cpu. Cpu says which row of random access memory it wants and mcc gives it to cpu.

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

Volatile storage device

A

Temporary. RAW (unprocessed data) is the only kind of data storage that directly accesses CPU.

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

Non volatile storage device

A

Permanently. Ex magnetic disks (hard drive)/optical disks (CD/DVD)

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

Bit

A

Smallest unit of storage. Stores just 0 or 1. To represent: electric pulses(for cables), light beams (fiber optic) and radio waves (wireless connections).

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

Byte

A

Collection of 8 bits. Ex 01011010. Can store one character eg ‘A’.

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

Storage capacity (small to large)

A

byte, kilobyte, megabyte, gigabyte, terabyte, petabyte, exabyte, zettabyte (b,k,m,g,t,p,e,z)

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

Server farm

A

Racks of servers (data center) ex: racks of dell power edge software servers

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

internet of things

A

objects connected to internet so can interact with devices, applications and services

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

operating system vs application programs

A

operating system= programs controlling client or servers computer system.
application program= processed on client or server computers.

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

major operating systems

A

(non mobile clients) windows most popular; (mobile clients) IOS; (servers) windows and Linux

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

site license, license vs open source

A

Site license= flat fee to install software product on all company computers or computers at specific site; license= right to use specified number of copies; open source= no license fee (firefox ex)

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

native app

A

Application developed to run on particular platform or device. Ex Apple app store. Take advantage of operating system features installed on that platform.

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

web app

A

Application designed to run on any device or browser.

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

How many patterns can one byte make?

A

256

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

Why IS uses bit?

A

simple, most efficient way to represent and manipulate data using 2 state nature of electronic components.

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

Native applications development languages etc

A

Objective-C, Java; professional programmers specific operating system, high skill, high difficulty,

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

Web applications development languages etc

A

html5, css3; not related to specific operating system; low to high skill; easy to hard difficulty

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

Collaboration vs cooperation

A

Collab= feedback and iteration.

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

3 criteria for successful collab?

A

Successful outcome, growth in team capability, meaningful and satisfying experience.

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

4 primary purposes of collab?

A

Become informed, make decisions, solve problems, manage projects

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

More on making decisions for collaboration

A

structured vs unstructured and operational, managerial and strategic. Unstructured strategic need most collab.

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

requirements for collab in IS

A

Hardware, software, data and metadata, procedures and people.

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

What is the cloud

A

Elastic leasing of pooled computer resources over the internet.

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

Whats elastic and pooled

A

Elastic= auto adjusts for unpredictable demand- limits financial risks. Pooled= same physical hardware, economies of scale.

26
Q

Positives of cloud

A

Small capital requirements, speedy development, known cost structure, not becoming outdated, security/disaster preparedness.

27
Q

Negatives of the cloud

A

dependency on vendor, loss of control over data location, little visibility into true security preparedness capabilities.

28
Q

IAAS (infrastructure as a service)

A

Ex: buying a car; you manage applications, data, runtime, middleware, OS; vendors manage virtualization, servers, storage, network

29
Q

PAAS (platform as a service)

A

Ex: renting a car; you manage applications, data- vendors manage rest

30
Q

SAAS (software as a service)

A

Ex: taxing a taxi; vendors manage all

31
Q

Most basic cloud offering

A

IAAS because users manage a lot of lots of flexibility.

32
Q

Content delivery network

A

Stores user data in many diff geographical locations and makes data available on demand.

33
Q

Benefits of CDN

A

Decreased load time, reduced loan on origin server, increased reliability, protection from DoS attacks, reduced delivery costs, pay as you go

34
Q

Basic network types- PAN (personal area network)

A

Devices connected around a single person. Ex: connecting smartphone to bluetooth

35
Q

Basic network types- LAN (Local area network)

A

Computers connected at single physical site. Ex: wifi

36
Q

Basic network types- WAN (Wide area network)

A

Computers connected between 2 or more separate sites. Ex: corporation with offices in multiple cities connected thro WAN (Vpns for ex)

37
Q

Basic network types- The internet of internets

A

Network of networks ex: incorporating networks of all sizes (includes PAN, LAN and WANs)

38
Q

How internet works

A

Packet (like a package), domain name (like a persons name), IP address (like a mailing address), TCP (registered mail), carriers (airlines)

39
Q

Domain name

A

Unique name affiliated with public IP address (ex www.bigbank.com)

40
Q

Packet

A

formatted message passing thro networks

41
Q

TCP (transmission control protocol)

A

Core internet protocol guaranteeing reliable delivery of packets.

42
Q

IP address

A

Number identifying particular device on network (ex 192)

43
Q

Firewall

A

network security system (hardware& software) protecting the network

44
Q

Web server

A

stores, processes and delivers web pages to clients

45
Q

Router

A

Device forwarding packets between computer networks of the internet

46
Q

Switch

A

Device forwarding packets between computer networks of the internet but inside network of certain company.

47
Q

Public cloud

A

All (hardware, software) owned and operated by cloud service provider. Operated on multiple users ex Amazon Web services.

48
Q

Private cloud

A

One organization has exclusive use of cloud, referred to as on premise private data center. One user- never shared.

49
Q

5 forces of industry structure

A

Bargaining power of customers, threat of substitutes, bargaining power of suppliers, threat of new entrants, rivalry

50
Q

Porters 4 competitive strategies= Industry wide

A

Across industry

51
Q

Porters 4 competitive strategies= Cost

52
Q

Porters 4 competitive strategies= Differentiation

A

Unique services

53
Q

Porters 4 competitive strategies= Focus

A

Within industry segment

54
Q

Value chain

A

Competitive strats need system with benefits outweighing risks. Network of value creating activities divided into into primary activities and support activities.

55
Q

Value

A

Amount of money a customer is willing to spend on product.

56
Q

Margin

A

Value activity generates-cost of activity.

57
Q

Principles of competitive advantage

A

Product implementations- create new product, enhance, differentiate product. Process implementations- lock in customers, lock in suppliers, raise barriers to market entry, establish alliances, reduce costs.

58
Q

Primary vs support activities in value chain

A

Primary directly create value (ex: producing drones) secondary enable primary activities (ex: investigate new technology)

59
Q

Virtual machine

A

Ex: top blue part of microsoft edge