Question 13
Consider a graph generated from the "Scores" table that is represented by a matrix B. Each node in the graph corresponds to a student from the table. SeqNo is used to label the nodes in the graph. Which of the following statements are true about this graph?
There are two cliques in this graph, one for each gender.
In every clique, there is at least a pair of students having different genders.
All students in a given clique have the same gender.
All students in a given clique are from the same city/town.
There are no cliques in this graph.