aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

Observe the following: For the circle $\mathrm{S}\equiv(x-2)^{2}+(y+1)^{2}=1$ List I List II a) a tangent is 1) $3x+4y-2=0$ b) a diameter is 2) $x = 0$ c) a line perpendicular to a tangent is 3) $y = 0$ d) a chord is 4) $y+\dfrac12 = 0$

  1. $3, 1, 2 ,4$
  2. $3, 1, 4, 2$
  3. $1, 2, 3, 4$
  4. $3, 4, 1, 1$
Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • Given the following, 1. class X { void dol() { } } 2. class Y extends X { void do2() { } } 3. 4. class Chro...
  • What is the output of following piece of code ? int x = 2; switch (x) { case 1:System.out.println("1?); cas...
  • 1. class X { void do1() { } } 2. class Y extends X { void do2() { } } 3. 4. class Chrome { 5. public static...
  • 5) void swap(int &, int &); void main() { int a=10, b=20; swap(a++,b++); printf(“\n%d\t%d\t”,a,b); } void s...
  • Consider the following code: int x, y, z; y = 1; z = 5; x = 0 - (++y) + z++; After execution of this, what ...
  • Given: 1. class Zippy { 2. String[] x; 3. int[] a [] = {{1,2}, {l}}; 4. Object c = new long [4] ; 5. Object...
  • Analyze the following program fragment: int x; double d = 1.5; switch (d) { case 1.0: x = 1; case 1.5: x = ...
  • Given: 1. interface A { public void aMethod(); } 2. interface B { public void bMethod(); } 3. interface C e...

Practice this chapter

  • Geometry (1950 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy