In Microsoft Excel 2016, the formula '=IF(G5=L5,"Yes", "No")' is a _____ function.
A. ?text
B. ?logical
C. ?lookup & reference
D. ?math & trig
Answer: B
You might also like to view...
In a ________, records typically are stored in order by the record key.
Fill in the blank(s) with the appropriate word(s).
Does this function sort ascending or descending?
``` 1. function bubbleIt(A, B) 2. { 3. var flag = 0; var temp = 0; 4. while (flag == 0) 5. { 6. flag = 1; 7. for (var count = 0; count <= (A – 2); count++) 8. { 9. if(myArray[count] < myArray[count + 1]) 10. { 11. temp = myArray[count]; 12. myArray[count] = myArray[count + 1]; 13. myArray[count + 1} = temp; 14. flag = 0; 15. } 16. } 17. } 18. } ``` a. ascending b. descending
Facebook lets you upload just about any type of video and share it as a status update, which means all your friends should see it as part of their News Feeds
Indicate whether the statement is true or false
When a built-in slide layout does not meet your needs, you can create a ________
A) custom slide layout B) layout master C) slide layout template D) master layout