Name the operators listed below
i) < ii) ++ iii) && iv) ?:

1 Answer

Answer :

Ans.
i) Less than comparison operator
ii) Increment operator
iii) And logical operator
iv) Ternary operator

Related questions

Description : Classify the following as primitive or non-primitive data types: (i) char (ii) arrays (iii) int (iv) classes

Last Answer : Ans. (i) char – Primitive (ii) arrays – Non primitive (iii) int – Primitive (iv) Classes – Non primitive

Description : What are the types of casting shown by the following examples: (i) char c = (char)120; (ii) int x = ‘t’;

Last Answer : Ans. (i) Explicit casting (ii) Implicit casting

Description : System.out.print(“BEST “); System.out.println(“OF LUCK”); Choose the correct option for the output of the above statements: (i) BEST OF LUCK (ii) BEST OF LUCK

Last Answer : Ans. (i) is the correct output. System.out.print() does not add a new line at the end because of which ‘OF LUCK’ gets printed on the same line as ‘BEST’.

Description : If int y = 10 then find int z = (++y * (y++ + 5));

Last Answer : Ans. Increment operator has the highest precedence. So, ++y and y++ will be evaluated starting from left. In ++y, the value of y will be incremented to 11 and then 11 will be used in the expression. When y++ is evaluated, the current ... int z = (++y * (y++ + 5)); = 11 * (11 + 5 ) = 11 * 16 = 176

Description : Name any two library packages.

Last Answer : Ans. java.util, java.io

Description : Write one difference between / and % operator.

Last Answer : Ans. / is division operator while % is modulus operator which gives the remainder on dividing two numbers.

Description : Write the output for the following: System.out.println(“Incredible” + “\n” + “world”);

Last Answer : Incredible world

Description : int res = ‘A’; What is the value of res?

Last Answer : Ans. res will hold the ASCII value of ‘A’ which is 65.

Description : What is meant by a package.Give an example

Last Answer : Ans. Package in Java is a mechanism to encapsulate a group of classes, sub packages and interfaces., examples : lang , io , util etc..

Description : If the value of basic = 1500, what will be the value of tax after the following statement is executed tax = basic > 1200 ? 200 : 100

Last Answer : Ans. 200

Description : Write a difference between Unary and Binary Operator

Last Answer : Ans. Operators that acts on one operand are referred to as Unary Operators while Binary Operators acts upon two operand Unary + or Unary – , increment/decrement are the example of Unary operator While binary operator +,-,*,/ and % are the example of binary operators , (+) adds values of its operands

Description : What is the significance of the & and && operators in PL SQL ?

Last Answer : The & operator means that the PL SQL block requires user input for a variable. The && operator means that the value of this variable should be the same as inputted by the user previously ... span across different rollback segments or will it terminate ? It will terminate (Please check ).

Description : Identify the literals listed below: (i) 0.5 (ii)’A’ (iii) false (iv) “a”

Last Answer : Ans. (i) Floating point literal (ii) Character literal (iii) Boolean literal (iv) String literal

Description : Listed below are four respiratory capacities (i-iv) and four jumbled respiratory volumes of a normal human adult. Respiratory Respiratory capacities volumes (i) Residual volume 2500 mL (ii) Vital capacity 3500 mL (iii)Inspiratory ... c) (iv) 3500 mL, (i) 1200 mL (d) (i) 4500 mL, (ii) 3500 mL

Last Answer : (c) (iv) 3500 mL, (i) 1200 mL

Description : Give scientific reasons (in not more than four lines each) for the following: (i) Meat takes longer to cook on the mountains (ii) Water remains cool in earthen pitchers (iii) Ice and salt ... to sleep under trees during the night. (v) Greenhouse operators paint their glass roofs white in summer.

Last Answer : (i) Meat takes longer to cook on the mountains: The atmospheric pressure decreases as the altitude increases. The boiling point of water is 100 c at standard atmospheric pressure. At the mountains this ... of light to a maximum. And therefore white colour is painted on the roofs in the summer.

