subject
Computers and Technology, 10.03.2021 23:40 trin520

HELP PLEASE You will create your own program menu and toolbar for your imaginary computer program. First, decide for which type of program you’d like to make a toolbar and program menu:

*A program that lets you keep track of a collection, such as baseball cards, key chains, or recipes
*A program that lets you type an essay or report for school
*A program that lets you draw pictures
*A program that helps you solve math problems
*A program that lets you access the Internet
*A program that lets you create a journal

Write your program type, and briefly describe what it will do.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 07:30, haleyblu6351
By refraining from constructing a building until they are certain that it will not cause harm to the environment, an organization is adhering to the
Answers: 2
image
Computers and Technology, 22.06.2019 12:00, dani19cano
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
image
Computers and Technology, 22.06.2019 19:20, bob4059
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given. b)the definition of max_cost should be removed since header files should not contain constants. c)the definition of book should be removed since header files should not contain class definitions. d)the body of the calculate_terms function should be added to the header file.
Answers: 1
image
Computers and Technology, 24.06.2019 10:30, pino40
Which of the following types of software is most applicable to the promotion of new products through advertising? a. databases b. spreadsheets c. web design programs d. word processing tools
Answers: 2
You know the right answer?
HELP PLEASE You will create your own program menu and toolbar for your imaginary computer program....

Questions in other subjects:

Konu
Mathematics, 28.05.2021 23:10
Konu
Mathematics, 28.05.2021 23:10
Konu
Mathematics, 28.05.2021 23:10
Konu
Mathematics, 28.05.2021 23:10
Konu
Mathematics, 28.05.2021 23:10