The most popular productivity suite in the world is microsoft office. please select the best answer from the choices provided t f

Answers

Answer 1

Statement, the most popular productivity suite in the world is microsoft office is correct. The statment is ture (T).

What is productivity suite?

productivity suite is a collection of programs desgined for the computer whcih has a word processor, presentation creater and spreadsheet creater.

Types of productivity suite-

Computer based productivity suite- This type of productivity suite are need to be installed the program on the computer, which can be work offline mode too.Online productivity suite- Online productivity suite are availeble on the internet and can be use whenever required without preinstallation.

Microsoft office 365 is the best and the oldest productivity suite. Most of the people are familier with this suite and it is most popular productivity suite in the market.

Thus, the statement, the most popular productivity suite in the world is microsoft office is correct. The statment is ture (T).

Learn more about the productivity suite here;

https://brainly.com/question/2764685


Related Questions

The representation of the content, relationships, and constraints of the data needed to support the system requirements is the ________.

Answers

The representation of the content, relationships, and constraints of the data needed to support the system requirements is the  data model.

What is system relationship data model?

The system  or Entity Relationship Model (ER Modeling) is known to be a kind of graphical method that is used in database design.

It is known to be a form of high-level data model that helps one to state out the data elements and their linkage for a specific software system. An ER model is often employed to stand for real-world objects.

Learn more about system requirements from

https://brainly.com/question/26420125

Why is my phone not notifying me when i get text messages?.

Answers

Because your bad, you should feel bad, and your phone knows it

easy python question, no explanation just right answer

Answers

Answer:

See the code below.

Explanation:

def sumOfTwo(a, b, v):

   output = False

   for i in a:

       for j in b:

           sum = i + j

           if sum == v:

               output = True

   print(output)

sumOfTwo([-4, 6, 1], [10, .5, 30], 6)

You can use any online python ide to check the code.

Exercise 1.7.4: Remove From Line4 points
You are given an array of names of people who are in line for movie tickets. Use the remove element
to remove the first person from the line twice, as if you have just given them their tickets.

var line = ["Sam", "Lisa", "Laurie", "Bob", "Ryan"];
You should write a function to print everyone in line. Then print the line before and after removing the people.

The console should print this:

Sam, Lisa, Laurie, Bob, Ryan
Laurie, Bob, Ryan

When I run the program it does not match the desired result because I don't have spaces.

Answers

Use the knowledge in computational language in python  to write a code with array of names of people who are in line for movie tickets.

How to define an array in python?

Arrays are similar data structures to Python lists, but not as flexible. In an array all elements must be of the same type, typically numeric, such as int or float. Also, the size of an array cannot be modified, unlike lists that can grow dynamically. In contrast, using arrays is much more efficient and makes it easier to compute large volumes of numerical data. This makes arrays particularly useful in scientific computing.

So in an easier way we have that the code is

function start(){

var line = \["Sam", "Lisa", "Laurie", "Bob", "Ryan"\];

for(var i = 0; i < line.length; i++)

{

if(i + 1 == line.length){

println(line[i]);

}else{

print(line[i] + ", ");

}

}

var elim = line.remove(1);

var elim2 = line.remove(0);

for(var i = 0; i < line.length; i++){

if(i + 1 == line.length){

print(line[i]);

}else{

print(line[i] + ", ");

}

}

}

See more about python at brainly.com/question/18502436

=(A2+A3)*12% is an example of a function in excel true or false

Answers

False but I’m not to sure

How can you connect and access data from the database?

Answers

Answer:

In order to access data in a given database, you must first connect to the database. When you start SQL*Plus, you normally connect to your default Oracle database under the username and password you enter while starting.

James, an IT manager, expresses a concern during a monthly meeting about weak user passwords used on company servers and how they may be susceptible to brute-force password attacks. Which concept can James implement to make the weak passwords stronger

Answers

Answer:

James could implement the use of symbles and numbers in the passwords so its less easy to brute-force it, and a maximum amount of characters and symbles

Explanation:

a password that looks like: invisable man (invisableman), is easy to guess unlike a password that looks like this: &31invisable#man%^2

or you could go with something like this: 1nv1548!3 m4n (or add random caps+numbers (maybe symbles))

