Search
Question: What is the significance of the \'Golden Gate\' cloning method? (2023)Options: It allows f..
Question: In the reaction A(g) + B(g) ⇌ C(g) + D(g), if the temperature is increased, what will be t..
Question: What is the significance of the Human Genome Project? (2021)Options: To map all human gene..
Question: What is the main application of CRISPR technology? (2023)Options: Gene therapyGene editing..
Question: Which enzyme is commonly used in the process of gene cloning? (2018)Options: DNA polymeras..
Question: Which of the following is a benefit of using genetically modified organisms (GMOs)? (2023)..
Question: What is the role of Agrobacterium tumefaciens in genetic engineering? (2022)Options: It ac..
Question: What is the geometry of a molecule with four bonding pairs and no lone pairs around the ce..
Question: Which of the following is a common use of microbes in agriculture? (2023)Options: Pesticid..
Question: What is the main purpose of using the silhouette coefficient in clustering?Options: To mea..
Question: What is a common application of clustering methods in real-world scenarios?Options: Predic..
Question: Calculate the value of 8^2 - 4^2. (2021)Options: 48605040Correct Answer: 48Exam Year: 2021..
Question: If a = 4 and b = 2, what is the value of a^2 + b^2? (2020)Options: 20161814Correct Answer:..
Question: What is 100 - (25 × 3)? (2022)Options: 25507570Correct Answer: 75Exam Year: 2022Solution: ..
Question: What is the primary purpose of using cloud ML services for data scientists?Options: To avo..
Question: Which cloud ML service is known for its AutoML capabilities?Options: Amazon SageMakerMicro..
Question: What is a key feature of neural networks used in cloud ML services?Options: Linear regress..
Question: What type of learning is typically used in cloud ML services for predictive analytics?Opti..
Question: What is the main purpose of a database management system (DBMS)?Options: To manage hardwar..
Question: What is the purpose of a firewall in network security?Options: To encrypt dataTo block una..
Question: In a binary tree, what does a level-order traversal use to keep track of nodes?Options: St..
Question: What is the maximum number of nodes at level \'h\' in a binary tree?Options: h2^h2^(h+1) -..
Question: What is the result of a pre-order traversal of the binary tree with root 1, left child 2, ..
Question: Which of the following is a valid way to implement a binary tree node in C++?Options: stru..
Question: Which traversal method is not suitable for binary search trees when you want to delete nod..
Question: What is the primary use of a queue in tree traversal?Options: To store nodes for depth-fir..
Question: How do you determine the height of a binary tree?Options: Count the number of nodesCount t..
Question: What is the result of a postorder traversal on a binary tree?Options: Root, Left, RightLef..
Question: Which of the following is true about a binary search tree (BST)?Options: Inorder traversal..
Question: What is the space complexity of recursive tree traversals?Options: O(n)O(log n)O(1)O(n log..