Question
If the number of students passed in Business is
increased by 30 and the number of students passed in Accounts is decreased by 30, then the number of students passed in Accounts is approximately what percent of the number of students passed in Business?Solution
Business = 2400 × 25/100 = 600 After increasing 30 students = 600 + 30 = 630 Accounts = 2400 × 15/100 = 360 After decreasing 30 students = 360 – 30 = 330 Required percentage = 330/630 ×100 = 52.4% ≈ 52%
What is a "collision" in the context of hashing?
In the context of system analysis, which of the following best defines the "use case" diagram?
Which of the following is NOT a type of graph representation?
In a compiler's code flow, which operation is primarily used to manage function call contexts (local variables, return addresses) during program execution?
Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?
Which of the following is a key advantage of digital signatures?
What is the worst-case time complexity for inserting an element into a hash table that uses separate chaining for collision resolution?
Deletion in Red-Black Tree may require:
Tarjan’s algorithm is used to find:
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?