The end points of a given line are (0, 0) and (6, 18). Compute each value of y as x steps from 0 to 3, by using equation of straight line : (A) For x=0, y=0; x=1, y=3; x=2, y=6; x=3, y=9 (B) For x=0, y=1; x=1, y=3; x=2, y=4; x=3, y=9 (C) For x=0, y=2; x=1, y=3; x=2, y=6; x=3, y=9 (D) For x=0, y=0; x=1, y=3; x=2, y=4; x=3, y=6

1 Answer

Answer :

Answer: A

Related questions

Description : Below are the few steps given for scan-converting a circle using Bresenham's Algorithm. Which of the given steps is not correct? (1) Compute d = 3 – 2r (where r is radius) (2) Stop if x> y (3) If d

Last Answer : If d≥0,then d=4 *(x-y)+10, x=x+1 and y=y+1

Description : Compute the value of adding the following two fuzzy integers: A = {(0.3,1), (0.6,2), (1,3), (0.7,4), (0.2,5)} B = {(0.5,11), (1,12), (0.5,13)} Where fuzzy addition is defined as μA+B(z) = maxx+y=z (min(μA(x), μB( ... ,18)} (D) {(0.3,12), (0.5,13), (0.6,14), (1,15), (0.7,16), (0.5,17), (0.2,18)}

Last Answer : (D) {(0.3,12), (0.5,13), (0.6,14), (1,15), (0.7,16), (0.5,17), (0.2,18)} 

Description : Consider a full-adder with the following input values: (a) x=1, y=0 and Ci(carry input) = 0 (b) x=0, y=1 and Ci = 1 Compute the values of S(sum) and C0 (carry output) for the above input values. (A) S=1 , C0= 0 and ... C0= 1 (C) S=1 , C0= 1 and S=0 , C0= 0 (D) S=0 , C0= 1 and S=1 , C0= 0

Last Answer : (A) S=1 , C0= 0 and S=0 , C0= 1

Description : Consider a line AB with A = (0,0) and B = (8, 4). Apply a simple DDA algorithm and compute the first four plots on this line. (1) [(0, 0), (1, 1), (2, 1), (3, 2)] (2) [(0, 0), (1, 1.5), (2, 2), (3, 3)] (3) [(0, 0), (1, 1), (2, 2.5), (3, 3)] (4) [(0, 0), (1, 2), (2, 2), (3, 2)]

Last Answer : [(0, 0), (1, 1), (2, 1), (3, 2)] 

Description : Given the following data pairs (x, y), find the regression equation. (1, 1.24), (2, 5.23), (3, 7.24), (4, 7.60), (5, 9.97), (6, 14.31), (7, 13.99), (8, 14.88), (9, 18.04), (10, 20.70) a. y = 0.490 x - 0.053 b. y = 2.04 x c. y = 1.98 x + 0.436 d. y = 0.49 x

Last Answer : c. y = 1.98 x + 0.436

Description : Consider a window bounded by the lines : x = 0; y= 0; x = 5 and y = 3. The line segment joining (–1, 0) and (4, 5), if clipped against this window will connect the points (A) (0, 1) and (2, 3) (B) (0, 1) and (3, 3) (C) (0, 1) and (4, 3) (D) (0, 1) and (3, 2)

Last Answer : (A) (0, 1) and (2, 3)

Description : Consider the fractional knapsack instance n = 4, (p1, p2, p3, p4) = (10, 10, 12, 18), (w1, w2, w3, w4) = (2, 4, 6, 9) and M = 15. The maximum profit is given by (Assume p and w denotes profit and weight of objects respectively) (A) 40 (B) 38 (C) 32 (D) 30

Last Answer : (B) 38

Description : Let R be the rectangular window against which the lines are to be clipped using 2D Sutherland-Cohen line clipping algorithm. The rectangular window has lower left-hand corner at (-5,1) and upper righthand corner at (3,7). ... s) is/are candidate for clipping? (A) AB (B) CD (C) EF (D) AB and CD

Last Answer : (D) AB and CD

Description : Consider a hash table of size m=100 and the hash function h(k) = floor(m(kA mod 1)) for A = (√5 − 1)/2 = 0.618033. Compute the location to which the key k = 123456 is placed in hash table. (A) 77 (B) 82 (C) 88 (D) 89

Last Answer : (C) 88

Description : A software company needs to develop a project that is estimated as 1000 function points and is planning to use JAVA as the programming language whose approximate lines of code per function point is accepted as 50. Considering a=1. ... ? (1) 11.2 months (2) 12.2 months (3) 13.2 months (4) 10.2 months

Last Answer : Generally, any projects are measured in weeks. However, the complex project might take more time depending on the level of object re-use available.

Description : In homogenous coordinate system (x, y, z) the points with z = 0 are called (A) Cartesian points (B) Parallel points (C) Origin point (D) Point at infinity

Last Answer : (D) Point at infinity

Description : Consider the two class classification task that consists of the following points: Class C1: [1 1.5] [1 -1.5] Class C2: [-2 2.5] [-2 -2.5] The decision boundary between the two classes using single perceptron is given by: (A) x1+x2+1.5=0 (B) x1+x2-1.5=0 (C) x1+1.5=0 (D) x1-1.5=0

Last Answer : (C) x1+1.5=0 

Description : The number of function points of a proposed system is calculated as 500. Suppose that the system is planned to be developed in Java and the LOC/FP ratio of Java is 50. Estimate the effort (E) required to ... ) 25 person months (B) 75 person months (C) 62.5 person months (D) 72.5 person months

Last Answer : (C) 62.5 person months 

Description : Which one of the following is used to compute cyclomatic complexity ? (A) The number of regions - 1 (B) E - N + 1, where E is the number of flow graph edges and N is the number of flow graph nodes. (C) ... in the flow graph G. (D) P + 1, where P is the number of predicate nodes in the flow graph G.

Last Answer : (D) P + 1, where P is the number of predicate nodes in the flow graph G.

Description : If A and B are two fuzzy sets with membership functions μA(x) = {0.6, 0.5, 0.1, 0.7, 0.8} μB(x) = {0.9, 0.2, 0.6, 0.8, 0.5} Then the value of μ(A∪B)’(x) will be (A) {0.9, 0.5, 0.6, 0.8, 0.8} (B) {0.6, 0.2, 0.1, 0.7, 0.5} (C) {0.1, 0.5, 0.4, 0.2, 0.2} (D) {0.1, 0.5, 0.4, 0.2, 0.3}

Last Answer : (C) {0.1, 0.5, 0.4, 0.2, 0.2}

Description : If A and B are two fuzzy sets with membership functions µA(X) = {0.2, 0.5, 0.6, 0.1, 0.9} µB(X) = {0.1, 0.5, 0.2, 0.7, 0.8} Then the value of µA∩B will be (A) {0.2, 0.5, 0.6, 0.7, 0.9} (B) {0.2, 0.5, 0.2, 0.1, 0.8} (C) {0.1, 0.5, 0.6, 0.1, 0.8} (D) {0.1, 0.5, 0.2, 0.1, 0.8}

Last Answer : (D) {0.1, 0.5, 0.2, 0.1, 0.8}

Description : A machine is purchased for Rs. 10,000,00 and has an estimated life of 10 years. The salvage value at the end of 10 years is Rs. 1,50,000. The book value of the machine at the end of 5 years using general straight line method ... Rs. 4,75,000 (B) Rs. 5,75,000 (C) Rs. 6,50,000 (D) Rs. 8,50,000

Last Answer : (B) Rs. 5,75,000

Description : Two stations X and Y are 170 km apart on a straight line. One train starts from X at 6 a.m. and travels towards Y at 25 kmph. Another train starts from Y at 8 a.m. and travels towards X at a speed of 35 kmph. At what time will they meet? a) 11. 30 a.m b) 10.30 a.m c) 11 a.m d) 9 a.m e) 10 am

