0
0
Data Structures Theoryknowledge~5 mins

Graphs in social networks in Data Structures Theory - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a graph in the context of social networks?
A graph is a way to represent social networks using nodes (people or entities) and edges (connections or relationships between them).
Click to reveal answer
beginner
What do nodes and edges represent in social network graphs?
Nodes represent individuals or entities, while edges represent the relationships or interactions between them.
Click to reveal answer
intermediate
What is the difference between directed and undirected edges in social network graphs?
Directed edges show one-way relationships (like following someone), while undirected edges show mutual relationships (like friendship).
Click to reveal answer
intermediate
How can graphs help analyze social networks?
Graphs help find important people, detect communities, understand how information spreads, and identify patterns in social connections.
Click to reveal answer
intermediate
What is a community in a social network graph?
A community is a group of nodes that are more connected to each other than to the rest of the network, showing close relationships or shared interests.
Click to reveal answer
In a social network graph, what does an edge usually represent?
AA relationship or connection between two people
BA single person
CA group of people
DA message sent
What type of edge would represent a 'following' relationship on social media?
AUndirected edge
BWeighted edge
CDirected edge
DNo edge
What is a node in a social network graph?
AA connection between people
BA person or entity
CA message
DA group
Why are communities important in social network graphs?
AThey identify groups with strong connections
BThey represent messages
CThey remove connections
DThey show isolated individuals
Which of the following is NOT a use of graphs in social networks?
AUnderstanding information spread
BDetecting communities
CFinding important people
DCooking recipes
Explain how a social network can be represented as a graph and what the nodes and edges mean.
Think about how friends or followers connect in a network.
You got /3 concepts.
    Describe the difference between directed and undirected edges in social network graphs and give an example of each.
    Consider how social media connections work.
    You got /3 concepts.