Free Mock Test - Software Engineering : Project Planning and Risk Management (Test 1)

Software Engineering is one of the most important subjects in Computer Science and Information Technology competitive examinations. Questions from Software Development Life Cycle (SDLC), software process models, software testing, requirement engineering, software maintenance, project management, and quality assurance are frequently asked in examinations such as BPSC TRE, GATE CSE, UGC NET Computer Science, NIELIT Scientist, SSC Technical, Railway, Banking IT Officer, Teacher Recruitment exams, and university entrance tests.

Total Questions : 29

Timer : sec

Question : Software metrics are primarily used to:


Question : Which metric measures the size of software based on delivered functionality?


Question : Size-Oriented Metrics are generally based on:


Question : Which is an example of a size-oriented metric?


Question : Halstead Software Metrics are based on:


Question : Halstead Volume measures:


Question : Function Point Analysis does NOT depend on:


Question : Which is NOT a component of Function Point Analysis?


Question : Extended Function Point (EFP) mainly extends FP by including:


Question : Data Structure Metrics evaluate:


Question : Information Flow Metrics were proposed by:


Question : Information Flow Metrics use:


Question : Cyclomatic Complexity was introduced by:


Question : Cyclomatic Complexity indicates:


Question : Cyclomatic Complexity is calculated as:

[ note : where E = Edges, N = Nodes, P = Connected Components ]


Question : A program has 12 edges, 10 nodes, and one connected component. Cyclomatic Complexity is:


Question : Cyclomatic Complexity of a sequential program without decision statements is:


Question : CASE tools help in:


Question : Which is a benefit of CASE tools?


Question : Software Cost Estimation helps determine:


Question : Which model is widely used for software cost estimation?


Question : COCOMO was developed by:


Question : Basic COCOMO classifies projects into:


Question : Which COCOMO project type is the simplest?


Question : Putnam Model is also known as:


Question : Putnam Model primarily focuses on:


Question : Which metric is language independent?


Question : Which metric is most useful for estimating testing effort?


Question : Which statement is TRUE?