1.compiler
2.debugger
3.editor
4.None of the above
Answer:1
1.K&R
2.C89
3.ANSI
4.R&K
Answer 11.many-one
2.many-many
3.one-one
4.one-many
Answer 31.Only i & ii
2.Only i & iii
3.Only ii & ii
4.All of the above
Answer 41.Comments are represented in /* and */
2.Nested comments are not allowed
3.Comments are not allowed within a string constant
4.Nested comments are allowed
Answer 21.a machine-independent and OS-independent
2.machine-dependent and OS-dependent
3.machine-dependent and OS-independent
4.machine-independent and OS-dependent
Answer 21.compiler
2.debugger
3.editor
4.None of the above
Answer 11.Compiler
2.Interpreter
3.Both A and B
4.none of the above
Answer 31.
2./
3.?
4.#
Answer 11.Only MS-Dos operating System
2.Only Linux operating system
3.Only Windows operating system
4.All of the above
Answer 41.AT & T Bell Laboratory
2.MIT University
3.Harvard University
4.Stanford Lab
Answer 11.Procedural language
2.Object Oriented language
3.Scripting languages
4.None of These
Answer 11.Procedural language
2.Object Oriented language
3.Scripting languages
4.None of these
Answer 11.General purpose
2.System development work
3.Data processing
4.None of these
Answer 21.The variable names VOLUME and volume are identical
2.The variable names sun and sun are identical
3.Variables are not declared before use
4. Variable may he absent in a declaration.
Answer 41.white space character
2.Comments
3.Semicolon
4. Both A and B
Answer 41.#define /* symbolic constant */ Max 100
2.int /*declaration*/ a,b;
3.. char c1,c2;
4.#define MAX 25;
Answer 41.# define is a preprocessor facility.
2. # define aids in modifying a constant value throughout the program.
3. # define uses a statement terminator.
4.# define improves the readability of the program.
Answer 31.Interpreter generates an object program from the source program
2. Interpreter is a kind of translator
3.Interpreter analysis each source statement every time it is to be executed
4. None of the above
Answer 41.PASCAL
2.B
3.BASIC
4.FORTRAN
Answer 21.syntax errors
2.semantic error
3.logical error
4.none of the above
Answer 11.an assembly language
2. a third generation high level language
3.a machine language
4. none of the above
Answer 21.C language is a structure/procedure oriented
2.C language is a middle level programming language
3.C language was invented for implementing UNIX operating system
4.All of the above
Answer 41.Every C program starts in the main () function.
2. Every C program starts in the begin ( ) function.
3.Every C program starts in the initialize ( ) function.
4.Every C program starts in the start ( ) function.
Answer 11. $
2. ^
3. -
4.|
Answer 11.FORTRAN is a high-level language
2.A FORTRAN program written for the IBM-PC, is totally different from a FORTRAN program written for the execution of SUN machine.
3.FORTRAN is extensively used write program for performing scientific computations
4.None of the above
Answer 21.Turbo
2.Pycharm
3.Code::Blocks
4.Borland
Answer 21.1970
2.1971
3.1972
4.1973
Answer 31.Bjarne Stroustrup
2.James A. Gosling
3.Dennis Ritchie
4.Dr. E.F. Codd
Answer 3