management info systems final

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/54

flashcard set

Earn XP

Description and Tags

final

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

55 Terms

1
New cards

utilities

software programs that perform specific tasks together with the operating system kernel

2
New cards

virtualization

The software utility that allows a single physical computer to operate as though it were two or more separate computer systems.

3
New cards

Unix

open-source operating system kernel developed by Google that is used in many cell phones

4
New cards

most important resource for development

people

5
New cards

Application Programs

Devices that translate processed data in to information and presents it in human-readable format.

6
New cards

Secondary

this type of storage retains data even if the power is turned off.

7
New cards

ARPANET

network that launched the internet as we know it today

8
New cards

Protocols

The rules for exchanging data between computers.

9
New cards

App Store

A website that provides access to specific applications is known as:

10
New cards

site content is created in

html

11
New cards

websites are accessed with

http

12
New cards

UI/UX Developer

someone who creates the graphical user interface for application software

13
New cards

Firmware, BIOS

The generic name of the software embedded in "Internet-of-Things" devices, like Ring doorbells, smart speakers, etc.

14
New cards

cpu chip with more than one physical cpu embedded in

multicore

15
New cards

RAM

Memory that loses it's contents when power is turned off

16
New cards

slots

The name of the location on a computer systemboard where additional circuit boards can be installed are called

17
New cards

cache

memory that is embedded into a cpu chip, which improves processing speed and acts as a fast holding area between cpu and ram

18
New cards

ports

Various locations on a computer system unit that allows external devices to be connected to the computer

19
New cards

character encoding

The standard of defining unique sequences of bits to represent letters, numerals and other symbols in a digital computer system

20
New cards

System Bus

The pathway between the CPU and RAM memory

21
New cards

Flash memory

memory used in USB memory sticks

22
New cards

control unit and arithmetic/logic unit

two basic functional components inside a CPU chip

23
New cards

MICR

Device used by banks to automatically read numbers on checks

24
New cards

routers

devices are the primary components that allow traffic to flow between different networks all around the globe.

25
New cards

codecs, transceivers, and modems..

convert data

26
New cards

uefi

standard for booting up computers

27
New cards

zombie bots

Infected computers that can be controlled remotely are called:

28
New cards

Net-neutrality

the practice of Internet Service Provider's handling internet traffic equally for all customers, regardless of who are the customers.

29
New cards

5 basic functional areas in company

accounting, marketing, human resources, production, and research and development

30
New cards

information worker categories

data and knowledge workers

31
New cards

DSS - Decision Support System

An information system that allowing analysis of unanticipated situations using data and decision models

32
New cards

TPS - Transaction Processing System

Tracks routine operations and records events in databases on a daily basis.

33
New cards

MIS - Management Information System

Produces standardized reports (periodic, exception and demand) using data from the TPS

34
New cards

ESS - Executive Support System

presents summary information in a flexible, graphical format and contains info on industry competitors

35
New cards

batch processing

computer compiles the information over time and then presents it all at once later

36
New cards

real time processing

each transaction occur at the same time that it is started

37
New cards

6 phases of systems analysis and design process

preliminary investigation, analysis, design, development, implementation, maintenance

38
New cards

job title for preliminary investigation

business system analyst

39
New cards

Pseudocode

is a written outline of how a program should operate and process data, and it often looks like a programming language.

40
New cards

If-then-else statements

The logic structure that directs control based on a "condition".

41
New cards

Interpreting

The process of converting a procedural language one statement at a time into machine readable code

42
New cards

Relational data structure

where the data elements are stored in different tables that have one or more common "key" fields.

43
New cards

Data Cube

Data Cube

44
New cards

Key Field

The distinctive field found in each record of a database.

45
New cards

DBMS Engine

The bridge between the logical and physical views of the data.

46
New cards

Data

Facts or observations about people, places, things, events, etc.

47
New cards

systems maintenance

Which phase of Systems Analysis & Design process tends to incur the most cost over the lifetime of using the application?

48
New cards

person responsible for preliminary investigation

systems or business analyst

49
New cards

Which phase of Systems Analysis & Design process tends to incur the most cost?

systems maintenance

50
New cards

preliminary investigation

This phase is concerned with economic, technical and operational feasibility.

51
New cards

machine language

The computer language that consists of 1's & 0's

52
New cards

compiler

converts all source code into machine code all at one time

53
New cards

Interpreter

will convert one line of source code at a time

54
New cards

Field

a group of related characters in a database

55
New cards

two documents created during systems analysis

organizational charts and system flowcharts