Read and download free pdf of CBSE Class 11 Computer Science Array Part 1 Assignment. Get printable school Assignments for Class 11 Computer Science. Class 11 students should practise questions and answers given here for Array Part 1 Computer Science in Class 11 which will help them to strengthen their understanding of all important topics. Students should also download free pdf of Printable Worksheets for Class 11 Computer Science prepared as per the latest books and syllabus issued by NCERT, CBSE, KVS and do problems daily to score better marks in tests and examinations
Assignment for Class 11 Computer Science Array Part 1
Class 11 Computer Science students should refer to the following printable assignment in Pdf for Array Part 1 in Class 11. This test paper with questions and answers for Class 11 Computer Science will be very useful for exams and help you to score good marks
Array Part 1 Class 11 Computer Science Assignment
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};
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:
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 Flow of Control Assignment |
CBSE Class 11 Computer Science Functions Assignment |
CBSE Class 11 Computer Science Array Part 1 Assignment
We hope you liked the above assignment for Array Part 1 which has been designed as per the latest syllabus for Class 11 Computer Science released by CBSE. Students of Class 11 should download and practice the above Assignments for Class 11 Computer Science regularly. We have provided all types of questions like MCQs, short answer questions, objective questions and long answer questions in the Class 11 Computer Science practice sheet in Pdf. All questions have been designed for Computer Science by looking into the pattern of problems asked in previous year examinations. You can download all Revision notes for Class 11 Computer Science also absolutely free of cost. Lot of MCQ questions for Class 11 Computer Science have also been given in the worksheets and assignments for regular use. All study material for Class 11 Computer Science students have been given on studiestoday. We have also provided lot of Worksheets for Class 11 Computer Science which you can use to further make your self stronger in Computer Science.
What are benefits of doing Assignment for CBSE Class 11 Computer Science Array Part 1?
a. Score higher marks: Regular practice of Computer Science Class 11 Assignments for chapter Array Part 1 will help to improve understanding and help in solving exam questions correctly.
b. As per CBSE pattern: All questions given above follow the latest Class 11 Computer Science Sample Papers so that students can prepare as per latest exam pattern.
c. Understand different question types: These assignments include MCQ Questions for Class 11 Computer Science with answers relating to Array Part 1, short answers, long answers, and also case studies.
d. Improve time management: Daily solving questions from Array Part 1 within a set time will improve your speed and accuracy.
e. Boost confidence: Practicing multiple assignments and Class 11 Computer Science mock tests for Array Part 1 reduces exam stress.
How to Solve CBSE Class 11 Computer Science Array Part 1 Assignment effectively?
a. Start with Class 11 NCERT and syllabus topics: Always read the chapter carefully before attempting Assignment questions for Class 11 Computer Science Array Part 1.
b. Solve without checking answers: You should first attempt the assignment questions on Array Part 1 yourself and then compare with provided solutions.
c. Use Class 11 worksheets and revision notes: Refer to NCERT Class 11 Computer Science worksheets, sample papers, and mock tests for extra practice.
d. Revise tricky topics: Focus on difficult concepts by solving Class 11 Computer Science MCQ Test.
e. Maintain notebook: Note down mistakes in Array Part 1 assignment and read them in Revision notes for Class 11 Computer Science
How to practice CBSE Class 11 Computer Science Array Part 1 Assignment for best results?
a. Solve assignments daily: Regular practice of Array Part 1 questions will strengthen problem solving skills.
b.Use Class 11 study materials: Combine NCERT book for Class 11 Computer Science, mock tests, sample papers, and worksheets to get a complete preparation experience.
c. Set a timer: Practicing Class 11 Computer Science Array Part 1 assignment under timed conditions improves speed and accuracy.
You can download free Pdf assignments for CBSE Class 11 Computer Science Array Part 1 from StudiesToday.com
All topics given in Array Part 1 Computer Science Class 11 Book for the current academic year have been covered in the given assignment
No, all Printable Assignments for Array Part 1 Class 11 Computer Science have been given for free and can be downloaded in Pdf format
Latest syllabus issued for current academic year by CBSE has been used to design assignments for Array Part 1 Class 11
Yes, we have provided detailed answers for all questions given in assignments for Array Part 1 Class 11 Computer Science