final Flashcards

1
Q

Database management systems (DBMS)

components

A

collection of tools, features, and interfaces that enable users to add, update, manage access

interfaces, schema(description),

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

entity

field

record

table/ file

A
  • person place or thing
  • single characteristics or facts about entity
  • set of related fields that describe 1 entity
  • set of related records
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

key fields

  1. primary
  2. candidate
  3. foreign
  4. secondary
A
  1. unique minimally identifies a member
  2. could serve as primary
  3. field in one table
    field or combination of field to access or retrieve recors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Entity relationship diagram (ERD)

A

list the entities identified and the relationships

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

data normalization

A

creating table designs by assigning specific fields or attributes

3NF

every monkey field depends on the key, the whole key, and nothing but the key

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

data mining

A

looks for meaningful data patterns and relationships

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

quality assurance

A
  • avoid problems or immediately identify them
  • ## companies are intensely concern with the qualities of their podructs and services

-software/system engineering

-ISO

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

application development

A

process of constructing program and code modules that serve as building block of the info system

task involved: data flow, breakdown operations, object oriented model, red

plan - develop -test’

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

agile method

A

create a system through an iterative process of planning, designing, coding, and testing

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

partitioning

A

system broken-down into subsystems and modules

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

structure chart

A

display program modules and relationships

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

types of modules

A

control: higher level model
subordinate: Lowe leve models
library: reusable code

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

object oriented development

A

the relationship and interactions among classes using a class diagram

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

agile development
(add)

A

highly iterative process

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

user support

A

user training
help or service desk
outsourcing issues (call centers)
-to reduce wait time, increase performance

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

maintainance task expense

A

operational cost
maintenance expense
maintenance activities

17
Q

corrective maintenance

A

diagnosis and corrects errors in operational systems

-system failure (require a path)

-when system operates again the maintenance team determines the cause and analyses problem, and designs a permanent solution

18
Q

adaptive maintainance

A

-adds enhancement to and operational system

19
Q

perfective maintenance

A

changing an operational system to make it more efficient, reliable, and maintainable
-cost effective

20
Q

preventive maintainance

A

requires analysis of areas where trouble is likely to occur

-reduces total cost of ownership(TCO)

21
Q

CIA Triangle

A

shows main elements used to develop a security policy
confidentiality, integrity, availability

22
Q

system security
risk management

A

risk identification: list and classify assets and analyze possible threats

risk assessment: risk need to be calculated an prioritized

risk control: strategies :avoidance, mitigation, transference, and acceptance

23
Q

Security levels (6)

A
  1. user
  2. procedural
  3. file
  4. application
  5. network
    6.physical
24
Q

system changeover

4 types

A

process of putting new information system online an retiring the old

  1. direct: new system becomes operational
  2. parallel: both old an new operate fully
  3. pilot: implement new system at 1 location
  4. phased: implement system in. stages
25
Q

stability

A

system ability to expand, change, or downsize

26
Q

network evelolution

A

local area (LAN)
wide area (WAN)

27
Q

fat client (thick)

A

locates all or most of the processing logic at client

28
Q

thin client

A

locates all or most of the processing logic at server

29
Q

Open system interconnections (OSI)

A

describes how data moves from one application on a computer to another networked computer

30
Q

network topology

A

physical: actual network cabling
logical : descrive the way component interact

hierarchal: department servers control lower levels of processing and network devices

Bus: single communication path

ring: circle

star: central networking device

mesh: each node connect to every other node

31
Q

SDLC model

5 steps

A
  • to plan and manage the system development process
  1. planning: request to IT (describe problems and desired changes)
  2. analysis: build logical model of new system
  3. design: build physical model
  4. I mplementation: program build, runed, tested. Ready to use
  5. support and security: IT staff maintains. enhances, and protects system