1) What is an Array? a) It is a statement which executes at the end of a loop b) It is special condition which evaluates to True or False c) It is a special type of variable that stores multiple values. d) All of the above 2) Which one of the below is correct Syntax of a 'for'... Loop? a) for(I=10,b=10,i++) b) for(Var i = 0; i < 5; i++) c) while(i < 5); document.write; 3) Which one of the following is a correct method to create an Array? a) Var CarsName = ["BMW", "SAAB", "FORD"] b) CARname = BMW,SAAB,FORD c) Var CarName = (BMW,SAAB,FORD) 4) What is an Element and what is an index in an Array? a) An Element is comparison operator and index is the number you compare it with b) Each value stored in an Array is known as Element and each element has a numeric position in an array known as its index. c) Both of the above 5) Var myfruits = ["Apple", "Orange", "Mango", "Banana"] . in this Array what is stored at index[2]? a) Orange b) Mango c) Apple d) Banana

排行榜

视觉风格

选项

切换模板

恢复自动保存: