Step 1: Structure of a complete binary tree with 7 nodes.
A complete binary tree with 7 nodes has one root, two children at level 1, and four children at level 2.
Step 2: BFS traversal (level-order).
BFS visits nodes level by level.
The first 3 nodes visited are:
\[
A = \{\text{root}, \text{left child}, \text{right child}\}
\]
Step 3: DFS traversal (preorder).
DFS (starting from root) visits:
\[
\text{root} \rightarrow \text{left child} \rightarrow \text{left-left child}
\]
Thus,
\[
B = \{\text{root}, \text{left child}, \text{left-left child}\}
\]
Step 4: Compute set difference.
\[
A - B = \{\text{right child}\}
\]
\[
|A - B| = 1
\]
% Final Answer
Final Answer: \[ \boxed{1} \]
Consider the following directed graph:
Which of the following is/are correct about the graph?

In the diagram, the lines QR and ST are parallel to each other. The shortest distance between these two lines is half the shortest distance between the point P and the line QR. What is the ratio of the area of the triangle PST to the area of the trapezium SQRT?
Note: The figure shown is representative

A square paper, shown in figure (I), is folded along the dotted lines as shown in figures (II) and (III). Then a few cuts are made as shown in figure (IV). Which one of the following patterns will be obtained when the paper is unfolded?
Consider the relationships among P, Q, R, S, and T:
• P is the brother of Q.
• S is the daughter of Q.
• T is the sister of S.
• R is the mother of Q.
The following statements are made based on the relationships given above.
(1) R is the grandmother of S.
(2) P is the uncle of S and T.
(3) R has only one son.
(4) Q has only one daughter.
Which one of the following options is correct?