A training institute scheduled six trainings on Java, C, Python, Data…
2022
A training institute scheduled six trainings on Java, C, Python, Data Structure, DBMS and Dot Net on a particular day of the same week, from Monday to Saturday. Every training must be completed in one full day and exactly one training will be scheduled for each day. The training must be scheduled according to the following conditions:
Java must be scheduled before Data Structure.
Python must be scheduled on the day immediately before or the day immediately after the day on which Dot Net is scheduled.
DBMS must be on Tuesday.
All of the following trainings can be scheduled on Saturday, EXCEPT:
- A.
Java
- B.
C
- C.
Data Structure
- D.
Dot Net
Attempted by 5 students.
Show answer & explanation
Correct answer: A
1. Identify the days available for scheduling: Monday to Saturday (Saturday being the final day).
2. Analyze the sequential constraint: The condition states that "Java must be scheduled before Data Structure."
3. If Java were to be scheduled on Saturday, there would be no days left in the week to schedule Data Structure after it. Therefore, Java can never be scheduled on Saturday.
Final Answer: Option A