With respect to a loop in the transportation table, which one of the following is not correct? (1) Every loop has an odd no. of cells and at least 5. (2) Closed loops may or may not b square in shape. (3) All the cells in the loop that have a plus or minus sign, except the starting cell, must be occupied cells. (4) Every loop has an even no. of cells and at least four.

1 Answer

Answer :

Every loop has an odd no. of cells and at least 5.

Related questions

Description : Consider a Hamiltonian Graph (G) with no loops and parallel edges. Which of the following is true with respect to this Graph (G) ? (a) deg(v) ≥ n/2 for each vertex of G (b) |E(G)| ≥ 1/2 (n-1)(n-2)+2 edges (c) deg(v) + deg( ... edge (A) (a) and (b) (B) (b) and (c) (C) (a) and (c) (D) (a), (b) and (c)

Last Answer : (D) (a), (b) and (c)

Description : Loop unrolling is a code optimization technique: (A) that avoids tests at every iteration of the loop (B) that improves performance by decreasing the number of instructions in a basic block. ... loops with outer loops (D) that reorders operations to allow multiple computations to happen in parallel.

Last Answer : (A) that avoids tests at every iteration of the loop

Description : In .............., the bodies of the two loops are merged together to form a single loop provided that they do not make any references to each other. (A) Loop unrolling (B) Strength reduction (C) Loop concatenation (D) Loop jamming

Last Answer : (D) Loop jamming

Description : The allocated cells in the transportation table are called .............................. a. Occupied cells b. Empty cells c. Unoccupied cells d. None of these

Last Answer : a. Occupied cells

Description : What basic requirement of a closed-loop system (not present in open-loops) enables present load position to be sensed?

Last Answer : Feedback.

Description : What is an auto-associative network? a) a neural network that contains no loops b) a neural network that contains feedback c) a neural network that has only one loop d) a single layer feed-forward neural network with pre-processing

Last Answer : b) a neural network that contains feedback

Description : An auto-associative network is: a) a neural network that contains no loops b) a neural network that contains feedback c) a neural network that has only one loop d) a single layer feed-forward neural network with pre-processing

Last Answer : b) a neural network that contains feedback

Description : Consider an undirected graph G where self-loops are not allowed. The vertex set of G is {(i, j) | 1 ≤ i ≤ 12, 1 ≤ j ≤ 12}. There is an edge between (a, b) and (c, d) if |a – c| ≤ 1 or |b–d| ≤ 1. The number of edges in this graph is (A) 726 (B) 796 (C) 506 (D) 616

Last Answer : (D) 616

Description : Why is it important to initialize the loop control variable for WHILE loops?

Last Answer : Uninitialised variables take on whatever value happens to resideat the memory address to which the variable was allocated at thepoint of instantiation. It is a "garbage value" because we cannotpredict ... loop and ultimately tells us how many characters wereread into the buffer (such that index

Description : With respect to lipoprotein transport and metabolism in the body, the following statements are correct EXCEPT: 1) Arterial walls contain cells with LDL receptors. 2) Cholesterol is required for the ... is assembled in the extracellular space. 5) VLDL transformation to LDL occurs in adipose tissue.

Last Answer : Answers-3 Chylomicrons are formed in the gut from exogenous triacylglycerols and cholesterol. They are released into the lymph and thereby enter the blood.They are not formed in the liver.

Description : With respect to lipoprotein transport and metabolism in the body, the following statements are correct EXCEPT: 1) Arterial walls contain cells with LDL receptors. 2) Cholesterol is required for the ... is assembled in the extracellular space. 5) VLDL transformation to LDL occurs in adipose tissue.

Last Answer : Answers-3 Chylomicrons are formed in the gut from exogenous triacylglycerols and cholesterol. They are released into the lymph and thereby enter the blood.They are not formed in the liver.

Description : What is the math term for each part of an algebric expression separated by a plus or minus sign?

Last Answer : Feel Free to Answer

Description : Line caps are used for adjusting the shape of the line ends to give them a better appearance. Various kinds of line caps used are (A) Butt cap and sharp cap (B) Butt cap and round cap (C) Butt cap, sharp cap and round cap (D) Butt cap, round cap and projecting square cap

Last Answer : (D) Butt cap, round cap and projecting square cap

Description : What is the exact value for the expression the square root of 189 minus the square root of 21 plus the square root of 84 Simplify if possible.?

