-
All birds are animals.
All animals are four legged. Implications
a. All animals which are four legged are birds.
b. All birds are four legged
c. Some birds are four legged
d. Some birds are animals but not four legged.
1. a and b 2. b and c 3. only b 4. only d
-
All fat people are not
dancers, food loving people are all fat .Find the
contradictory statement?
-
The day before yesterday
was WEDNESDAY then the day after 2morrow is? 3. A goes
to the party if B goes
B goes to the party if C goes
C goes to the party if D goes
Totally how many will go to the party?
-
Mary's father's brother
is Andrews Andrews daughter's son is Sunil Brothers
name is Sam Who is Sam to Sunil?
-
If A>B,A<C,B>D,B<DFind
the Shortest?
-
There are A,B techers
and C,D doctors.Find the possible no of combinations
that should not be repeated more than once?
-
There are 3 males and 2
females,find the possible no of orders that can be
made by making the arrangement as in between two males
one women is allowed to sit? 8.
Computer checking:
Unix Test
-
The syntax of command
statement in UNIX 10. If the permission for a file is
000,then the file can be accessed by whom?
-
Where we can run two
same programs on a UNIX console at the same time?
-
Which is the Shell of
UNIX?
-
What is the number of
the masked code ee@?
-
If we are terminated at
the middle of the program execution in UNIX,what will
happen to the program,it will (i) continue running
(ii) terminate
(iii)the o/p will be send to ur mail?
-
what is the command to
connecto to remote terminals
-
what is the command to
fetch first 10 records in a file
-
unix has the following
features
a. multithreading
b. multitasking
c. ..
SQL
-
We are UPDATING a field
in SQL and ALTER the row also.After giving the COMMIT
command the system is crashed.What will happen to the
commands given,whether it will UPDATE and ALTER the
table or not?
-
How will add additional
conditions in SQL?
C Test
-
How will u print TATA
alone from TATA POWER using string copy and concate
commands in C?
-
If switch(n)
case 1:printf("CASE !");
case(2):printf("default");
break;
What will be printed?
-
How will u divide two
numbers in a MACRO?