Information Retrival Techniques Set 10

On This Page

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

Q1 | Point out the wrong statement.
  • the row_number function simply assigns sequential numbering to the records of a result-set or to the records within groups of a result-set
  • over clause is not required in all the ranking functions
  • sql server introduced four different ranking functions
  • all of the mentioned
Q2 | Which of the following is the simplest ranking function?
  • rank
  • ntile
  • row_number
  • none of the mentioned
Q3 | Which of the clause is not mandatory?
  • over clause
  • order by clause
  • partition by clause
  • all of the mentioned
Q4 | Point out the wrong statement.
  • rank() returns the rank of each row in the result set of partitioned column
  • dense_rank() is same as rank() function. only difference is returns rank without gaps
  • ntile() distributes the columns in an ordered partition into a specified number of groups
  • row_number() returns the serial number of the row order by specified column
Q5 | Which of the function provides consecutive numbering except in the case of a tie?
  • rank
  • ntile
  • row_number
  • none of the mentioned
Q6 | Which of the following will not raise error if not used?
  • over clause
  • order by clause
  • partition by clause
  • all of the mentioned
Q7 | Which of the following error message will be displayed if ORDER CLAUSE is not mentioned in ROW NUMBER function?
  • “the ranking function “row_number” must have an order by clause.”
  • “the ranking function “row_number” must have an over by clause.”
  • “the ranking function “row_number” must have an partition by clause.”
  • all of the mentioned
Q8 | Which of the following functions are similar?
  • rank and ntile
  • rank and dense_rank
  • dense_rank and ntile
  • none of the mentioned
Q9 | Which of the following function is used when you want all tied rows to have the same ranking?
  • rank
  • ntile
  • row_number
  • none of the mentioned
Q10 | TOPIC 4.8 LEARNING TO RANK
  • place the user in control
  • reduce the user’s memory load
  • make the interface consistent
  • all of the mentioned
Q11 | Which of the following is not a design principle that allow the user to maintain control?
  • provide for flexible interaction
  • allow user interaction to be interrupt-able and undo-able
  • show technical internals from the casual user
  • design for direct interaction with objects that appear on the screen
Q12 | Which of the following is not a user interface design process?
  • user, task, and environment analysis and modeling
  • interface design
  • knowledgeable, frequent users
  • interface validation
Q13 | Which of the following option is not considered by the Interface design?
  • the design of interfaces between software components
  • the design of interfaces between the software and human producers and consumers of information
  • the design of the interface between two computers
  • all of the mentioned
Q14 | What incorporates data, architectural, interface, and procedural representations of the software?
  • design model
  • user’s model
  • mental image
  • system image
Q15 | What establishes the profile of end-users of the system?
  • design model
  • user’s model
  • mental image
  • system image
Q16 | What combines the outward manifestation of the computer-based system , coupled with all supporting information that describe system syntax and semantics?
  • mental image
  • interface design
  • system image
  • interface validation
Q17 | A Rendering engine is not responsible for
  • parsing the markup content (html)
  • parsing style information (css, xsl, and so on)
  • generating a visual presentation of the formatted content including media files referenced
  • parsing style information (css only)
Q18 | Firefox uses                    rendering engine.
  • webkit
  • gecko
  • trident
  • presto
Q19 | What is the use of “defer” attribute?
  • it defers rendering of html page
  • it defers script execution until the page has been rendered
  • it defers rendering of css attributes
  • it is only for internal scripts
Q20 | Which of the following statements is false?
  • async and defer attributes of script tag execute before the domcontentloaded event
  • defer executes each script sequentially
  • async executes each script when it is ready
  • all older browsers supports async attribute
Q21 | Which of the following is used to read a HTML page and render it?
  • web browser
  • web server
  • web matrix
  • web network
Q22 | Which of the following is the first web browser?
  • nexus
  • netscape navigator
  • internet explorer
  • mosaic
Q23 | Who created the first web browser
  • tim berners lee
  • jacobs, lan
  • marc andeersen
  • mozilla foundation
Q24 | The open source software version of netscape is                    
  • chrome
  • mozilla
  • internet explorer
  • erwise
Q25 | What is the main task of a problem-solving agent?
  • solve the given problem and reach to goal
  • to find out which sequence of action will get it to the goal state
  • all of the mentioned
  • none of the mentioned