Question
How many 7-letter arrangements of “TENSION” exist
where the two N’s are not adjacent?Solution
ATQ,
Total arrangements = 7!/2 = 2520 Adjacent N’s = 6! = 720 Required = 2520 – 720 = 1800
In the context of database backup, what does the term "point-in-time recovery" refer to?
How is dynamic memory allocated in Java?
Which flow control technique allows the receiver to inform the sender about its buffer status?
Which layer of the TCP/IP model is responsible for IP addressing and routing?
What does below UNIX command do?
cp file1 file2
What is a smart contract in the context of blockchain technology?
Which number system is used to represent colors in HTML and CSS?
The communication structure that we need in socket programming is called as _________.
In virtual circuit network each packet holds ___________
What is the purpose of the try-catch-finally construct?