Last Answer : Need answer

Description : What is 4 to the power of 3 to the square root of 32 minus 3 to the power of 3 to the square root of 108 plus power to the 3 to the square root of 256 simplify to?

Last Answer : 4^3√32-3^3√108+^3√256

Description : Kirchhoff's current law is applicable to 1. Closed loops in a circuit 2. Junction in a circuit 3. Magnetic circuits Which of the above is/are correct ?  (a) 1 only (b) 2 only (c) 3 only (d) 1, 2 and 3

Last Answer : Kirchhoff's current law is applicable to 1. Closed loops in a circuit 2. Junction in a circuit 3. Magnetic circuits Which of the above is/are correct ?  (a) 1 only (b) 2 only (c) 3 only (d) 1, 2 and 3

Description : Some of the situations where inline expansion may not work are: A) For functions returning values, if a loop, a switch or goto exists. B) If functions contain static variables and they are re-cursive. C) For functions not returning values, if return statement exist. D) All of the above.

Last Answer : D) All of the above.

Description : Which of the following statements is false? (1) Every context-sensitive language is recursive. (2) The set of all languages that are not recursively enumerable is countable. (3) The family ... under union. (4) The families of recursively enumerable and recursive languages are closed under reversal.

Last Answer : The set of all languages that are not recursively enumerable is countable.

Description : A controlled flight is required to inform the concerned ATC unit when the average TAS at cruising level deviates or is expected to deviate compared to that given TAS in the Flight Plan by at least plus or minus: a. 10% b. 3% c. 5% d. 2%

Last Answer : d. 2%

Description : A controlled flight is required to inform the concerned ATC unit when the average TAS at cruising level deviates or is expected to deviate compared to that given TAS in the Flight Plan by at least plus or minus: a. 10% b. 3% c. 5% d. 2%

Last Answer : d. 2%

Description : The ............... addressing mode is similar to register indirect addressing mode, except that an offset is added to the contents of the register. The offset and register are specified in the instruction. (A) Base indexed (B) Base indexed plus displacement (C) Indexed (D) Displacement

Last Answer : (D) Displacement

Description : Which of the following statements is correct? (A) Every class containing abstract method must not be declared abstract. (B) Abstract class cannot be directly initiated with ‘new’ operator. (C) Abstract class cannot be initiated. (D) Abstract class contains definition of implementation.

Last Answer : Answer: B,C

Description : Which of the following is/are restriction(s) in classless addressing ? (A) The number of addresses needs to be a power of 2. (B) The mask needs to be included in the address to define the block. (C) The starting address must be divisible by the number of addresses in the block. (D) All of the above

Last Answer : (D) All of the above

Description : Let G(x) be generator polynomial used for CRC checking. The condition that should be satisfied by G(x) to correct odd numbered error bits, will be: (1) (1+x) is factor of G(x) (2) (1-x) is factor of G(x) (3) (1+x2) is factor of G(x) (4) x is factor of G(x)

Last Answer : (1+x) is factor of G(x)

Description : Which of the following are not regular? (A) Strings of even number of a's. (B) Strings of a's, whose length is a prime number. (C) Set of all palindromes made up of a's and b's. (D) Strings of a's whose length is a ... ) (A), (B) and (C) only (3) (B), (C) and (D) only (4) (B) and (D) only

Last Answer : (B), (C) and (D) only

Description : Which one of the following statements concerning elements in the Periodic Table is correct? A Elements of the same group all have the same number of electrons in the outermost occupied electron shell. B ... (Group 17) are all gases at room temperature. E The Group 13 elements are all metals.

Last Answer : D) Are compounds that exhibit both metallic & non-metallic properties to some extent and are exemplified by elements like germanium, silicon & boron

Description : For least effect on the water table, the tube wells must be dug one in every (A) 0.5 sq km (B) 0.75 sq km (C) 1.0 sq km (D) 1.5 sq km

Last Answer : (D) 1.5 sq km

Description : A square loop is placed near a long straight current carrying wire as shown. Match the following table.

Last Answer : A square loop is placed near a long straight current carrying wire as shown. Match the following table.

Description : (a) If the radius of the Br ion is 0.182 nm, how large a cation can fit in each of the tetrahedral hole. (b) AgI crystallizes in a cubic closed packed ZnS structure. What fraction of tetrahedral site ... Ag ion ?  (c) At what temp. range, most of the metals becomes super conductors ?

