Entradas

2024-11-01 Question

Imagen
 Consider the following networks:   Which of the following options correctly ranks these networks from most robust to least robust against random attacks? A. NET1 - NET2 - NET3 - NET4 B. NET3 - NET1 - NET2 - NET4 C. NET3 - NET4 - NET1 - NET2 D. NET3 - NET1 - NET4 - NET2 E. None of the above

2024-10-18 Question

Consider SCC = Strongly Connected Component.Which of the following statements is True? A. The SCCs of a network are never connected by a link. B. A node can belong to two different SCCs if it can reach more than half of their nodes. C. Every node in a SCC is directly connected to all the others. D. The number of SCCs is always bigger than half the number of nodes in the network. E. None of the above. Original idea by Darlinne Hubert Palo Soto

2024-09-27 Question

Imagen
Consider the following Barabasi-Albert network: Knowing that the network started as    and the number of links per new node (m) is 2, select the wrong alternative: A. Node d was more likely to link to node a, despite ending being linked to c and b . B. The node d was inserted before e . C. A new node f will be more likely to connect to node c than node d . D. A new node f  will link to e with a probability of 2/12. E. None of the above. Original idea by Darlinne Hubert Palo Soto

2024-09-13 Question

Consider a scale-free network with 1000 32 nodes, where its maximum degree (Kmax) is 10 times its minimum degree (Kmin). What is the average distance of the network (rounded up)? A. 1 B. 2 C. 3 D. 4 E. None of the above Original idea by: Darlinne Hubert Palo Soto

2024-08-30 Question

Consider an Erdos-Renyi random graph G(200, p ) with 200 nodes. Which value of p would ensure an average degree of separation (average path length) between nodes greater than 5? A. 0.01 B. 0.025 C. 0.04 D. 0.05 E. None of the above Original idea by Darlinne Hubert Palo Soto

2024-08-16 Question

Imagen
Given the following directed graph: Which sequence represents a valid depth-first search (DFS) traversal path that involve only one tree? A. a-d-b-f-c-e B. a-d-f-b-e-c C. e-c-d-f-b-a D. c-d-b-a-f-e E. None of the above

Title test

 Test