Computer Science, asked by nithyaanbalagan, 1 year ago

1. Dependencies between components must be represented using ______

Directed acyclic graph
Cyclometric dependency
both the option

which one is correct?

2. The capability of your build system to handle an increase in the amount of code that it integrates and analyzes is known as ____________

build performance
build scalability
build integration

which one is correct?


nithyaanbalagan: can someone pls answer ASAP

Answers

Answered by divyajana2000
13

1. Answer is "Directed acyclic graph"

Answered by Sidyandex
5

Basically, directed acrylic graph which is the mode of DSM is used for representing dependencies between the components.

For the second query, build integration will be the right answer.

The capability of your build system to handle an increase in the amount of code that it integrates and analyzes is known as build integration.

Similar questions