CBSE Class 10 Computer Science Arrays MCQs

Refer to CBSE Class 10 Computer Science Arrays MCQs provided below. CBSE Class 10 Computers MCQs with answers available in Pdf for free download. The MCQ Questions for Class 10 Computers with answers have been prepared as per the latest syllabus, CBSE books and examination pattern suggested in Class 10 by CBSE, NCERT and KVS. Multiple Choice Questions for Arrays are an important part of exams for Class 10 Computers and if practiced properly can help you to get higher marks. Refer to more Chapter-wise MCQs for CBSE Class 10 Computers and also download more latest study material for all subjects

MCQ for Class 10 Computers Arrays

Class 10 Computers students should refer to the following multiple-choice questions with answers for Arrays in Class 10. These MCQ questions with answers for Class 10 Computers will come in exams and help you to score good marks

Arrays MCQ Questions Class 10 Computers with Answers

(1) What is the collection of elements having same data type known as ?

(A) Function (B) Array (C) Loop (D) Source

(2) How many names can be given to an array ?

(A) One (B) Two (C) Three (D) Multiple

(3) C supports which data types ?

(A) int (B) float (C) char (D) All of these

(4) To process one value, how many variables are required in C ?

(A) One (B) Two (C) Three (D) Four

(5) Where is the value of an array stored ?

(A) Function (B) Memory (C) Input (D) Output

(6) Which data type is used to store and process various types of data ?

(A) Integer (B) Float (C) Array (D) Void

(7) What is the array name in int marks [i] ?

(A) int (B) marks (C) i (D) All of these

(8) How will we declare an array to store marks of 60 students of one subject ?

(A) marks{59}; (B) marks[60]; (C) marks (61); (D) marks<60>;

(9) To refer individual students mark, which variable can be used in an array of marks [60] of a school ?

(A) marks(1), marks(2), marks(3), ....marks(60) (B) marks[1], marks[2], marks[3], ...,marks[60]

(C) marks(O), marks(l), marks(2), ...,marks(59) (D) marks[0], marks[l], marks[2], ...,marks[59]

(10) Array is a collection of elements having how many data types ?

(A) One (B) Two (C) Multiple (D) Limited

(11) What is the collection of elements having same data types known as ?

(A) Function (B) Loop (C) Array (D) Program

(12) Which type of collection is an array ?

(A) Sequential (B) Non-sequential (C) Random (D) Any of these

(13)What type of memory location does array occupied ?

 (A) Continuous (B) Even (C) (A) or (B)(D) Can't say

(14) How is an element in an array accessed ?

(A) By name (B) By alphabet (C) By symbol (D) By index number

(15) What is the index number contain within square bracket known as ?

(A) Superscript (B) Subscript (C) Sourcescript (D) Section script

(16) What is the other name of subscript ?

(A) Master number (B) Viewer number (C) Index number (D) Serial number

(17) What is used in subscript of an array ?

(A) An integer or an integer expression (B) Real integer or an integer expression

(C) Real expression or an integer (D) Real integer or real expression

(18) With what number subscript starts ?

(A) Zero (B) One (C) Two (D) Three

(19) What is the first elements of an array ?

(A) Negative (B) Zero (C) Positive (D) Any one of these

(20) How many types of arrays are there ?

(A)  Two (B) Three (C) Four (D) Five

(21) Which of these are types of array ?

(A) One dimensional array (B) Multidimensional array (C) Both (A) and (B) (D) Multiangled array

(22) Which of the following is made of one row and one column ?

(A) Single dimensional array (B) Double dimensional array

 (C) Three dimensional array (D) Multidimensional array

(23) What is required as per the program requirement of an array ?

(A) Rows (B) Columns (C) Both (A) and (B) (D) Table

(24) Multidimensional array is made up of ?

(A) One or more rows (B) One or more columns (C) One row or one column (D) (A) or (B)

(25) Which type of array is used for a collection at elements having same datatype ?

