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

How do you access command-line arguments?

1 Answers  


Lists the benefits of c programming language?

0 Answers  


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

0 Answers  


What are the types of arrays in c?

0 Answers  






What is c standard library?

0 Answers  


whats the use of header file in c?

2 Answers  


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


What is #line?

0 Answers  


program for validity of triangle from 3 side

7 Answers  


find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


Categories