Which method of entering a function requires the user to know the name and initial characters of a function?

A. manually typing the function
B. using the Insert Function button
C. using the Sum button
D. using the Sum list arrow


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is a valid assignment, given the following declarations?

float *s; float *t; a) s = 50.0; b) t = 2000; c) s = s * 2; d) s = t;

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. If two methods have the same names and parameter lists, you cannot overload them by just giving them different return types. 2. Constructors cannot be overloaded, which means a class can have only one constructor. 3. It is perfectly legal to write a class without any constructors. 4. Objects that are instances of a class cannot be stored in an array. 5. When you want to create a List object, you follow List with the name of a class inside angled brackets, and it specifies that the List can hold only objects of that class type.

Computer Science & Information Technology

Windows 8.1.1 contains a set of five C harms

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ view of PowerPoint Online is where a presentation is displayed full-screen, allowing presentation directly from the web browser

Fill in the blank(s) with correct word

Computer Science & Information Technology