CSC Placement Paper - 2006

Answer Posted / rajiv trivedi

Here I got 1 CSC placement paper and i'm posting it for you all. This year
they have changed their pattern entirely, emphasis has shifted to java and
programming.

CSC Placement Papers | CSC Interview Procedure |
CSC Aptitude Questions | CSC Technical Questions |
CSC Interview Questions



Here are some questions.

1.C# is a native language of:

A.Java B. .Net C.Visual Basic

2.The width in bits of double primitive type in Java is . Select the one
correct answer.

1. The width of double is platform dependent 2. 64 3. 128 4. 8
5. 4


3.What is IMP in Objective C?
A.Implementation pointer B.Important Pointer C.Intended Pointer

CSC Placement Papers | CSC Interview Procedure |
CSC Aptitude Questions | CSC Technical Questions |
CSC Interview Questions



4.What would happen when the following is compiled and executed. Select
the one correct answer.

class example {
int x;
int y;
String name;
public static void main(String args[]) {
example pnt = new example();
System.out.println("pnt is " + pnt.name +
" " + pnt.x + " " + pnt.y);
}
}

1. The program does not compile because x, y and name are not initialized.
2. The program throws a runtime exception as x, y, and name are used
before initialization.
3. The program prints pnt is 0 0.
4. The program prints pnt is null 0 0.
5. The program prints pnt is NULL false

CSC Placement Papers | CSC Interview Procedure |
CSC Aptitude Questions | CSC Technical Questions |
CSC Interview Questions


5.What is contained in the directory /proc?:
a. System information b. Administrative procedures c. Boot
procedures d. Documentation on your sytem

8. Transactions per rollback segment is derived from[DBA]
a. Db_Block_Buffer b. Processes, c. Shared_Pool_Size,
d. None of the above

9. These following parameters are optional in init.ora parameter file
DB_BLOCK_SIZE, PROCESSES
a True, b False Ans : False

10. Which of these lines will compile? Select all correct answers.

1. short s = 20;
2. byte b = 128;
3. char c = 32;
4. double d = 1.4;;
5. float f = 1.4;
6. byte e = 0;

CSC Placement Papers | CSC Interview Procedure |
CSC Aptitude Questions | CSC Technical Questions |
CSC Interview Questions



11.What is the purpose of different record methods
1) Record 2) Pass up 3) As Object 4) Ignore.

12.While running DOS on a PC, which command would be used to duplicate the
entire diskette?

CSC Placement Papers | CSC Interview Procedure |
CSC Aptitude Questions | CSC Technical Questions |
CSC Interview Questions

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do we have vacancy for HR RECRUITER ?

1367


speak 1min on topic Travelling,memorable moment ,memorable day?

1727


i want the sample placement paper of goldman sachs urgently. please send it to me

3912


what is the use of air in gc

1422


If anybody knows the recruitment procedure of IOTL & POWER MECHANICAL. send me the placement papers if u hav... very urgent ...

3880






A frog wants to climb a pole which is 15 feet in height, frog can jump 3 feet every minute after which he rests for a minute where he slips down 2 feet. How much time will the frog take to reach the top of the pole?

584


What are the frequently asked questions for interview in capital iq company ?

1307


what you will do when you struck in traffic ?

1035


Danlaw placement questions and answers

1339


what is difference between uv and visible spectroscopy and how to differentiate the drug compounds in uv visible region

1580


how did you celebrate your last birthday?

1260


my question is : reverse a string in COBOL program (please write a code asap) input file: 1234abcdef output file: 8765_____ abc*$#1___ 1_2_3_4__ cdef____ghi h_k_z_a__ a_z_k_h___ ihg____ghi 4_3_2_1___ 1#$*cba__ ______5678 fedcb4321

1283


what is placement paper?

2137


my question is : reverse a string in COBOL program (please write a code asap) input file: 1234abcdef abc*$#1___ cdef____ghi a_z_k_h___ 4_3_2_1___ ______5678 output file: 8765_____ 1_2_3_4__ h_k_z_a__ ihg____ghi 1#$*cba__ fedcb4321

1178


printf("%d",printf("%d",printf("%d",printf("%s","ILOVECPROGRAM")))); whats the output

1381