This section includes data structure MCQ questions on the overview and definition of data structure, data types and structured data types, abstract data type, pre and post conditions, linear and non-linear data structure. It also includes solved objective questions on the advantages of using an ar...
26) In which memory a String is stored, when we create a string using new operator? Stack String memory Heap memory Random storage spaceShow AnswerWorkspace27) What is the use of the intern() method? It returns the existing string from memory It creates a new string in the database It ...
10. The data structure required for Breadth First Traversal on a graph is? a) Array b) Stack c) Tree d) Queue View Answer 11. The prefix form of A-B/ (C * D ^ E) is? a) -A/B*C^DE b) -A/BC*^DE c) -ABCD*^DE ...
of J(Theta) decreases quickly and then levels off. Based on this, which of the following conclusions seems most plausible? a. Rather than using the current value of a, use a larger value ofa (say a=1) b. c. Rather than using the c...
Here is a listing of C++ interview questions on “Structures” along with answers, explanations and/or solutions: 1. The data elements in the structure are also known as what? a) objects b) members c) data d) objects & data View Answer ...
In the case of the Logical Data Independence Rule, It shouldn't make a difference what the user sees (application) if the logical structure changes. Discuss this Question 10. In the case of ___ Independence Rule, if using the SQL queries language to insert data into table's cells, the...
Context-Aware Apps allows the creation of new applications based on the location of the mobile device, the functionality to be delivered by the device, to help tailor personal computer applications for mobile devices. Q20. Using highly adaptive, contextual interfaces is a good way to deal with ...
The given C code snippet performs arithmetic operations on specific elements of a static float array using pointers. Let's break down the operations step by step to determine the correct output. The static float a[] = {13.24, 1.5, 4.5, 5.4, 3.5}; initializes a static array a with five...
16) Which of the following is used to specify the subscript of text using CSS? vertical-align: sub vertical-align: super vertical-align: subscript None of the above 17) Which of the following CSS property is used to specify the space between every letter inside an element?
Here are 1000 MCQs on Database Management System (Chapterwise). 1. What is the full form of DBMS? a) Data of Binary Management System b) Database Management System c) Database Management Service d) Data Backup Management System View Answer ...