Font size
WorksheetsInformation Retrieval MCQ
Total questions: 120
Worksheet time: 30hrs 0mins
is the Activity of obtaining material which can be documents of unstructured nature
Information Retrieval
Boolean Retrieval
Dictionary Retrieval
Tolerant Retrieval
Three major component of Information Retrieval system are document subsystem ,Retrieval Subsystem and
User Subsystem
Query Subsystem
Feedback Problem
Subsystem
is the unit of information that we want to return as a result of
Documents
Collection
Posting List
Index
is the topic about which the user desires to know more
Query
Information Need
Term
Document
is the smallest unit of information in a query
Term
Document
Word
Index
Permuterm index is a index form of index
Inverted
Real
Term
Dictonary
A Query like mon is called as wildcard query
Trailing
Heading
New
Real
algorithm is the algorithm for phonetic hashing
Soundex
Phonetic
k-gram
Edit distance
Edit distance type of spelling correction is
Isolated term correction
Context Sensitive correction
k-gram correction
both A and B
In Permuterm index symbol is used to mark the end of a term
$
%
&
is fraction of returned result relevant to information need
Precision
Recall
Corpus
Relavance
Within Documernt collection each document has unique serial number known as
Document Identifier
Document Number
Document Id
Both b and c
is the process of selecting how to organize the work of answering a query so that least amount of work need to be done by system
Query optimization
Query minimization
Query Answering
Both a and c
is a model for information retrieval in which we can pose any query which is in the form of Boolean Expression of terms
Boolean Retrieval
Dictonary retrieval
Tolerent retrieval
Both a and b
is a fraction of relavant documents in the collection were returned by the system
Precision
Recall
Corpus
Relavance
The idea to use computers for searching information was published in the article As We May Think by 1945 in
Vannever Bush
Holmstrom
Gerard Salton
Both a and c
is the data structure for faster information retrieval which is collection of selected words and associated pointers
Index
Library
Metadata
Term
were the first to adopt Information retrival system for retriving information
Libraries
NIST
Both a and c
In Document subsystem Abstracting contains
Summarizing
Bibliographic description
Acquisition
Both a and c
In Document Subsystem file organization contains term by term list of records under each term is called as
Inverted
Sequential
Combination
Both a and c
IR Stands for______________.
Information Retrieval
Information Retired
Inform Retrieval
Information Ready
Each item in the list is called as______________.
Items
Posting
Query
Information
etr term is called _________k-grams wildcard query.
3
4
1
2
To search document by _______________ in IR.
id
docID
number
#digits
SEO stands for _____________ .
Search English Optimization
Search Engine Optimization
Search Engine Operator
Search Engine Operation
Dictionary performed by _________________pair
Key and Value
Value and Number
Id and Number
Name and code
An advantage of a positional index is that it reduces the asymptotic complexity of a postings intersection operation.
True
False
_________can best be described as a programming model used to develop Hadoopbased applications that can process massive amounts of data.
MapReduce
Mahout
Oozie
All of the mentioned
The purpose of the inverse document frequency is to increase the weight of terms with high collection frequenc.
True
False
URL Stands for ______________________.
Uniform Ravar Location
Uniform Resource Locator
Uni Resource Locate
Uniform Reverse Locator
A data structure that maps terms back to the parts of a document in which they occur is called an
Postings list
Incidence Matrix
Dictionary
Inverted Index
The first large information retrieval research group was formed by____________at cornell in 1960.
Gerard Salton
Ratan Tata
Ramesh Bush
Think Roy
Input, Purpose and Output are the factors of _________ .
Summarization
Question Answering
Page Rank
Personalized Search
A deadlock can be broken down by
Committing one or more transactions
Aborting one or more transactions
Rolling back one or more transactions
Terminating one or more transactions.
NLTK stands for ______________ .
Natural Language Toolkit
Natural Lang Tool
Natural Long Tooltip
Nature Language Toolkit
A model of information retrieval in which we can pose any query in which search terms are combined with the operators AND, OR, and NOT:
Ad Hoc Retrieval
Ranked Retrieval Model
Boolean Information Model
Proximity Query Model
A data structure that maps terms back to the parts of a document in which they occur is called an (select the best answer):
Postings list
Incidence Matrix
Dictionary
Inverted Index
A process to efficiently intersect lists to be able to quickly find documents that contain both terms is referred to as merging postings lists.
True
False
The model of information retrieval in which we can pose any query in the form of a Boolean expression is called the ranked retrieval model.
True
False
The number of times that a word or term occurs in a document is called the:
Proximity Operator
Vocabulary Lexicon
Term Frequency
Indexing Granularity
Stemming increases the size of the vocabulary.
True
False
In information retrieval, extremely common words which would appear to be of little value in helping select documents that are excluded from the index vocabulary are called:
Stop Words
Tokens
Lemmatized Words
Stemmed Terms
A crude heuristic process that chops off the ends of the words to reduce inflectional forms of words and reduce the size of the vocabulary is called:
Lemmatization
Case Folding
True casing
Stemming
An advantage of a positional index is that it reduces the asymptotic complexity of a postings intersection operation.
True
False
An index that includes sequences of words or terms of variable length that have been extracted from a source document is called a:
Phrase Index
Biword index
Positional index
Inverted Index
One disadvantage, as outlined in our text, of using a permuterm index for wild card queries is:
It requires complex code that is difficult to maintain
It has the risk of key collisions which are difficult to resolve
The required rotations creates a very large dictionary
It cannot be used to find terms that are not spelled correctly
Which of the following is a technique for context sensitive spelling correction:
the Jaccard Coefficient
Soundex algorithms
k-gram indexes
Levenshtein distance
For a very large collection of books of classic literature the most appropriate indexing algorithm would be:
Block sort-based indexing algorithm
Single-pass in memory indexing algorithm
Distributed Map-Reduce indexing algorithm
Dynamic indexing process employing an auxiliary index
For a large collection of documents such as the internet that experience frequent change the most appropriate indexing algorithm would be:
Block sort-based indexing algorithm
Single-pass in memory indexing algorithm
Distributed Map-Reduce indexing algorithm
Dynamic indexing process employing an auxiliary index
Given two strings s1 and s2, the edit distance between them is sometimes known as the:
Levenshtein distance
isolated-term distance
k-gram overlap
Jaccard Coefficient
For a moderately large collection of static documents maintained on a single system the most appropriate indexing algorithm would be:
Block sort-based indexing algorithm
Single-pass in memory indexing algorithm
Distributed Map-Reduce indexing algorithm
Dynamic indexing process employing an auxiliary index
For a small collection of documents on a personal computer that don't experience any change the most appropriate indexing algorithm would be:
Block sort-based indexing algorithm
Single-pass in memory indexing algorithm
Distributed Map-Reduce indexing algorithm
Dynamic indexing process employing an auxiliary index
Hashing is a process where an item is reduced, through a mathematical process, to an integer.
True
False
The size of the document collection that can be indexed by single-pass in-memory indexing algorithm is limited by the size of the disk storage the computer running the indexer process has access to.
True
False
The formula used to estimate the vocabulary size of a collection is known as:
Zipf's law
Power law
Heap's law
Compression ratio
Which of the following is NOT a benefit of index compression?
Simplified algorithm design
Reduction of disk space
Faster transfer of data from disk to memory
Increased Use of caching
A compression algorithm that results in some loss of data is called:
zipf compression
dictionary compression
lossless compression
lossy compression
An approach to compression that takes advantage of the redundancy in the dictionary that results from common prefixes that come from sorted terms is called:
Front Coding
Blocked storage
Prefix Coding
Variable byte encoding
A disadvantage of compression is that it reduces the transfer of data from disk to memory.
True
False
The 30 most common words account for 30% of the tokens in written text is known as front coding.
True
False
Weighted zone scoring is sometimes referred to as ranked Boolean retrieval.
True
False
In the bag of words model, the exact ordering of terms within the document is both significant and relevant to processing.
True
False
The purpose of the inverse document frequency is to increase the weight of terms with high collection frequency.
True
False
A scheme where a weight is assigned to a term based upon the number of occurrences of the term within a document is called:
Bag of Words
Document Frequency
Term Frequency
Optimal weight
The number of documents within a collection that contain a particular term is the collection frequency of the term.
True
False
A metric derived by taking the log of N divided by the document frequency where N is the total number of documents in a collection is called:
document frequency
tf-idf weight
collection frequency
inverse document frequency
The tf-idf weight is highest when a term t occurs many times within a small number of documents.
True
False
The tf-idf weight is lower when a term t occurs many times in a document or occurs in relatively few documents.
True
False
A measure of similarity between two vectors which is determined by measuring the angle between them is called:
cosine similarity
sin similarity
vector similarity
vector scoring
An index that is often supplemental to the inverted index and contains terms from only a particular field or section of a document is called a parametric index.
True
False
An approach to retrieval in a search that is likely (but not precisely) to produce the top K scoring documents is called:
Exact top K document retrieval
top scoring document retrieval
Inexact top K document retrieval
Imprecise top K document retrieval
An approach to computing scores in an IR system that pre-computes for each term in the dictionary, the set of documents with the highest weights for the term is:
Champion list
Impact ordering
Cluster pruning
Tiered indexes
An approach to computing scores in an IR system that orders documents in the posting list of a term by decreasing order of term frequency is called:
Champion list
Impact ordering
Cluster pruning
Tiered indexes
An approach to computing scores in an IR system that selects a sample of documents randomly from the collection as leaders which are in the index and links similar documents to it (followers) is called:
Champion list
Impact ordering
Cluster pruning
Tiered indexes
Which of the following items is not a component of a complete search system?
Document cache
Indexers
Spell correction
Horizontal index
Which of the following is NOT one of the types of queries in a complete search system discussed in our text?
Wildcard Query
Boolean retrieval
Phrase Query
Ranked retrieval Query
Considering only documents containing terms whose idf exceeds a preset threshold is an index elimination.
True
False
A scoring function that computes an aggregate of a document's relevance from multiple sources is called evidence accumulation.
True
False
A scheme where a weight is assigned to a term based upon the number of occurrences of the term within a document is called:
Bag of Words
Document Frequency
Term Frequency
Optimal weight
A group of related documents against which information retrieval is employed is called:
Corpus
Text Database
Index Collection
Repository
Weighted zone scoring is referred to as:
ranked Boolean retrieval
Zipf retrieval
Ad Hoc query retrieval
Jaccard retrieval
An approach to compression that takes advantage of the redundancy in the dictionary that results from common prefixes that come from sorted terms is called:
Front Coding
Blocked storage
Prefix Coding
Variable byte encoding
True/False: Given two strings s1 and s2, the edit distance between them is sometimes known as the Levenshtein distance.
True
False
True/False: Ad hoc retrieval is a model of information retrieval in which we can pose any query in which search terms are combined with the operators AND, OR, and NOT.
True
False
True/False: An advantage of compression is that it reduces the transfer of data from disk to memory.
True
False
True/False: The process where multiple lists are evaluated using AND or OR operators in a Boolean retrieval query is called an intersection operation.
True
False
For a small collection of documents on a personal computer that don't experience any change the most appropriate indexing algorithm would be:
Block sort-based indexing algorithm
Single-pass in memory indexing algorithm
Distributed Map-Reduce indexing algorithm
Dynamic indexing process employing an auxiliary index
True/False: The number of documents within a collection that contain a particular term is the collection frequency of the term.
True
False
The number of times that a word or term occurs in a document is called the:
Proximity Operator
Vocabulary Lexicon
Term Frequency
Indexing
Granularity
True/False: In the bag of words model, the exact ordering of terms within the document is not relevant to processing.
True
False
True/False: The Jaccard algorithm is a technique for context sensitive spelling correction.
True
False
True/False: Precision in an information retrieval system refers to the fraction of relevant documents in the collection that were returned by the system.
True
False
True/False: The purpose of the inverse document frequency is to increase the weight of terms with high collection frequency.
True
False
In information retrieval, extremely common words which would appear to be of little value in helping select documents that are excluded from the index vocabulary are called:
Stop Words
Tokens
Lemmatized Words
Stemmed Terms
A process that reduces the size of a vocabulary by reducing to the 'root' of words is called:
Stemming
Lemmatizing
Removal of stop words
Posting
pruning
A compression algorithm that results in some loss of data is called:
zipf compression
dictionary compression
lossless compression
lossy compression
Which of the following is NOT a benefit of index compression?
Simplified algorithm design
Reduction of disk space
Faster transfer of data from disk to memory
Increased Use of caching
True/False: tf-idf weight is a metric derived by taking the log of N divided by the document frequency where N is the total number of documents in a collection.
True
False
True/False: Vector similarity is a measure of similarity between two vectors which is determined by measuring the angle between them.
True
False
True/False: Heap's law is the formula used to estimate the vocabulary size of a collection is.
True
False
To evaluate the effectiveness of an IR system the output from a standard query executed against the test IR system is compared with the known output from a:
internet collection
reference book
separate IR system.
standard test collection
Precision is the fraction of retrieved documents that are relevant.
True
False
Recall is the fraction of non relevant documents that are retrieved.
True
False
Accuracy is typically the most accurate measure of IR system effectiveness.
True
False
The F-measure is a single measure that balances precision versus recall.
True
False
The purpose of the inverse document frequency is to increase the weight of terms with high collection frequency.
True
False
The standard approach to information retrieval system evaluation involves around the notion of:
Quantity of documents in the collection
Relevant and non relevant documents.
Accuracy
user happiness
A web server communicates with a client (browser) using which protocol:
HTML
HTTP
FTP
Telnet
The basic operation of a web browser is to pass a request to the web server. This request is an address for a web page and is known as the:
UAL: Universal Address Locator
HTML: Hypertext Markup Language
URL: Universal Resource Locator
HTTP: Hypertext transfer protocol
A web page whose content doesn't vary from one request to another is called a:
Text Page
Dynamic Page
Active Server Page
Static Page
A web link within a web page that references another part of the same page is called a:
Out link
Vector
In link
Tendril
In the context of web search engines the manipulation of web page content for the purpose of appearing high up in search results for selected query terms is called:
Paid inclusion
SPAM
SEO
Link Analysis
Results from a search engine that are based upon the retrieval of items using a method of term weighting such as cosine similarity is a form of:
Sponsored Search
Algorithmic Search
Informational Search
Navigational Search
A program that captures and indexes content from web pages is known as what insect:
Fly
Centipede
Mosquito
Spider
The list of web pages that a web crawler has queued up to index is called the:
Web Page Queue
Seed set
URL Filter
URL Frontier
In order to access a particular web site in the internet, the URL must be converted into an IP address. Which service does this conversion?
HTTP
TNS
DNS
DHCP
A model of information retrieval in which we can pose any query in which search terms are combined with the operators AND, OR, and NOT:
Ad Hoc Retrieval
Ranked Retrieval Model
Boolean Information Model
Proximity Query Model
A data structure that maps terms back to the parts of a document in which they occur is called an (select the best answer):
Postings list
Incidence Matrix
Dictionary
Inverted Index
A process to efficiently intersect lists to be able to quickly find documents that contain both terms is referred to as merging postings lists.
True
False
The model of information retrieval in which we can pose any query in the form of a Boolean expression is called the ranked retrieval model.
True
False
