Question Set

1. Size of short integer and long integer would vary from one platform to another.



Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 01 Jun 2017 06.01 pm
    True, Depending on the operating system/compiler/system architecture you are working on, the range of data types can vary.
Show Similar Question And Answers
QA->A train passes a station platform in 36 seconds and a man standing on the platform in 20 seconds. If the speed of the train is 54 km/hr, what is the length of the platform?....
QA->A train 110ms long passes a telegraph pole in 3 seconds. How long will it take to cross railway platform 165 ms long....
QA->A train passes a platform in 36 seconds. The same train passes a man standing on the platform in 20 seconds. If the speed of the train is 54 km/hr, The length of the platform is....
QA->A train 300m long crossed a platform 900m long in 1 minute 12 seconds. Find the speed of the train in km/hr....
QA->A main in a train moving at a constant velocity drops a ball on the platform. The path of the ball as seen by an observer standing on the platform is?....
MCQ->What will be the output of the program? public class WrapTest { public static void main(String [] args) { int result = 0; short s = 42; Long x = new Long("42"); Long y = new Long(42); Short z = new Short("42"); Short x2 = new Short(s); Integer y2 = new Integer("42"); Integer z2 = new Integer(42); if (x == y) / Line 13 / result = 1; if (x.equals(y) ) / Line 15 / result = result + 10; if (x.equals(z) ) / Line 17 / result = result + 100; if (x.equals(x2) ) / Line 19 / result = result + 1000; if (x.equals(z2) ) / Line 21 / result = result + 10000; System.out.println("result = " + result); } }....
MCQ->Size of short integer and long integer would vary from one platform to another.....
MCQ->A horizontal circular platform has a weight of 300 lb and a radius of gyration about the z axis passing through its center O of kz = 8 ft. The platform is free to rotate about the z axis and is initially at rest. A man, having a weight of 150 lb, begins to run along the edge in a circular path of radius 10 ft. If he has a speed of 4 ft/s and maintains this speed relative to the platform, compute the angular velocity of the platform.....
MCQ->Read the following passage carefully and choose the most appropriate answer to the question out of the four alternatives. Translation is of immense importance today. With rapid commercialization, the narrow barriers between nations are fast disappearing. In the past, there used to be practically no communication amongst nations. The modern world, however, is no longer divided into water-tight compartments. We are heading towards one world, thanks to development in the fields of communication among nations today. Translation forges bonds of unity amongst people who speak different languages. Even if we do not know a particular language or the literature of a particular nation, we can know its richness and the depth of its ideas through translation. Translation also helps in understanding the rich cultural heritage of a nation. Thus a multi-lingual person has a multi-focal view of the world. Translation also serves as a mode of cultural excahnge in a multi-lingual country. It plays a pivotal role in the evolution of a pluralistic national identity. The achievement of translation is both the globalisation of culture and the promotion of intra and inter-cultural bonding. One may appreciate and enjoy through translation the plays of Shakespeare even if one does not know the English language. One may also know the rich world of Homer, Virgil, Dante, Milton, Dickens, Hardy, Leo Tolstoy, Zola and Munshi Prem Chand through translation. Translation responds to our intellectual, cultural and spiritual needs. It is necessary for information and for the exchange of ideas. Translation, which has hitherto been neglected and marginalized, has assumed importance with rapid globalization. It is now considered an art which requires mastery and perfection. A good translator is able to do away with superficiality and has a clear understanding of the text to be translated. He should have mastery over the subtle nuances of the language from which he is translating. Translating a passage of one language into another literally is not only impossible but would also result in incorrect grammar and syntax. What should be the primary concern while translating a passage from one language into another?....
MCQ->You typically initialize Short Integer, Integer, and Long Integer variables to....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution