Component Tech Intro 2

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

1/12

flashcard set

Earn XP

Description and Tags

Intro to component tech 2

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

IDL

interface definition language

2
New cards

language independent IDL tradeoff 1

more flexibility as components can be written in whatever language

3
New cards

language independent IDL tradeoff 2

more complex for the programmer who needs to know a language and the IDL

4
New cards

language independent IDL tradeoff 3

slightly more complex for the compiler/ framework

5
New cards

component population

provide all the functions we need and the interfaces needed by other components

6
New cards

component framework

a “harness” within which to deploy the components that provides global services and ensures dependencies are satisfied

7
New cards

framework service 1

locate the components it needs

8
New cards

framework service 2

access functions offered by other components’ interfaces

9
New cards

framework service 3

load components into roles

10
New cards

difference between object-oriented 1

OO is a single code base with no pre-defined structure for applications. component tech has multiple sources structured within a framework

11
New cards

difference between object-oriented 2

OO dependencies are sometimes hard to find. component tech has explicit interfaces and binding.

12
New cards

difference between object-oriented 3

OO once compiled, code doesn’t change. in component tech, component instances dynamically change.

13
New cards

extensibility

we want to add/ change components across the system’s lifetime