(A) Single dimensional array (B) Multidimensional array (C) Both (A) and (B) (D) None of these

(26) How many values can be stored in one dimensional array ?

(A) Zero (B) Only one (C) Multiple (D) All

(27) Array is collection of which type of elements ?

(A) Sequential (B) Random (C) Fixed (D) Not fixed

(28) Which things are specified to declare one dimensional array ?

(A) Datatype (B) Array name (C) Size (D) All of these

(29) Which option is true to declare single dimensional array ?

(A)  datatype arrayname [size]; (B) arrayname datatype [size]; (C) datatype [size] arrayname; (D) arrayname [size] datatype;

(30) What is used to specify the types of element that an array stores ?

(A) datatype (B) arrayname (C) size (D) Any one

(31) Where is the number of elements the array can store specified ?

(A) datatype (B) arrayname (C) size (D) any one

(32) Which datatype is used to store integer vaild in array ?

(A) float (B) int (C) char (D) string

(33) Which datatype is used to store real value array?

(A) float (B) int (C) char (D) string

(34) Which datatype is used to store very large values in an array ?

(A) float (B) int (C) char (D) double

(35) Which datatype is used to store characters: an array ?

(A) float (B) int (C) char (D) string

(36) Arrayname should be given in the context of

(A) what is the name of that array in that context (B) what is stored in that array in a program

(C) what is the process of that array (D) what is the result of that array

(37) What indicates the number of elements, the array can store ?

(A) datatype (B) arrayname (C) size (D) Any one of these

(38) To store marks of 60 students which array should be declared ?

(A) int marks (60); (B) int marks {60}; (C) int marks <60>; (D) int marks [60];

(39) Which array is declared to store characters ?

(A) char string (20); (B) char string [20]; (C) char string <20>; (D) char string {20};

(40) To which array is declared to store percentage of students ?

(A) float percentages (20) (B) float percentages {20} (C) float percentages [20]; (D) float percentages <20>;

(41) Which array is declared to store large values ?

(A) double numbers [20]; (B) double numbers <20>; (C) double numbers {20}; (D) double numbers (20]; )

(42) In C, by how many types can we initialize the value ?

(A) Two (B) Three (C) Four (D) Five

(43) Which array assign values similar to a normal variable at the time of declaration ?

(A) Compile time array initialization (B) Runtime array initialization

(C) Both (A) and (B) (D) None of these

(44) In which type of array it initialize all array elements with list of values given in curly bracket ?

(A) Compile time initialization (B) Runtime initialization (C) Both (A) and (B) (D) None of these

(45) Which of the following is the general syntax to set the values of various array elements ?

(A) datatype arrayname [size] = (value 1, value2, value3, .........., valueN);

(B) datatype arrayname [size] = {value 1, value2, value3, .........., valueN};

(C) datatype arrayname [size] = [value 1 value2, value3, .........., valueN];

(D) datatype arrayname [size] = ;

(46) During compilation who provide the initial values for successive elements of the array ?

(A) datatype (B) arrayname (C) size (D) valuel, value2, value3, .........., valueN

(47) Which symbol is used to separate two successive elements of the array ?

(A) ( ) (B) [ ] (C) { } (D) < >

(48) Which symbol is used to separate two successive elements of the array ?

(A) , (B) . (C) ; (D) :

(49) 'Specifying size of an array is optional -Select the correct option.

(A) The statement is true (B) The statement is false (C) Can't be said (D) None of these

(50) What happens if array size is not specified ?

(A) Error message displayed (B) Will stop compilation (C) Will automatically calculate the size (D) Will ask to specify size

(51) Which of the following is a correct option ?

(A) int marks[5] = {78, 42, 68, 57, 83}; (B) int marks [5] = {78, 42, 68}; (C) int marks[ ] = {78, 42, 68, 57, 83}; (D) All of these

(52) In array int marks[5] = {78, 42, 68, 57, 83}; how many elements are there ?

