subject

Jason is working on a project that requires him to manage a huge amount of data. the spreadsheet he is working on has data related to the official budget from cell a1 through c9, and data related to actual expenditures from cell l1 through n19. how will jason track and compare the data as he works on the spreadsheet?
a. use split worksheet view to break the worksheet into different visible sections
b. use page break view to break the worksheet into different visible sections
c. use full screen view to break the worksheet into different visible sections
d. use normal view to break the worksheet into different visible sections
e. use page layout view to break the worksheet into different visible sections

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
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
question
Computers and Technology, 23.06.2019 21:40
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings. for each match, add one point to user_score. upon a mismatch, end the game. sample output with inputs: 'rrgbryybgy' 'rrgbbrybgy'
Answers: 3
question
Computers and Technology, 24.06.2019 18:30
Is a type of bullying that takes place when a person intentionally posts negative information about another that is not true
Answers: 1
question
Computers and Technology, 24.06.2019 20:00
Which element will you include to present numerical on a slide? a: graph b: text c: flowchart d: shapes
Answers: 1
You know the right answer?
Jason is working on a project that requires him to manage a huge amount of data. the spreadsheet he...
Questions
Questions on the website: 13722360