Ch. 3 Flashcards

1
Q

What are the two types of software?

A
  1. Operating system

2. Application software

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

What are the subsections of application software?

A
  1. Productivity software
  2. Utility software
  3. Programming software
  4. Applications for enterprise (ERP)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does an operating system do?

A

Manages the hardware and creates the interface between the hardware and the user.

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

What functions does an operating system perform?

A
  1. Managing the hardware resources of the computer
  2. Providing the user-interface components
  3. Providing a platform for software developers to write applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the most popular operating systems?

A
  • Microsoft windows
  • Apple Mac OS
  • Linux
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is application software?

A

Software that allows users to accomplish some goal or purpose

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

What is productivity software? (subsection of application software)

A

To help employees complete their job duties such as Microsoft Office

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

What is utility software? (subsection of application software)

A

Allows you to fix or modify your computer. Ex. antivirus software

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

What is programming software? (subsection of application software)

A
  • Makes more software
  • Programmers can code, test, and convert into a format that the computer will understand
  • CIS students typically use visual studio
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is enterprise application software (ERP)? (subsection of application software)

A

These were developed to provide a common application that supports functions across the entire enterprise for the company’s employees.

ex. an ERP can contain the general ledger and its subsidiary ledgers such as accounts payable and accounts receivable

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

What are some types of enterprise application software?

A
  1. SAP (most popular)
  2. Customer relationship management (CRM)
  3. Supply chain management (SCM)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is customer relationship management (CRM)? (subsection of enterprise application)

A
  • Manages an organization’s customers and personalizes your relationship with the customer.
  • An example is salesforce
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is supply chain management (SCM)? (subsection of enterprise application)

A

Manage’s an organization’s suppliers–>manufacturing facilities–>distributors

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

What is cloud computing?

A

Internet-bases applications, services, and data storage

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

What are the advantages of cloud computing?

A
  • No software to install or upgrade
  • If you have internet access, you can always use it
  • No restrictions on how much you store and don’t have to worry about losing it.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the disadvantages of cloud computing?

A
  • Your information is stored on someone else’s computer
  • Internet access is required
  • Relying on someone else to provide these services
17
Q

What is private cloud?

A

Still uses the cloud concepts but allows a business to control that specific space and improves who is able to access it and how it is secured

18
Q

What is virtualization?

A

Using software to simulate a compute or some other device and can create a server without actually purchasing a server.

(Refers to the act of creating a virtual version of something.)

19
Q

What kind of language is software written in?

A

Programming language

20
Q

What does programming language consist of?

A

Consists of commands organized logically to execute specific functions

21
Q

What is programming language written in?

A

Human-readable format (source code) and then converted to machine-readable format (object code)

22
Q

What can object code be interpreted by?

A

By a computer to allow interaction with the hardware

23
Q

What is open-source software?

A
  • Code is shared with everyone to use and add features or fix bugs
  • Examples are Firefox browser and Linux operating system
24
Q

What is closed-source software?

A
  • This source code is closely guarded, often because it’s considered a trade secret that creates scarcity and keeps the organization competitive.
  • Only object code is available for purchase (you’re not purchasing the software but you are paying to use it)
25
Q

Characteristics of open-source software?

A
  • Software is available for free
  • Source code can be reviewed prior to installing
  • Large programmer groups can fix bugs and add feature
  • May increase risk of attack as everyone knows how your software works
26
Q

Characteristics of closed-source software?

A
  • Company that developed the software provides technical support
  • Employs large number of programmers to enhance the product