(A) Four (B) Five (C) Six (D) Seven

More Study Material

CBSE Class 10 Computers Arrays MCQs

We hope students liked the above MCQs for Arrays designed as per the latest syllabus for Class 10 Computers released by CBSE. Students of Class 10 should download the Multiple Choice Questions and Answers in Pdf format and practice the questions and solutions given in above Class 10 Computers MCQs Questions on daily basis. All latest MCQs with answers have been developed for Computers by referring to the most important and regularly asked topics which the students should learn and practice to get better score in school tests and examinations. Studiestoday is the best portal for Class 10 students to get all latest study material free of cost.

MCQs for Computers CBSE Class 10 Arrays

Expert teachers of studiestoday have referred to NCERT book for Class 10 Computers to develop the Computers Class 10 MCQs. If you download MCQs with answers for the above chapter daily, you will get higher and better marks in Class 10 test and exams in the current year as you will be able to have stronger understanding of all concepts. Daily Multiple Choice Questions practice of Computers and its study material will help students to have stronger understanding of all concepts and also make them expert on all critical topics. You can easily download and save all MCQs for Class 10 Computers also from www.studiestoday.com without paying anything in Pdf format. After solving the questions given in the MCQs which have been developed as per latest course books also refer to the NCERT solutions for Class 10 Computers designed by our teachers

Arrays MCQs Computers CBSE Class 10

All MCQs given above for Class 10 Computers have been made as per the latest syllabus and books issued for the current academic year. The students of Class 10 can refer to the answers which have been also provided by our teachers for all MCQs of Computers so that you are able to solve the questions and then compare your answers with the solutions provided by us. We have also provided lot of MCQ questions for Class 10 Computers so that you can solve questions relating to all topics given in each chapter. All study material for Class 10 Computers students have been given on studiestoday.

Arrays CBSE Class 10 MCQs Computers

Regular MCQs practice helps to gain more practice in solving questions to obtain a more comprehensive understanding of Arrays concepts. MCQs play an important role in developing understanding of Arrays in CBSE Class 10. Students can download and save or print all the MCQs, printable assignments, practice sheets of the above chapter in Class 10 Computers in Pdf format from studiestoday. You can print or read them online on your computer or mobile or any other device. After solving these you should also refer to Class 10 Computers MCQ Test for the same chapter

CBSE MCQs Computers Class 10 Arrays

CBSE Class 10 Computers best textbooks have been used for writing the problems given in the above MCQs. If you have tests coming up then you should revise all concepts relating to Arrays and then take out print of the above MCQs and attempt all problems. We have also provided a lot of other MCQs for Class 10 Computers which you can use to further make yourself better in Computers

Where can I download latest CBSE MCQs for Class 10 Computers Arrays

You can download the CBSE MCQs for Class 10 Computers Arrays for latest session from StudiesToday.com

Can I download the MCQs of Arrays Class 10 Computers in Pdf

Yes, you can click on the links above and download topic wise MCQs Questions PDFs for Arrays Class 10 for Computers

Are the Class 10 Computers Arrays MCQs available for the latest session

Yes, the MCQs issued by CBSE for Class 10 Computers Arrays have been made available here for latest academic session

How can I download the Arrays Class 10 Computers MCQs

You can easily access the links above and download the Arrays Class 10 MCQs Computers for each topic

Is there any charge for the MCQs with answers for Class 10 Computers Arrays

There is no charge for the MCQs and their answers for Class 10 CBSE Computers Arrays you can download everything free

How can I improve my MCQs in Class 10 Computers Arrays

Regular revision of MCQs given on studiestoday for Class 10 subject Computers Arrays can help you to score better marks in exams

What are MCQs for Class 10 Computers Arrays

Multiple Choice Questions (MCQs) for Arrays Class 10 Computers are objective-based questions which provide multiple answer options, and students are required to choose the correct answer from the given choices.