Home > Software Engineering > Quizzes > Software Engineering Test 2
Software Engineering Test 2
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “What does each part of the coverage report output mean?”
Software Engineering Test 2
Time left 00:00
25 Questions

1. What is the type of type?

2. filter() function

3. What is a distributed version control system?

4. Where are the results of running coverage kept?

5. How does the customer specify the system to the programmer in XP?

6. What is a makefile?

7. How to estimate stories during the project flow in XP programming? (3)

8. Dependencies in a makefile (2)

9. What is make utility?

10. A tuple is mutable (T/F)

11. How does the programmer build value in XP programming?

12. What is the super class of object?

13. A list is immutable (T/F)

14. What are unittests?

15. How many user stories do you need in XP programming?

16. XP projects work in short 'iterations' of 2-3 weeks, and you select the work to be done in each of those iterations. (T/F)

17. What is refactoring in XP Programming?

18. Immutable or mutable? 1. tuples 2. strings 3. ints 4. lists 5. sets 6. dicts 7. frozensets

19. How does commenting in python work? (2)

20. How big should user stories be in XP programming?

21. Script vs module

22. What is version control?

23. How to estimate stories in XP Programming? (3)

24. How do you determine the super class of an object?

25. itertools.count