0% found this document useful (0 votes)
16 views12 pages

IR

Uploaded by

qntvshhw5n
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views12 pages

IR

Uploaded by

qntvshhw5n
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 12

What does IR stand for?

A) Information Retrieval
B) Information Retired
C) Inform Retrieval
D) Information Ready
ANSWER: A
Each item in the list is called what?
A) Items
B) Posting
C) Query
D) Information
ANSWER: B
The term 'etr' is referred to as a _________ k-gram wildcard query.
A) 3
B) 4
C) 1
D) 2
ANSWER: A
In IR, documents can be searched by what?
A) id
B) docID
C) number
D) #digits
ANSWER: B
What does SEO stand for?
A) Search English Optimization
B) Search Engine Optimization
C) Search Engine Operator
D) Search Engine Operation
ANSWER: B
A dictionary is performed by which of the following pairs?
A) Key and Value
B) Value and Number
C) Id and Number
ANSWER: A
Which of the following statements accurately describes the use of HTML tags for
making text bold?
A) <a> tag is used to create a hyperlink for making text bold.
B) <pre> tag can be used for making text bold.
C) <br> tag is used for making text bold.
D) <b> tag is used for making text bold.
ANSWER: D
Which of the following statements accurately describes the use of HTML tags for
making text bold?
A) <a> tag is used to create a hyperlink for making text bold.
B) <pre> tag can be used for making text bold.
C) <br> tag is used for making text bold.
D) <b> tag is used for making text bold.
ANSWER: D
Which of the following statements accurately describes the use of HTML tag for
inserting a line-break?
A) <a> tag can be used to insert a line-break.
B) <br> tag helps in inserting a line-break.
C) <b> tag is used for inserting a line-break.
D) <pre> tag assists in inserting a line-break.
ANSWER: B
Which of the following statements accurately describes the creation of hyperlinks
in HTML?
A) <a link="www.thinkandlearn.com"> thinkandlearn.com </a>
B) <a> www.thinkandlearn.com <thinkandlearn.com /a>
C) <a href="www.thinkandlearn.com"> thinkandlearn.com </a>
D) <a url="www.thinkandlearn.com" thinkandlearn.com /a>
ANSWER: C
Which of the following statements accurately describes the insertion of an image in
HTML?
A) <img href="jtp.png" />
B) <img link="jtp.png" />
C) <img src="jtp.png" />
D) <img url="jtp.png" />
ANSWER: C
Which of the following statements accurately describes the use of tags for defining
options in a drop-down selection list?
A) <list>
B) <option>
C) <dropdown>
D) <select>
ANSWER: B
Which of the following statements accurately describes adding a background color in
HTML?
A) <marquee bgcolor="plum">
B) <marquee bg color="plum">
C) <marquee color="plum">
D) <marquee bg-color="plum">
ANSWER: A
Which of the following statements accurately describes displaying text along with a
scrolling effect in HTML?
A) <div>
B) <scroll>
C) <marquee>
D) None of the above
ANSWER: C
Which of the following statements accurately describes the use of <hr> tag in HTML?
A) Horizontal ruler
B) New line
C) New paragraph
D) Vertical ruler
ANSWER: A
Which of the following statements accurately describes the correct way of sending
mail in HTML?
A) <mail ab@b</mail>
B) <a href="ab@b">
C) <a href="mailto: ab@b">
D) None of the above
ANSWER: C
Which of the following statements accurately describes the HTML tags in terms of
case-sensitivity?
A) In upper case
B) Case-sensitive
C) In lowercase
D) Not case-sensitive
ANSWER: D
Which of the following statements accurately describes the use of tags for creating
a drop-down box or a combo box?
A) <input type="dropdown">
B) <list>
C) <ul>
D) <select>
ANSWER: D
Which of the following statements accurately describes the initialization of the
document type in HTML5?
A) <Doctype HTML>
B) <!DOCTYPE html>
C) <Doctype>
D) <\Doctype html>
ANSWER: B
Which of the following statements accurately describes the ordered list in HTML?
A) <ol type="1" start="5">
B) <ol type="1" num="5">
C) <ol type="1" begin="5">
D) <ol type="1" initial="5">
ANSWER: A
Which of the following statements accurately describes the HTML document’s root
tag?
A) <head>
B) <body>
C) <title>
D) <html>
ANSWER: D
Which of the following statements accurately describes the use of <sup> tag in
HTML?
A) It represents power in mathematical expressions like (x² – y²).
B) It represents subscript notation.
C) It represents superscript notation.
D) None of the above
ANSWER: C
Which of the following statements accurately describes the way to comment out
something in HTML?
A) ## and #
B) <!– and –>
C) </– and -/->
D) <!– and -!>
ANSWER: B
Which of the following statements accurately describes the use of <bdo> element in
HTML?
A) Changes direction of the ltr text.
B) Override the direction of the rtl text.
C) Stops writing in current direction of text.
D) Override the text direction.
ANSWER: D
Which of the following statements accurately describes the attribute used for data
binding in HTML?
A) datasrc
B) mayscript
C) name
D) datafld
ANSWER: A
Which of the following statements accurately describes the non-ASCII characters
replacing process during URL encoding?
A) “+”
B) “%”
C) “&”
D) “*”
ANSWER: B
Which of the following statements accurately describes the XML entities?
A) Apos
B) quot
C) copy
D) gt
ANSWER: C
Which of the following statements accurately describes the HTML entity for an
arrow?
A) &zeta
B) &crarr
C) &oelig
D) &upsih
ANSWER: B
Which of the following statements accurately describes which browser doesn’t
support MP3 format?
A) Opera
B) Safari
C) Chrome
D) Firefox
ANSWER: A
Which of the following statements accurately describes testing support for old
browsers using geolocation?
A) Modernizr.geolocation
B) Modernizr
C) Modernizr.js
D) Navigator.userAgent
ANSWER: D
Which of the following statements accurately describes the class used to make a
text stand out in HTML?
A) .small
B) .lead
C) .text-center
D) .text-left
ANSWER: B
Which of the following statements accurately describes the scripting interface of a
plug-in after initialization?
A) NP_GetMIMEDescription
B) NP_Initialize
C) NPP_GetValue
D) NP_GetValue
ANSWER: C
The term 'Information Retrieval' accurately represents IR.
A) TRUE
B) FALSE
ANSWER: A
Each item in the list is called a Query.
A) TRUE
B) FALSE
ANSWER: B
The term 'etr' is referred to as a 4-gram wildcard query.
A) TRUE
B) FALSE
ANSWER: A
Documents in IR can be searched by docID.
A) TRUE
B) FALSE
ANSWER: A
SEO stands for Search Engine Optimization.
A) TRUE
B) FALSE
ANSWER: A
A dictionary is performed by Key and Value pair.
A) TRUE
B) FALSE
ANSWER: A
The <b> tag is used for making text bold.
A) TRUE
B) FALSE
ANSWER: A
The <br> tag helps in inserting a line-break.
A) TRUE
B) FALSE
ANSWER: A
The tag <a href="www.thinkandlearn.com"> thinkandlearn.com </a> is valid for
creating hyperlinks in HTML.
A) TRUE
B) FALSE
ANSWER: A
The correct way to insert an image in HTML is <img src="jtp.png" />.
A) TRUE
B) FALSE
ANSWER: A
The <option> tag is used for defining options in a drop-down selection list.
A) TRUE
B) FALSE
ANSWER: A
Adding a background color in HTML is correctly done using <marquee bgcolor="plum">.
A) TRUE
B) FALSE
ANSWER: A
The <div> tag helps display text along with a scrolling effect in HTML.
A) TRUE
B) FALSE
ANSWER: A
The <hr> tag represents a vertical ruler.
A) TRUE
B) FALSE
ANSWER: B
Sending mail in HTML is done correctly using <a href="mailto: ab@b">.
A) TRUE
B) FALSE
ANSWER: A
HTML tags are case-sensitive.
A) TRUE
B) FALSE
ANSWER: B
Creating a drop-down box or a combo box in HTML is done with the <select> tag.
A) TRUE
B) FALSE
ANSWER: A
Initializing the document type in HTML5 is done using <!DOCTYPE html>.
A) TRUE
B) FALSE
ANSWER: A
An ordered list can be started with a numeric value of 5 using <ol type="1"
start="5">.
A) TRUE
B) FALSE
ANSWER: A
The root tag of an HTML document is <html>.
A) TRUE
B) FALSE
ANSWER: A
The <sup> tag represents subscript notation.
A) TRUE
B) FALSE
ANSWER: B
To comment out something in HTML, use <!– and –>.
A) TRUE
B) FALSE
ANSWER: A
The <bdo> element changes the direction of the left-to-right text.
A) TRUE
B) FALSE
ANSWER: B
The attribute used for data binding in HTML is datasrc.
A) TRUE
B) FALSE
ANSWER: A
During URL encoding, non-ASCII characters are replaced with “%”.
A) TRUE
B) FALSE
ANSWER: A
The HTML entity for an arrow is &zeta.
A) TRUE
B) FALSE
ANSWER: B
Opera browser supports the MP3 format.
A) TRUE
B) FALSE
ANSWER: B
Testing support for old browsers using geolocation is done using
Navigator.userAgent.
A) TRUE
B) FALSE
ANSWER: A
The class used to make a text stand out in HTML is .text-center.
A) TRUE
B) FALSE
ANSWER: B
The scripting interface of a plug-in after initialization is NPP_GetValue.
A) TRUE
B) FALSE
ANSWER: A
What is the primary goal of Information Retrieval?
A) Entertainment
B) Data presentation
C) Knowledge creation
D) Data interpretation
ANSWER: C
Which of the following is a popular term associated with SEO?
A) Search Engine Optimization
B) Search Engine Overhaul
C) Search Engine Operation
D) Search Engine Observer
ANSWER: A
What does the 'bdo' tag in HTML control?
A) Changing text alignment
B) Changing text color
C) Text directionality
D) Text font
ANSWER: C
Which document identifier in IR can be used to identify documents uniquely?
A) id
B) docID
C) number
D) #digits
ANSWER: B
Which HTML tag is used to insert a line-break?
A) <a>
B) <br>
C) <b>
D) <pre>
ANSWER: B
What does the HTML entity for an arrow represent?
A) &zeta
B) &crarr
C) &oelig
D) &upsih
ANSWER: B
Which of the following statements accurately describes the <marquee> tag in HTML?
A) It adds scrolling text to a web page.
B) It adds vertical scrolling effect to text.
C) It adds audio to the web page.
D) It adds images to the web page.
ANSWER: A
What attribute does the HTML tag use to specify the document type in HTML5?
A) <DOCTYPE HTML>
B) <!DOCTYPE html>
C) <Doctype>
D) <\Doctype html>
ANSWER: B
Which HTML tag is used to display options in a drop-down list?
A) <option>
B) <list>
C) <dropdown>
D) <select>
ANSWER: D
What does IR stand for?
A) Information Review
B) Information Retrieval
C) Inform Retrieval
D) Investigation Report
ANSWER: B
A dictionary in IR performs by storing document identifiers and associated data.
A) TRUE
B) FALSE
ANSWER: B
The primary goal of SEO is to improve a website's visibility on search engine
results pages.
A) TRUE
B) FALSE
ANSWER: A
Non-ASCII characters are replaced by “%” during URL encoding.
A) TRUE
B) FALSE
ANSWER: A
HTML tags are case-sensitive.
A) TRUE
B) FALSE
ANSWER: B
The <hr> tag in HTML represents a vertical line.
A) TRUE
B) FALSE
ANSWER: B
The <sup> tag represents superscript notation in HTML.
A) TRUE
B) FALSE
ANSWER: A
A Type-I error happens when the null hypothesis is not rejected when it is false.
A) TRUE
B) FALSE
ANSWER: B
The <bdo> tag in HTML is used to change the direction of text.
A) TRUE
B) FALSE
ANSWER: A
The scripting interface of a plug-in after initialization is NP_GetMIMEDescription.
A) TRUE
B) FALSE
ANSWER: B
The root tag of an HTML document is <html>.
A) TRUE
B) FALSE
ANSWER: A
Which term is commonly associated with Search Engine Optimization (SEO)?
A) Search Engine Optimization
B) Search Engine Overhaul
C) Search Engine Operation
D) Search Engine Observer
ANSWER: A
Which HTML tag is used to create a hyperlink?
A) <link>
B) <href>
C) <a>
D) <hl>
ANSWER: C
What attribute does the HTML tag use to specify the document type in HTML5?
A) <!DOCTYPE HTML>
B) <!DOCTYPE html>
C) <DOCTYPE>
D) <\DOCTYPE html>
ANSWER: B
What is the role of the <marquee> tag in HTML?
A) Adds a scrolling effect to text
B) Creates a horizontal line
C) Defines options in a drop-down list
D) None of the above
ANSWER: A
What does SEO stand for?
A) Search Engine Optimization
B) Search Engine Overhaul
C) Search Engine Operator
D) Search Engine Observer
ANSWER: A
Which HTML tag is used to insert a line-break?
A) <a>
B) <br>
C) <b>
D) <pre>
ANSWER: B
What does the 'bdo' tag control in HTML?
A) Changing text alignment
B) Changing text color
C) Text directionality
D) Text font
ANSWER: C
Which HTML tag is used to define options in a drop-down selection list?
A) <list>
B) <option>
C) <dropdown>
D) <select>
ANSWER: B
During URL encoding, non-ASCII characters are replaced with what?
A) “+”
B) “%”
C) “&”
D) “*”
ANSWER: B
What HTML tag is used to create a paragraph?
A) <p>
B) <h1>
C) <span>
D) <div>
ANSWER: A
What does HTML stand for?
A) Hypertext Markup Language
B) Hyperlink and Text Markup Language
C) Hyper Tool Markup Language
D) Hypertext Master Language
ANSWER: A
What is the primary goal of SEO?
A) Increasing website traffic
B) Enhancing page load speed
C) Increasing website downtime
D) Increasing website bounce rate
ANSWER: A
Which of the following is a popular term associated with SEO?
A) Search Engine Optimization
B) Search Engine Overhaul
C) Search Engine Operation
D) Search Engine Observer
ANSWER: A
What HTML tag is used to create a horizontal line?
A) <hr>
B) <br>
C) <div>
D) <line>
ANSWER: A
What is the role of the <bdo> tag in HTML?
A) It changes the direction of the text
B) It adds background color to the text
C) It sets the font size of the text
D) It creates a hyperlink
ANSWER: A
What HTML attribute specifies the source of an image?
A) <img src>
B) <img link>
C) <img href>
D) <img image>
ANSWER: A
Which of the following HTML tags represents superscript notation?
A) <sup>
B) <sub>
C) <superscript>
D) <underline>
ANSWER: A
What HTML tag creates an empty container that is invisible to the page’s layout,
often used for styling purposes?
A) <div>
B) <span>
C) <section>
D) <footer>
ANSWER: A
What does the HTML entity '&crarr' represent?
A) An arrow
B) A circle
C) A quotation mark
D) A percentage symbol
ANSWER: A
What does HTML stand for?
A) Hypertext Master Language
B) Hypertext Markup Language
C) Hyperlink and Text Markup Language
D) Hyper Tool Markup Language
ANSWER: B
What is the role of the <marquee> tag in HTML?
A) Adds scrolling text to a web page
B) Adds vertical scrolling effect to text
C) Adds audio to the web page
D) Adds images to the web page
ANSWER: A
What HTML tag is used to create a hyperlink?
A) <a>
B) <link>
C) <href>
D) <hl>
ANSWER: A
What HTML tag is used to insert a line-break?
A) <a>
B) <br>
C) <b>
D) <pre>
ANSWER: B
Which of the following is not a valid HTML tag?
A) <header>
B) <footer>
C) <bar>
D) <nav>
ANSWER: C
Which HTML tag is used to define options in a drop-down selection list?
A) <list>
B) <option>
C) <dropdown>
D) <select>
ANSWER: B
What HTML attribute specifies the source of an image?
A) <img src>
B) <img link>
C) <img href>
D) <img image>
ANSWER: A
What HTML tag creates an empty container that is invisible to the page’s layout,
often used for styling purposes?
A) <div>
B) <span>
C) <section>
D) <footer>
ANSWER: A
What HTML tag is used to create a horizontal line?
A) <hr>
B) <br>
C) <div>
D) <line>
ANSWER: A
What HTML tag is used to display superscript notation?
A) <sup>
B) <sub>
C) <underline>
D) <super>
ANSWER: A
What does SEO stand for?
A) Search Engine Optimization
B) Search Engine Overhaul
C) Search Engine Operator
D) Search Engine Observer
ANSWER: A
What does URL stand for?
A) Uniform Resource Locator
B) Universal Resource Link
C) Uniform Return Link
D) Universal Return Locator
ANSWER: A
What HTML tag specifies a footer for a document or section?
A) <header>
B) <footer>
C) <div>
D) <nav>
ANSWER: B
What HTML attribute specifies the document type in HTML5?
A) <!DOCTYPE HTML>
B) <!DOCTYPE html>
C) <DOCTYPE>
D) <\DOCTYPE html>
ANSWER: B
What does the HTML entity '&crarr' represent?
A) An arrow
B) A circle
C) A quotation mark
D) A percentage symbol
ANSWER: A
What is the purpose of the <marquee> tag in HTML?
A) Adds scrolling text to a web page
B) Adds vertical scrolling effect to text
C) Adds audio to the web page
D) Adds images to the web page
ANSWER: A
What HTML tag is used to insert a line-break?
A) <a>
B) <br>
C) <b>
D) <pre>
ANSWER: B
What HTML tag creates an empty container that is invisible to the page’s layout,
often used for styling purposes?
A) <div>
B) <span>
C) <section>
D) <footer>
ANSWER: A
What HTML attribute specifies the document type in HTML5?
A) <!DOCTYPE HTML>
B) <!DOCTYPE html>
C) <DOCTYPE>
D) <\DOCTYPE html>
ANSWER: B
What HTML tag specifies a footer for a document or section?
A) <header>
B) <footer>
C) <div>
D) <nav>
ANSWER: B

You might also like