Question Set

1. Main Memory is also known as





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The memory which is known as a volatile memory is:....
QA->Moving process from main memory to disk is called?....
QA->The smallest measurement of memory is?....
QA->"Crossing the Threshold of Hope" "Gift and Mystery" “Roman Tryptych Meditations" "Rise up Let us Go"; "Memory and Identity" are the books written by?....
QA->The first electronic computer which could store programs in the memory 'EDVAC' (Electronics Discrete Variable Computer) was invented by ?....
MCQ->A microprocessor with a 16 bit address bus is used in a linear memory selection configuration. Address bus lines are directly uses as chip selects of memory chips with 4 memory chips the maximum addressable memory space is....
MCQ->A microprocessor with a 16-bit address bus is used in a linear memory selection configuration (i.e., Address bus lines are directly used as chip selects of memory chips) with 4 memory chips. The maximum addressable memory space is....
MCQ->The access time of a word in 4 MB main memory is 100 ms. The access time of a word in a 32 kb data cache memory is 10 ns. The average data cache bit ratio is 0.95. The efficiency of memory access time is....
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->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication ( class Sample { private enum color : int { red, green, blue } public void fun() { Console.WriteLine(color.red); } } class Program { static void Main(string[ ] args) { // Use enum color here } } } To define a variable of type enum color in Main(), we should use the statement, color c; . enum color being private it cannot be used in Main(). We must declare enum color as public to be able to use it outside the class Sample. To define a variable of type enum color in Main(), we should use the statement, Sample.color c; . We must declare private enum color outside the class to be able to use it in Main().....
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