Question
Recently the state of Kerala was hit by a cyclone
causing heavy damage. The name of the cyclone wasSolution
The cyclone Ockhi had caused immense damage in the states of Kerala, Tamil Nadu, Lakshadweep islands and now affecting Gujarat and Maharashtra
Which service model offers virtual machines and storage resources?
In OOP, what is an instance of a class called?
Router is responsible for packet forwarding, including routing. Router works at which layer?
Which keyword is used for inheritance in C++?
Which of the following protocols is responsible for mapping an IP address to a MAC address in a local network?Â
What is a primary feature of the Agile Model in software development?
In n-gram models, what does 'n' represent?
Which feature of Big Data refers to the speed of data generation and processing?
Which logic is used to handle uncertain or imprecise knowledge?
Given a 2D array (matrix) in Python:
matrix = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
What are the values of matrix[1][2] and matrix[2][0] respectively?