Posts

Showing posts from October, 2013

MCQ of Data Structure and Algorithm with Answer set-5

Image
1. Arrays are best data structures A) for relatively permanent collections of data B) for the size of the structure and the data in the structure are constantly changing C) for both of above situation A Linked List data structure that starts with a head reference to the first node, and each node contains a 'next' field that points to the next node. The final node has a 'next' value of null. (Photo credit: Wikipedia ) D) for none of above situation 2. Which of the following data structure is not linear data structure? A) Arrays B) Linked lists C) Both of the above D) None of the above 3. The disadvantage in using a circular linked list is ......................... A) It is possible to get into infinite loop. B) Last node points to first node. C) Time consuming D) Requires more memory space 4. A linear list in which each node has pointers to point to the predecessor and successors nodes is called as .. A) Singly Linked List B) Circular Linked List C) Doubly Linked List D...

Solved MCQ of Data Structure and Algorithm set-4

Image
Tree-data-structure (Photo credit: Wikipedia ) 1. Which of the following data structure is non-linear type? A) Strings B) Lists C) Stacks D) Tree 2. Which of the following data structure is linear type? A) Array B) Tree C) Graphs D) Hierarchy 3. The logical or mathematical model of a particular organization of data is called a ......... A) Data structure B) Data arrangement C) Data configuration D) Data formation 4. The simplest type of data structure is .................. A) Multidimensional array B) Linear array C) Two dimensional array D) Three dimensional array 5. Linear arrays are also called ................... A) Straight line array B) One-dimensional array C) Vertical array D) Horizontal array 6. Arrays are best data structures ............ A) For relatively permanent collections of data. B) For the size of the structure and the data in the structure are constantly changing C) For both of above situation D) For none of the above 7. Which of the following data structures are in...

Factors That Influence Your Websites Rankings

Image
Your websites rankings in the search engine affect the visibility of your site in search results. Higher ranked websites are always appeared on the top of search results, those sites have greater chances of being clicked. As a result those websites can get high volumes of traffic, those visitors which are obtained from search engines are not only visitors for numbers but also highly targeted visitors. There are so many factors that influence your website rankings, some of the most important factors I have described here, may help you to increase your websites rankings and visibility on search engines by implementing those tips for your website. Factors That Influence Your Websites Rankings # 1. Textual content on your website If the webpage does not have text content or have little text content, search engine could not find anything to index or may be ignored by the search engine. The little or no text content webpage does not appear on the search results. To be more visible to the se...