ASHRAFEDU
Friday, April 26, 2024

Integration testing approach that is commonly used when software products are being developed by allowing software teams to assess the projects on frequent basis:

›
Answer: B Smoke testing, also called  build verification testing  or  confidence testing , is a software testing method that is used to dete...
Thursday, April 25, 2024

Expression used to compute cyclomatic complexity for a program

›
 Answer: A Cyclomatic Complexity -        is a software metric that measures the logical complexity of the program code. -        It cou...
Friday, April 19, 2024

In which software development model, cross cutting concerns are defined that have impact across the system architecture?

›
Answer: D Aspect-Oriented Software Development (AOSD) is a software design solution that helps address modularity issues in software develop...

What are level triggering interrupts?

›
 Answer: B Level triggered Interrupts: TRAP, RST 5.5, RST 6.5 and INTR. Edge triggered Interrupts: TRAP and RST 7.5  Digital circuits employ...
Thursday, April 18, 2024

The first microprocessor built by the Intel corporation was

›
 Answer: C Intel's first microprocessor, the Intel 4004, was released in November 1971. It was the first commercially available micropro...

In a vectored interrupt

›
 Answer: B A  vectored interrupt  is a processing technique in which the interrupting device directs the processor to the appropriate interr...

Which of the following is the default positioning elements with CSS?

›
 Answer: C The default positioning value for CSS is static, which means that the element is positioned according to the normal flow of the d...

Which of the statements are True?

›
  Answer: a,b,d Function overloading is done at compile time. In C++, protected members of a base class can be accessed by members and f...

Why reference is not same as pointer?

›
 Answer: D Here are some other differences between references and pointers: Reference cannot be declared as NULL , while a pointer can be ...

The Knapsack problem where the objective function is to minimize the profit is

›
 Answer: D 0/1 Knapsack problem:   Given a set of  n  objects which have each have a value v i  and a weight w i . The objective of the 0/...
›
Home
View web version
Powered by Blogger.