1. An indexed file offers the facility of a Random file and the access method of a






Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Access method is used for obtaining a record from a cassette tape is _____.....
QA->The extension jpeg in the name of a file indicates that it is a/an file.....
QA->Random (adj.)....
QA->At random....
QA->Which is the first Bank in India to get online Banking facility?....
MCQ->An indexed file offers the facility of a Random file and the access method of a....
MCQ->Which of the following are necessary for Run-time Polymorphism? The overridden base method must be virtual, abstract or override. Both the override method and the virtual method must have the same access level modifier. An override declaration can change the accessibility of the virtual method. An abstract inherited property cannot be overridden in a derived class. An abstract method is implicitly a virtual method.....
MCQ->Statements : Some schemes are offers. Some offers are discounts. No discount is a loan. Conclusions : I. Those offers which are discounts can never be loans. II. Some loans are definitely schemes. (1) Only Conclusion I follows (2) There is possibility that all schemes are loans (3) Only Conclusion II follows (4) Either Conclusion I or Conclusion II follows (5) Neither Conclusion nor Conclusion IIfollows....
MCQ->If a Student class has an indexed property which is used to store or retrieve values to/from an array of 5 integers, then which of the following are the correct ways to use this indexed property? Student[3] = 34; Student s = new Student(); s[3] = 34; Student s = new Student(); Console.WriteLine(s[3]); Console.WriteLine(Student[3]); Student.this s = new Student.this(); s[3] = 34;....
MCQ->You configure the following access list: access-list 110 deny tcp 10.1.1.128 0.0.0.63 any eq smtp access-list 110 deny tcp any eq 23 int ethernet 0 ip access-group 110 out What will the result of this access list be?....
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