1. Which has file security?
A)CDFS B)NTFS C)FAT16 D)FAT32
2.In HSI what is hue?
A)White Light Component
B)Intensity
C)Brightness
3.Which is hardware device?
A)Repeater
B)Bridge
C)Router
D)Gateway
4)In which locking scheme no one can access data.
A)Exclusive
B)Shared
C).....
D).....
5)
class A
{
}
main()
{ A*a=NULL;
while a;
}
Ans. no use of new
6)Default access specifier
Ans. private
7) int a=018;
int b=026;
int c=034;
int d=057;
System.out.println(a,b,c,d);
What will be the output?
Ans. octal output.
8)Ripple counter:
Given an output,give 4 previous outputs..
9)14 nodes min.depth binary tree.
10)What is true about tree.
A)only 1:1 relation
B)only 1:many
C)atleast one 1:many
D)atleast one many:many
|