List the four types of general-purpose applications, describe what each application is used for, and give an example of each.
What will be an ideal response?
Answers will vary.
You might also like to view...
If several objects are placed horizontally, you should align them by their left or right sides.
Answer the following statement true (T) or false (F)
A(n) _________ should show the tables and their fields, data types, and relationships
A) extensible markup language B) database documenter C) database documentation D) entity relationship diagram
Which of the following methods returns a value?
A. Method changeName(String lName, String fName) lastName = lName firstName = fName Display "The name has been changed to " + firstName + " " + lastName End Method B. Method displayInfo() Display "Account #: " + acctNumber Display "Account type: " + acctType Display "Owner name: " + lastName + ", " + firstName Display "Current balance: " + acctBal End Method C. Method withdraw(Numeric amt) acctBal = acctBal - amt Display "The new balance is: $" + acctBal End Method D. Method inquire() Return acctBal End Method
Access specifiers control a client's access to individual data members and member functions.
Answer the following statement true (T) or false (F)