question in the attached img. pls help me thank you in advance ​

Answers

Answer:here you go miss

Explanation:

1.A title bar is a graphical user interface (GUI) component of a software application or Web page.

2. A menu bar is a row or strip of menu items titles that, when clicked, display dropdown menu of other items or commands.

3. The toolbar, also called bar or standard toolbar, is a row of buttons, often near the top of an application window, that controls software functions.

4. Apache Axis (A pache e X tensible I nteraction S ystem) is an open-source, XML based Web service framework.

5. A status bar is located at the bottom of Internet browser windows and many application windows and displays the current state of the web page or application being displayed.

6. VCB box Type in value and press Enter to apply the

value to the active tool (no click required).

A cybersecurity specialist facilitates penetration testing by using functional exercises. The specialist decides to use a war game approach and create teams. Which team operates the security system

Answers

The team that should operates the security system is the blue team.

What is war gaming strategy?

In a war game approach, the teams of the senior managers of a  firm is said to often play their own firm, and they do make selection of any group of its competitors and marketplace.

Note that this form of exercise is said to help simulates a composition of business conditions and gives a lot of lessons and guidance for the main thing. Note also that the blue team do defend the system against and responds to any form of attack from the red team.

Learn more about cybersecurity from

https://brainly.com/question/26260220

ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the _______

Answers

ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the cloud ERP.

What is ERP (Enterprise Resource Planning)?

The Enterprise Resource Planning or ERP is the software which is used by the organization to manage its essential elements such as sales, marketing, accounting etc.

The cloud used to manage this sensitive data is called the Cloud ERP.

Cloud ERP is the system which runs on the cloud platform of a vendor.This system allow the customers and organization to store and manage their sensitive data.

ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the cloud ERP.

Learn more about the Enterprise Resource Planning here;

https://brainly.com/question/14635097

#SPJ1

What is a menu?
another name for a window
a section that allows you to choose settings
a set of commands that provides quick access to a tool
a list of commands and options for working with a program

Answers

Answer:

a list of commands and options for working with a program

Explanation:

2.9.8 stop light codehs
I cant figure out how to do this stop light function on codehs help
(this is the assignment)
Write a program that prompts the user for a color: red, yellow, or green (the colors of a stoplight). Then using if statements and else statements, print the user a message describing what they should do. For example if the color was red, you could say something like, “Red light: you should stop.”

As a bonus, see if you can use “else if” in this problem. Check out “else if” in the “Docs” tab.

You may assume the user will only input “red”, “yellow”, or “green”. You do not have to worry about other colors, or mixed capitalization such as “blue” or “ReD”, but you can make your program handle these cases if you wish!

Answers

The program illustrates the use of conditional statements

Conditional statements are statements used to make comparison and decisions

How to write the program?

The program written in Python, where comments are used to explain each action is as follows:

#This gets input for the color

color = input("Color: ").lower()

#This checks if the input is red

if color == "red":

   print(“Red light: you should stop.”)

#This checks if the input is yellow

elif color == "yellow":

   print(“Yellow light: you should get ready.”)

#This checks if the input is green

elif color == "green":

   print(“Green light: you should go.”)

#This checks for invalid input

