If 99% portion of a program is written in FORTRAN the percentage programming language and the remaining 1%portion of the program gram in assembly language raise in the execution time, compared to writing the 1% portion of program in assembly language is:
- (A) 0
- (B) 0.12
- (C) 10
- (D) 0.99
- (D) 0.99
A software testing technique i.e. White box testing is also known:
- (A) Basic path testing
- (B) Glass box testing
- (C) Graph Testing
- (D) Data-flow
- (B) Glass box testing
Black box testing is also known as:
- (A) Glass box testing
- (B) Behavioral Testing
- (C) Loop Testing
- (D) Graph Based Testing
- (B) Behavioral Testing
Which of the below option is a type software testing?
- (A) Stress Testing
- (B) Recovery Testing
- (C) Security Testing
- (D) All of the above
- (D) All of the above
The purpose of software testing is:
- (A) Debugging
- (B) To gain modularity
- (C) To expose errors
- (D) To investigate system
- (C) To expose errors
Which of the following is a black box testing method?
- (A) Basic path testing
- (B) Boundary value analysis
- (C) Code path analysis
- (D) All of the above
- (B) Boundary value analysis
Structured programming codes consist of:
- (A) Alteration
- (B) Sequencing
- (C) Iteration
- (D) All the above
- (D) All the above
Which of the following is the a significant characteristic of coding?
- (A) Readability
- (B) Productivity
- (C) Efficiency
- (D) Brevity
- (A) Readability
Data structure suitable for which of the following application?
- (A) Architectural design
- (B) Sequential design
- (C) Data design
- (D) Interface design
- (C) Data design
To design a software in object oriented design, objects must have:
- (A) Attributes only
- (B) Operations and names and    names only
- (C) Attributes, name and    operations
- (D) All of the above
- (C) Attributes, name and    operations