Discuss, Learn and be Happy דיון בשאלות

help brightness_4 brightness_7 format_textdirection_r_to_l format_textdirection_l_to_r

programmer wrote 100 lines of code and found five bugs in his/her program. How many bugs do we expect to find in 200 lines of code written by the same programmer?

1
done
by
מיין לפי

In linear regression, the strongest predicting factors have

1
done
by
מיין לפי

The maximum cyclomatic complexity of a program graph consisting of three nodes is

1
done
by
מיין לפי
by Lior Nardea
Lior Nardea 2 נקודות · יותר מ-6 חודשים
מוניטין: 1
מישהו יכול להסביר לי איך ? הרי הנוסחא זה |cyclomatic complexity = |E| - |N| + 2*|P
by
by Roee Shachar
Roee Shachar 3 נקודות · יותר מ-6 חודשים
מוניטין: 1
אם יש לך 3 קודקודים ולכל אחד אתה יוצר צלעות: מהקודקוד אל השניים האחרים מהקודקוד אל עצמו יש לך 7 מקומות לשים פרות, ועוד אחד בחוץ או לפי הנוסחה: 9-3+2=8
by
by Yair Ben
Yair Ben 0 נקודות · יותר מ-6 חודשים
מוניטין: 1
סעמק טוב?
by

The number of operands in the following code is int diff = a[i] - b[j] ;

1
done
by
מיין לפי

he number of operators in the following code is int diff = a[i]- b[j];

1
done
by
מיין לפי

Given the following regression coefficients: Intercept: -2.5 LOC: 0.003 Unique operands: 0.002 Compute the expected number of bugs in a code which has 4,000 lines and 100 unique operands

1
done
by
מיין לפי
by Roee Shachar
Roee Shachar 0 נקודות · יותר מ-6 חודשים
מוניטין: 1
מישהו יכול להסביר את החישוב?
by
by Osher Damari
Osher Damari 2 נקודות · יותר מ-6 חודשים
מוניטין: 1
intercept + LOC*lines + Unique operands(coefficient)+unique operands(actuall number)
by
by Osher Damari
Osher Damari 3 נקודות · יותר מ-6 חודשים
מוניטין: 1
כמובן כפל בין המקדם למספר עצמו, ז"א פלוס שלישי להחליף בכפל
by