Question
Given below are two statements: Statement I: The
transpiration, water is loss from aerial parts of plants in the form of invisible water vapours. Statement II: In guttation water solution oozes out from uninjured margins of aerial leaves only. In the light of the above Statements, choose the correct answer from the options given below:Solution
Both the statements are correct.
What is "serverless computing"?
Which of the following language is used for specifying style sheets for XML documents?Â
Fill the blank
In K-Means algorithm, we calculate the distance between each point of the dataset to every ________ initialized.Â
What is the primary goal of disk scheduling in operating systems?
Complete a simple hash function for a string s that sums the ASCII values of its characters and then takes the modulo of a prime number M.
def si...
When building a Huffman tree, the two nodes with the smallest frequencies are combined. Which line correctly creates a new parent node newNode with left...
What is the time complexity for performing enqueue and dequeue operations on a queue implemented using a linked list?
- In a dense index, why might an index entry not appear for every search key value in the file?
Consider the following C++ code:
#include
#include
class Printer {
public:
  void print(int n...
A good hash function aims to achieve which of the following characteristics?