Computer Sciences > GATE 2014 SET-3 > Functions
Let X and Y be finite sets and f: X → Y be a function. Which one of the following statements is TRUE?
A
For any subsets A and B of X, |f(A ∪ B)| = |f(A)| + |f(B)|
B
For any subsets A and B of X, f(A ∩ B) = f(A) ∩ f(B)
C
For any subsets A and B of X, |f(A ∩ B)| = min{|f(A)|, |f(B)|}
D
For any subsets S and T of Y, f⁻¹(S ∩ T) = f⁻¹(S) ∩ f⁻¹(T)

Correct : d

Similar Questions

The following function computes the maximum value contained in an integer array p[] of size n (n >= 1) int max(int *p, int n) {     int a=0, b=n...
#123 MCQ
Consider the following C program. void f(int, short); void main() {     int i = 100;     short s = 12;     short *p = &s; &...
#144 MCQ
Consider the following function implemented in C: void printxy(int x, int y) {     int *ptr;     x = 0;     ptr = &x;...
#159 MCQ

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......