You are on page 1of 1

16 September 2020

EAST WEST UNIVERSITY


Department of Computer Science & Engineering
B.Sc. in Computer Science and Engineering Program
Quiz4, Summer 2020 Semester

Course: CSE411 Software Engineering and Information System Design, Section-2


Instructor: Md. Mohsin Uddin, Lecturer, Department of CSE
Total Marks: 15
Time: 20 Minutes

1. An academic system is being estimated. It has several inputs such as login, filling [CO3,C3,
KRS (Study Plan Card), checking the courses schedule, and checking the courses value. Marks: 7]
The outputs of the system are KRS, courses schedule, and transcripts. The system has
no external interface. The online queries of the system are login, showing courses
schedule, filling KRS, checking KRS, showing courses value, showing lecturers name,
showing classroom, checking transcript, updating KRS. It has six logic files.

Assume that weights of the measurement parameters are average and all external com-
plexity adjustment factors are very important. The estimated cost per function point
is US$1000. Compute Function Point (FP) and project cost for the software project.

Measurement parameter Simple weighting Avg. Complex


factor
Inputs 3 4 6
Outputs 4 5 7
User inquiries 3 4 6
Files 7 10 15
External interfaces 5 7 10

2. Compute volume, difficulty, effort, time required to program, and number of [CO3,C3,
delivered bugs for the following C program according to Halstead complexity measures. Marks: 8]
f l o a t a , b , c , avg ;
s c a n f ( ”%f %f %f ” , &a , &b , &c ) ;
avg = ( a + b + c ) / 3 ;
p r i n t f ( ” avg = %f ” , avg ) ;

Page 1 of 1

You might also like