Acronym Flashcards

1
Q

ORM

A

Object Relational Mapping

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

JPA

A
  • Java Persistence API
  • a specification (technical standard) for persistence
  • a specification that facilitates ORM to manage relational data in Java applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

API

A

Application Programming Interface

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

boilerplate code

A

aka boilerplate, refers to parts of code that must be use repeatedly with little or no modification

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

business logic

A
  • business logic or domain logic is the part of the program that encodes the real-world business rules that determine how data can be created, stored, and changed. (wiki)
  • the custom rules or algorithms that handle the exchange of information between a database and user interface.
  • it is essentially the part of a computer program that contains the information (in the form of business rules) that defines or constrains how a business operates.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

OSI

A

Open System Interconnection
- a designed set of protocols that governs the communication channels through which network devices share information and data

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