• 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/22

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;

22 Cards in this Set

  • Front
  • Back
Performs the fundamental task needed to manage computer resources (two types - operating & utility)
Systems Software
Consist of programs that tell the computer what steps the user wants carried out (examples are word, excel, lawson)
Application Software
A Group of bits
Bytes (each byte used to signify a character, number)
Group of bytes
Field (contains unit of data about some entity)
Group of Fields
Record (Field contains info pertaining to an entity)
Group of records
File
Integrated set of software tools superimposed on the data files helps maintain integrity of underlying database. Enables users to have different views of the same data as a function.
Database Management System (DBMS)
Consist of layouts of tables & constraints on entering new records
Schema
Contains physical and logical characteristics of every data element in database
Data Dictionary
Highly structured and if properly followed can help organization deploy maintainable well-documented systems with functionality that was intended
Systems development life-cycle approach (SDLC)
Systems Development life cycle (SDLC)
1. Definition
2. Design
3. Development
4. Implementation
5. Maintenance
Alternative approach to application development, involves creating a working model of system requested, demonstrating it for user, obtaining feedback & making changes to underlying code
Prototyping
Applies the computer to software design & development
Computer-aided software engineering (CASE)
Combines data and related procedures into object
Object-oriented programming (OOP)
Software development process involving iterative development, construction of prototypes and use of CASE
Rapid application development (RAD)
Developing specifications regarding input, processing, internal controls and security measures, programs, procedures, output, and databases
Systems design
What happens during Definition Stage of Systems development life cycle (SDLC)
Proposal to IT
Feasibility studies
What happens during Design on Stage of Systems development life cycle (SDLC)
Logical Design (Mapping flow of storage)
Physical Design (Planning interactions of new code)
What happens during Development Stage of Systems development life cycle (SDLC)
Write program code
Prototyping
What happens during Implementation Stage of Systems development life cycle (SDLC)
Parallel Operation
Cutover Conversion (old shut down; new takes over)
Pilot conversion
Phased conversion
What happens during Maintenance Stage of Systems development life cycle (SDLC)
Program change controls
Manages situations in which two or more programs or users attempt to access a file or database simultaneously. The purpose is to maintain data integrity
Concurrency control