how do you identify the active file if more than one has been opened simultaneously and are being displayed on the screen​

Answers

Answer 1

Explanation:

On the View tab, in the Window group, click New Window.

On the View tab, in the Window group, click View Side by Side .

In the workbook window, click the worksheets that you want to compare.

To scroll both worksheets at the same time, click Synchronous Scrolling in the Window group on the View tab.

Note This option is available only when View Side by Side is turned on.

Tips

If you resize the workbook windows for optimal viewing, you can click Reset Window Position to return to the original settings.

To restore a workbook window to full size, click Maximize at the upper-right corner of the workbook window.

View two worksheets of different workbooks side by side

Open both of the workbooks that contain the worksheets that you want to compare.

On the View tab, in the Window group, click View Side by Side.


Related Questions

A field name can be up to 64 characters long

Answers

Answer:

Explanation:

cool ..........................,...............................



Where do you place the logical test argument in an IF function formula?
O before the IF function
O the first argument listed after IF
the second argument listed after IF
O the third argument listed after IF
Intro
Don

Answers

Answer:

the first argument listed after IF

yw

a. Get a value for x from the user.

b. Test to determine if x is positive. If not, tell the user that he or she has made a mistake.

c. Take the cube root of x.

d. Do Steps 1.1, 1.2, and 1.3 x times

Answers

Program (Python):-

[tex]\tt x=int(input("Enter\:your\:number:"))[/tex]

[tex]\tt if \:x<0:[/tex]

[tex]\tt \qquad print("You\:have\:made\: mistake")[/tex]

[tex]\tt else:[/tex]

[tex]\qquad\tt print("Well\:done")[/tex]

[tex]\tt cuberoot=x**1/3[/tex]

[tex]\tt print("Cube\:root=",cuberoot)[/tex]

[tex]\tt for\:i\:in\:range(x):[/tex]

[tex]\qquad\tt print(x)[/tex]

Sample output

Enter your number:-8

You have made mistake

Cuberoot=-2

-8

-8

-8

-8

-8

-8

-8

-8

The process of generating an image from a 2D or 3D model using computer programs is called ........

Answers

Answer:

endering or image synthesis is the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model by means of a computer program. ... The term "rendering" is analogous to the concept of an artist's impression of a scene.

Which of the following expressions in Java is equal to 4?

3% 7
7 % 3
17 % 7
11 % 7
28 % 7

Answers

Answer:

3% 7

Explanation:

because 7 because seven ate nine and three was lonely so seven decided to also eat three and became a lesser number somehow because three apparently was not as big as the number 9 so maybe eating three caused him to go down to 4

The expression "11 % 7" in Java is equal to 4.

The "%" operator calculates the remainder of a division operation.

In Java, the "%" operator is used to calculate the remainder of a division operation.

So, let's evaluate each expression and see which ones equal 4:

3 % 7 = 3 (remainder of dividing 3 by 7)

7 % 3 = 1 (remainder of dividing 7 by 3)

17 % 7 = 3 (remainder of dividing 17 by 7)

11 % 7 = 4 (remainder of dividing 11 by 7)

28 % 7 = 0 (remainder of dividing 28 by 7)

Based on these evaluations, the expression "11 % 7" is equal to 4.

To learn more about programming visit:

https://brainly.com/question/14368396

#SPJ3

Classify the following as cross-section or time-series data: Gross sales of 200 ice cream parlors in July 2009

Answers

Answer:

let us start by stating the definitions of Time series data and Cross sectional data. TIME SERIES DATA: The data which is collected chronologically over time is known as time series data.

Explanation:

Btw brainliest me plss

Write a program in c++ to input a number print the sum of all the odd factors.​

Answers

Answer:

#include <bits/stdc++.h>

using namespace std;

//calculate sum of odd factors

