• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/45

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

45 Cards in this Set

  • Front
  • Back
an information system that uses computer hardware and software to perform its information processing activities
computer-based information system
a group of interrelated components working together toward a common goal by accepting inputs and producing outputs in an organized transformation process
system
a system that uses the resources of hardware, software, and people to perform input, processing, output, storage, and control activities that transform data resources into information products
information system
what is the most important factor of an information system?
people
hardware, software, telecommunications, database management, and other information processing technologies used in computer-based information systems
information technology (IT)
what is the right information - right person - right time - right format?
information systems
how do you measure the success of an information system?
through efficiency and effectiveness
minimize cost, time and use of information resources
efficiency
support business strategies, enable business processes, enhance organizational structure and culture, increase the customer and business value
effectiveness
How do you develop information system solutions?
investigate, analyze, design, implement, and maintain
what are the components of an IS?
people, hardware resources, and software resources
the people who use the IS or the info. from the IS
end users
the people who develop and operate IS
developers or IS specialists
all physical devices used in information processing ; machines, data media, peripherals
hardware resources
all info. processing instructions including programs and procedures; system software, application software, and procedures
software resources
as a business professional, what should you be able to identify from looking at an IS?
the people, hardware, software, data and network resources they use; the type of information products they produce; the way they perform input, processing, output, storage and control activities
what was the first electronic and digital computer
ENIAC
when was it recognized?
1946
Describe it.
programmable, 5000 calculations per second, used vacuum tubes
what were some drawbacks of it?
its size and it could only do one program at a time
directly stores and retrieves data; each storage position has unique address and can be accessed in same length of time; semiconductor memory chips, magnetic disks
direct access or random access
data is stored and retrieved in a sequential process; must be accessed in sequence by searching through prior data; magnetic tape
sequential access
what are 2 types of semiconductor memory?
1)RAM - random access memory
2)ROM - read only memory
most widely used primary storage medium; volatile memory; read/write memory; type of memory that temporarily holds data and instructions needed shortly by the CPU
RAM
called firmware; can be read but cannot be overwritten; frequently used programs burnt into chips during manufacturing; non-volatile form of storage
ROM
what are 2 software types?
1) application software
2) system software
programs that perform common information processing jobs for end users; examples are word processing, spreadsheet, or inventory or payroll programs; also called productivity package
application software
programs that control and support the operation of a computer system, including operating systems, database managment systems, communications control programs, service and utility programs, and programming language translator programs
system software
what are some software alternatives?
outsourcing development and maintenance of software; use application service providers (ASP)
companies that own, operate and maintain application software and computer system resources; use the application for a fee over the internet; pay-as-you-go
ASPs (application service providers)
also referred to as free software; software that can be modified; typically acquired with a license; license will grant you the right to run the software, own the source code, modify the source code and distribute copies of the software; its free, but you have to pay for training, support, documentation
open-source software
instruction set used to direct the actions of a computer or computer system; there are 4 levels
programming languages
what are the 4 levels?
machine languages (use binary coded instructions), assembler languages (use symbolic coded instructions), high level (use brief statements or arithmetic notations), fourth generation (use natual and nonprocedural statements)
1st generation languages; all program instructions had to be written using binary codes unique to each computer; programmers had to know the internal operations of the specific type of CPU
machine languages
second generation languages; symbols are used to represent operation codes and storage locations; need language translator programs to convert the instructions to machine languages; used by system programmers (who program system software)
assembler languages
third generation languages; instructions use brief statements or arithmetic expressions; macroinstructions; easier to learn than assembler; machine independent; less efficient than assembler
high-level languages
variety of programming languages that are nonprocedural and conversational
fourth generation languages
help programmers identify and minimize errors while they're programming (graphical programming interfaces, programming editors, debuggers)
programming tools
what are some programmin tools?
summarize intitial requirements, develop flow diagrams,scheduling development tasks, preparing documentation, controlling software versions, developing program code
a combination of many programming tools into a single application with a common interface; used in different stages of the systems development process
CASE (computer assisted software engineering) tools
early DBMS structure; records arranged in tree-like structure; relationships are one to many; worked for structured routine transaction processing; can't handle many to many relationships
hierarchical relationships
used in some mainframe DBMS packages; many to many relationships; more flexible than hierarchical; unable to handle ad hoc requests
network structure
most widely used structure; data elements are viewed as being stored in tables; row represents record; column represents field; can relate data in one file with data in another file if both files share a common data element; easily respond to ad hoc requests; easier to work with and maintain; not as efficient or quick as hierarchical or network
relational structure
when data are organized, stored, and processed in independent files of data records
file processing
what are some problems with this?
data redundancy, lack of data integration, data dependence, lack of data integrity or standardization