Please refer to MCQ Questions Chapter 7 Introduction to C and Basic Structure of C Program Class 11 Computer Science with answers provided below. These multiple-choice questions have been developed based on the latest NCERT book for class 11 Computer Science issued for the current academic year. We have provided MCQ Questions for Class 11 Computer Science for all chapters on our website. Students should learn the objective based questions for Chapter 7 Introduction to C and Basic Structure of C Program in Class 11 Computer Science provided below to get more marks in exams.
Chapter 7 Introduction to C and Basic Structure of C Program MCQ Questions
Please refer to the following Chapter 7 Introduction to C and Basic Structure of C Program MCQ Questions Class 11 Computer Science with solutions for all important topics in the chapter.
MCQ Questions Answers for Chapter 7 Introduction to C and Basic Structure of C Program Class 11 Computer Science
Question. Which of the following keywords do not represent a data type?
(a) int
(b) float
(c) const
(d) char
Answer
C
Question. Which of the following is valid example of identifier?
(a) roll_no
(b) %age_marks
(c) rollno
(d) main
Answer
B
Question. ______________ are used to describe a code in the program?
(a) Compiler
(b) Comments
(c) Literals
(d) Identifiers
Answer
B
Question. C is a _________________ purpose programming language.
(a) special
(b) general
(c) objective
(d) None of these
Answer
B
Question. Which of the followings are the tokens?
(a) keywords
(b) special symbols
(c) Literals
(d) All of these
Answer
D
Fill in the Blanks:
Question. The names given to program elements, such as variables, constants, arrays, functions etc. is called _________.
Answer
Identifier
Question. To work with single precision values, we use ________________ data type.
Answer
float
Question. __________ are the smallest individual units of a program.
Answer
Token
Question. File extension of header files is _________________.
Answer
.h
Question. Those program elements which do not allow changing their value during execution are called __________.
Answer
Constant
Full form :
Question. FORTRAN
Answer
Formula Translation
Question. stdio.h
Answer
Standard Input Output Header file
Question. IDE
Answer
Integrated Development Environment
Question. ASCII
Answer
American Standard Code for Information Interchange
Question. conio.h
Answer
Console Input Output Header file
Question. BCPL
Answer
Basic Combined Programming Language
We hope you liked the above provided MCQ Questions Chapter 7 Introduction to C and Basic Structure of C Program Class 11 Computer Science with solutions. If you have any questions please ask us in the comments box below.