int sum(int n) {    

int res = 1;  

 while (n % 2 == 0)  

 n = n/ 2;    

for (int i = 3; i <= sqrt(n); i++)

{      

int count = 0, total = 1 ;  

    int temp = 1;    

  while (n % i == 0) {  

       count++;      

   n = n / i;        

 temp *= i;        

 total += temp;    

  }      

res = res*total;  

 }  

 if (n >= 2)

   res *= (1 + n);  

 return res;

}

int main()

{

   int n = 20;  

 cout<<"sum of odd factors is : ";  

 cout <<sum(n);    

return 0;

}

SOME PLEASEE HELP!!
(has to be 4 paragraphs)

Answers

Answer:

Ahhh i wanna help so bad hold on

Explanation:

Create a timeline of the evolution of computers.

Doesn’t have to be extra or super detailed

Answers

Answer:

The computer was born not for entertainment or email but out of a need to solve a serious number-crunching crisis. By 1880, the U.S. population had grown so large that it took more than seven years to tabulate the U.S. Census results.1937: J.V. Atanasoff, a professor of physics and mathematics at Iowa State University, attempts to build the first computer without gears, cams, belts or shafts.1943-1944: Two University of Pennsylvania professors, John Mauchly and J. Presper Eckert, build the Electronic Numerical Integrator and Calculator (ENIAC). Considered the grandfather of digital computers, it fills a 20-foot by 40-foot room and has 18,000 vacuum tubes.1985: Microsoft announces Windows, according to Encyclopedia Britannica. This was the company's response to Apple's GUI. Commodore unveils the Amiga 1000, which features advanced audio and video capabilities.2006: Apple introduces the MacBook Pro, its first Intel-based, dual-core mobile computer, as well as an Intel-based iMac. Nintendo's Wii game console hits the marke

Explanation:

This could be the computer development;

From using
Vacuum Tubes to > Transistors > Integrated Circuits > Micro Processors and to the new developping Artificial Intelligence

Wht roles do computer play at home?​

Answers

Computers are used at homes for several purposes like online bill payment, watching movies or shows at home, home tutoring, social media access, playing games, internet access, etc. They provide communication through electronic mail.

Can people survive without technology?
As technology advances, does technology become more or less complex?
As technology advances, do the things we make, become: more reliable? Safer? More durable? Perform better?
As technology advances, does it require more or fewer science and math applications?

Answers

Answer:

1)Nowadays no one can survive without technology.

2)more complex

3) yes

4)yes ofc

what are computer specification​

Answers

Answer:

They are basically all of your computer's information. It displays everything that has to do with the computer like model name, processor speed and etc.

They are basically all of your computer

What happens to the Menu Bar when the
object (image, shape, etc.) is "active"?

Answers

Answer: Ok so Sorry about this but I will answer thing at 10:20 tommorow I promise

Explanation:

When you use a library in your code, how do you give attribution?

Answers

When you use a library in your code, you give attribution: by writing the source, title, author and license in your code.

Attribution can be defined as a process which typically involves the citation (reference) of an original source of information such as a library, quote, paraphrase or summary, especially by using the author's full name, source, and job title (position) as the case may be.

In software development, you give attribution when you use a library in your code by writing the following:

The source in your code.The title in your code.The author in your code.The license in your code.

Read more: https://brainly.com/question/21172316

2.Is having the right tool imperative to successful completion of task at hand? ​

Answers

[tex]\huge\underline\mathtt\colorbox{cyan}{Yes}[/tex]

Having the right tool is imperative to successful completion of task at hand.

In Boolean Logic: FALSE AND TRUE

Answers

Answer: It's basically using operators to determine if the code (usually in an if statement) is true or false.

If you wanted to multiply two numbers, you would use the _____ key.


-

*

=

/

Answers

* because it’s like the dot or the x

To what extent do you agree with the assertion that “Collection development begins with community analysis”. (Give reasons to buttress your answer).

Answers

I completely agree that Collection development begins with community analysis; this is because the goal of collection development is to meet the information needs of everybody in a user community.

Collection development is a term used to describe the gathering and maintenance of library materials and resources such as textbooks, audiovisuals, and electronic materials for the community users to assess.

