Content text MCQ 01_Introduction.pdf
(Page 1 of 4) Matrix Computers 10/564 Kaveri Path, Mansarovar Jaipur-302020 Rajasthan 9414752750, 9414930104, 9414244351, 0141-2399633 MCQ of Chapter 1 Introduction to C 1. Who is father of C Language? A. Bjarne Stroustrup B. James A. Gosling C. Dennis Ritchie D. Dr. E.F. Codd 2. C is a : A. high level language B. low level language C. middle level language D. assembly level language. 3. Flowcharts are used to decide A. sequence of steps involved in finding solution. B. An aid to making algorithm. C. To prepare decision table. D. To debug a program. 4. C Programming was created at ______. A. L&T Laboratory B. MIT University C. Haward University D. Stanford Lab E. AT&T Bell Laboratory 5. Many features of C were derived from an earlier language called _____. A. FORTRAN B. BASIC C. B D. PASCAL 6. C Programming was created in Year _______ . A. 1972 B. 1967 C. 1976 D. 1980 7. Which Committee standardize C Programming Language ? A. ANSI
(Page 2 of 4) Matrix Computers 10/564 Kaveri Path, Mansarovar Jaipur-302020 Rajasthan 9414752750, 9414930104, 9414244351, 0141-2399633 B. W3C C. ISO D. TRAI 8. Ritchie and Brian Kernighan jointly carried out the development of C and that version is called as ________ . A. ANSI C B. R&K C C. K&R C D. ISO C E. C99 9. Who was Creator of B Language , which inspired Dennis Ritchie to create Strong Procedural Language called C ? A. James Gosling B. Thomas E. Kurtz C. Ken Thompson D. John W. Backus E. Brian Kernighan 10. What is C language? A. C language is a structure/procedure oriented B. C language is a middle level programming language C. C language was invented for implementing UNIX operating system D. All of the above 11. First version of C Programming language is ____ . A. K&R B. C89 C. ANSI D. R&K 12. C was initially used for A. General purpose B. System development work C. Data processing D. None of these 13. C programming language is A. Procedural language B. Object Oriented language C. Scripting languages D. None of these
(Page 3 of 4) Matrix Computers 10/564 Kaveri Path, Mansarovar Jaipur-302020 Rajasthan 9414752750, 9414930104, 9414244351, 0141-2399633 14. Which of these is not an example for IDE in C? A. Turbo B. Pycharm C. Code::Blocks D. Borland 15. C can be used on? A. Only MS-Dos operating System B. Only Linux operating system C. Only Windows operating system D. All of the above 16. Which is true in case of ANSI C? A. Comments are represented in /* and */ B. Nested comments are not allowed C. Comments are not allowed within a string constant D. Nested comments are allowed 17. Where does the execution of every C program starts? A. Every C program starts in the main () function. B. Every C program starts in the begin ( ) function. C. Every C program starts in the initialize ( ) function. D. Every C program starts in the start ( ) function. 18. A program which translates a high level language program into a machine language program is called A. Compiler B. Interpreter C. Both A and B D. none of the above 19. The errors that can be pointed out by the compiler are? A. syntax errors B. semantic error C. logical error D. none of the above 20. Low level language is .? A. Human readable like language. B. language with big program size. C. language with small program size. D. Difficult to understand and readability is questionable. 21. High level language is a .?