2. Technology Foundations Flashcards

1
Q

Information Systems vs Application Systems

A
  • Application System = Software + Hardware System (includes various technological concepts and elements on the software and hardware level)
  • Information System: Application System + Non technological elements (people & procedures)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Hardware

A

= all physical components of an application system (e.g. computers, servers, terminals,..)

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

Input Processing/ Storage-Output (IPO+S Model)

A

= most basic structure for describing a process

-> this is how a computer program and a single algorithm in a programming language work

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

Von Neumann Architecture

A
  1. Memory (RAM - Random Access Memory)
    • buffers data for execution and the resulting data output
    • only maintains data when powered (volatil storage)
  2. Processor (CPU - Central Processing Unit)
    • Control Unit = accesses and decodes instructions stored in memory, controls the sequence of execution of the instructions
    • Arithmetic Logic Unit = receives decoded instructions from CU and executes the instructions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Software (Definition & Characteristics (7)

A

Software = consists of clearly defined instructions that, upon execution, instruct hardware to perform the task for which it is designed

  • immaterial product -> no physical restrictions for changes at any time
  • no wear out -> no sphere parts needed
  • aging through alternative technology
  • easy to replicate
  • difficult to quantify
  • no logistics (shipping/storage) or production needed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Types of Software (Types (2) & Classification)

A
  1. System Software = controls & manages access to hardware (Windows 7, Linux,..)
  2. Application Software = must work through the system software; end-users primarily use application software (Open Office, SAP ERP,..)

Classification: Difference between

  • Product Software (“buy” decision)
  • Tailor Made Software (“make” decision)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Traditional Applications (Characteristics (4) & Tasks (3))

A
  • run on a single system
  • installed on a computer and accessible only on this computer -> data is stored on this computer and can be shared (e-mail, Dropbox, Google Drive,..)
  • application provides a user interface => makes it easy to use
  • application runs on the computer’s processing power

Need to do the following job:

  • Interact with user (user interface)
  • perform tasks (processing)
  • store data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Distributed Applications (Advantage to Traditional Applications)

A

Solution to traditional application -> three tasks (user interface, processing, data) can be split up among two or more devices
=> the responsibilities of the application have been distributed among multiple, geographically distant computers.

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

Server (Components (2))

A
  1. Hardware
    • a normal computer
    • designed for reliability and to serve large numbers of requests
    • runs server software
  2. Software
    • computer program
    • provides functionality as a service
    • clients sends request -> server processes request and replies
    • one physical server can run multiple server programs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Multi-Tier Architecture

A

= an architecture in which presentation, application processing and data management functions are separated into User Interface Tier (client), Application Tier & Database Tier

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

Advantages of Multi-Tier Architecture

A
  1. Security = different security options for different tiers
  2. Scalability = upscale the data tier without touching the presentation layer
  3. Maintainability = system admins can maintain tiers separately
  4. Easily Enhanced = each layer can be enhanced without touching the remaining tiers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Channels (Definition, Ideal, Types (3))

A

= customer’s contact point or medium through which the company and the customer interact. Customers expect companies to have more than one channel!

In the ideal company:

  • customers can use different channels at the same time
  • customers expect a seamless interaction between channels
  • every channels provides the same information and data
  • all channels are fully integrated

Types of channels:

  1. Multi-Channel = company access through multiple channels, NOT integrated
  2. Cross-Channel = company access through multiple channels, PARTIALLY integrated
  3. Omni-Channel = company access through multiple channels, FULLY integrated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Channel Integration (Customers Expectancy)

A

Customers expect consistent, uniform, and integrated services and experience, regardless of the channel they use. They are willing to move seamlessly between channels (traditional store, online & mobile) depending on their preference, their current situation, the time of day, or the product category.

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

Network

A

= linkage of different devices (terminals, files servers, mainframes,..) which enables communication between those devices
-> needed to connect multiple/several computers => all computers are connected to the same physical medium (either cable or wireless)

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