A ________ is an application with which you can create, edit, and format text documents
A) word processor B) spreadsheet application
C) database D) presentation application
A
You might also like to view...
Which statement correctly defines a vector object for holding integers?
a. vector v
The syntax to close a sequential access file associated with a StreamWriter object is ____.
A. streamWriterVariableName.Close() B. streamWriterVariableName.FileClose() C. streamWriterVariableName.CloseFile() D. Close.streamWriterVariableName(data)
Create an ASP application that allows the user to customize a Web page. Store the user’s name and preferences in a text file. The application should consist of three ASP files: one that asks the user to login and reads from the text file to determine if the user is known. If the user is not known, a second ASP file is loaded asking the user to choose their preference for foreground color, background color and image. Write the new user’s name and preferences to the text file. Next, display the page customized to this user using the user’s preferences that are stored in the text file. If the user is known at login, the normal page should be displayed.
What will be an ideal response?
(Enhancing Class Rectangle) Modify class Rectangle from Exercise 9.21 to include a draw function that displays the rectangle inside a 25-by-25 box enclosing the portion of the first quadrant in which the rectangle resides. Include a setFillCharacter function to specify the character out of which the body of the rectangle will be drawn. Include a setPerimeterCharacter function to specify the
character that will be used to draw the border of the rectangle. If you feel ambitious, you might include functions to scale the size of the rectangle, rotate it, and move it around within the desig- nated portion of the first quadrant. What will be an ideal response?