else:

   print(“Invalid")

Read more about Python programs at:

https://brainly.com/question/24833629

In the context of customer relationship management (CRM) applications, which approach is chosen by organizations with an established IT infrastructure

Answers

In the context of customer relationship management (CRM) applications, On-premises CRM approach is chosen by organizations with an established IT.

What is on-premise CRM?

This is known as  On-Premise software. It is also called  CRM. This is regarded as a software that has its infrastructure, hardware, operating system etc. found on the client's premises.

Note that this implies that any form of maintenance, repairs, updates, etc. must be done a personal own IT member or staff.

Learn more about customer relationship from

https://brainly.com/question/25656282

How many internet browser sessions can you have open at one time?.

Answers

Theoretically there is no limit that I know of, however it uses RAM and will eventually use all available RAM.

Software designed to facilitate conversation between a computer and a human end user is called?.

Answers

Answer:

User interface

Explanation:

I believe this would be referring to a user interface (or UI).

User interface is defined as a Software designed to facilitate conversation between a computer and a human end user.

What is the User interface?

The user interface (UI) of a device is the point of human-computer contact and communication. Keyboards, Display displays, mice, and the look of a desktop are all examples of this.

An interface in computing is a common boundary that allows two or more distinct components of a computer system to communicate information.

It is also the method through which a user interacts with a program or a website. A user interface is a piece of software that is meant to enable communication between a computer and a human end user.

Therefore, it is user interface.

Learn more about the User interface, refer to:

https://brainly.com/question/28351003

#SPJ2

You conduct an experiment to find the probability of a flipped coin landing on
heads or tails. You flip the coin 10 times, with a result of 8 heads and 2 tails,
and conclude that the probability of a coin landing on heads is 80%. Why did
you get inaccurate results?
A. The size of the coin wasn't considered.
B. The sample size was too small.
C. There is only one head and one tail, so the results should be 50%
each.
O D. You didn't flip the coin high enough.

Answers

Answer:

Experimental probability describes how frequently an event actually occurred in an experiment. So if you tossed a coin 20 times and got heads 8 times, the experimental probability of getting heads would be 8/20, which is the same as 2/5, or 0.4, or 40%.

C. The probability of choosing something could either be this or that . Considering this, the probability of obtaining a head should be 50%

In flowcharts the rectangle shape represents a process or assignment statement?

A. True
B. False

Answers

The answer is true. So A

Correctly installed tubing is installed in a neat fashion with bends that follow existing _____. Group of answer choices rules contours trends assumptions

Answers

Correctly installed tubing is installed in a neat fashion with bends that follow existing contours.

What is tubing?

Tubing is known to be the original flow conduit that is often employed by people to move created fluids to the surface or in fluids formation.

Note that it is often used in wells and as such, a rightly installed tubing is installed in a good and clean way with bends that follow existing contours.

Learn more about tubing from

https://brainly.com/question/17274244


Tasha makes fun of Jeffery at work, harasses him, and calls him names. How
might an HR manager overcome this situation of office bullying?

Answers

Answer:

public class bullyFixer

{

   public static void main(String[] args) {

       System.out.println("buller of 5 and 15 is "+buller(5,15));

       System.out.println("buller of 2 and 3 is "+buller(2,3));

       System.out.println("buller of 20 and 100 is "+buller(20,100));

   }

   

   public static int buller(int num1, int num2){

       if (num2 <= num1 && (num1%num2 == 0)){

           return num2;

       }

       else if (num1<num2){

           return buller(num2,num1);

       }

       else{

           return buller(num2,num1%num2);

       }

   

   }

}

Explanation:

public class bullyFixer

{

   public static void main(String[] args) {

       System.out.println("buller of 5 and 15 is "+buller(5,15));

       System.out.println("buller of 2 and 3 is "+buller(2,3));

       System.out.println("buller of 20 and 100 is "+buller(20,100));

   }

   

   public static int buller(int num1, int num2){

       if (num2 <= num1 && (num1%num2 == 0)){

           return num2;

       }

       else if (num1<num2){

           return buller(num2,num1);

       }

       else{

           return buller(num2,num1%num2);

       }

   

   }

}

A method of capturing only the changes that have occurred in the source data since the last capture is called ________ extract.

Answers

A method of capturing only the changes that have occurred in the source data since the last capture is called Static extract.

What is Static extract?

This is known to be a given method that is often used in getting only the alterations that have taken place in the source data since its last capture.

Note that in  full extraction, there is data extraction and loading and as thus A method of capturing only the changes that have occurred in the source data since the last capture is called Static extract.

Learn more about source data from

https://brainly.com/question/26928042

#SPJ1

Which of the following is one of the tools used by a Python IDE that helps prevent syntax errors?
A. It adds color to keywords
B. It changes your binary input to the decimal system
C. It allows you to see the algorithm
D. It limits the pixel resolution

Answers

Answer:A. It adds color to keywords.

Explanation:

A. It adds color to keywords.

what is the answer
i don't know how to decode this, could i get the answer without any links

Answers

Answer:

Try the Cesar cypher

Explanation:

The Cesar cypher shifts the letters one side

What does a good résumé help you do?
A. hide your contact details
B. emphasize your best skills and accomplishments
C. highlight only your most recent projects
D. highlight only your academic qualifications

Answers

Answer:

b, emphasize your best skills and accomplishments

Explanation:

think of an acting resume!!

A(n) _________ database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.

Answers

An operational database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.

What is an operational database?

An operational database is known to be a kind of a database management system where one can save and processes data using real- life time.

Therefore, an Operational databases often saves manage and monitors real-time business data . For example, a firm can use their operational database to monitor their warehouse or their stock quantities.

Learn more about database  from

https://brainly.com/question/26096799

How did the introduction of illustrations and photos into design impact the newspaper?
A. It caused a national craze in purchasing cameras.
B. It detracted from the overall look of the paper, making it less interesting to customers.
C. It was quickly removed from the layout due to the negative reaction of the public.
D. It appealed to a new base of customer, making the newspaper more successful.

Answers

The  introduction of illustrations appealed to a new base of customer, making the newspaper more successful.

What is the importance of graphics in newspaper?

Graphics through the use of illustrations is one that helps to communicates a kind of messages even to those who do not know how to read.

Note that  the  introduction of illustrations appealed to a new base of customer, making the newspaper more successful as it also draws in the attention of readers.

Learn more about illustrations from

https://brainly.com/question/1504175

#SPJ1

The other term for template document is _______.
A. DATA FILE
B. DATA SOURCE
C. MAIN DOCUMENT
D. MAIN MENU

Answers

The data source is a document, spreadsheet or database that contains personalized information such as names, addresses, and phone numbers. The Main Document can be a Form Letter, Labels, Email, or Directory.

So the answer is B. Data source.

Hope it helps :)

