Introduction to Information Systems Flashcards

1
Q

Processor

A

Performs tasks and manipulates data

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

Memory

A

Storage used as working space; all data of memory is lost when the computer is off.

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

Volatile storage

A

Memory that can’t retain data without power

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

Secondary storage

A

Long-term storage (aka hard drive, also USB); non-volatile, data is retained when the computer is off

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

Input device

A

Devices that help you interact with the computer; ex. keyboard, mouse

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

Output device

A

Devices that help you see what the computer is doing; ex. monitors, printers

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

Traditional hard drives

A

Spinning disks move

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

Newer hard drives

A

Solid state disks (SSD) with non-volatile memory chips

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

Which are faster: SSD or spinning disks?

A

SSD

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

Binary

A

Using 1’s and 0’s

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

Byte

A

When 8 bits are grouped together

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

1 kilobyte (KB)

A

1024 bytes

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

1 megabyte (MB)

A

1024 KB

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

1 gigabyte (GB)

A

1024 MB

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

1 terabyte (TB)

A

1024 GB

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

Fault tolerant disk configuration

A

A single hard disk in the server failing does not cause the loss of data

17
Q

Redundant power supplies

A

Power supply in a computer converts the AC power from the wall outlet to the DC power used internally by the server

18
Q

Memory (servers)

A

Servers need more intensive memory for applications to run; will commonly have 128 GB or more

19
Q

Multiple processors (servers)

A

Servers commonly have 2 processors to increase processing abilities (work for a single processor is split between 2)

20
Q

Server virtualization

A

Divides hardware capacity of an individual server and allocates it to virtual machines

21
Q

Advantages if using virtual machines

A

-Increases efficiency to 75% used, when 90% of the physical server was sitting idle
-Easier to move VM to new hardware
-Failure of physical server results in only a few minutes of downtown until VM run it; high availability
-Fast to deploy, can be created in minutes

22
Q

Software

A

Set of instructions that tells a computer what to do

23
Q

Applications

A

Accomplish tasks with a computer; provides user interface for interactivity (ex. Microsoft Office); needs certain operating services to access certain applications

24
Q

Operating system

A

Responsible for managing and using the hardware and provides application programmer interfaces (ex. Windows 10, MacOS)

25
Q

Services

A

Runs in the background and do not provide a user interface (ex. Microsoft SQL)

26
Q

Client-server (Application)

A

Processing tasks are divided among multiple computers, each computer has a different task. Two parts: client allows users to interact with the application and the server is associated with data storage and processing. Ex. web browsing - the client is the web browser and server is the web server accepting requests from the web browser and responds with data to be displayed on the web browser.

27
Q

Peer-to-peer (Application)

A

Specialized application that function without the need for a centralized server, designed to be resilient. Less common than client-server.

28
Q

Web-based applications

A

Installed on a web server and typically uses a back-end database for data storage. User interface is a web browser.

29
Q

Advantages of web-based applications

A

-Provides flexibility and functionality across different operating systems
-Maintenance is easy
-Servers are automatically updated and immediately available

30
Q

Cloud computing

A

Organization’s access to computing resources or services from a third party over the internet; IT outsourcing and is purchased as a commodity.

31
Q

Cloud-based applications

A

Web-based but can also be done with remote desktop. AKA “software as a service”

32
Q

Cloud-based services to build applications

A

Provides building blocks to build applications. Ex. Online storage and online database

33
Q

Cloud-based virtual machine

A

Virtual machines that are run in the data center of a cloud provider; highly available. Ex. Microsoft SQL server can include SQL VMs.

34
Q

Advantages of cloud computing

A

-More efficient to have one large provider to manage the application
-No large capital investment (do not need to purchase hardware or software)
-Scale up or down as required
-No need to maintain or upgrade
-Access the service or data from anywhere (as long as there’s internet connection)
-Access to larger IT talent pools
-Ability to handle peaks in processing
-Focusing management’s attention in core business
-Better disaster recovery

35
Q

Disadvantages of cloud computing

A

-Ongoing licensing fees are more expensive than purchasing it and running it locally
-Customization is limited; orgs may need to change business processes
-Less control of security, privacy, service, or data
-Difficulty to move data between cloud providers
-Risk to data if the provider goes out of business