CS 2450 Exam 3 Weber State

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

1/13

flashcard set

Earn XP

Description and Tags

Cs 2450 Exam 3 Weber State

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Direct Conversion

Switching completely to the new system at once.

2
New cards

Parallel Conversion

Running both old and new systems at the same time.

3
New cards

Pilot Conversion

Testing the system at one location before full rollout.

4
New cards

Phased Conversion

Step-by-step rollout to different locations.

5
New cards

Simultaneous Conversion

All locations switch to the new system at the same time.

6
New cards

Whole-System Conversion

Installing the whole system at once.

7
New cards

Modular Conversion

Installing one part of the system at a time.

8
New cards

Vertical Scaling

Increasing the capacity of a single server. You’re going to be upgrading the hardware such as RAM, CPU, or storage. You’re improving the current system but it has it’s limits.

9
New cards

Horizontal Scaling

Adding more servers to distribute the load evenly. This is very easy to scale and is usually cloud-based.

10
New cards

four functions of an application

application logic


presentation logic


data access logic


data storage

11
New cards

What is application logic?

Application logic is the part of the application that determines how data is processed and how decisions are made within the code.

12
New cards

What is presentation logic?

Presentation logic refers to the methods employed by the application to display information to the user, including the user interface components.

13
New cards

Define data access logic.

How an application retrieves and send data to a storage system, such as a database.

14
New cards

What is data storage?

Data storage refers to the various methods and systems used to store data, such as databases, file systems, or cloud storage.