Information Retrival Techniques Set 8

On This Page

This set of Information Retrival Techniques Multiple Choice Questions & Answers (MCQs) focuses on Information Retrival Techniques Set 8

Q1 | In ordered indices the file containing the records is sequentially ordered, a                         is an index whose search key also defines the sequential order of the file.
  • clustered index
  • structured index
  • unstructured index
  • nonclustered index
Q2 | Indices whose search key specifies an order different from the sequential order of the file are called                        indices.
  • nonclustered
  • secondary
  • all of the mentioned
  • none of the mentioned
Q3 | An                           consists of a search-key value and pointers to one or more records with that value as their search-key value.
  • index entry
  • index hash
  • index cluster
  • index map
Q4 | In a                 clustering index, the index record contains the search-key value and a pointer to the first data record with that search- key value and the rest of the records will be in the sequential pointers.
  • dense
  • sparse
  • straight
  • continuous
Q5 | Incase the indices values are larger, index is created for these values of the index. This is called
  • pointed index
  • sequential index
  • multilevel index
  • multiple index
Q6 | A search key containing more than one attribute is referred to as a                     search key.
  • simple
  • composite
  • compound
  • secondary
Q7 | In B+ tree the node which points to another node is called
  • leaf node
  • external node
  • final node
  • internal node
Q8 | appears for only some of the search-key values.
  • dense
  • sparse
  • straight
  • continuous
Q9 | return index;
  • o(nlogn)
  • o(logn)
  • o(n)
  • o(1)
Q10 | }
  • requires more space
  • greater time complexities compared to other searching algorithms
  • not easy to understand
  • not easy to implement
Q11 | OLAP stands for
  • online analytical processing
  • online analysis processing
  • online transaction processing
  • online aggregate processing
Q12 |                data.
  • multidimensional
  • singledimensional
  • measured
  • dimensional
Q13 | The generalization of cross-tab which is represented visually is                           which is also called as data cube.
  • two dimensional cube
  • multidimensional cube
  • n-dimensional cube
  • cuboid
Q14 | The process of viewing the cross-tab (Single dimensional) with a fixed value of one attribute is
  • slicing
  • dicing
  • pivoting
  • both slicing and dicing
Q15 | The operation of moving from finer- granularity data to a coarser granularity (by means of aggregation) is called a                  
  • rollup
  • drill down
  • dicing
  • pivoting
Q16 | In SQL the cross-tabs are created using
  • slice
  • dice
  • pivot
  • all of the mentioned
Q17 | This can be achieved by using which of the following ?
  • group by rollup
  • group by cubic
  • group by
  • none of the mentioned
Q18 | What do data warehouses support?
  • olap
  • oltp
  • olap and oltp
  • operational databases
Q19 | How many grouping is possible in this rollup?
  • 8
  • 4
  • 2
  • 1
Q20 | Which one of the following is the right syntax for DECODE?
  • decode (search, expression, result [, search, result]… [, default])
  • decode (expression, result [, search, result]… [, default], search)
  • decode (search, result [, search, result]… [, default], expression)
  • decode (expression, search, result [, search, result]… [, default])
Q21 | A piece of icon or image on a web page associated with another webpage is called
  • url
  • hyperlink
  • plugin
  • extension
Q22 | Dynamic web page              
  • is same every time whenever it displays
  • generates on demand by a program or a request from browser
  • both is same every time whenever it displays and generates on demand by a program or a request from browser
  • is different always in a predefined order
Q23 | What is a web browser?
  • a program that can display a web page
  • a program used to view html documents
  • it enables user to access the resources of internet
  • all of the mentioned
Q24 | Common gateway interface is used to
  • generate executable files from web content by web server
  • generate web pages
  • stream videos
  • download media files
Q25 | URL stands for                  
  • unique reference label
  • uniform reference label
  • uniform resource locator
  • unique resource locator