Question
Which of the following statements are correct regarding
photosynthesis? 1. Photosynthesis occurs in the chloroplasts of plant cells. 2. The process involves the conversion of sunlight into chemical energy. 3. Oxygen is absorbed during photosynthesis. 4. Glucose is one of the main products of photosynthesis. Select the correct answer using the code given below:Solution
• Statement 1 is correct because photosynthesis occurs in the chloroplasts of plant cells. • Statement 2 is correct as photosynthesis is the process by which light energy is converted into chemical energy stored in the form of glucose. • Statement 3 is incorrect because oxygen is released as a byproduct, not absorbed. • Statement 4 is correct because glucose is one of the primary products of photosynthesis, which is used as energy for the plant.
In a binary search tree (BST), what is true about the left child of a node?
A directed acyclic graph (DAG) has 10 vertices and 15 edges. What is the maximum possible number of topological orderings?
Which of the following is true about the time complexity of Merge Sort?
Which of the following algorithms is best suited for finding the shortest path in a weighted graph where some edges may have negative weights but no neg...
Worst case is the worst case time complexity of Prim’s algorithm if adjacency matrix is used?
In a Min-Heap, the root node is:
The minimum number of edges in a connected graph with n vertices is:
A sorting algorithm is considered "stable" if it maintains the relative order of records with equal keys. Which of the following algorithms is generally...
What is the time complexity of searching in a balanced binary search tree?
Which algorithm finds the longest common subsequence (LCS) of two sequences?