Architecture Design and User Interface Principles

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/99

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

100 Terms

1
New cards

Architecture Design

Plan for distributing system components across computers.

2
New cards

Data Storage

Storage and retrieval of information in IS.

3
New cards

Data Access Logic

Processing required to access stored data.

4
New cards

Application Logic

Logic documented in DFD's use cases.

5
New cards

Presentation Logic

Display of information and user command acceptance.

6
New cards

Client Computers

Input-output devices used by end users.

7
New cards

Servers

Larger computers for data storage and processing.

8
New cards

Network

Connects client computers and servers.

9
New cards

Client Server Architecture

Balances processing between clients and servers.

10
New cards

Thick Client

Contains most application logic on client side.

11
New cards

Thin Client

Contains minimal application logic on client side.

12
New cards

Middleware

Software translating between different vendor systems.

13
New cards

Two-Tiered Architecture

Client handles application; server manages data.

14
New cards

Three-Tiered Architecture

Uses three computers for presentation, application, data.

15
New cards

n-Tier Architecture

Distributes application work among specialized servers.

16
New cards

Server-Based Architecture

Server performs all application functions.

17
New cards

Zero Client

Ultrathin client for virtual desktop infrastructure.

18
New cards

Rich Client

Processes data using mobile device resources.

19
New cards

Thin Web-based Client

Business logic resides on the server side.

20
New cards

Rich Internet Application

Browser-based with enhanced client-side technologies.

21
New cards

Native Apps

Designed for specific devices and operating systems.

22
New cards

Cross-Platform Frameworks

Develops web technologies for multiple device deployment.

23
New cards

Mobile Web App

Browser-based, platform-independent application.

24
New cards

Virtualization

Combines multiple storage devices into one unit.

25
New cards

Server Virtualization

Partitions physical server into smaller virtual servers.

26
New cards

Storage Virtualization

Combines multiple storage devices into one device.

27
New cards

Storage Area Network

High-speed subnetwork of shared storage devices.

28
New cards

Cloud Computing

Delivers computing resources as a service.

29
New cards

Application Program Interfaces (API)

Standardizes communication between programs and data sources.

30
New cards

Elasticity

Resources can be adjusted quickly based on demand.

31
New cards

Standardized APIs

Uniform interfaces for cloud service interactions.

32
New cards

Billing Model

Customers pay only for resources used.

33
New cards

Operational Requirements

Conditions for effective system operation.

34
New cards

Performance Requirements

Criteria for system speed, capacity, and reliability.

35
New cards

Security Requirements

Measures for protecting system data and access.

36
New cards

Encryption

Disguising information using mathematical algorithms.

37
New cards

Symmetric Encryption

Same key for encrypting and decrypting data.

38
New cards

Asymmetric Encryption

Different keys for encrypting and decrypting data.

39
New cards

User Interfaces

Methods for users to interact with systems.

40
New cards

System Interface

Information exchange between systems.

41
New cards

Navigation Mechanism

User instructions for system actions.

42
New cards

Input Mechanism

System method for capturing user information.

43
New cards

Output Mechanism

System method for delivering information to users.

44
New cards

Graphical User Interface (GUI)

Most common interface type today.

45
New cards

Human-Computer Interaction (HCI)

Improving user-computer interaction usability.

46
New cards

User Experience (UX)

Focus on user feelings and satisfaction.

47
New cards

Usability Concept

System should be easy to use and learn.

48
New cards

Interface Structure Design (ISD)

Defines components and functionality of interface.

49
New cards

Interface Metaphor

Real-world concept used in information systems.

50
New cards

Interface Prototyping

Mock-up of screens and reports for testing.

51
New cards

Heuristic Evaluation

Interface assessment against design principles.

52
New cards

Usability Testing

Evaluating user tasks without team assistance.

53
New cards

Online Processing

Real-time input transaction processing.

54
New cards

Batch Processing

Processing collected inputs at once.

55
New cards

Source Data Automation

Using technology to capture data efficiently.

56
New cards

Input Validation

Ensuring accuracy of user inputs.

57
New cards

Detail Report

Lists detailed information about items requested.

58
New cards

Summary Report

Presents summarized information about items.

59
New cards

Data Storage Formats

Methods for organizing and storing data.

60
New cards

Database

Collection of related information groupings.

61
New cards

Capture Data at the Source

Collects data directly to minimize errors and costs.

62
New cards

Output Design

Presents information clearly for user comprehension.

63
New cards

Turnaround Document

Outputs that are reused as inputs in processing.

64
New cards

Graphs

Visual representations of data, enhancing understanding.

65
New cards

Files

Optimized electronic lists for specific transactions.

66
New cards

DBMS

Software for creating and managing databases.

67
New cards

Enterprise DBMS

Handles large data volumes for entire organizations.

68
New cards

Master Files

Core information essential for business operations.

69
New cards

Transaction Files

Records used to update master files with changes.

70
New cards

Audit Files

Log changes to data for review and compliance.

71
New cards

Relational Databases

Most common database type for application development.

72
New cards

Primary Key

Unique identifier for each record in a table.

73
New cards

Foreign Key

Links tables by referencing primary keys from others.

74
New cards

Referential Integrity

Ensures valid relationships between linked tables.

75
New cards

SQL

Standard language for managing relational databases.

76
New cards

Object Databases

Treats data as objects with attributes and behaviors.

77
New cards

Data Warehousing

Stores transformed data for business intelligence use.

78
New cards

NoSQL Databases

Handles large, varied data sets, supporting unstructured data.

79
New cards

Logical ERD

Visualizes business data relationships without implementation details.

80
New cards

Physical Data Models

Shows implementation details of data structures.

81
New cards

Programming Task Assignment

Groups related modules for assignment based on skills.

82
New cards

Skill Deficiencies

Identified gaps in programmer capabilities requiring training.

83
New cards

System Development

More programmers increase project duration.

84
New cards

Project Splitting

Divide complex projects into smaller parts.

85
New cards

Coordinating Activities

Weekly meetings discuss system changes.

86
New cards

Development Area

Workspace for coding and programming tasks.

87
New cards

Testing Area

Dedicated space for system testing activities.

88
New cards

Production Area

Environment for deploying completed systems.

89
New cards

Change Control

Manage program changes during construction.

90
New cards

Program Log

Form for tracking program modifications.

91
New cards

Scope Creep

New requirements added post-design finalization.

92
New cards

Critical Path

Tasks affecting project completion date.

93
New cards

Testing

Insurance against major system failures.

94
New cards

Test Plan

Outline of tests to be conducted.

95
New cards

Stub Testing

Use stubs for unfinished modules testing.

96
New cards

Unit Tests

Focus on testing individual program modules.

97
New cards

Black-Box Testing

Tests based on program specifications.

98
New cards

White-Box Testing

Tests actual code for complex scenarios.

99
New cards

Integration Tests

Verify modules work together without errors.

100
New cards

Security Testing

Ensure proper handling of security functions.