Description : Some of the C++ operators cannot overloaded which are i) Member access operators (. And .*) ii) Conditional operator (? :) iii) Scope resolution operator (: :) iv) Size operator (sizeof) A) only i, ii and iii B) only ii, iii and iv C) only ii and iv D) All i, ii, iii and iv

Last Answer : D) All i, ii, iii and iv

Description : What does the && operator do in a program code?

Last Answer : The && is also referred to as AND operator. When using this operator, all conditions specified must be TRUE before the next action can be performed. If you have 10 conditions and all but 1 fails to evaluate as TRUE, the entire condition statement is already evaluated as FALSE.

Description : PHP problem with && and possibly a malfuntioning array?

Last Answer : answer:Unfortunately the examples above don't really shed a lot of light without some additional information. Maybe we can help with some troubleshooting tips in general? A couple of things that come to mind ... is where you're expecting it. Good luck with it, I hope it all comes together.

Description : What error will be generated if a space is given between the logical AND operator (&&)? Will it be a compile-time or a run-time error?

Last Answer : Example: if(5>2 & & 6

Description : How many times does the following code segment execute int x=1, y=10, z=1; do{y--; x++; y-=2; y=z; z++} while (y>1 && z

Last Answer : A) 1

Description : Study the given figure below and answer the question that follow important-questions-for-class-12-biology-cbse-fertilisation-pregnancy-and-embryonic-development-t-33-3 (i)Name the stage of human embryo the ... implantation in the uterus. (iv)Where are the stem cells located in this embryo? -Biology

Last Answer : (i)The stage is blastocyst. (ii) A—Trophoblast. It helps in attachment to endometrium during implantation and provides nourishment to developing embryo. (iii) Inner cell mass acts as precursor to embryo ... into ectoderm and endoderm. (iv) Stem cells are located in inner cell mass of embryo.

Description : The half`-` life periods of four isotopes are give below `:` `(i) 7.6 years` , ` ii. 4000 years` `iii. 6000 years`,`iv. 3.2xx10^(5) years` Which of th

Last Answer : The half`-` life periods of four isotopes are give below `:` `(i) 7.6 years` , ` ii. 4000 years` `iii. ... is most stable ? A. iv B. iii C. ii D. i

Description : Which of the following statements about the reaction given below are correct? MnO2 + 4HCI → MnCl2 +2H20 + Cl2 (i) HCl is oxidized to Cl2 (ii) MnO2 is reduced to MnCl2 (iii) MnCl2 acts as an oxidizing agent (iv) HCl acts ... b) (i), (ii) and (iii) (c) (i) and (ii) only (d) (iii) and (iv) only

Last Answer : Answer: . (c)

Description : Match column I with column II and select the correct option using the codes given below. Column I Column II A. Citric acid (i) Trichoderma B. Cyclosporin A (ii) Clostridium C. Statins (iii)Aspergillus D. Butyric acid (iv) Monascus (a) A- ... -(iv), C-(ii), D-(iii) (d) A-(iii), B-(iv), C-(i), D-(ii)

Last Answer : (b) A-(iii), B-(i), C-(iv), D-(ii)

Description : Select the two correct statements out of the four (i - iv) statements given below about lac operon. (i) Glucose or galactose may bind with the repressor and inactivate it. (ii) In the absence of lactose, the repressor binds with the ... (iii) (b) (i) and (iii) (c) (ii) and (iv) (d) (i) and (ii)

Last Answer : (c) (ii) and (iv)

Description : Given below are four methods (A-D) and their modes of action (i-iv) in achieving contraception. Select their correct matching from the four options that follow. Method Mode of Action A. The pill (i) Prevents sperms reaching cervix B. Condom ... D - (ii) (d) A - (iv), B - (i), C - (ii), D - (iii)

Last Answer : A – (iii), B – (i), C – (iv), D – (

Description : The figure given below depicts a diagrammatic sectional view of the human female reproductive system. Which set of three parts out of I-VI have been correctly identified? I II III V VI IV (a) (II) ... , (V) Uterus, (VI) Cervix (d) (I) Perimetrium, (II) Myometrium, (III) Fallopian tube

Last Answer : (b) (III) Infundibulum, (IV) Fimbriae, (V) Cervix

Description : Match column I with column II and select the correct option using the codes given below. Column I Column II A. Pistils fused together (i) Gametogenesis B. Formation of gametes (ii) Pistillate C. Hyphae of higher (iii) Syncarpous ascomycetes D ... , C-(iv), D-(iii) (d) A-(iii), B-(i), C-(iv), D-(ii)

Last Answer : (d) A-(iii), B-(i), C-(iv), D-(ii)

Description : Match the items given in column I with those in column II and select the correct option given below. Column I Column II A. Glycosuria (i) Accumulation of uric acid in joints B. Gout (ii) Mass of crystallised salts within the kidney ... (iii) (iv) (c) (ii) (iii) (i) (iv) (d) (iv) (i) (ii) (iii)

Last Answer : (d) (iv) (i) (ii) (iii)

Description : Match the items given in column I with those in column II and select the correct option given below. Column I Column II (Function) (Part of excretory system) A. Ultrafiltration (i) Henle's loop B. Concentration (ii) Ureter of urine C. ... (ii) (iii) (c) (v) (iv) (i) (ii) (d) (v) (iv) (i) (iii)

Last Answer : (b) (iv) (i) (ii) (iii)

Description : Match the items given in column I with those in column II and select the correct option given below. Column I Column II (A) Tidal volume (i) 2500 - 3000 mL (B) Inspiratory reserve (ii) 1100 - 1200 mL volume (C) Expiratory reserve (iii ... i) (iv) (ii) (c) (i) (iv) (ii) (iii) (d) (iv) (iii) (ii) (i)

Last Answer : (b) (iii) (i) (iv) (ii)

Description : Match the stages of meiosis in column I to their characteristic features in column II and select the correct option using the codes given below. Column I Column II A. Pachytene (i) Pairing of homologous chromosomes B. Metaphase I (ii) ... , C-(iii), D-(i) (d) A-(iv), B-(iii), C-(ii), D-(i)

Last Answer : (a) A-(iii), B-(iv), C-(ii), D-(i)

Description : Identify the components labelled A, B, C and D in the diagram below from the list (i) to (viii) given along with Components : (i) Cristae of mitochondria (ii) Inner membrane of mitochondria (iii) Cytoplasm (iv) Smooth endoplasmic ... viii) (vi) (c) (vi) (v) (iv) (vii) (d) (v) (i) (iii) (ii)

Last Answer : (a) (v) (iv) (viii) (iii)

Description : Match the column I with column II. Column-I Column-II A. Golgi apparatus (i) Synthesis of protein B. Lysosomes (ii) Trap waste and excretory products C. Vacuoles (iii) Formation of glycoproteins and glycolipids D. Ribosomes (iv) Digesting ... ), C-(iv), D-(i) (d) A-(i), B-(ii), C-(iv), D-(iii)

Last Answer : (a) A-(iii), B-(iv), C-(ii), D-(i)

Description : Read the different components from (i) to (iv) in the list given below and tell the correct order of the components with reference to their arrangement from outer side to inner side in a woody dicot stem. (i) Secondary cortex (ii) Wood ... ) (c) (iii), (iv), (ii), (i) (d) (i), (ii), (iv), (iii).

Last Answer : (a) (iv), (i), (iii), (ii)

Description : Match column -I with column - II. Column-I Column-II A. Saprophyte (i) Symbiotic association of fungi with plant roots B. Parasite (ii) Decomposition of dead organic materials C. Lichens (iii) Living on living plants or animals D. ... (iii) (iv) (c) (iii) (ii) (i) (iv) (d) (ii) (i) (iii) (iv)

Last Answer : (a) (ii) (iii) (iv) (i)

Description : Match the organisms in column-I with habitats in column-II. Column-I Column-II A. Halophiles (i) Hot springs B. Thermoacidophiles (ii) Aquatic environment C. Methanogens (iii)Guts of ruminants D. Cyanobacteria (iv) Salty area Select the correct ... , C-(ii), D-(i) (d) A-(ii), B-(iv), C-(iii), D-(i)

Last Answer : (a) A-(iv), B-(i), C-(iii), D-(ii)

Description : Match column I with column II for housefly classification and select the correct option using the codes given below. Column I Column II A. Family (i) Diptera B. Order (ii) Arthropoda C. Class (iii)Muscidae D. Phylum (iv) Insecta (a) A-( ... B-(iii), C-(ii), D-(i) (d) A-(iv), B-(ii), C-(i), D-(iii)

Last Answer : (d) A-(iv), B-(ii), C-(i), D-(iii)

Description : The maximum harbour depth below lowest low water is generally equal to (i) Loaded draft +1.2 m when bottom is rock (ii) Loaded draft +1.8 m when bottom is soft (iii) Loaded draft +1.2 m when bottom is ... ) and (iii) are correct (C) (ii) and (iv) are correct (D) (iii) and (iv) are correct

Last Answer : (D) (iii) and (iv) are correct

Description :  A company has to choose between two projects whose cash flows are as indicated  below; Project 1:  i. Investment - Rs. 15 Lakhs ii. Annual cost savings - Rs. 4 lakhs. iii. Bi-annual ... years xii. Salvage Value- 2 lakhs Which project should the company choose? The annual discount rate is 12

Last Answer : Year Project 1 Project 2 Outgo Saving NPV Outgo Saving NPV 0 15.0 0 =-15.0 14.0 0 = -14 1 0 4.0 = (4 / (1+.12)1 = 3.571 0.2 3.5 = (3.3 / (1+.12)1 = 2.95 2 0.5 4.0 = (3.5 / (1+.12)2 = 2.79 0.2 3.5 ... (1+.12)8 = 3.43 0.2 5.5  (3.5+2) = (5.3 / (1+.12)8 = 2.14 NPV = + 2.301 @12% = + 0.15

Description : By 00 probe in AT weld testing with normal gain setting. (i) Area below N.axis can be tested. (ii) Area below N.axis can not be tested.* (iii) Only web below N.axis can be tested. (iv) All above are correct.

Last Answer : (ii) Area below N.axis can not be tested.*

Description : Marking on weld should be done (i) On centre of the rail head (ii) 10 mm below the top surface of rail head.* (iii) 10 mm above the bottom surface of rail head. (iv) None of the above

Last Answer : ii) 10 mm below the top surface of rail head.*

Description : Match List-I (Type of Unemployment) with List-II (Characteristics) and select the correct answer using the codes given below: L ist-I L ist -I I (Type of (Char acter ist ics) Unem ... contribution by the additional labour is nil E. Cyclical V. Job opportunities during certain months in the year

Last Answer : (1) A-V, B-III, C-IV, D-II, E-I

Description : Match List I (Vegetation zones) with List II (Mean Annual Temperature Range) and select the correct anwer using the code given below: L i st I L i st I I (Vegetati on (M ean Annual Zones) Temper atur e ... 24C B. Temperate II. 17 to 24C C. Tropical III. Below 7C D. Sub-tropical IV. 7C to 17C

Last Answer : IV. 7C to 17C

Description : Match List I (Industries) with List II (Important Centers) and select the correct answer using the code given below : L i st I L i st I I (I n dust r i es) (I m por t an t Cent er s) A. Cotton textile I. Ludhiana B. Hosiery II. ... I, C-II, D-III (3) A-III, B-II, C-I, D-IV (4) A-III, B-I, C-II, D-IV

Last Answer : (4) A-III, B-I, C-II, D-IV