Home
Current Affairs January 2024

What is the correct answer?

4

Data structure suitable for an application discussed in?

A. interface design

B. data design

C. procedural design

D. architectural design

Correct Answer :

B. data design


Related Questions

What is the correct answer?

4

State True or False.
1. People are at the core of problem solving because business problems are solved by people for people.
2. The structure of the group and its efficiency of communications, style of management, and cohesiveness are critical factors in the effectiveness of the team.

A. 1-True, 2-True

B. 1-True, 2-False

C. 1-False, 2-True

D. 1-False, 2-False

What is the correct answer?

4

Which of the following is not the part of system requirements?

A. Availability

B. Data Integrity

C. Security

D. Reliability

What is the correct answer?

4

Which of the following is one of the phase of software life cycle?

A. Design

B. Project Management

C. Maintenance

D. Quality management

What is the correct answer?

4

Efficiency in a software product does not include ________

A. licensing

B. responsiveness

C. processing time

D. memory utilization

What is the correct answer?

4

Which of the following is not aspects to fault tolerance.?

A. Failure detection

B. Damage assessment

C. Fault avoidance

D. Fault repair

What is the correct answer?

4

Open source development model best suits for _____.

A. Large system applications

B. Small system applications

C. Medium system applications

D. Very small system applications

What is the correct answer?

4

Which of the following is a the process metric which is useful for assessing maintainability?

A. Number of request for corrective maintenance

B. Average time required for impact analysis

C. All the above

D. Number of oustanding change request

What is the correct answer?

4

The most famous risk reduction strategy is _____.

A. Waterfall model

B. Incremental model

C. Spiral model

D. Iterative model

What is the correct answer?

4

Explain what is meant by PRODUCT with reference to one of the eight principles as per the ACM/IEEE Code of Ethics ?

A. Software engineers shall ensure that their products and related modifications meet the highest professional standards possible.

B. The product should be easy to use.

C. It means that the product designed /created should be easily available.

D. Software engineers shall ensure that their products and related modifications satisfy the client.

What is the correct answer?

4

Which of the following is not the strategy for achieving reliability in software system?

A. Fault avoidance

B. Fault tolerance

C. Fault detection

D. Fault repair

What is the correct answer?

4

In _________ approach to reuse, reusable knowledge is captured in a program generator system, which can be programmed in a domain-oriented language.

A. Function reuse

B. Application system reuse

C. Sub- system reuse

D. Generator based reuse

What is the correct answer?

4

Which of the following is a technical factor which affect software maintenance cost?

A. Application Domain

B. Staff stability

C. Programming language

D. External environment

What is the correct answer?

4

Feller and Fitzgerald observe that between _____ percent of software costs are traditionally associated with the post-development, maintenance phase of the software life cycle.

A. 70 to 80

B. 30 to 40

C. 50 to 60

D. 10 to 20

What is the correct answer?

4

State True or False.
1. The seminal book by Kent Beck, Extreme Programming Explained express some of the defining characteristics of agile development.
2. Code is the one artifact that development absolutely cannot live without

A. 1-False, 2-False

B. 1-True, 2-False

C. 1-False, 2-True

D. 1-True, 2-True

What is the correct answer?

4

In object oriented design of software which of the following is not true?

A. objects inherit the properties of the class

B. classes are defined based on the attributes of the object

C. objects can belong to two classes

D. classes are always different

What is the correct answer?

4

The SOFL model of Liu and colleagues (1997) presents an integrated approach that adopts _____ methodologies in the requirements phases and _____ methodologies in the design and implementation phases

A. Procedure-oriented, Structured

B. Structured, Procedure-oriented

C. Structured, Object-oriented

D. Object-oriented, Structured

What is the correct answer?

4

The major advantage of bottom-up integration testing is__________.

A. major decision points are tested early

B. no drivers need to be written

C. no stubs need to be written

D. regression testing is not required

What is the correct answer?

4

Which of the following notation in data flow diagram is used to represent user interaction with system?

A. Arrow Head

B. Rectangle

C. Rounded Rectangle

D. Circle

What is the correct answer?

4

Design phase includes?

A. data,architectural and procedural designs only

B. architectural,procedural and interface design only

C. data,architectural and interface design only

D. data,architectural interface and procedural design

What is the correct answer?

4

State True or False.
1. Leveson adopts a cognitive engineering approach to software development.
2. Visualization plays a key role in defining and understanding the artifacts produced during development.

A. 1-False, 2-False

B. 1-True, 2-False

C. 1-False, 2-True

D. 1-True, 2-True

What is the correct answer?

4

State True or False.
1. Investors and owners are also significant stakeholders who make demands on a system in terms of financial goals.
2. Experts and consultants are another stakeholder class who can strongly affect problem definition.

A. 1-False, 2-False

B. 1-True, 2-False

C. 1-False, 2-True

D. 1-True, 2-True

What is the correct answer?

4

_____ is the open source software.

A. Internet Explorer

B. Mozilla

C. MS-Office

D. Oracle

What is the correct answer?

4

Information hiding is to hide from user details

A. that are not relevant to him

B. that re relevant to him

C. that may be maliciously handled by him

D. that are confidential

What is the correct answer?

4

State True or False.
1. 4GLs are not CASE tools.
2. The domain of applicability of CASE tools are much more limited than the 4GL.

A. 1-True, 2-True

B. 1-True, 2-False

C. 1-False, 2-True

D. 1-False, 2-False

What is the correct answer?

4

ISO stands for _____.

A. Indian Statistical Organization

B. Inter State Organization

C. International Standards Organization

D. Indian Standards Organization

What is the correct answer?

4

What is meant by a dedicated computer?

A. Which is used by one person only

B. Which is assigned one and only one task

C. Which uses one kind of software

D. Which is meant for application software

What is the correct answer?

4

RAD stands for _____.

A. Random Application Development

B. Raw Application Development

C. Robust Application Development

D. Rapid Application Development

What is the correct answer?

4

which is used to measure POFOD?

A. The time between system failure

B. The frequency of occurrence with which unexpected behaviour is likely to occur

C. The elapsed repair or restart time when a system failure occurs. Given that the system must be continuously available.

D. The number of system failures given a number of systems inputs.

What is the correct answer?

4

State True or False.
1. Curtis, Kellner, and Over identified five uses for process models.
2. Blackburn et al. identified the five most influential factors in the development process.

A. 1-True, 2-True

B. 1-True, 2-False

C. 1-False, 2-True

D. 1-False, 2-False

What is the correct answer?

4

The testing technique that requires devising test cases to demonstrate a program function is operational is called_____

A. Grey- box testing

B. White box testing

C. Black box testing

D. Red Box Testing