Start learning 50% faster. Sign in now
Any natural number ‘N’ is divisible by 72 if and only if it is divisible by both 9 and 8.
Statement I:
‘N’ is divisible by 9, but we do not know weather it is divisible by 8 or not
So, statement I is not sufficient to answer the question.
Statement I:
‘N’ is divisible by 4, but we do not know whether it is divisible by 8 and 9 or not
So, statement II is not sufficient to answer the question.
Therefore, neither statement (I) nor statement (II) is sufficient.
The time horizon of data warehouse is
Linear Regression is the supervised machine learning model in which the model finds the best fit ___ between the independent and dependent variable.
Which of the following protocols is primarily used to assign IP addresses dynamically to devices on a network?
Which module in Python supports regular expressions?
1. Predict the output of the code
public class Animal {
public static void main(String args[])
...
You are given an array of elements where each array element represents the MAXIMUM number of jumps that can be made in the forward direction from that e...
In a CI/CD pipeline, which of the following represents the most critical failure point that could delay the entire software release cycle?
Which of the following protocols is responsible for sending and receiving emails across the internet?
Abstract Class in Java