Data and File Structures
Description: Data and file structure Data Structures and AlgorithmsData Structure | |
Number of Questions: 25 | |
Created by: Palash Sundaram | |
Tags: Data and file structure Data Structures and Algorithms Data Structure |
Which of the following algorithms is used to simulate complex systems in statistical physics and provides the method for obtaining a sequence of random samples from a probability distribution?
Which of the following data structures has at most one directed edge between a pair of vertices and self loops?
In _________, its vertex set V can be decomposed into two disjoint subsets V1 and V2 such that every edge in graph joins a vertex in V1 with a vertex in V2.
Which of the following algorithms is a strategy that sidesteps the issue of choosing the best depth limit by trying all possible depth limits?
Which of the following file control functions returns the current position of the file pointer on success and end of file on error?
Which of the following storage classes concerns itself with the permanence of variables?
Which of the following data structures represents a list where the order does not matter to the application and has no duplicates?
Which mathematical function is used to return arc tangent of the given expression x/y?
Which of the following data structures is an ordered list in which insertion always occurs at one end and deletion always occurs at the other end?
In which of the following data structures, for every edge (a, b), there is also an edge (b, a)?
In which of the following specifications of data structures, the user needs to create the sequence of instructions that will cause the operations to perform as specified?
In which of the following files, an overflow area needs to be maintained to permit insertion in sequence?
In which of the following data structures, there is exactly one edge directed from every other vertex?
Which of the following mathematical functions is used to return arc cosine of the given expression x/y?
Which of the following data structures is an undirected graph that can be drawn without any crossing of the edges?
In which of the following storage classes, the variables are created when the program is run and destroyed when the program is exited?
In which of the following data structures, the elements cannot be inserted into the middle of the list or deleted from the middle of the list?
Which of the following file control functions is used to reposition the file pointer and returns 0 on success and non-zero value on failure?
Which of the following files offers an effective way to organize data when there is a need to access individual records randomly?
Which of the following functions returns the number of items that are successfully read from the file identified by file pointer?
Which of the following data structures is an undirected graph that may contain multiple edges or loops?
Which of the following functions returns the number of items that are successfully written into the file identified by the file pointer?
In which of the following specifications of data structure, the user is modeling real life data in a specific context?
Which of the following mathematical functions is used to return arc sine of the given expression x/y?
Which of the following function is a macro that outputs a character to a file stream specified using file pointer?