Quiz Space

Database Management Systems · End Term · 31 Aug 2025 · May 2025 term

Question 13: Consider a block nested-loop join for the two relation s…

Question 13

+2 marksOne or more correct options

Consider a block nested-loop join for the two relation students and takes:

Relationstudentstakes
Number of tuples(n)30002500
Number of blocks(b)500600

Assuming the worst-case memory availability and considering takes as the outer relation, which of the following options is/are correct?

Select all that apply.

  1. A

    Number of block transfers require=300600

  2. B

    Number of block transfers require=300500

  3. C

    Number of seeks require=1200

  4. D

    Number of seeks require=1400

Show answer

Correct answers

  • A

    Number of block transfers require=300600

  • C

    Number of seeks require=1200

Question 13 of 20 in the IIT Madras BS Database Management Systems (DBMS) End Term paper sat on 31 Aug 2025, in the May 2025 term (IIT M DIPLOMA FN EXAM QDD1 31 Aug 2025). It carries 2 marks.

More questions from this paper

  1. Q1Consider the following relational schema: mentor(<u>mentorID</u>, mentorName, department)\ mentee(<u>menteeID</u>, ment…
  2. Q2Consider a non-empty B+-tree of order 17. What are the maximum and minimum number of keys that can be placed in the roo…
  3. Q3Given the following schema: students(studentID, firstName, lastName, admissionDate, deptID)\ departments(deptID, deptNa…
  4. Q4Figure question
  5. Q5Consider the table Bands given below: | ID | Name | Genre | YearEstablished | |---|---|---|---| | 001 | Pink Floyd | Pr…
  6. Q6Figure question
  7. Q7Consider the following log records of transactions where an immediate database modification scheme is used. | 1 | \lang…
  8. Q8Figure question
  9. Q9Figure question
  10. Q10Figure question
  11. Q11Figure question
  12. Q12Consider the table Student as shown in figure 2. | roll_no | sname | department | |---|---|---| | 1 | Stevie | Mechanic…
  13. Q14Consider the instance of a relation R given in Table 1.\ Which among the following functional dependencies set can be i…
  14. Q15Consider the following tables: | PlayerID | PlayerName | |---|---| | 1 | Messi | | 2 | Muller | | 3 | Ronaldo | | 4 | M…
  15. Q16Figure question
  16. Q17Figure question
  17. Q18Consider a magnetic disk with 16 platters, 2 surfaces per platter, 1024 tracks per surface, 2048 sectors per track and …
  18. Q19Figure question
  19. Q20Figure question