GATE (Graduate Aptitude Test in Engineering) Computer Science & IT (CS): Questions 1042 - 1043 of 3196

Choose Programs:

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

Rs. 1000.00 -OR-

3 Year Validity (Multiple Devices)

Topic-wise Notes & SampleDetails

🎯 302 Numeric, 2894 MCQs (& PYQs) with Full Explanations (2024-2025 Exam)

Rs. 650.00 -OR-

3 Year Validity (Multiple Devices)

CoverageDetailsSample Explanation

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

Question 1042

Appeared in Year: 2017

Question Match List-Ⅰ List-Ⅱ▾

Match the following: (January Paper III)

List-Ⅰ (Addressing Mode)List-Ⅱ (Location of Opened)
(A)

Register

(i)

Specified implicitly in the definition of instruction

(B)

Implied

(ii)

Register specifies the address of the operand.

(C)

Register Indirect

(iii)

Registers which are in CPU

(D)

Immediate

(iv)

Specified in the register

Choices

Choice (4)Response
  • (A)
  • (B)
  • (C)
  • (D)

a.

  • (iii)
  • (iv)
  • (ii)
  • (i)

b.

  • (iii)
  • (ii)
  • (iv)
  • (i)

c.

  • (iii)
  • (i)
  • (ii)
  • (iv)

d.

  • (iv)
  • (iii)
  • (ii)
  • (i)

Edit

Question 1043

Appeared in Year: 2014

Question MCQ▾

Which of the following differentiates between overloaded functions and overridden functions? (December Paper II)

Choices

Choice (4)Response

a.

Overloading is a static or compile time binding and overriding is dynamic or runtime binding.

b.

Redefining a function in a derived class is called function overloading, while redefining a function in a friend class is called function overriding.

c.

Overloading is a dynamic or runtime binding and overridden is a static or compile time binding.

d.

Redefining a function in a friend class is called overloading, while redefining a function in a derived class is called as overridden function.

Edit