PPG Institute of Technology Scholarship Test Model Question Paper : www.ppgit.com
PPG Institute of Technology
COIMBATORE
Dr. PALANISAMY ENDOWMENT FUND SCHOLARSHIP TEST
INSTRUCTIONS FOR CANDIDATES
· Duration of the Test is 90mins (Time: 10.00am to 11.30 am on 24th March 2010).
· Question Paper will have 90 objective type questions with 4 alternative answers.
10 questions from - Mathematics, Physics and Chemistry
Remaining 80 questions from - Branch Subjects.
· No Negative Marking for wrong answer.
· Cell Phone usage prohibited.
· Come with College ID cards.
· Decision of the committee is final.
Note: College Bus facility is available from Gandhipuram at 9.15 am.
PPG INSTITUTE OF TECHNOLOGY, SARAVANAMPATTY, COIMBATORE
SCHOLARSHIP TEST
DEPARTMENT OF CSE AND IT
1. The value of [ i x j, j x k, k x I ]
1) 0 2) 1 3) i 4)2
2. The argument of is
1) - 2) 3) 4)
3. Hardness of water of due to the presence of
1 .Ca & Mg salts 2. Ca & Mn salts 3. Ca & Na salts 4. Ca & K salts
4. One of the following is a solid lubricant
1. Graphite 2. Diamond 3. Sand 4.Calcium carbonate
5. Momentum is a .. Quantity.
(a)vector (b)scalar (c)both a and b (d)none of the above.
6. Father of Computer is
a) Dennis Ritchie b) Google c) Charles Babbage d) Gosling
7. C language also called as
a) Medium Level Language b) Middle Level Language c) Middleware Language d) Procedural Language
8. Hiding the properties of one object by another object in C++ is called ______________
a) Independence b) Impedence c) Inheritance d) a & c
9. void main()
{
char *s="\12345s\n";
printf("%d",sizeof(s));
}
What is the output for the above code?
a) 6 b) 9 c) 5 d) 3
10. What is the output for the below code?
main()
{
printf("%p",main);
}
a)Some address will be printed. b) Nothing will be printed c) Error in the code d) main will be printed