Read and download the CBSE Class 11 Computer Science Constant, Variables and Data Types Assignment for the 2025-26 academic session. We have provided comprehensive Class 11 Computer Science school assignments that have important solved questions and answers for Constant, Variables and Data Types. These resources have been carefuly prepared by expert teachers as per the latest NCERT, CBSE, and KVS syllabus guidelines.
Solved Assignment for Class 11 Computer Science Constant, Variables and Data Types
Practicing these Class 11 Computer Science problems daily is must to improve your conceptual understanding and score better marks in school examinations. These printable assignments are a perfect assessment tool for Constant, Variables and Data Types, covering both basic and advanced level questions to help you get more marks in exams.
Constant, Variables and Data Types Class 11 Solved Questions and Answers
Objective Type Questions
Question: Which of the following is not the correct data type of C language?
a) Char
b) float
c) long
d) double
Answer: float
Question: Which of the following is not an arithmetic operator?
a) +
b) &
c) %
d) *
Answer: &
Question: The operator % can only be applied on which type of values?
a) float values
b) double values
c) int values
d) All of these
Answer: int values
Question: Which of the the following is not a correct value for the type int?
a) 3750
b) 32800
c) -32767
d) 0
Answer: 32800
Question: What is the value range of data type int in C language?
a) 0 to 32767
b) 0 to 65535
c) -32768 to 32767
d) -32767 to 32768
Answer: -32768 to 32767
Question: Which of the following is a reserve word?
a) for
b) goto
c) doo
d) switch
Answer: doo
Question: What will be the value of the expression 5/6/3/+8/3?
a) 4
b) 2
c) 2.333(appr.)
d) none of the options
Answer: 2
Question: Which of the following is not a C Token?
a) keywords
b) constants
c) operators
d) all of these
Answer: all of these
Question: Which of the following is not a keyword in C Language?
a) const
b) main
c) size of
d) void
Answer: main
Question: There are __ no of arithmetic operators in C Language.
a) 5
b) 4
c) 6
d) 7
Answer: 5
Question: Which name of the variable is wrong?
a) roll-no
b) interest _ paid
c) SUM
d) none of the options
Answer: roll-no
Write True or False
Question: Variables are those quantities which allow change in their value during program implementation.
Answer: True
Question: Delimeter is a symbol which has statement structure and importance.
Answer: True
Question: One char data type always occupies one byte.
Answer: True
Question: Size of operand is its data type.
Answer: True
Question: Semicolon is a declaration delimiter.
Answer: True
Marks Questions
Question: if x=12.4565, then printf(“%3f”,x); will print _?
Answer: 12.457
Question: What will be printed by the statement printf(“%d”,‘B’);
Answer: 66
Question: What will be the value of float x=1/2.0 – 1/2?
Answer: 0.50
Question: A computer program can be extracted into a number of _____
Answer: Tokens
Question: Which keyword is used to declare a variable as a constant?
Answer: const
Question: if a=-11 and b=-3, then what will be the value of a%b?
Answer: -2
Question: How many relational operators are there in C Language?
Answer: 6
Question: If we have operators *, /, ( ), % in an expression, then which of these has highest precedence?
Answer: ( )
Marks Questions
Question: What are delimiters?
Answer: Delimiters are also called separator’s. Delimiters are those symbols which defines the fundamental limits of
program elements. Some of the commonly used delimiters are given below:
Hash – # – It is used for pre-processor directives. For example: #define PI 3.14
Comma – , – It is used as separator during variable declarations. For example: int a,b,c;
Curly Brckets – { } – It is used to define the block of statements
square brackets – [ ] – it is used for arrays. For example: int a[5];
Paarenthesis – ( ) – It is used for functions. For examples: printf( )
Colon – : – It is used for defining labels. For example- my label:
Question: What are Identifiers?
Answer: Identifier’s are the names given to different elements in the C program. A Program element can be a variable,constant, function, array, structure, union etc) An identifier consists by the combination of alphabets and numbers.
When we define the name of identifier, we have to follow some naming rules. These naming rules are given below:
1. An identifier must not begin with a digit.
2. No special character except under scorer is allowed in the identifier.
3. We can not use two consecutive underscores.
4. Maximum 31 characters are allowed in the identifier.
5. We can not use blank space in the identifier.
6. A keyword can not be used as the identifier.
7. Identifier’s are case sensitive.
Question: What are Data Types?
Answer: In programming languages, data types are the set of defined values. A data type points out the type of data)
There are many data types already built into the C Compiler. We can also define our own data types also in C
language. Therefore, we can say that there are two categories of data types:
- Built In data types
- User defined data types
Following table shows the list of buil-in data types in C language:

Marks – Extra Questions
Question: What are Tokens?
Answer: Tokens are the fundamental and smallest elements of the C program. These are like the words and punctuation marks in the C Language. A C program can be extracted into a number of tokens. There are 6 types of tokens in C language which are given below:
1. Keywords: These are the predefine words in the c language. For example: int, float, char, if, else, void etc)
2. Identifiers: These are the name of elements in the program. For example: main, printf, scanf etc)
3. Constants: These are the fixed values in the program. For example: 5, -25, 3.14, ’A’ etc)
4. Strings: These are the set of characters written in double quotes. For example: “Hello”, “H.No.196” etc)
5. Operators: These are the symbols to perform operations. For example: +, -, *, /, >, <, = etc)
6. Special Characters: These are the special symbols in the program. For example: #, &, { }, ( ), [ ], :, ; etc)
| CBSE Class 11 Computer Science Arrays Part II Assignment |
| CBSE Class 11 Computer Science Flow of Control Assignment |
| CBSE Class 11 Computer Science Functions Assignment |
| CBSE Class 11 Computer Science Constant, Variables and Data Types Assignment |
| CBSE Class 11 Computer Science Control Flow Part II Assignment |
| CBSE Class 11 Computer Science Desktop Publishing Assignment |
| CBSE Class 11 Computer Science Introduction and Basics of Computers Assignment |
| CBSE Class 11 Computer Science Role of Programming in C Language Assignment |
CBSE Class 11 Computer Science Constant, Variables and Data Types Assignment
Access the latest Constant, Variables and Data Types assignments designed as per the current CBSE syllabus for Class 11. We have included all question types, including MCQs, short answer questions, and long-form problems relating to Constant, Variables and Data Types. You can easily download these assignments in PDF format for free. Our expert teachers have carefully looked at previous year exam patterns and have made sure that these questions help you prepare properly for your upcoming school tests.
Benefits of solving Assignments for Constant, Variables and Data Types
Practicing these Class 11 Computer Science assignments has many advantages for you:
- Better Exam Scores: Regular practice will help you to understand Constant, Variables and Data Types properly and you will be able to answer exam questions correctly.
- Latest Exam Pattern: All questions are aligned as per the latest CBSE sample papers and marking schemes.
- Huge Variety of Questions: These Constant, Variables and Data Types sets include Case Studies, objective questions, and various descriptive problems with answers.
- Time Management: Solving these Constant, Variables and Data Types test papers daily will improve your speed and accuracy.
How to solve Computer Science Constant, Variables and Data Types Assignments effectively?
- Read the Chapter First: Start with the NCERT book for Class 11 Computer Science before attempting the assignment.
- Self-Assessment: Try solving the Constant, Variables and Data Types questions by yourself and then check the solutions provided by us.
- Use Supporting Material: Refer to our Revision Notes and Class 11 worksheets if you get stuck on any topic.
- Track Mistakes: Maintain a notebook for tricky concepts and revise them using our online MCQ tests.
Best Practices for Class 11 Computer Science Preparation
For the best results, solve one assignment for Constant, Variables and Data Types on daily basis. Using a timer while practicing will further improve your problem-solving skills and prepare you for the actual CBSE exam.
You can download free PDF assignments for Class 11 Computer Science Chapter Constant, Variables and Data Types from StudiesToday.com. These practice sheets have been updated for the 2025-26 session covering all concepts from latest NCERT textbook.
Yes, our teachers have given solutions for all questions in the Class 11 Computer Science Chapter Constant, Variables and Data Types assignments. This will help you to understand step-by-step methodology to get full marks in school tests and exams.
Yes. These assignments are designed as per the latest CBSE syllabus for 2026. We have included huge variety of question formats such as MCQs, Case-study based questions and important diagram-based problems found in Chapter Constant, Variables and Data Types.
Practicing topicw wise assignments will help Class 11 students understand every sub-topic of Chapter Constant, Variables and Data Types. Daily practice will improve speed, accuracy and answering competency-based questions.
Yes, all printable assignments for Class 11 Computer Science Chapter Constant, Variables and Data Types are available for free download in mobile-friendly PDF format.