Question
Easy
Consider a directed graph $G={V,E}$ with vertex set V = {A, B, C, D} and edge set E = {AB, AC, BC, BD, DC}. Which of the following is a valid topological ordering of graph G?
1
ABCD
2
BACD
3
BADC
4
ABDC
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Data Structures (Through C++)
Topic: Data Structure Concepts
Correct Answer
Option D
Explanation
The correct option is (4): A topological ordering of a directed graph is a linear arrangement of its vertices such that for every directed edge $(u, v)$, vertex $u$ must appear before vertex $v$ in the sequence. This property ensures that all precedence constraints are respected, which is critical for scheduling tasks or processing dependencies. The given graph has five precedence constraints defined by its edges $E = {AB, AC,…Read More
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2019
What is the output of MS-Excel function = COMBIN (4, 2) ?
Chapter :
Office Automation Tools
Topic :
Spreadsheet (MS Excel)
Question 2
Easy
Source :
HTET 2019
In context of software testing, which of the following testing is not a level or type of development testing?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 3
Easy
Source :
HTET 2019
Which of the following is appropriate option to display on web page 'We Love BSF Very Much' with a tool tip (full form) for the…
Chapter :
Web Designing using HTML
Topic :
HTML Basics
Question 4
Easy
Source :
HTET 2019
Consider Column - I and Column -2: Column-1 - Column-2 i. baidu - a. Social Networking, ii. alibaba - b. E-mail iii. linkedin - c.…
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals