SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Software Engineering Vocab
Start Test
Study First
Subjects
:
engineering
,
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Object oriented programming; using objects to solve problems.
OOP
comments
Specification
Stress testing
2. Each team member given set of features to work on
unit testing
feature- driven development
Integration testing
Specification
3. An operator used to denote anonymous functions or closures.
Code Quality
Lambda
Denormalization
data clumps
4. Series of phases through which software is developed
Usability testing
Quality metrics
Lifecycle
Decorator pattern
5. Diagram outlining the tasks that are going to be performed by the user
Use case diagram
Analysis...
Phase
Test- driven development
6. A set of rules that define the combinations of symbols that are considered to be correctly structured in a specific programming language. Example: In many programming languages - statements are terminated by a semicolon.
Quality metrics
Data classes
conflict
Programming syntax
7. Comprehensive description of software's intended purpose
Anonymous function
SRS Documentation
Delegation
Lifecycle
8. 1. A language feature that supports prototype- based programming. 2. Originally: One object relying upon another to provide a specified set of functionalities. 3. In .NET: A way of telling which method to call when an event is triggered
long parameter list
Delegation
Refactoring
software quality
9. Semantic- oriented programming. A programming paradigm in which the programmer formulizes the logic of a domain by means of semantic structures
Programming style
Parser
SOP
Test- driven development
10. (smell) client needs to use one object to get another and then use that one to get another
message chain
Analysis...
SOP
Liskov substitution principle
11. AKA: Object - Entity - or Value - An entity that can be constructed at run - time - passed as a parameter - returned from a subroutine - or assigned into a variable.
Elicitation
Lifecycle
code quality
First- class citizen
12. Representational State Transfer.
Programming syntax
SOAP
Recovery testing
REST
13. Protecting the embodiment of an idea
feature envy
copyright
Denormalization
Data classes
14. (smell) Classes using things that should be private in other classes
feature envy
black box testing
inappropriate intimacy
Non - functional Requirements
15. Testing can show the presence but not absence of errors
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
16. A way to automatically grade code based on heuristics
Integration testing
Quality metrics
Design Patterns
Recovery testing
17. (smell) Making one change requires changes in multiple places
shotgun surgery
code smell
Capacity testing
REST
18. (smell) A class whose only purpose is to hold data
brief use case
Data classes
Versioning
a refactoring
19. 2nd step of requirements gathering
Analysis...
Versioning
Use case diagram
Casual use case
20. Freezing the state of the source code at a particular point
Versioning
Requirements
patent
Use case diagram
21. Testing where modules are combined and tested as a group
SRS Documentation
Design pattern
Integration testing
inappropriate intimacy
22. An effective method expressed as a finite list of well- defined instructions for solving a problem.
Algorithm
feature envy
middle man
model- driven development
23. Degree to which the system meets the specified requirements and development standards
statement
software quality
comments
Design Patterns
24. Test the run - time performance of the system
Elicitation
long parameter list
Performance testing
Test- driven development
25. A computer program that divides code up into functional components
data clumps
Parser
SOP
brief use case
26. (smell) A method using another class more than its own
feature envy
sequence diagram
Integration testing
Code Quality
27. The process of attempting to optimise the read performance of a database by adding redundant data or by grouping data
Algorithm
Denormalization
Capacity testing
code quality
28. JQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML.
Semantic Web
jquery
OOP
Lambda
29. Description of possible sequences of interactions between a user and the system.
use case
comments
Software Quality
Lambda
30. Iterative - incremental framework for project management.
Erich Gamma - Richard Helm - Ralph Johnson - John Vlissides
Dijkstra's law
Cowboy coding
Scrum (Agile software development)
31. Contract between inventor - assignee and state giving a time and geographically limited monopoly
Performance testing
patent
use case
feature envy
32. Formal document outlining a task that needs to be performed on a system
Elicitation
Fully- dressed use case
path
Capacity testing
33. (smell)class with too many instance variables or too much code
Refactoring
Large class
code quality
use case
34. 4th step of requirements gathering
Validation
Stakeholders
brief use case
Maturity
35. (smell) method has too many statements - loops or variables
Versioning
branch
long method
Cowboy coding
36. 1st step of requirements gathering
Parser
Quality metrics
Elicitation
regression testing
37. Part of compiler reads the sequence of characters and outputs a sequence of lexemes.
Lexer
jquery
black box testing
Requirements
38. (smell) If a set of variables are used together in multiple places
feature- driven development
architectural design
data clumps
Non - functional Requirements
39. Formal testing against end user specifications
technical managerial approach
Design pattern
Test- driven development
Acceptance testing
40. Testing the whole system for functionality
Semantic Web
Scrum (Agile software development)
Non - functional Requirements
system testing
41. 'single dot rule'
Law of demeter
Maturity level
Data classes
Scrum (Agile software development)
42. The process of eliminating data redundancy by ensuring that tables in a database pertain to a single topic
Database normalization
Code Quality
SOP
Constructor
43. A powerful motivator for change
First- class citizen
Security testing
conflict
Data classes
44. Recognizable indicator that something may be wrong with code
Closure
sequence diagram
First- class citizen
code smell
45. Diagram used to show how information flows around the system
sequence diagram
Refactoring
Closure
conflict
46. (smell) One class delegates all of its requests to another class
Anonymous function
patent
middle man
SOP
47. Evaluates upper limits of operational parameters
WSDL
use case
Capacity testing
Algorithm
48. Improve the internal design and implementation of code without affecting external behavior
Design Patterns
Refactoring
Specification
Design pattern
49. How developed code is (testing - documentation etc)
Liskov substitution principle
Specification
Maturity level
WSDL
50. Delaying the creation of an object - calculation of a value or another expensive process until first needed.
Semantic Web
Acceptance testing
path
Lazy initialization or Lazy loading (Design pattern)