Ashish and Sushil together start a business with investment of Rs. 1700 and Rs. ‘x + 1100’, respectively. If the profit earned after 5 years is Rs. 6000 and share of Ashish is Rs. 2500, then find the value of ‘x’.
Ratio of share of profit of Ashish: Sushil = 1700: (x + 1100) So, {1700/(x + 2800)} × 6000 = 2500 4080 = x + 2800 x = 1280
Port number for data and control of FTP protocol
In the field of Natural Language Processing (NLP), which of the following tasks focuses on identifying the sentiment behind a given text?     ...
Which of the following best describes the primary purpose of virtualization in cloud computing?Â
In systems design, which of the following techniques is used to break down complex systems into smaller, more manageable components?
Which all statements are correct about Sorting
In data communication networks, which protocol is responsible for ensuring reliable data transfer between devices over a network?   Â
...Definition of 2NF
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
Which of the following algorithm design techniques is characterized by breaking a problem into smaller sub-problems and solving each recursively? Â Â Â...
What will be the output of the following code snippet demonstrating composition in Java?
class Engine {
void start() {
    ...