1. What is the name of the programming language SQL is being developed into?
Answer
Correct Answer:
A persistent, complex object language
Note: This Question is unanswered, help us to find answer for this one
2. What is SQL?
Answer
Correct Answer:
A language which provides a user interface to relational database management systems
Note: This Question is unanswered, help us to find answer for this one
3. What does SQL stand for?
Answer
Correct Answer:
Structured Query Language
Note: This Question is unanswered, help us to find answer for this one
4. What does SDL stand for?
Answer
Correct Answer:
Specification and Description Language
Note: This Question is unanswered, help us to find answer for this one
5. What does "Structured" refer to in this context?
Answer
Correct Answer:
A programming language where the program may be broken down into blocks or procedures
Note: This Question is unanswered, help us to find answer for this one
6. What is the full form of PDL?
Answer
Correct Answer:
Program Description/Design Language
Note: This Question is unanswered, help us to find answer for this one
7. Where is the method looked up when a message is sent to an object?
Answer
Correct Answer:
In the object's class
Note: This Question is unanswered, help us to find answer for this one
8. Where is a method looked up when a message is sent to an object?
Answer
Correct Answer:
The object's class
Note: This Question is unanswered, help us to find answer for this one
9. What allows the code implementing the methods to be changed?
Answer
Correct Answer:
The interface to objects is well defined.
Note: This Question is unanswered, help us to find answer for this one
10. What is an IDL?
Answer
Correct Answer:
Interface Definition Language
Note: This Question is unanswered, help us to find answer for this one
11. What is an Interface Definition Language?
Answer
Correct Answer:
A language used to define application interfaces in a language independent manner.
Note: This Question is unanswered, help us to find answer for this one
12. What languages were report-generator languages fed?
Answer
Correct Answer:
COBOL (or other language)
Note: This Question is unanswered, help us to find answer for this one
13. What did the addition of limited programming languages to certain applications create?
Answer
Correct Answer:
Report-generator languages
Note: This Question is unanswered, help us to find answer for this one
14. What is the first generation of programming language?
Answer
Correct Answer:
FORTRAN
Note: This Question is unanswered, help us to find answer for this one
15. 4GL was created to invent what?
Answer
Correct Answer:
Non-procedural high level languages
Note: This Question is unanswered, help us to find answer for this one
16. What is a 3GL language?
Answer
Correct Answer:
A language designed to be easier for a human to understand, including things like named variables
Note: This Question is unanswered, help us to find answer for this one
17. What is a 3rd Generation language?
Answer
Correct Answer:
A language designed to be easier for a human to understand, including things like named variables.
Note: This Question is unanswered, help us to find answer for this one
18. What does portability support in terms of internationalisation?
Answer
Correct Answer:
Both different character sets and different languages
Note: This Question is unanswered, help us to find answer for this one
19. What is the process of altering a program so that it is portable across several native languages called?
Answer
Correct Answer:
Internationalisation
Note: This Question is unanswered, help us to find answer for this one
20. How many members does ISO have?
Answer
Correct Answer:
89
Note: This Question is unanswered, help us to find answer for this one
21. What is an interface?
Answer
Correct Answer:
A boundary across which two systems communicate.
Note: This Question is unanswered, help us to find answer for this one
22. What is an interaction diagram?
Answer
Correct Answer:
A diagram that shows the flow of interaction between objects
Note: This Question is unanswered, help us to find answer for this one
23. Information Base is created by which process?
Answer
Correct Answer:
Decomposing views of a system
Note: This Question is unanswered, help us to find answer for this one
24. What is the main repository of information about the software called?
Answer
Correct Answer:
Information Base
Note: This Question is unanswered, help us to find answer for this one
25. What is the needed base of knowledge about the problem for informal reasoning called?
Answer
Correct Answer:
Domain model
Note: This Question is unanswered, help us to find answer for this one
26. What does the implementation model consist of?
Answer
Correct Answer:
Code files and used work structure
Note: This Question is unanswered, help us to find answer for this one
27. What does the implementation model include?
Answer
Correct Answer:
The code files and the used work structure
Note: This Question is unanswered, help us to find answer for this one
28. What is an implementation design description?
Answer
Correct Answer:
A complete description of all the information needed to produce a concrete system from one or more functional designs.
Note: This Question is unanswered, help us to find answer for this one
29. What is the meaning of the term "Hypertext"?
Answer
Correct Answer:
A collection of documents containing cross-references or links.
Note: This Question is unanswered, help us to find answer for this one
30. What is hypermedia?
Answer
Correct Answer:
An extension of hypertext to include graphics, sound, video and other kinds of data
Note: This Question is unanswered, help us to find answer for this one
31. What is a homogeneous network?
Answer
Correct Answer:
A network composed of systems of only one architecture.
Note: This Question is unanswered, help us to find answer for this one
32. What is the term for a set of classes that embodies an abstract design for solutions to a number of related problems?
Answer
Correct Answer:
Framework
Note: This Question is unanswered, help us to find answer for this one
33. In object-oriented systems, what is a framework?
Answer
Correct Answer:
A set of classes that embodies an abstract design for solutions to a number of related problems.
Note: This Question is unanswered, help us to find answer for this one
34. What is the set of engineering activities using the output of software reengineering called?
Answer
Correct Answer:
Forward engineering
Note: This Question is unanswered, help us to find answer for this one
35. What is the output of software reengineering?
Answer
Correct Answer:
New target system
Note: This Question is unanswered, help us to find answer for this one
36. What is a family?
Answer
Correct Answer:
A set of systems sharing some commonalities
Note: This Question is unanswered, help us to find answer for this one
37. What does encapsulation result in?
Answer
Correct Answer:
The result of hiding a representation and implementation in an object.
Note: This Question is unanswered, help us to find answer for this one
38. What does encapsulation refer to?
Answer
Correct Answer:
Hiding a representation and implementation in an object.
Note: This Question is unanswered, help us to find answer for this one
39. What is a domain model?
Answer
Correct Answer:
A domain model is a definition of domain abstractions (objects, relationships, functions, events, etc.)
Note: This Question is unanswered, help us to find answer for this one
40. Which of the following is not a part of Domain Engineering?
Answer
Correct Answer:
Domain implementation
Note: This Question is unanswered, help us to find answer for this one
41. What is a Domain Architecture?
Answer
Correct Answer:
An architecture applicable to a family of applications belonging to the domain.
Note: This Question is unanswered, help us to find answer for this one
42. Which of the following is not a term for Domain Architecture?
Answer
Correct Answer:
Domain
Note: This Question is unanswered, help us to find answer for this one
43. What is the main aim of Domain Analysis?
Answer
Correct Answer:
Producing domain models
Note: This Question is unanswered, help us to find answer for this one
44. What is a domain?
Answer
Correct Answer:
A functional area covered by a family of systems.
Note: This Question is unanswered, help us to find answer for this one
45. What is DCE?
Answer
Correct Answer:
Distributed Computing Environment
Note: This Question is unanswered, help us to find answer for this one
46. Design Recovery is a subset of which engineering process?
Answer
Correct Answer:
Reverse engineering
Note: This Question is unanswered, help us to find answer for this one
47. What is a design pattern?
Answer
Correct Answer:
A general arrangement of objects and classes that solve the problem.
Note: This Question is unanswered, help us to find answer for this one
48. What is the next phase after Design in software development?
Answer
Correct Answer:
Implementation
Note: This Question is unanswered, help us to find answer for this one
49. What is the phase of software development following analysis?
Answer
Correct Answer:
Design
Note: This Question is unanswered, help us to find answer for this one
50. What is DNR?
Answer
Correct Answer:
Data Name Rationalisation
Note: This Question is unanswered, help us to find answer for this one
51. What is a Data Flow Diagram?
Answer
Correct Answer:
A graphical notation used to describe how data flows between processes in a system.
Note: This Question is unanswered, help us to find answer for this one
52. What is the process known as to discover the dependencies between different data items manipulated by a program?
Answer
Correct Answer:
Data Flow Analysis
Note: This Question is unanswered, help us to find answer for this one
53. Which of the following is not a focus of data centered program understanding?
Answer
Correct Answer:
Call graphs
Note: This Question is unanswered, help us to find answer for this one
54. What is the focus of data centered program understanding?
Answer
Correct Answer:
Data and data relationships
Note: This Question is unanswered, help us to find answer for this one
55. What is the main purpose of designating fields as keys?
Answer
Correct Answer:
Indexing to speed up searches
Note: This Question is unanswered, help us to find answer for this one
56. Searches for values in fields designated as keys will use _____ to speed up the process.
Answer
Correct Answer:
Indexing
Note: This Question is unanswered, help us to find answer for this one
57. What is the main advantage of an Object Oriented Database?
Answer
Correct Answer:
Joins are often not needed
Note: This Question is unanswered, help us to find answer for this one
58. What is an Object Oriented Database?
Answer
Correct Answer:
A system offering DBMS facilities in an object-oriented programming environment.
Note: This Question is unanswered, help us to find answer for this one
59. What does DBMS stand for?
Answer
Correct Answer:
Database Management System
Note: This Question is unanswered, help us to find answer for this one
60. What is a database?
Answer
Correct Answer:
A large structured set of persistent data, usually associated with software to update and query the data.
Note: This Question is unanswered, help us to find answer for this one
61. There are two types of coupling. What are they?
Answer
Correct Answer:
Tight and loose
Note: This Question is unanswered, help us to find answer for this one
62. What is the degree to which components depend on one another called?
Answer
Correct Answer:
Coupling
Note: This Question is unanswered, help us to find answer for this one
63. What is the main advantage of configuration programming?
Answer
Correct Answer:
It is particularly attractive for concurrent, parallel and distributed systems that have inherently complex program structures.
Note: This Question is unanswered, help us to find answer for this one
64. What is Configuration Management?
Answer
Correct Answer:
A discipline applying technical and administrative controls to identification and documentation of physical and functional characteristics of configuration items.
Note: This Question is unanswered, help us to find answer for this one
65. What does Configuration Item refer to?
Answer
Correct Answer:
Aggregate of hardware and software designated by the project configuration manager for configuration management.
Note: This Question is unanswered, help us to find answer for this one
66. A concrete system is what users actually use which of the following?
Answer
Correct Answer:
To implement the behaviour of one or more abstract systems
Note: This Question is unanswered, help us to find answer for this one
67. What is the role of conceptual abstraction in reengineering?
Answer
Correct Answer:
It is critical in both forward and reverse engineering.
Note: This Question is unanswered, help us to find answer for this one
68. What is CSCW?
Answer
Correct Answer:
Computer Supported Cooperative/Collaborative Work
Note: This Question is unanswered, help us to find answer for this one
69. What is Computer Aided Software Engineering?
Answer
Correct Answer:
A technique for using computers to help with one or more phases of the software life-cycle
Note: This Question is unanswered, help us to find answer for this one
70. What is the main aim of Compound Document?
Answer
Correct Answer:
To simplify the design and implementation of applications
Note: This Question is unanswered, help us to find answer for this one
71. What is the general problem that Component software addresses?
Answer
Correct Answer:
Designing systems from application elements that were constructed independently by different vendors using different languages, tools, and computing platforms.
Note: This Question is unanswered, help us to find answer for this one