Pages

Thursday, March 10, 2011

Some Data Base Questions

1)Which of the following products was an early implementation of the relational model developed by E.F. Codd of IBM?

a) IDMS            b) DB2                C) dBase-II              D)R-Base



2) The following are components of a database except ________ .
A.user data
B.metadata
C.reports
D.indexes          
3)
The following are functions of a DBMS except ________ .
A.creating and processing forms
B.creating databases
C.processing data
D.administrating databases
4)Helping people keep track of things is the purpose of a(n) ________ .
A.databaseB.table
C.instanceD.relationship



Monday, March 7, 2011

Quantitative Aptitude......

Important Things to know for solving Problems on Time and Work:



1. If A can do a piece of work in n days, then A’s 1 day work = 1/n


2. If A’s 1 day’s work = 1/n, then A can finish the work in n days.


Example: If A can do a piece of work in 4 days,then A’s 1 day’s work = 1/4. If A’s 1 day’s work = 1/5, then A can finish the work in 5 days


3. If A is thrice as good workman as B,then: Ratio of work done by A and B = 3:1. Ratio of time taken by A and B to finish a work = 1:3


4. Definition of Variation: The change in two different variables follow some definite rule. It said that the two variables vary directly or inversely. Its notation is X/Y = k, where k is called constant. This variation is called direct variation. XY = k. This variation is called inverse variation.


5. Some Pairs of Variables:

  1. Number of workers and their wages. If the number of workers increases, their total wages increase. If the number of days reduced, there will be less work. If the number of days is increased, there will be more work. Therefore, here we have direct proportion or direct variation.
  2. Number workers and days required to do a certain work is an example of inverse variation. If more men are employed, they will require fewer days and if there are less number of workers, more days are required.
  3. There is an inverse proportion between the daily hours of a work and the days required. If the number of hours is increased, less number of days are required and if the number of hours is reduced, more days are required.

6. Some Important Tips:


More Men - Less Days and Conversely More Day - Less Men.


More Men - More Work and Conversely More Work - More Men.


More Days - More Work and Conversely More Work - More Days.


Number of days required to complete the given work = Total work/One day’s work.


Since the total work is assumed to be one(unit), the number of days required to complete the given work would be the reciprocal of one day’s work. Sometimes, the problems on time and work can be solved using the proportional rule ((man*days*hours)/work) in another situation.


7. If men is fixed,work is proportional to time. If work is fixed, then time is inversely proportional to men therefore,


(M1*T1/W1) = (M2*T2/W2)

Fundamentals Of Java....:-P


1) Which four options describe the correct default values for array elements of the types indicated ?


  1. int -> 0
  2. String -> "null"
  3. Dog -> null
  4. char -> '\u0000'
  5. float -> 0.0f
  6. boolean -> true

    

A.
1, 2, 3, 4
     
B.1, 3, 4, 5
C.
2, 4, 5, 6
D.3, 4, 5,6 




2) Which one of these lists contains only Java programming language keywords?
A.class, if, void, long, Int, continue
B.
goto, instanceof, native, finally, default, throws
C.try, virtual, throw, final, volatile, transient
D.strictfp, constant, super, implements, do
E.byte, break, assert, switch, include