Consider The Following Number Of Activities With Their Start #1885
Consider the following number of activities with their start and finish time given below. In which sequence will the activity be selected in order to maximize the number of activities, without any conflicts? </p> <table style="width: 50%"></tbody> <tr> <th>Activity</th> <th>Starting time</th> <th>Finish time</th> </tr> <tr> <td>A1</td> <td>1</td> <td>2</td> </tr> <tr> <td>A2</td> <td>2</td> <td>5</td> </tr> <tr> <td>A3</td> <td>1</td> <td>5</td> </tr> <tr> <td>A4</td> <td>3</td> <td>6</td> </tr> <tr> <td>A5</td> <td>6</td> <td>8</td> </tr> <tr> <td>A6</td> <td>4</td> <td>9</td> </tr> </tbody> </table>
This multiple choice question (MCQ) is related to the book/course gs gs122 Data Communication and Computer Network. It can also be found in gs gs122 Greedy Algorithms - Activity Selection Problem - Quiz No.1.
Consider the following number of activities with their start and finish time given below. In which sequence will the activity be selected in order to maximize the number of activities, without any conflicts?
Activity | Starting time | Finish time |
---|---|---|
A1 | 1 | 2 |
A2 | 2 | 5 |
A3 | 1 | 5 |
A4 | 3 | 6 |
A5 | 6 | 8 |
A6 | 4 | 9 |
A1, A2, A5
A1, A2, A3, A4
A1, A3, A5
A1, A2, A5, A6
Similar question(s) are as followings:
Online Quizzes of gs122 Data Communication and Computer Network
Sorting - Insertion Sort - Quiz No.1
gs gs122 Data Communication and Computer Network
Online Quizzes
Sorting - Insertion Sort - Quiz No.2
gs gs122 Data Communication and Computer Network
Online Quizzes
Sorting - Insertion Sort - Quiz No.3
gs gs122 Data Communication and Computer Network
Online Quizzes
Sorting - LSD Radix Sort - Quiz No.1
gs gs122 Data Communication and Computer Network
Online Quizzes
Sorting - MSD Radix Sort - Quiz No.1
gs gs122 Data Communication and Computer Network
Online Quizzes
Sorting - MSD Radix Sort - Quiz No.2
gs gs122 Data Communication and Computer Network
Online Quizzes