Please help me on this it’s due now

Answers

the answer is top left

Using a vehicle like a car, truck, train, ship, or aircraft, goods transport is the movement of any kind of cargo or products.

What is Transporting Goods?

There is a distinction between local and distant traffic. Local traffic is defined as the movement of products when the shipper and recipient are physically close to one another and the vehicle can make daily trips back to its starting place.

On the other hand, in long-distance traffic, the goods is moved over considerable distances.

Transport of goods, such as the distribution of industrial materials, the distribution of fuel and gas, the distribution of money, the distribution of food and beverages, the distribution of medical, health, and sanitation supplies, the distribution of primary needs.

Therefore, Using a vehicle like a car, truck, train, ship, or aircraft, goods transport is the movement of any kind of cargo or products.

To learn more about Transport, refer to the link:

https://brainly.com/question/29851765

#SPJ7

the oppurtunity cost of earning an advanced college degree is that

Answers

You can use it to win arguments on the internet

Answer:

you like to say hi

Explanation:

new ppl are wihn

The following flowchart symbol is used to repeat instructions:

A. Rectangle
B. Square
C. Circle
D. Hexagon

Answers

d

Explanation:

⇛σ=

n

∑f(x−

x

)

2

Find f(x-x^-)²

It's

313.29+806.45+474.32+72.9+58.19+532.9+605.16+0+497.29

3360.5

Now

\begin{gathered}\\ \rm\Rrightarrow \sigma=\sqrt{\dfrac{3360.5}{50}\end{gathered}

\begin{gathered}\\ \rm\Rrightarrow \sigma=\sqrt{67.21}\end{gathered}

⇛σ=

67.21

\begin{gathered}\\ \rm\Rrightarrow \sigma=8.2\end{gathered}

⇛σ=8.2

2. what are the advantages of breaking up a single logical message into a number of fixed-sized packets and then sending each one of those packets independently through the network?

Answers

The advantages of breaking up a single logical message into a number of fixed-sized packets is that it makes it more flexible and also it increases the performance and also the reliability of the internet.

There is an Easy lost data recovery Internet as it is an heterogeneous network.

Are packets made of fixed size?

Packets are known to come in different sizes. They can also be made of  a fixed size.

The examples are 1,000 or 1,500 bytes, or other kinds of variable sizes, based on the system. Its advantages is one where errors can be corrected easily and data recovery is fast.

Learn more about fixed-sized packets from

https://brainly.com/question/3991989

Other Questions
Beginning in the neolithic period, archaeological evidence suggests increased levels of interpersonal conflict, as described in the massacre of kilianstdten. Identify the statements that correctly describe this trend in violence. Which statement correctly explains the difference between a right cylinder and an elliptic cylinder? A right cylinder has circular bases while an elliptic cylinder has oval bases. A right cylinder has rectangular bases while an elliptic cylinder has oval bases. A right cylinder has triangular bases while an elliptic cylinder has oval bases. A right cylinder has rectangular bases while an elliptic cylinder has circular bases. [80 POINTS] An engineer is designing a new drill bit as shown in the diagram. To finalize the design, the engineer needs to know the volume of the drill bit.What is the volume of the drill bit? Select the correct answer. What is the main theme of the following passage? Ashley saw much of the world through books. She also gathered knowledge of other worlds through books. Terry Pratchett was one of her favorite authors, and she thought the setting for his series Discworld was a strange and exciting place. Ashley had a vivid imagination, and her reading fueled her daydreams. When she daydreamed about her life, she could be whatever she wanted to be. She could be a dragon rider, a warrior princess, or a space explorer. The possibilities were endless. Every day, reading answered a lot of her questions about the world and left her with new ones. One summer, Ashley joined her friends on a camping trip. Most of them had gone down to the lake for a swim because it was very hot. Ashley had returned earlier with Jane, who was the oldest girl in the group. Ashley was busy reading a book on camping and living in the wild. Meanwhile, Jane decided to light a fire before it got too dark. However, Jane hadnt realized that there were dried leaves and twigs all around, and the fire spread. Before long, the fire was headed toward the tents. Jane screamed and tried to look for water to put out the fire. Ashley remembered that the book she was reading said to break the trail for the fire. So she rushed ahead and blocked the fire with dirt. The fire stopped, and her friends praised her quick thinking. But Ashley told them to thank the book she had been reading for telling her all about camping safety. A. Nature should be respected and treated wisely. B. Books are a treasure trove of knowledge C. Courage is tested in the most difficult situations. D. Never hesitate to save a friend. Mass media has caused personality rather than party affiliation to become an important part of the political process for voters in selecting candidates to support. please select the best answer from the choices provided t f why do countries have guest work programs HELP, i need help!!!!!!!!!!!!!! fing the midpoint of A(1-4) and B(-2;-7) Which of the following are not polynomials? How does the setting of the cask of amontillado affect the story. True or falseanswer this pls Within the ANS, the effects of the ______ division are often general and widespread, while in the _______ division the effects are more specific and local. Write the exponential function y = 22(1.35)' in the form y = aekt.(a) Once you have rewritten the formula, give k accurate to at least four decimal places.k%3Dhelp (numbers)If t is measured in years, indicate whether the exponential function is growing or decaying and find the annual andcontinuous growth/decay rates. The rates you determine should be positive in the case of growth or decay (by choosingdecay the negative rate is implied).(b) The annual? rate is% per year (round to the nearest 0.01%). Which of the following best describes a parasitic relationship?Choose 1 answer:(AThe black-backed jackal and the side-striped jackal can both live in grassland habitats, but in areaswhere they coexist, the side-striped jackal moves into woodland habitats.The brown-headed cowbird lays its eggs in the nests of other birds who then feed and care for thecowbird hatchlings.Pseudoscorpions can attach themselves to large beetles, dispersing to new habitats as the beetlesfly.A sorghum plant provides sugar to a root-associated fungus that in turn helps the plant absorbwater and minerals. Can someone give me a example of a Formula poems!? please What two courses could United States take? Which choice does Madison want Congress to take? chen and megan each have a set of numbered counters chen has= 1 2 3 4 megan has= 1 2 3 4 5 they each take thier own counters without looking chen says im more likley to get a 4 is he correct? explain your answer n your own little way, how would you start teaching or sharing what you have learned from locating and accessing information? A square number and a prime number equals to 17 Which black singer and actor argued that Black culture could help persuade white people to support equality? A. A. Philip RandolphB. W. E. B. Du BoisC. Marcus GarveyD. Paul Robeson