Collection development involves many processes, but it is better to begin with community analysis to know what type of resources, information, or materials is needed in that community.

It is from the community analysis and conclusion reached; other steps can then be followed sequentially.

Also, note that through community analysis, one can determine the present users of the library and their major interests.

Hence, in this case, it is concluded that community analysis is vital in the collection development in library and information management.

Learn more here: https://brainly.com/question/24837376

A double-ended queue, or deque, is a data structure consisting of a list of items on which the operations are defined.

a. True
b. False

Answers

Answer:

true

Explanation:

Prokaryotes are __________________ and include ________________________.
Question 2 options:

unicellular, bacteria and archaea

multicellular, bacteria and archaea

unicellular or multicellular, plants and animals only

unicellular or multicellular, eukarya

Answers

Prokaryotes are unicellular, bacteria and archaea

Prokaryotes are unicellular and include bacteria and archaea. The correct option is A.

What are prokaryotes?

Prokaryotes are that organism who are single-celled and the cell of a primitive type. The cell does not contain any cell organelles. It contains a false nucleus and ribosomes. Other organs are absent in the prokaryotic cells.

The prokaryotic cells are present in bacteria, and archaea. These organisms are tiny microorganisms. They are present everywhere on the earth. They are free-living or parasitic.

Bacteria are unicellular prokaryotic, and they are present as both free-living and a parasite. They are both good and bad bacteria. Archaea are also similar to bacteria.

Thus, the correct option is A. unicellular, bacteria, and archaea.

To learn more about prokaryotes, refer to the link:

https://brainly.com/question/15329345

#SPJ2

three positive impacts of computer technology in our society.​

Answers

ANSWER :

• It facilities business process and other activities. It makes the work simple and less time consuming.

• We can store so many information on computer which makes easy to handle the information for business applications.

• We can perform multitasking and multiprocessing capabilities of data.

Answer:

We can perform multitasking and multiprocessing capabilities of data. 

We can store documents secretly on computer system.

It gives error free result so that we can use it for research, engineering work and other areas.

please answer this now I need please.


write a statement to do the following.
a)to give yellow colour to the for writing text on the graphics window
b)To give green as background colour to the graphics window
c)to give pink colour to the brush which is used to fill the shapes in the graphics window​

Answers

Answer:

You can change the color of text in your Word document. Select the text that you want to change. On the Home tab, in the Font group, choose the arrow next to Font Color, and then select a color.

You can display a graphics window and draw colorful shapes in it if you use the Show operation of the GraphicsWindow object. You can also specify properties of the graphics window, such as its title, height, width, and background color.

Explanation: Sorry I couldn't do the third question but hope it helps.

Answer:

hii , you are an army?

reply in the comment

(a) Distinguish between hyperlink and homepage.​

Answers

Homepage is the entire page that opens when you open the browser and hyperlink is a link that takes you to another page.

how does information promote cooperation and Industry please explain​

Answers

Answer:

Provide teams with the resources they need to work together.

Train employees and encourage ongoing learning.

Encourage people to socialize outside of work.

Clarifying roles and setting expectations.

Review individual's talents.

Explanation:

- Discuss the input-process-output model as it relates to program development.
- Explain the purpose of each step and how that information is used in each step.
- What would be the impact on overall program performance if one of these steps was not included?

Answers

This is called IPO cycle.IPO stands for Input Process Output.All parts are necessary .

Lets see example.

Look at the program created in python below.

[tex]\tt num=int(input("Enter\:a\: number:"))[/tex]

[tex]\tt for\:i\:in\:range(3):[/tex]

[tex]\qquad\tt print(i*x)[/tex]

Suppose you missed the input or don't give that then you won't get an output.

The Input-Output Model is a multifunctional graph that shows the inputs, outputs, and processing activities needed to convert inputs into outputs.

The Input-Output Model:

The modeling is sometimes set up to incorporate any storage that occurs during the process. The inputs reflect the external flow of data and commodities into the operation.

All actions necessary to transform the inputs are included in the processing stage. The data and materials that flow out of the process of transformation are the outputs.

