NTA-NET (UGC-NET) Computer Science & Applications (87): Questions 503 - 506 of 2699

Choose Programs:

⏳ 🎯 Online Tests (4 Tests [100 questions each]): NTA Pattern, Analytics & Explanations

Rs. 800.00 -OR-

3 Year Validity (Multiple Devices)

Sample TestsDetailsSee Demo

🎓 Study Material (2083 Notes): 2024-2025 Syllabus

Rs. 1250.00 -OR-

3 Year Validity (Multiple Devices)

Topic-wise Notes & SampleDetails

🎯 2699 MCQs (& PYQs) with Full Explanations (2024-2025 Exam)

Rs. 600.00 -OR-

3 Year Validity (Multiple Devices)

CoverageDetailsSample Explanation

Help me Choose & Register (Watch Video) Already Subscribed?

Question 503

Appeared in Year: 2012

Question MCQ▾

If dual has an unbounded solution, then its corresponding primal has (December Paper III)

Choices

Choice (4)Response

a.

no feasible solution

b.

unbounded solution

c.

feasible solution

d.

Question does not provide sufficient data or is vague

Edit

Question 504

Appeared in Year: 2012

Question MCQ▾

A crypt arithmetic problem of the type

Can be solved efficiently using (December Paper III)

Choices

Choice (4)Response

a.

Depth first technique

b.

Breadth first technique

c.

Constraint satisfaction technique

d.

Bidirectional technique

Edit

Question 505

Appeared in Year: 2012

Question MCQ▾

Let be the function defined by which of the following is TRUE? (December Paper III)

Choices

Choice (4)Response

a.

b.

c.

d.

Edit

Question 506

Appeared in Year: 2012

Question MCQ▾

Consider the program below in a hypothetical programming language which allows global variables and a choice of static or dynamic scoping

int i;

program Main ()

  1. {
  2. i =10;
  3. call f ( );
  4. }
  5. procedure f( )
  6. {
  7. int i =20;
  8. call g ( );
  9. }
  10. procedure g( )
  11. {
  12. print i;
  13. }

Let x be the value printed under static scoping and y be the value printed under dynamic scoping. Then x and y are (December Paper III)

Choices

Choice (4)Response

a.

b.

c.

d.

Both a. and b. are correct

Edit