nic scientist exam



nic scientist exam..

Answer / biswa

1.1 A list of items, in which additions and deletions may be
made at either end is known as
a
jy Queue.
B. Push-down stack
C. Deque
D. None of the above
1.2 Reentrant code provides for
A. Execution of object program instruction segments by more
than one process at the
same time.
J1. Improved console operations.
C. Multiprocessing
D. Contiguous areas of memory for storage of program,
variables, data, reference,
and dynamic process history.
1.3 Which is not a debugging technique
A. Core dumps
B. Traces
-e: Print Statements
D. Regression Testing1.4 The process of transforming a model
into source code is
A. Reverse Engineering
B. Forward Engineering
C. Re-engineering
.p. Re-structuring
1.5 The process by which existing processes and methods are
replaced by new processes
and techniques is
A. Reverse Engineering
B. Business Process Re-engineering
C. Software Process Management
». Forward Engineering
1.6 init and cron are:
ft.. linux processes
B. DOS processes
C. Windows processes
D. None of the above.
1.7 The differences between constructors and destructor in
C++ are
A. constructors can take arguments but destructor can't
B. constructors can be overloaded but destructor can't be
overloaded
.AJ. both A & B
D. none of these
1.8 Use Case is a:
A. case in case/switch statement in a programming language .
..E. a part of use case diagram, a modeling element.
C. special case in legal cases in computer industry.
D. None of the above.
1.9 PATH
A. is a system variable naming the list of directories
required to be searched for
finding the commands to be executed.
vi3. is a path to be followed in finding Critical Path
Method in Pert/CPM techniques
C. is a system variable naming the list of directories
required to be searched for
finding a class.
D. None of the above.
1.10 When a language has the capability to prod\lce new
datatype, it is called
~ Extensible
B. Overloaded
C. Encapsulated
D. Reprehensible

Is This Answer Correct ?    7 Yes 4 No

Post New Answer

More C Interview Questions

Explain what is the difference between a string and an array?

0 Answers  


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,


Is array name a pointer?

0 Answers  


Why is structure padding done in c?

0 Answers  


What is the code in while loop that returns the output of given code?

0 Answers  






triangle number finding program...

1 Answers   HCL,


what is diognisis?

1 Answers  


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


Categories