Question
Which of the following statements accurately describes
the function of a Gantt Chart in project management?Solution
A Gantt Chart is a project management tool that visually represents a project schedule, showing the start and end dates of different tasks, as well as their durations and dependencies. Key features and purposes of a Gantt Chart include:
- Task Visualization : Tasks are listed on the vertical axis, with time intervals shown on the horizontal axis. Each task is represented by a bar that spans from its start date to its end date.
- Timeline Tracking : The chart provides a clear visual of the project timeline, helping to track progress against deadlines. Managers can easily see if a task is on schedule or delayed.
- Resource Allocation : Gantt charts can also represent who is responsible for each task, helping to visualize resource usage.
- Dependency Representation : Some advanced Gantt charts include dependency lines that connect tasks to show the relationships and order in which tasks need to be completed.
Which algorithm is used for minimum spanning tree?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
Which of the following represents the Preorder Traversal of the binary tree given below?
       A       / \      B   C   ...Which of the following correctly describes the primary difference between Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS)?
...What is the primary goal of the OWASP Top 10 project?
What is "unit testing" and how does it relate to debugging?
Which of the following attacks can occur when a user is tricked into performing unintended actions on a trusted website without their knowledge?
If a program crashes with a "NullPointerException" (or similar null reference error), what is the most likely cause?
In the context of artificial intelligence (AI), which type of learning requires labeled data to train models?
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?