CBSE Class 11 Computer Science Array Part 1 Assignment

Read and download the CBSE Class 11 Computer Science Array Part 1 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 Array Part 1. 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 Array Part 1

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 Array Part 1, covering both basic and advanced level questions to help you get more marks in exams.

Array Part 1 Class 11 Solved Questions and Answers

Question: Array is a name _
a. Array Variable
b. A Keyword
c. A Common name given to set of elements
d. None of these
Answer: A Common name given to set of elements

Question: Array subscript in C is always begins with ______
a. -1
b. 0
c. 1
d. any value
Answer: 0

Question: In C language, Square brackets [] are used for ______
a. Function
b. Array
c. Statement
d. All of these
Answer: Arrays

Question: The maximum no of elements in the declaration int a[4][5]; will be ___
a. 28
b. 32
c. 20
d. 9
Answer: 20

Question: If the declaration is int a[10]; then identify which of the following is the wrong?
a. a[-1]
b. a[0]
c. a[1]
d. a[9]
Answer: a[-1]

 

Write True or False

Question: An array is set of same type of values
Answer: True

Question: Array elements are contiguous in memory.
Answer: True

Question: It will be an error if array size is lesser than the size of array initialization.
Answer: False

Question: An Array can be initialized in the declaration statement.
Answer: True

 

Write the appropriate word or result

Question: If we remove the size from the array declaration int x[size]; than what type of variable will it become?
Answer: A Simple type of variable

Question: In an array declaration, [ ] helps to define the size of _
Answer: Array

Question: When we prefer to use loops in array, then array size must be _
Answer: known

Question: What will be stored in the array cells when we write int x[5]={8,-2,20,26,-1000};

CBSE-Class-11-Computer-Science-Array-Part-1-Assignment-1

Question: How can we declare array named data with 50 elements? What will be its upper bound?
Answer: int data[50]; and 49 will be its upper bound

Question: What is the meaning of the given statements? a=4; num[a]=7;
Answer: This statement stores 7 at the 4th index of array num. In other words, it stores value 7 at the 5th location of
the array-num.

Question: What is the purpose of array initialization?
Answer: Its purpose is store values in array at the time of array declaration.


Short Questions of Exercise

Question: Write the difference between array and simple variable.
Answer: The difference between array and simple variable is given below:

CBSE-Class-11-Computer-Science-Array-Part-1-Assignment-2
 

Question: What the basic rules for naming arrays?
Answer: Basic rules for naming arrays are given below:
1, It must always begin with a character.
2. No special character except underscore (_) is allowed in array name.
3. Two consecutive underscores are not allowed.
4. Maximums no of characters can be 31 in array name.
5, Blank space is not allowed in the name of array
6. Keywords can not be used as the name of identifier.
7. Identifiers are case-sensitive.

Question: Write the Answer: s of following question with respect to array declaration: int amount[25];
a. No of elements in the array b. Lower and Upper Bounds of the array
Answer: a. No of elements in the array amount will be 25.
b. Lower Bound of the array will be 0 and upper bound will be 24.

CBSE Class 11 Computer Science Array Part 1 Assignment

Access the latest Array Part 1 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 Array Part 1. 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 Array Part 1

Practicing these Class 11 Computer Science assignments has many advantages for you:

  • Better Exam Scores: Regular practice will help you to understand Array Part 1 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 Array Part 1 sets include Case Studies, objective questions, and various descriptive problems with answers.
  • Time Management: Solving these Array Part 1 test papers daily will improve your speed and accuracy.

How to solve Computer Science Array Part 1 Assignments effectively?

  1. Read the Chapter First: Start with the NCERT book for Class 11 Computer Science before attempting the assignment.
  2. Self-Assessment: Try solving the Array Part 1 questions by yourself and then check the solutions provided by us.
  3. Use Supporting Material: Refer to our Revision Notes and Class 11 worksheets if you get stuck on any topic.
  4. 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 Array Part 1 on daily basis. Using a timer while practicing will further improve your problem-solving skills and prepare you for the actual CBSE exam.

Where can I download the latest CBSE Class 11 Computer Science Chapter Array Part 1 assignments?

You can download free PDF assignments for Class 11 Computer Science Chapter Array Part 1 from StudiesToday.com. These practice sheets have been updated for the 2025-26 session covering all concepts from latest NCERT textbook.

Do these Computer Science Chapter Array Part 1 assignments include solved questions?

Yes, our teachers have given solutions for all questions in the Class 11 Computer Science Chapter Array Part 1 assignments. This will help you to understand step-by-step methodology to get full marks in school tests and exams.

Are the assignments for Class 11 Computer Science Chapter Array Part 1 based on the 2026 exam pattern?

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 Array Part 1.

How can practicing Chapter Array Part 1 assignments help in Computer Science preparation?

Practicing topicw wise assignments will help Class 11 students understand every sub-topic of Chapter Array Part 1. Daily practice will improve speed, accuracy and answering competency-based questions.

Can I download Computer Science Chapter Array Part 1 assignments for free on mobile?

Yes, all printable assignments for Class 11 Computer Science Chapter Array Part 1 are available for free download in mobile-friendly PDF format.