Question
The length of a rectangular garden is 9 metres and its
breadth is 2 metres. Find the length of the diagonal of a square garden having the same area as that of the rectangular garden:Solution
Using formula, Area = lb & Area = a2 = (Diagonal2)/2 Area of the rectangular garden = 9 Γ 2 = 18 m2 = Area of the square garden Therefore, Side of the square garden = β18 m2 Therefore, diagonal of the square garden = β2 x side β β2 x β18 = β36 β 6 m
Which of the following practices is essential for maintaining security compliance in both Windows and Unix/Linux environments?Β
Which is computer object code?
In multithreading programming, what is a critical section?
The _____________ deals with the coordination of the data transfer between end systems and hosts.
The precision is composed of which of the following two characteristics?
Consider the following Java code:
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class RegexGroup {
...
In C++, what mechanism is primarily used to achieve runtime polymorphism?
Which protocol is commonly used for secure data transfer in cloud computing?
Which of the following action is treated as Anomaly while understanding User activity logs?
Consider the following Python code:
list_a = [1, 2, 3]
tuple_b = (4, 5)
string_c = "hello"
dict_d = {"key1": 1, "key2": 2}