Daily Exam Programmer 11-07-2024

Join us on Telegram


Q 1: In IPv6, the......... field in the base header restricts the lifetime of a datagram
(1) version
(2) next-header
(3) hop limit
(4) neighbor-advertisement
Correct Answer: hop limit

Q 2: Which one is not a contiguous mask?
(1) 255.255.255.254
(2) 255.255.224.0
(3) 255.148.0.0
(4) all
Correct Answer: 255.148.0.0

Q 3: Which is a project attribute?
(1) Resources
(2) Efforts
(3) User feedback
(4) Hardware up-gradation
Correct Answer: Resources

Q 4: Cyclomatic Complexity is
(1) Number of operands in program
(2) Number of decision points+1
(3) Number of operators in program
(4) None
Correct Answer: Number of decision points+1

Q 5: Implementation classes are classes that
(1) Show implementation rules
(2) Describe the user interface
(3) Describe the computer nodes
(4) Identify the implemented files
Correct Answer: Describe the user interface

Q 6: All statements are activated at a single time is termed as?
(1) Logical Cohesion
(2) Temporal Cohesion
(3) Functional Cohesion
(4) Procedural Cohesion
Correct Answer: Temporal Cohesion

Q 7: Which of the following describes a method of development that is linear and sequential
(1) Waterfall
(2) Spiral
(3) RAD
(4) Incremental
Correct Answer: Waterfall

Q 8: Reliability of software is dependent on:
(1) Number of errors present in software
(2) Development process
(3) Testing suites
(4) Documentation
Correct Answer: Number of errors present in software

Q 9: Fault is
(1) Mistake in program
(2) Defect in program
(3) Error in program
(4) All
Correct Answer: All

Q 10: Which of the following is not one of the principles of agile software development method
(1) Following the plan
(2) Embrace change
(3) Customer involvement
(4) Incremental delivery
Correct Answer: Following the plan