chapter 15 Flashcards

1
Q

computing hardware

A

physical components of info technology
-including the computer , storage devices, input devices and output devices

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

software

A

a computer program or collection of programs

-precise set of instructions that tells hardware what to do

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

what can managers who understand software do?

A

-understand the possibilities and impact of technology
-make better decisions
-appreciate the challenges, costs, security vulnerability, legal and compliance issues and limitations involved with developing and using technology

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

what does software do

A

tell the hardware what to do

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

operating system

A

software that controls the computer hardware and establishes standards for developing and executing application

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

applications

A

desktop programs, enterprise software, utilities and other programs that perform specific tasks for users and organization

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

what is an example of an application

A

-Microsoft office
-TikTok app
-EA sports

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

what is an example of an operating system

A

-windows
-mac OS
-android

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

what is an example of hardware

A

-windows PC
-Mac
-Iphone
-Android phone
-Apple watch
-Alexa speaker

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

firmware

A

software stored on nonvolatile memory chips

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

BIOS

A

the base-level commands for controlling a hardware device

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

what does BIOS stand for

A

Base Input/Output System

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

embedded systems

A

special purpose software designed and included inside physical products

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

platforms

A

products and services that allow for the development and integration of software products and other complementary goods

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

application software

A

performs the work that users and firms are directly interested in accomplishing

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

desktop software

A

applications installed on a personal computer typically supporting tasks performed by a single user

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

enterprise software

A

application that address the needs of multiple users throughout an organization or work group

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

software package

A

software product offered commercially by a third party

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

enterprise resource planning (ERP)

A

software package that integrates the many functions of a business

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

what does CRM stand for

A

customer relationship management

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

customer relationship management

A

systems used to support customer related sales and marketing activities

22
Q

what does SCM stand for?

A

supply chain management

23
Q

supply chain management

A

systems that can help a firm manage aspects of its value chain, from the flow of raw materials through delivery of finished products and services at the point of consumption

24
Q

what does BI stand for

A

business intelligence

25
business intelligence systems
systems that use data created by other systems to provide reporting and analysis for organizational decision-making
26
database
is an organized collection of structured info, or data (all forms - structured/ unstructured/ audio/ video)
27
what does DBMS stand for
database management system
28
database management system
software for creating, maintaining and manipulating data in databases
29
what does DBMS do
store and retrieve the data created and used by enterprise applications
30
cloud computing
where software and other computing functions are delivered as a service through an internet connection rather than being installed on a user or firm's computer hardware
31
artificial intelligence and machine learning systems
mimic or improve upon functions that would otherwise require human intelligence
32
distributed computing
a form of computing where systems in different locations communicate and collaborate to complete a task
33
server
program that fulfills the requests of a client
34
client
software program that makes requests of a server program
35
application server
software that houses business logic for use (and reuse) by multiple application
36
web services
small pieces of code that are accessed via the application server that permit interoperable machine - to - machine interaction over a network
37
application programming interface (APIs)
programming hooks, or guidelines, published by firms that tell other programs how to get a service to perform a task such as send or receive data
38
service-oriented architecture (SOA)
set of web services built around an organization's processes and procedures
39
platforms
products and services that allow for the development and integrations of software products and other complementary goods
40
what does EDI stand for?
electronic data interchange
41
electronic data interchange
set of standards for exchanging messages containing formatted data between computer applications
42
extensible markup language (XML)
tagging language that can be used to identify data fields made available for use by other applications. New generation of more-flexible technologies
43
JSON (JavaScript Object Notation)
a popular data interchange format, JSON is a technology standard often used to format data being sent or received via APIs
44
programming language
provides that standards, syntax, statements and instructions for writing computer software
45
integrated development environment (IDE)
an application that includes an editor, debugger and complier, among other tools
46
what is the compile step in IDE
when programing code is written in a language that humans can more easily understand
47
Java
programming language initially developed by sun microsystems designed to provide true platform independence for application developers
48
scripting languages
programming tool that executes within an application
49
what are kinds of scripting languages
-Python -VB Script -Java Script
50