Question
Statements: A > B ≥ F = E ≤ G > C = D ≤ H
Conclusion I: H ≤ F II: H > F In these questions, relationship between different elements is show in the statements. The statements are followed by conclusions. Study the conclusions based on the given statements and select the appropriate answer:Solution
A > B ≥ F = E ≤ G > C = D ≤ H No relationship can be established between H and F but it will make a complementary pair. Hence either conclusion I or II is true.
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
What does the "Projection" operation in relational algebra do?
The boolean function f(x, y) = x OR (NOT(y)) is equivalent to which of the following boolean expressions?
In which type of mapping does each block of main memory map to only one cache line?
Which type of circuit allows current to flow in only one direction?
Real World Machine learn using?
Which complexity class includes problems for which a proposed solution can be verified in polynomial time?
Concatenate two strings by using which function?
Which recovery technique involves creating a new database instance from a previous full backup and then applying transaction logs up to the desired reco...
Which component of RDBMS allows users and applications to interact with the database through SQL queries?