Exam 10: Exploring Arrays, loops, and Conditional Statements
Exam 1: Getting Started With Html5147 Questions
Exam 2: Getting Started With CSS148 Questions
Exam 3: Designing a Page Layout136 Questions
Exam 4: Graphic Design With CSS107 Questions
Exam 5: Designing for the Mobile Web112 Questions
Exam 6: Working With Tables and Columns89 Questions
Exam 7: Designing a Web Form91 Questions
Exam 8: Enhancing a Website With Multimedia90 Questions
Exam 9: Getting Started With Javascript89 Questions
Exam 10: Exploring Arrays, loops, and Conditional Statements90 Questions
Select questions type
Melissa, a computer science engineering student, is learning the basics of programming by exploring arrays. She learns about different array methods. She wishes to learn more on inserting and deleting array items. She creates monthName array to extract only the three spring months—March, April, and May—from a calendar.
-Melissa wants to extract the spring months and store them in the monthName array.Identify a method Melissa should choose to perform this task.
(Multiple Choice)
4.8/5
(47)
When each entry in an array matches the entry in another array,it is called a linear array.
(True/False)
4.7/5
(34)
What is the output of the following code?
For (var i = 0; i < = 360; i+=60)
(Multiple Choice)
4.9/5
(37)
Identify a method that tests whether the condition returned by the callback function holds for all items in an array.
(Multiple Choice)
4.8/5
(28)
The _____ method creates a new array by passing the original array items to the callback function,which returns the equivalent value of the array items.
(Multiple Choice)
4.7/5
(37)
Which of the following methods is used to determine the day of the week on which a month starts?
(Multiple Choice)
4.9/5
(42)
Melissa, a computer science engineering student, is learning the basics of programming by exploring arrays. She learns about different array methods. She wishes to learn more on inserting and deleting array items. She creates monthName array to extract only the three spring months—March, April, and May—from a calendar.
-Melissa wants to remove spring months from the monthName array.Which of the following methods should Melissa use?
(Multiple Choice)
4.7/5
(35)
The every(callback [,thisArg])array method applies the callback function to each item in an array.
(True/False)
4.7/5
(44)
Identify the letter of the choice that best matches the phrase or definition.
-This method joins the array to two or more arrays,creating a single array containing the items from all the arrays.
(Multiple Choice)
4.9/5
(44)
Showing 81 - 90 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)