Skip to content

Commit

Permalink
Q-39, fix #68 (positive instead of negative question)
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Apr 4, 2021
1 parent 6b5b3f9 commit 8bbc2db
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions raw/mock_exam/asciidoc/docs/questions/question-39.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@
| 1 Punkt
|===

Welche der folgenden Alternativen sind in Ihrer Softwarearchitektur schwieriger zu messen?
Wählen Sie zwei Antworten aus.
Sie versuchen, ihre Architektur quantitativ zu untersuchen.
Welche der folgenden Größen können Sie für Ihre Softwarearchitektur zuverlässig messen?
Wählen Sie die drei am besten passenden Antworten aus.

[cols="1a,1,10", frame=none, grid=none]
|===

| {n}
| {y}
| (a)
| Größe der Bausteine (z.B. Lines-of-Code).

| {n}
| {y}
| (b)
| Änderungsrate des Quellcodes der Komponenten.

Expand All @@ -31,7 +32,7 @@ Wählen Sie zwei Antworten aus.
| (d)
| Sicherheitsstufe einer Komponente.

| {n}
| {y}
| (e)
| Anzahl der Entwickler, die zu einer bestimmten Komponente beigetragen haben.

Expand All @@ -50,16 +51,18 @@ Wählen Sie zwei Antworten aus.
| 1 point
|===

Which of the following alternatives are harder to measure in your software architecture? Pick TWO answers.
You try to quantitatively analyze your architecture.
Which three of the following properties can you measure reliably in your software architecture?
Pick the three best fitting answers.

[cols="1a,1,10", frame=none, grid=none]
|===

| {n}
| {y}
| (a)
| Size of building blocks (e.g. LOC).

| {n}
| {y}
| (b)
| Change rate of the source code of components.

Expand All @@ -71,7 +74,7 @@ Which of the following alternatives are harder to measure in your software archi
| (d)
| Security level of a component.

| {n}
| {y}
| (e)
| Number of the developers that contributed to a specific component.
|===
Expand Down

0 comments on commit 8bbc2db

Please sign in to comment.