Array is Linear data structure
Array is Linear data structure
Queue data structure works on
Which is not a primitive data type?
A queue is a,
A queue is a,
Which of the following data structure is linear data structure?...
Which of the following data structure is linear data structure?...
What
is int stands for?
For a binary search algorithm to work, it is necessary that the array...
A linear collection of data elements where the linear node is given by...
Which is not primitive data structure
Binary search tree is also called two way search tree
What
is the symbol of increment
Binary search tree is also called two way search tree
A linear collection of data elements where the linear node is given by...
A multidimensional array is declared as such:
...
What
is the symbol of decrement
A subscript/index must be an integer or integer expression (using any...
The position number is more formally called a subscript or index (this...
1.44 log n is the worst case height of an AVL tree.
Stack is work on the principal of
In the statement:int a [ arraySize ] = { 87, 64, 52, 4, 45, 63, 55,...
Static int array1[ arraySize];Will initialize each element to 0 the...
Stack is work on the principal of
An algorithm that calls itself directly or indirectly is...
____________ are data structures consisting of related data items of...
[ ] and ( ) have the highest precedence
Which is the array name?int int1[ int2 ];
When passing an array to a function, the array size is normally passed...
The value of the name of the array is the address in the computer’s...
Pass by reference means that the calling function can read and write...
Which data structure allows deleting data elements...
The memory address of the first element of an array is called
Int n[11];What is the last index number (or subscript) of this array?
Applying 'static' to an array declaration will allow the array not to...
C++ passes arrays to functions by reference—the called functions can...
A multidimensional array is declared as such:int array[ [] ];
Concept of array employes Wastage of memory
Which of the following is an array declaration with initalizers
The name of the array is the address in the computers memory of the...
Which data structure is needed to convert infix notation to postfix...
Time complexity of linear search is
Highest precedence is
The situation when in a linked list START=NULL is
A full binary tree with n leaves contains
Overflow condition in stack is called
Overflow condition in stack is called
AVL stands for
Which data structure is needed to convert infix notation to postfix...
If the array size is omitted from a declaration with an initializer...
Although entire arrays are passed by reference, individual array...
Which method can find if two vertices x & y have path between...
Highest precedence is
Which is not predefine string function
AVL stands for
Time complexity of linear search is
If a static array is not initialized explicitly by you, each element...
Concept of array employes Wastage of memory
Which is not predefine string function
A full binary tree with n leaves contains
An array is a ....
Which is not application of stack
To refer to a particular location or element in the array, we specify...
What is the most dominant method for accessing and printing an entire...
This statement will not compileint array[] = {1, 2, 3, 4};
Representation of data structure in memory is known as:
Quick sort is also known as
A leaf node have degree
Representation of data structure in memory is known as:
Passing arrays by value would mean that each element would be copied...
A multidimensional array cannot be initialized in its...
Leaf node is also called internal node
An adjacency matrix representation of a graph cannot contain...
Void function1( array );
...
Each data item in a record may be a group item composed of sub-items;...
Only constants can be used to declare the size of automatic and status...
Under which condition circular queue is Full
Leaf node is also called internal node
Each data item in a record may be a group item composed of sub-items;...
Which is not application of stack
Quick sort is also known as
An adjacency matrix representation of a graph cannot contain...
The value of structure is resizing during run time by using
This is a static arrayint n[];
Disadvantage of linear queue is overcome by using
The best average behaviour is shown by
The value of structure is resizing during run time by using
Disadvantage of linear queue is overcome by using
The best average behaviour is shown by
At ___________ , the compiler reserves the appropriate amount of...
C
language was develop on what year?
It is good practice to declare more than one array per declaration to...
How many types of queue's are available
How many types of queue's are available
Which of the following statement is false?
Int n[11];How many possible elements can be stored in this array?
Which of the following statement is false?
If the array size is omitted from a declaration with an initializer...
Brackets ' [ ' have a higher precedence than ' ( '
Not assigning a value to a constant variable when it is declared....
A variable P is called pointer if
Which of the following data structure is non-linear...
A variable P is called pointer if
Quick sort algorithm is an example of _____
Which of the below mentioned sorting algorithms are not stable?
The postfix form of the expression (A+ B)*(C*D− E)*F / G is
Which of the following is not a limitation of binary search algorithm?
The postfix form of the expression (A+ B)*(C*D− E)*F / G is
Identify the data structure which allows deletions at...
The elements of an array are stored successively in memory cells...
In which of the following scenarios would using a self-balancing...
In order to declare an array of a certain size, you must indicate...
Const int x;x = 7;Will this compile?
If a static array is not initialized explicitly by you, the program...
Const int rows = 2;const int columns = 3;int array1[ rows ][ columns ]...
Vectors are declared as such:
Under which condition circular queue is Full
Which of the following is not the required condition for binary search...
A particular way of storing and organizing data in...
How many types of sorting in data structure
Data is nothing but
Data is nothing but
Defining the size of each array as a constant variable instead of a...
C++ passes arrays to functions by value—the called functions can...
C
language was created by who?
Void function1( array[] );This function will operate correctly,...
Pass by value means that the calling function can read and write to...
The depth of a complete binary tree is given by
What is wrong with this code?int SIZE = 7;int array[ SIZE ];
Specifies
a file to be included
A B-tree is called
A graphical or
symbolic representation of a process.
Arrays with two dimensions (i.e., subscripts) often represent tables...
Arrays are always _______ structures because they remain the same size...
A B-tree is called
How many types of sorting in data structure
The
fundamental looping statement in C
Bubble SortThe first iteration of this algorithm takes the second...
Consider a B+-tree in which the maximum number of keys in a node is 5....
A
diamond flow chart shape indication a branch in the process flow.
A
...
The first element in every array has subscript ______ and is sometimes...
An
...
An array is a _____________ group of memory locations that all have...
A program initializes static local arrays when their declarations are...
A
rectangular flow chart shape indicating a normal process flow step.
A
common error when writing for the loops is to place a _____ ?
To pass an element of an array to a function, use the array name as an...
Arrays with multiple dimensions are known as ______ by _________...
A small, labeled, circular flow chart shape used to indicate a...
Which one of the following is a key factor for preferring B-trees to...
On which prinicple does stack work?
Providing more initializers in an array initializer list than there...
General-purpose
computer programming language
Character arrays can also represent ________ (hint: types)
_________ sort is a simple, but inefficient, sorting algorithm.
Select all that apply. Vectors are more powerful than arrays because:
Set
of Instruction
The linear search compares each element of an array with a __________
Arrays with 2 dimensions are called ___________
A
function which has its protype defined in conio.h header file
Tag for Stands
for "standard input/output header"
It is a tag for C
...