A small engineering business, for example, feels there are issues with its hiring procedure.

Several of the newly hired junior engineers stayed at the business for less than a year.

This is a significant expense for the company, since hiring and training new professionals is expensive and time consuming. The human resources department chooses to assemble a team of people with a lot of expertise in hiring new engineers. One from their first jobs is to create a hiring process input-output model. They come up with the following.

Find out more information about 'Input-output model'.

https://brainly.com/question/25519126?referrer=searchResults

HELP ASAPPPP PLSSSSS!!!!!! The purpose of capillary tubes is to:


permit oxygen and nutrients to be absorbed by cells
allow blood to complete a path between arteries and veins
reverse the flow of blood
provide a means for cell wastes to enter the blood stream

Answers

Answer:

Permit oxygen and nutrients to be absorbed by cells

Explanation:

Because ,the capillaries arw the smallest of the blood vessels they act as a bridge between the two main..vessels

Complete the following sentences by either filling in the blank or writing out the rest of the sentence (when there is a … ):

The internet is made up of _________ networks that all connect together to make a ____________ network.

The job of a router on the internet is to…


Clients allow people to…


Servers store _____________________ and send those to _____________ over the internet.


The internet is physically connected across the world using _______________


Computers break up information, like photos and emails, into ________________



The ___________ protocol tells computers how to break up the information and orders it.


The ________________ protocol tells the packets where they are going and where they are coming from.


The packets get to their destination by…


When the packets get to their destination, the __________ protocol…



Computers get the _______________ of servers by asking the ______________



Computers use the _____________ protocol to display a webpage.

Answers

Answer

hundreds,  massive, connect to the internet gigabytes, people, computers,

bytes, TCP/IP, TCP, internet, TCP, answers, questions, HTTP

Explanation:

Show a parse tree and a leftmost derivation for : B = C * (A + B)
by using the grammar below:
-> =
-> A | B | C
-> +
| *
| ( )
|

Answers

Answer:

mhyfocnu,sobgu,kvngwugwe8hri

Explanation:

sovijbjxyzkuvcg

Steps to open ex cel

Answers

Answer:

type in goo gle, e x cel, and open

Why did the spelling and grammar checkers in Word miss the errors highlighted in yellow?


please help, im vv confused

Answers

Answer:

I do believe that it is a grammar mistake.

Other Questions
cora plans to buy some calligraphy pens priced at $5 each how many molecules of water, h2o, are present in 75.0 g of h2o? are two of the same looking triangle but different sizes mean they are congruent? which is not a stage of alcoholism? Use context clues to choose the sentence that best uses the last definition of the word lavish. PLEASE Help ME 30 POINTS A person who is exercising vigorously breathes more deeply and rapidly than someone who is resting. Give TWO reasons why this is necessary. A sample of gas at 1.0C is expanded at constant pressure from 10 L to 15 L. The final temperature is: a: 1.50 Cb: 411 Cc: None of alld:138 Ce: 183 C What is answer to 2 + 3m = dorothea Lange conclusionI need one am talking about her life but I can't think of a conclusion In the excerpts from Address to the Troops at Tilbury and Response to Parliament's Request That She Marry, whichbest describes the types of rhetorical appeals used by Queen Elizabeth when addressing her audience? She used an appeal to logos when addressing both the troops and members of Parliament. She used an appeal to logos when addressing the troops and an appeal CO pathos when addressing Parliament.She used an appeal to pathos when addressing the troops and ethos when addressing members of Parliament.O She used an appeal to pathos when addressing the troops and an appeal to logos when addressing Parliament As a living organism (you) what is your Habitat, Ecosystem, and Biosphere? What are the differences between literary and health literacy are you tryna hook up stichXpika increase 600 by 8 percent who can declare the president unable to fulfill presidential duties PHYSICISTS NEEDED, THANK YOU, (10 POINTS) according to maslow, employment is an example of which type of need? what is the meaning of index in this passage 7. Which nutrients are more important during pregnancy than other times?