[{"id":243956,"question":"Which makes it easier to read and write values in arrays.","choices":[{"text":"Loop","value":"A"},{"text":"While loop","value":"B"},{"text":"end","value":"C"},{"text":"simple loop","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":243955,"question":"We use ............. loops to repeat a pattern multiple times.","choices":[{"text":"Loop","value":"A"},{"text":"While loop","value":"B"},{"text":"Nested","value":"C"},{"text":"Simple loop","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":243954,"question":"Each run of a loop is called an","choices":[{"text":"Condition","value":"A"},{"text":"Iteration","value":"B"},{"text":"Standard","value":"C"},{"text":"Index","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":243953,"question":"Which of the following is not a type of loop.","choices":[{"text":"for loop","value":"A"},{"text":"while loop","value":"B"},{"text":"do while loop","value":"C"},{"text":"none of these","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":243952,"question":"How many types of loop are in C language.","choices":[{"text":"1","value":"A"},{"text":"2","value":"B"},{"text":"3","value":"C"},{"text":"4","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":243951,"question":"If array first element has the index.","choices":[{"text":"0","value":"A"},{"text":"1","value":"B"},{"text":"2","value":"C"},{"text":"3","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":243950,"question":"If we need to repeat one or more statements, than we use.","choices":[{"text":"Index","value":"A"},{"text":"array","value":"B"},{"text":"Iteration","value":"C"},{"text":"Loop","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":243949,"question":"Each elemet of an array has an _____ that can be used with the array name as array __ name.","choices":[{"text":"Index","value":"A"},{"text":"array","value":"B"},{"text":"for loop","value":"C"},{"text":"simple variable","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":243948,"question":"Assigning values to an array for the fist times is called.","choices":[{"text":"Assign value","value":"A"},{"text":"Array utilization","value":"B"},{"text":"Control array","value":"C"},{"text":"Array initialization","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":243947,"question":"An important property of __________ is that it stores all the values at consecutive locations inside the computer memory.","choices":[{"text":"Loop","value":"A"},{"text":"Array","value":"B"},{"text":"for loop","value":"C"},{"text":"index","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":243946,"question":"An______ is a data structure that can hold multiple values of same data type.","choices":[{"text":"Loop","value":"A"},{"text":"Array","value":"B"},{"text":"For loop","value":"C"},{"text":"Index","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":243945,"question":"Which is a countainer to store collection of data items in a specific layout.","choices":[{"text":"Data structure","value":"A"},{"text":"Simple Strucutre","value":"B"},{"text":"Normal Structure","value":"C"},{"text":"Complex structure","value":"D"},{"value":"E"}],"correctAnswer":1}]