Last Answer : (a) For a tetrahedron the limiting ratio is 0.225 – 0.414 For largest cation highest value 0.414 would be considered. r + / r– = 0.414 r + = 0.414 × 0.182 = 0.075 nm. (b) In FCC there are 8 tetrahedral voids. Out of this ½ is occupied by Ag cation. (c) 2 k – 5 k.

Description : What is used to identify whether a data word has an odd or even number of 1’s ? (1) Carry bit (2) Sign bit (3) Zero bit (4) Parity bit

Last Answer : Parity bit

Description : What is the derivative of 1 over X square plus 2 with respect to X using the first principle?

Last Answer : I'm not sure if you're asking what the derivative is for f(x) = 1/[(x^2)+2] or for f(x) = [1/(x^2)]+2 so I'm gonna do the first one for now. Lemme know if you want the other one too! :)**Note: I'm not sure ... ) = (2)[-x/[(x^2)+2)^2]Final answer: f'(x) = -2x/[((x^2)+2)^2]Hope this helped!! ~Casey

Description : With reference to NC machines, which of the following statements is wrong a.Both closed-loop and open-loop control systems are used b.Paper tapes, floppy tapes and cassettes are used for data storage c.Digitizers may be used as interactive input devices d.Post processor is an item of hardware

Last Answer : c.Digitizers may be used as interactive input devices

Description : An integer constant in C must have A) At least one digit B) At least one decimal point C) A comma along with digits D) Digits separated by commas

Last Answer : A) At least one digit

Description : The statements s1 and s2 are given as: s1: Context sensitive languages are closed under intersection, concatenation, substitution and inverse homomorphism. s2: Context free languages are closed under complementation, ... is not correct and s2 is correct. (D) Both s1 and s2 are not correct.

Last Answer : (B) s1 is correct and s2 is not correct.

Description : Given the following statements : (A) A class of languages that is closed under union and complementation has to be closed under intersection. (B) A class of languages that is closed under union and intersection has to be closed under ... (3) (A) is true, (B) is false. (4) (A) is false, (B) is true.

Last Answer : (A) is true, (B) is false. 

Description : What do you call all means of transportation (minus bikes) on the street in let's say NY city?

Last Answer : Vehicular traffic

Description : What shape is a 4 sided closed shape with only 1 pair of parallel sides and at least 1 right angle?

Last Answer : A trapezoid would fit the given description

Description : he Radius (or diameter) of bright rings in Newton's rings is (a) Directly proportional to the square root of odd numbers (b) Inversely proportional to the square root of natural numbers (c) ... to the square root of even numbers (d) Directly proportional to the square root of natural numbers

Last Answer : (a) Directly proportional to the square root of odd numbers

Description : In Newton's Ring experiments , the diameter of dark rings is proportional to A. Odd Natural numbers B. Natural Number C. Even Natural Number D. Square root of natural number

Last Answer : In Newton's Ring experiments , the diameter of dark rings is proportional to A. Odd Natural numbers B. Natural Number C. Even Natural Number D. Square root of natural number

Description : n Newton's Ring experiments , the diameter of bright rings is proportional to A. Square root of Odd Natural numbers B. Natural Number C. Even Natural Number D. Square root of natural number

Last Answer : B. Natural Number

Description : The total transportation cost in an initial basic feasible solution to the following transportation problem using Vogel’s Approximation method is  (A) 76 (B) 80 (C) 90 (D) 96

Last Answer : (B) 80

Description : A basic feasible solution to a m-origin, n-destination transportation problem is said to be ................... if the number of positive allocations are less than m + n – 1. (A) degenerate (B) non-degenerate (C) unbounded (D) unbalanced 

Last Answer : (A) degenerate

Description : Consider the following transportation problem: The initial basic feasible solution of the above transportation problem using Vogel's Approximation Method(VAM) is given below: The solution of the ... degenerate solution (B) is optimum solution (C) needs to improve (D) is infeasible solution

Last Answer : (B) is optimum solution

Description : Consider the following transportation problem :  The transportation cost in the initial basic feasible solution of the above transportation problem using Vogel’s Approximation method is : (A) 1450 (B) 1465 (C) 1480 (D) 1520

Last Answer : (B) 1465