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
Identify a compare function that sorts numeric values in descending order.
(Multiple Choice)
4.8/5
(37)
The _____ method diminishes array from the last element by keeping only those items that return a value of true from the callback function.
(Multiple Choice)
4.8/5
(37)
Which of the following examples tests whether x is equal to 5 or y is equal to 8?
(Multiple Choice)
4.9/5
(43)
Which of the following values will the expression 15 % 4 return?
(Multiple Choice)
4.8/5
(39)
In an array literal,the array values are a space-separated list within a set of curly brackets.
(True/False)
4.8/5
(42)
Identify the letter of the choice that best matches the phrase or definition.
-This method inverts the order of items in an array.
(Multiple Choice)
4.8/5
(35)
A _________ is a statement that runs a command or command block only when certain circumstances are met.
(Short Answer)
4.8/5
(40)
Identify a compare function that sorts numeric values in ascending order.
(Multiple Choice)
4.8/5
(44)
The appearance of any form element can be changed by modifying style sheets instead of the JavaScript code.
(True/False)
4.8/5
(40)
For array data that should be treated as a queue,the _____ method is used,which is similar to the pop()method except that it removes the first array item and not the last.
(Multiple Choice)
4.9/5
(39)
Identify the expression in which the initial value of the day variable will be set to match the first day of the calendar month.
(Multiple Choice)
4.7/5
(37)
The _________ returns the integer remainder after dividing one integer by another.
(Short Answer)
4.8/5
(38)
Identify a true statement of array.find(callback [,thisArg])method.
(Multiple Choice)
4.8/5
(34)
What is the output of the following code?
Var x = ["a","b","c"];
X.push("d","e");
X.pop();
X.pop();
(Multiple Choice)
4.8/5
(35)
A calendar that is created as a web table can have class and ID designations to make it easy for page developers to assign different styles to different parts of the calendar.
(True/False)
4.9/5
(36)
The collection of commands that is run each time through a loop is known collectively as a _________.
(Short Answer)
4.8/5
(39)
The while statement is used to exit a program loop before the stopping condition is met.
(True/False)
4.8/5
(33)
A stack data structure employs the _________ principle in which the last items added to the stack are the first ones removed.
(Short Answer)
4.8/5
(38)
The break statement runs a command or a command block only if the conditional expression returns the value true; it does nothing if the condition is false.
(True/False)
4.8/5
(46)
The do/while loop is generally used when the program loop should run at least once before testing for the stopping condition.
(True/False)
4.9/5
(39)
Showing 61 - 80 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)