MIS - Exam #1

studied byStudied by 0 people
0.0(0)
get a hint
hint

Computer

1 / 131

132 Terms

1

Computer

A machine that accepts data as input, processes data without human intervention using stored instruction, and outputs information

New cards
2

Source Code (Program)

Must be translated into object code consisting of binary 0s and 1s (input to the complier)

New cards
3

Object Code

Created by complier, binary digits (output of the compiler)

New cards
4

Garbage in, garbage out (GIGO)

If input data is erroneous, the information provided by the computer is also erroneous

New cards
5

Hardware components

physical devices (keyboards, monitors, and processing units)

New cards
6

Software Components

Programs written in computer languages

New cards
7

Computer performs three basic tasks

arithmetic operations, logical operation, & storage and retrival operations

New cards
8

Central Processing Units (CPU)

Computers can either have a single processor or multiprocessors

New cards
9

Bus

link between devices connected to the computer

New cards
10

Disk drive

peripheral device for recording, storing, and retrieving information

New cards
11

CPU case

enclosure containing the computer’s main components

New cards
12

Motherboard

main circuit board containing connectors for attaching additional boards

New cards
13

speed, accuracy, storage, and retrieval capabilities

Computer draw their power from 3 factors

New cards
14

Speed

rate at which a computer performs instructions

New cards
15

Millisecond

1/1,000 of a second

New cards
16

Microsecond

1/1,000,000 of a second

New cards
17

Nanosecond

1/1,000,000,000 of a second

New cards
18

Picosecond

1/1,000,000,000,000 of a second

New cards
19

Accuracy

computer’s usage of values close to the true values, degree of accuracy is critical in many computer applications

New cards
20

Storage

saving data in a computer memory

New cards
21

retrieval

accessing data from memory

New cards
22

Bits

what data is stored in

New cards
23

American Standard code for information interchange (ASCII)

data code for text files, PC applications, and the internet

New cards
24

1 bit

a single value of 0 or 1

New cards
25

8 bits

1 byte or character

New cards
26

Input, Output, Memory

To use a computer and process data, three major components are needed

New cards
27

Input Devices

Send data and information to the computer (keyboard, mouse, barcode reader, etc.)

New cards
28

Output Devices

Receive and displays the results from the computer (head phones, printer, speakers, etc.)

New cards
29

Main memory

stores data and information, directly accessed by the CPU, usually volatile

New cards
30

Secondary memory

stores data and information, nonvolatile, serves as archival storage

New cards
31

Random Access Memory (RAM)

Volatile memory, in which data can be read from and written to (Cache RAM - stores. recently accessed memory)

New cards
32

Read-only (ROM)

nonvolatile, data can be read but cannot be written to the memory, typically stores BIOS information, and the computer system’s clock

New cards
33

Cloud Storage

Online storage and backup of data, commonly involves multiple virtual servers, usually hosted by third parties, customers usually buy or lease storage space based on needs

New cards
34

Storage Area Network (SAN)

dedicated high-speed network consisting of both hardware and software

New cards
35

Network-attached storage (NAS)

Network-connected computer dedicated to provide file-based data storage services to other network devices

New cards
36

Server

computer and all the software for managing network resources and offering services to a network

New cards
37

Software

the programs that run a computer system

New cards
38

System Software

Programs for operating the hardware components and the application software (what you want the computer to do) (Microsoft Windows)

New cards
39

Application Software

Programs employed by end users to perform specific tasks (use to run the machine) (Microsoft Excel and Microsoft Access)

New cards
40

Operating System Software

Set of programs for controlling and managing computer hardware and software

New cards
41

Supervisor Program

Responsible for controlling all other programs in the OS

New cards
42

Kernal

Program at the core of an operating system, connects the application software to the hardware components, controls everything that occurs in the system

New cards
43

Application Software

Commercial software or software developed in house; used to perform a variety of tasks on a personal computer (zoom, google docs, etc.

New cards
44

Machine Language

first generation of computer languages, consists of a series of 0s and 1s representing data or instructions

New cards
45

Assembly Language

Second generation of computer languages, higher-level language than machine language

New cards
46

High-level languages

third-generation of computer languages

New cards
47

Fourth-generation Languages (4GLs)

Uses macro codes replacing several lines of programming, commands are powerful and easy to learn

New cards
48

Fifth-generation Languages (5GLs)

use artificial intelligence technologies, designed to facilitate natural conversations between an individual and the computer (siri, google)

New cards
49

Database

collection of related data that is stored in a central location or in multiple locations

New cards
50

Data Hierarchy

Structure and organization of data, which involves fields, records, and files

New cards
51

Database Management System (DBMS)

Software for creating, strong, maintaining, and accessing database files

New cards
52

Internal Data

Collected from within an organization, stored in the organizations internal database

New cards
53

External Data

Comes from a variety of sources, stored in a data warehouse

New cards
54

Sequential access file structure

records in files are organized and processed in numerical or sequential order, organized based on a primary key, used for backup and archive files

New cards
55

Random access file structure

Records can be accessed in any order, regardless of their physical locations in storage media, (data is small)

New cards
56

Indexed sequential access method (ISAM)

Records accessed sequentially or randomly, depending on the number accessed

New cards
57

Physical View

How data is stored on and retrieved from storage media

New cards
58

Logical View

How information appears to users and how it can be organized and retrieved

New cards
59

Data Structure

describes how data is organized and related

New cards
60

operations

describe methods and calculations performed on data

New cards
61

Integrity rules

define the boundaries of the database

New cards
62

Hierarchical Model

Relationships between records from a treelike structure

New cards
63

Network Model

Similar to the hierarchical model but records are organized differently

New cards
64

Relational Databases

Stores data in the form of relations

New cards
65

Attribute

the properties that define a relation

New cards
66

Relation Schema

represents the relation’s name with its attributes

New cards
67

Tuple

Each row in the relation is known

New cards
68

Relation Instance

The set of tuples of a relation at a particular time

New cards
69

Degree

The number of attributes in the relation is known as the degree of the relation

New cards
70

Cardinality

The number of unique values in a relational table

New cards
71

NULL Values

The value that is unknown or unavailable

New cards
72

Data dictionary

Stores definitions, such as data types for fields, default values, and validation rules for data in each field (first step)

New cards
73

Super Key

is a set of one or more attributes that are taken collectively and can identify all other attributes uniquely

New cards
74

Candidate Key

The minimal set of attributes that can uniquely identify a tuple (the minimum combination)

New cards
75

Primary Key

There can be more than one candidate key in relation, out of which one can be chosen as the primary key.

New cards
76

Foreign Key

If an attribute can only take the values which are present as values of some other attribute

New cards
77

Normalization

Process of structuring a relational database with standard normal forms

New cards
78

Operations

Relational DBMS retrieves data from tables using operations that pick and combine data from one or more table

New cards
79

Database Engine

Responsible for data storage, manipulation, and retrieval (the heart of the data base)

New cards
80

Data Definition

Used to create and maintain the data dictionary (what is inside the data)

New cards
81

Data Manipulation

Used to add, delete, modify, and retrieve records from a database

New cards
82

Application Generation

designs elements of an application using a database

New cards
83

Data Administration

Used for tasks such as backup and recovery, security, and change management

New cards
84

Database Administrators

Handle database design and management

New cards
85

Data-driven Web sites

Retrieve data and allows users to enter data in the database, improve access to information

New cards
86

Distributed Database Management System (DDBMS)

Stores data on multiple servers throughout an organization

New cards
87

Fragmentation

addresses how tables are divided among multiple locations

New cards
88

Replication

each site stores a copy of the data in the organization’s database

New cards
89

Allocation

combines fragmentation and replication

New cards
90

Object-Oriented Databases

Data and their relationships are contained in a single object

New cards
91

Encapsulation

grouping objects along with their attributes and methods into a class

New cards
92

Inheritance

new objects can be created faster and more easily by entering new data in attributes

New cards
93

Data Warehouse

Collection of data from a variety of sources

New cards
94

Raw Data

Data in its original form

New cards
95

Summary Data

Data on the subtotals of various categories

New cards
96

Metadata

Data about the data (data’s content, quality, condition, origin, and other characteristics)

New cards
97

Online Transaction Processing (OLTP)

Used by transaction-oriented application, used to analyze transaction-oriented data

New cards
98

Online Analytical Processing (OLAP)

Used to generate business intelligence, uses to analyze data from multiple sources, involves multidimensional analysis

New cards
99

Data-mining analysis

Involves examining the data to discover patterns and relationships

New cards
100

Decision-making reports

Involves creating reports used for decision-making

New cards

Explore top notes

note Note
studied byStudied by 1696 people
Updated ... ago
4.9 Stars(7)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 26 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 22 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 13 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 270 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard66 terms
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
flashcards Flashcard151 terms
studied byStudied by 23 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard95 terms
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard151 terms
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard24 terms
studied byStudied by 71 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard56 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard103 terms
studied byStudied by 47 people
Updated ... ago
4.8 Stars(4)
flashcards Flashcard113 terms
studied byStudied by 64 people
Updated ... ago
5.0 Stars(2)