Computer Applications (Commerce) - XII   Chapter 2 : Arrays
Sign in to Google to save your progress. Learn more
Student Name *
School name *
1. Which is a collection of elements of the same type placed in contiguous memory locations. *
1 point
2. Array element can be accessed by using the array’s name and the element’s position  this position is  called *
1 point
3. Total bytes allocated for the array declared as float a[5];  will be ________ *
1 point
4. Accessing each element of an array at least once  is known __________ operation *
1 point
5. Which character is  stored at the end of the string. *
1 point
6.  _________ is a console input function used to accept a string of characters including white spaces. *
1 point
7.If AR is an array, which element will be referenced using AR[7] ? *
1 point
8. The elements of an array with ten elements are numbered from ____ to ____. *
1 point
9.Consider the array declaration int a[3]={2,3,4}; What is the value of a[1] ? *
1 point
10. Printing all the elements of an array is an example for _____ operation. *
1 point
11. Sequence of characters within a pair of double quotes is called _______ *
1 point
12. The array index or subscript  starts with _____. *
1 point
13. When an array is initialized with values, the size can be omitted *
1 point
14.Consider the array declaration int a[ ]={1,2,4,7}; What is the value of a[2] ? *
1 point
15 Only one element can be accessed at a time in an Array *
1 point
16 The Array element is specified by the array name with the ________________. *
1 point
17 Predict the output of the   statement sequence   s[0] = 95; s[1] = s[0] - 11;  cout <<s[1]; *
1 point
18.  if an array declared as int num[10]; the first element can be referenced as __________. *
1 point
19. if an array declared as int num[10]; the last  element can be referenced as __________ . *
1 point
20. The amount of storage required to hold an array is directly related to its type and size. *
1 point
 Type your valuable Suggestion  about this Quiz  
After Selecting answer of all question,press "SUBMIT" button and press "View Score" Button to know your Score and correct answers
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy