Question
Following a certain logic '634' is related to '523'.
Following the same logic '986' is related to '875'. To which of the following is '399' related to, following the same logic?Solution
Subtract '1' from each digit of the given number. For '634', 6 - 1 = 5, 3 - 1 = 2, 4 - 1 = 3 So, '634' is related to '523'. For '986': 9 - 1 = 8, 8 - 1 = 7, 6 - 1 = 5 So, '986' is related to '875' Similarly, for '399': 3 - 1 = 2, 9 - 1 = 8, 9 - 1 = 8 So, '399β is related to '288'.
In Go, what is the purpose of a goroutine?
By which program python was interpreted?
Which of the following is the primary fuel used in natural gas power plants?
In a public key infrastructure (PKI), what is the primary role of a Certificate Authority (CA)?
State true or false
The interface identifier portion of an Ipv6 address is directly derived from MAC address.
The banker’s algorithm is used
What is the primary purpose of data deduplication in storage management?
What is the correct way to declare a constant in C?
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.
relation R(ABCD) has these dependencies {A β B, B β C,C β D} and it is decomposed into three relations R1(AB) , R2(BC), AND R3(CD). State true or...