Search
Question: What is the role of ribosomes in the cell? (2023)Options: Energy productionProtein synthes..
Question: Which of the following is NOT a function of the cell membrane? (2022)Options: Transport of..
Question: In which phase of the cell cycle does the cell spend most of its life? (2021)Options: M ph..
Question: Which of the following is a potential risk associated with the use of biotechnology in agr..
Question: What is the purpose of using markers in genetically modified crops? (2021)Options: To enha..
Question: Which of the following is a common application of biotechnology in medicine? (2018)Options..
Question: What is the main advantage of using genetically modified organisms (GMOs) in food producti..
Question: Which of the following is a method used in gene therapy? (2023)Options: CRISPR-Cas9Polymer..
Question: What is the role of Bt toxin in genetically modified crops? (2022)Options: Enhances growth..
Question: What is the role of probiotics in human health? (2020)Options: Causing diseasesEnhancing g..
Question: Which of the following microbes is used in the production of insulin? (2023)Options: Bacte..
Question: Which microbe is primarily responsible for the production of vinegar? (2020)Options: Yeast..
Question: What is the phenomenon of bending of light called? (2023)Options: ReflectionRefractionDiff..
Question: In a binary search tree, what is the maximum number of nodes at depth \'d\'?Options: 2^d2^..
Question: In a stack implemented using an array, what happens when you try to push an element onto a..
Question: In which scenario would you choose a linked list over an array for implementing a playlist..
Question: What is a common searching algorithm used in applications with sorted data?Options: Linear..
Question: What is a real-world application of graphs?Options: Modeling social networksStoring data i..
Question: How are trees commonly used in real-world applications?Options: To represent hierarchical ..
Question: Which traversal method visits all nodes of a binary tree in order?Options: Pre-orderIn-ord..
Question: Which of the following operations can be performed in O(1) time on a linked list?Options: ..
Question: What is the average time complexity of searching for an element in a balanced binary searc..
Question: What is the primary use of a queue in real-world applications?Options: Sorting dataManagin..
Question: In a queue, which operation is performed to remove an element?Options: PushPopEnqueueDeque..
Question: In Python, which data structure can be used to implement a stack?Options: ListDictionarySe..
Question: What is the time complexity of sorting an array using QuickSort on average?Options: O(n)O(..
Question: Which data structure is more memory efficient for storing a collection of elements?Options..
Question: What is the time complexity of deleting an element from a linked list when the pointer to ..
Question: What is the main advantage of using a queue?Options: Random accessLIFO behaviorFIFO behavi..
Question: What is the primary use of a stack data structure?Options: FIFO operationsLIFO operationsR..