To return to the top of a document in OpenOffice Writer, press ________
A) Ctrl + Home
B) Alt + Home
C) Alt + PgUp
D) Ctrl + PgUp
A
You might also like to view...
Which of the following is a poor programming practice?
a. Indenting the statements in the body of each control structure. b. Using floating-point values for counters in counter-controlled iteration. c. Nesting multiple iteration structures. d. Placing vertical spacing above and below control structures.
Case-Based Critical Thinking QuestionsCase 1Prishna has decided that data entry for the database for her small business would be expedited if she designed a form for her two employees who maintain her records. She studies the tools available to her on the Design tab, to maximize the work that these resources can accomplish for her. Prishna needs a Design tab control that will allow users to select a customer record in the database of their small business. Which of the following can she use?
A. Bound Object Frame B. Combo Box C. Unbound Object Frame D. Attachment
Implement the following functions:
a) Function celsius returns the Celsius equivalent of a Fahrenheit temperature using the calculation ``` C = 5.0 / 9.0 * ( F - 32 ); ``` b) Function fahrenheit returns the Fahrenheit equivalent of a Celsius temperature using the calculation F = 9.0 / 5.0 * C + 32; c) Use these functions to write a script that enables the user to enter either a Fahrenheit temperature and display the Celsius equivalent or enter a Celsius temperature and display the Fahrenheit equivalent. Your HTML document should contain two buttons—one to initiate the conversion from Fahrenheit to Celcius and one to initiate the conversion from Celcius to Fahrenheit.
An identifier can be any sequence of characters and integers.
Answer the following statement true (T) or false (F)