Last Answer : e Suppose they meet z hours after 6 a.m. Distance covered by X in z hours = 25× z km. Distance covered by Y in (z - 2) hours = 35(z - 2) km. Therefore 25z + 35(z- 2) = 170 60z = 240 x = 4. So, they meet at 10 a.m.

Description : Suppose the function y and a fuzzy integer number around -4 for x are given as y=(x-3)2+2 Around -4={(2,0.3), (3,0.6), (4,1), (5,0.6), (6,0.3)} respectively. Then f(Around - 4) is given by: (A) {(2,0.6), (3,0.3), ... 6), (3,1), (6,0.6), (11,0.3)} (D) {(2,0.6), (3,0.3), (6,0.6), (11,0.3)}

Last Answer : (C) {(2,0.6), (3,1), (6,0.6), (11,0.3)}

Description : What is the equation of the straight line which passes through (3, 4) and the sum of whose x-intercept and y-intercept is 14 ? -Maths 9th

Last Answer : (a) 4x + 3y = 24 Let the x-intercept = a. Then, y-intercept = 14 - a ∴ Eqn of the straight line is \(rac{x}{a}\) + \(rac{y}{14-a}\) = 1Since it passes through (3, 4), so\(rac{3}{a}\) + \(rac{4}{14-a}\) = 1⇒ 3(14 - ... = 1 ⇒ x + y = 7or \(rac{x}{6}\) + \(rac{y}{8}\) = 1 ⇒ 8x + 6y = 48 ⇒ 4x + 3y = 24.

Description : The equation, X = A cos(wt + f) (read: X equals A times the cosine of omega t + phi (fee)), can represent an expression for: w) accelerating due to gravity x) uniform straight line motion y) dc current z) a simple harmonic oscillator

Last Answer : ANSWER: Z -- A SIMPLE HARMONIC OSCILLATOR

Description : Pick up the incorrect statement from the following: (A) While measuring a distance with a tape of length 100.005 m, the distance to be increasing by 0.005 m for each tape length (B) An increase in ... ) A 100 m tape of cross section 10 mm 0.25 mm stretches about 10 mm under 5 kg pull

Last Answer : (B) An increase in temperature causes a tape to increase in length and the measured distance is too large

Description : How many solutions are there for the equation x+y+z+u=29 subject to the constraints that x≥1, y≥2, z≥3 and u≥0? (A) 4960 (B) 2600 (C) 23751 (D) 8855

Last Answer : (B) 2600

Description : A particle starts from rest and moves in a straight line whose equation of motion is given by S = 2t3 - t2 - 1. The acceleration of the particle after one sec will be a.6 m/sec2 b.4 m/sec2 c.12 m/sec2 d.10 m/sec2 e.8 m/sec2

Last Answer : d. 10 m/sec2

Description : The simplified function in product of sums of Boolean function F(W, X, Y, Z) = Σ(0, 1, 2, 5, 8, 9, 10) is (A) (W' + X') (Y' + Z') (X' + Z) (B) (W' + X') (Y' + Z') (X' + Z') (C) (W' + X') (Y' + Z) (X' + Z) (D) (W' + X') (Y + Z') (X' + Z)

Last Answer : (A) (W' + X') (Y' + Z') (X' + Z)

Description : Write parametric equation of line having end points P1(3,5,8) and P2 (6,4,3). a.[3 5 8]+u[3 -1 -5] b.[3 5 8]+u[3 1 5] c.[3 8 5]+u[3 -1 -5] d.[3 5 8]+u[-3 1 5]

Last Answer : a.[3 5 8]+u[3 -1 -5]

Description : For the implementation of a paging scheme, suppose the average process size be x bytes, the page size be y bytes, and each page entry requires z bytes. The optimum page size that minimizes the total overhead due to the page ... fragmentation loss is given by (A) x/2 (B) xz/2 (C) √2xz (D) (√xz)/2

Last Answer : (C) √2xz 

Description : Which of the following points lies on the same side as the origin, with reference to the line 3x+7y=2 ? (A) (3, 0) (B) (1, 0) (C) (0.5, 0.5) (D) (0.5, 0)

Last Answer : (D) (0.5, 0) Explanation: If (0.5, 0) is substituted in the equation, we get 1.5 which is less than 2, then it lies on the same side as that of the origin. 

Description : A line AB with end points A (2, 1) & B (7, 6) is to be moved by 3 units in x-direction & 4units in y-direction. Calculate new coordinates of points B. a.(10, 2) b.(2, 10) c.(10, 10) d.(10, 5)

Last Answer : c.(10, 10)

Description : The reduced levels of points, 30 metres apart along the longitudinal section of a road portion between chainages 5 and 9 are shown in the given figure. If there is a uniform up-gradient of the road 120 in 1, the chainage ... 15) chains (B) (6 + 12) chains (C) (6 + 18) chains (D) None of these

Last Answer : (B) (6 + 12) chains

Description : Find the equation of normal of the curve `2y= 7x - 5x^(2)` at those points at which the curve intersects the line x = y.

Last Answer : Find the equation of normal of the curve `2y= 7x - 5x^(2)` at those points at which the curve intersects the line x = y.

Description : A Boolean operator Ө is defined as follows: 1Ө1=1, 1Ө0=0, 0Ө1=0 and 0Ө0=1 What will be the truth value of the expression (xӨy)Өz = xӨ(yӨz)? (A) Always false (B) Always true (C) Sometimes true (D) True when x, y, z are all true

Last Answer : (B) Always true

Description : When the following code is executed what will be the value of x and y? int x = 1, y=0; y = x++; (A) 2, 1 (B) 2, 2 (C) 1, 1 (D) 1, 2

Last Answer : (A) 2, 1

Description : The correct way to round off a floating number x to an integer value is (A) y = (int)(x+0.5) (B) y = int(x+0.5) (C) y = (int)x+0.5 (D) y = (int)((int)x+0.5)

Last Answer : (A) y = (int)(x+0.5)

Description : The original cost of an equipment is Rs.10,000. Its salvage value at the end of its total useful life of five years is Rs. 1,000. Its book value at the end of two years of its useful life (as per straight line method of evaluation ... be (A) Rs. 8,800 (B) Rs. 7,600 (C) Rs. 6,400 (D) Rs. 5,000

Last Answer : (C) Rs. 6,400

Description : Find the equation of normals of the following curves at the given points: (i) Curve`y^(2)=4 ax" at point "(at^(2), 2at)`. (ii) Curve `y= e^(x)" at poi

Last Answer : Find the equation of normals of the following curves at the given points: (i) Curve`y^(2)=4 ax" at point "(at^( ... (2)-9y^(2) = 432` at point (6, 4).

Description : Find the equation of tangents of the following curves at the given points: (i) Curve`x^(2) = 25` at point (3, 4) (ii) Curve `y = 2x^(3) + 2x^(2) - 8x+

Last Answer : Find the equation of tangents of the following curves at the given points: (i) Curve`x^(2) = 25` at point (3, 4) ... 2)(x-1) = 4x^(2)` at point (5, 5)

Description : Let A and B be two fuzzy integers defined as: A={(1,0.3), (2,0.6), (3,1), (4,0.7), (5,0.2)} B={(10,0.5), (11,1), (12,0.5)} Using fuzzy arithmetic operation given by (A) {(11,0.8), (13,1), (15,1)} ( ... ,0.2)} (D) {(11,0.3), (12,0.5), (13,0.6), (14,1), (15,0.7), (16,0.5), (17,0.2)}

Last Answer : (D) {(11,0.3), (12,0.5), (13,0.6), (14,1), (15,0.7), (16,0.5), (17,0.2)}

Description : Given that x=7.5, j=-1.0, n=1.0, m=2.0 the value of --x+j == x>n>=m is: (A) 0 (B) 1 (C) 2 (D) 3

Last Answer : (A) 0 

Description : Draw the graph of the linear equation 3x + 4y = 6. At what points, does the graph cut the x-axis and the y-axis? -Maths 9th

Last Answer : hope it helps

Description : int[ ] ={5,6,7,8,9} What is the value of a[3]? A) 9 B) 8 C) 7 D) 6

Last Answer : B) 8

Description : A perceptron has input weights W1 = -3.9 and W2 = 1.1 with threshold value T = 0.3. What output does it give for the input x1 = 1.3 and x2 = 2.2? (A) -2.65 (B) -2.30 (B) 0 (D) 1

Last Answer : Answer: C

Description : In figure X and Y are the mid-points of AC and AB respectively, QP || BC and CYQ and BXP are straight lines. -Maths 9th

Last Answer : Given X and Y are the mid-points of AC and AB respectively. Also, QP|| BC and CYQ, BXP are straight lines. To prove ar (ΔABP) = ar (ΔACQ) Proof Since, X and Y are the mid-points of AC and AB respectively. So, ... ar (ΔBYX) + ar (XYAP) = ar (ΔCXY) + ar (YXAQ) ⇒ ar (ΔABP) = ar (ΔACQ) Hence proved.

Description : In figure X and Y are the mid-points of AC and AB respectively, QP || BC and CYQ and BXP are straight lines. -Maths 9th

Last Answer : Given X and Y are the mid-points of AC and AB respectively. Also, QP|| BC and CYQ, BXP are straight lines. To prove ar (ΔABP) = ar (ΔACQ) Proof Since, X and Y are the mid-points of AC and AB respectively. So, ... ar (ΔBYX) + ar (XYAP) = ar (ΔCXY) + ar (YXAQ) ⇒ ar (ΔABP) = ar (ΔACQ) Hence proved.

Description : The magnetic field produced by a long straight wire carrying a current points: w) in the direction of the current x) toward the wire y) away from the wire z) circles around the wire

Last Answer : ANSWER: Z -- CIRCLES AROUND THE WIRE

Description : The Karnaugh map for a Boolean function is given as The simplified Boolean equation for the above Karnaugh Map is (A) AB + CD + AB’ + AD (B) AB + AC + AD + BCD (C) AB + AD + BC + ACD (D) AB + AC + BC + BCD

Last Answer : (B) AB + AC + AD + BCD

Description : A girl throws a 0.1 kilogram ball at a wall. The ball hits the wall perpendicularly with a velocity of 5 meters per second and then bounces straight back with a velocity of 4 meters per second. The ... .4 kilogram-meters per second y) 0.5 kilogram-meters per second z) 0.9 kilogram-meters per second

Last Answer : ANSWER: Z -- 0.9 KILOGRAM-METERS PER SECOND 

Description : Which of the following statement(s) is/are correct with reference to curve generation? I. Hermite curves are generated using the concepts of interpolation. II. Bezier curves are generated using the concepts of approximation. III. The ... (B) II and III only (C) I and II only (D) I, II and III only

Last Answer : (D) I, II and III only

Description : There are 3 poles M, N and O in a straight line such that point N is equidistant from points M and O. A boat can travel from point M to O downstream in 6 hours and from N to M upstream in 4 hours. Find the ratio of boat in still water to speed of stream. A) 2:3 B) 7:1 C) 3:2 D) 1:7

Last Answer : ANSWER: B Explanation: Let speed in still water = x km/hr, of current = y km/hr Downstream speed = (x+y) km/hr Upstream speed = (x - y) km/hr Let MO = 2p km. So MN = NO = p km.  So 2p/(x+y) = 6 --------1  p/ ... - 2y) = 6x + 6y  8x - 8y = 6x +6y  2x = 14y  x/y = 14 / 2 = 7/1  x : y = 7 :1

Description : What is The area of a circle depending on the radius. Use the equation A(r) r2 to compute A(7). Round your answer to the nearest hundredth.?

Last Answer : The area of a circle is: pi times radius squared