1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
jolli1 [7]
1 year ago
14

In cell H5, enter a formula using the IF function that tests whether the numbe

Computers and Technology
2 answers:
Naddik [55]1 year ago
8 0

Answer:

=IF(E10>=4,"Y","N")

Explanation:

This was already correctly answered.  I'll add some futher explanation.

The "E10>=4" states "The contents of cell E10 are greater than, or equal to, 4.  The entry after the comma is the response if the statement is TRUE.  The reponse may be a numerical vale, such as 1, a calculation, or taex.  Text must be bounded by the quotation marks:  "Y".  The entry after the last comma is the response if the statement were FALSE.  Here, is will return an N.

vova2212 [387]1 year ago
3 0

Answer:

Formula : =IF(E5>=4, "Y", "N")

Formula Explanation : =IF(cell_name>=4, [value_if_true], [value_if_false]

Explanation:

After Writing this Formula in cell H5 Drag it to the cell till where you want.

You might be interested in
While writing a report, Jack decided to rearrange several areas of text to improve the flow. To move a set of characters, he wou
gladu [14]
C is a best answer
I hope it’s work
3 0
3 years ago
Create a list of strings based on a list of numbers The rules:_______
Delicious77 [7]

Answer:

listNumbers = [34,56,23,56,78,89,98,45,34,33,25,26,67,78]

listString = [ ]

for i in range(14):

   if listNumbers[i]%2!=0 and listNumbers[i]%5==0:

       listString.append("five odd")

   elif listNumbers[i]%5==0 and listNumbers[i]%2==0:

       listString.append("five even")

   elif listNumbers[i]%2==0:

       listString.append("even")

   elif listNumbers[i]%2!=0:

       listString.append("odd")

print(listNumbers)

print(listString)

Explanation:

In python programming language;

  1. Create two lists
  2. The first is a list of numbers and initialize it with random values: listNumbers = [34,56,23,56,78,89,98,45,34,33,25,26,67,78]
  3. The second list is empty and will hold the string values listString = [ ]
  4. Use a for loop to iterate over all the elementts in the list of numbers
  5. Use the modulo operator (%) to chech for multiples of particular numbers as stipulated by the question
  6. Use combination of if/elif statements for each condition
  7. Use the .append method to add the elements into the list of strings
  8. finially output both lists

See attached code and output

3 0
3 years ago
A _____, or spider, is a search engine program that automatically searches the web to find new websites and update information a
Len [333]

Answer: B) Web robot

Explanation:

Web robot or spider is the search engine program which automatically visit the new web site and update the information. Basically, it is the internet bot that helps in store the information from the search engine to the index.

Spider searches the web site and read the information in their given page for creating the entries from search engine.

Web robot is also known as web crawler, this type of programs are use by different search engine that automatically download and update the web content on web sites.  

3 0
4 years ago
What is the primary difference between a Marketing Information System (MIS) and a Decisions Support System (DSS)? a. Cost of imp
SOVA2 [1]

A DSS uses software that allows managers to more fully utilize available information to assist in making decisions  is the primary difference between a Marketing Information System (MIS) and a Decisions Support System (DSS).

<h3><u>Explanation:</u></h3>

A management information system that helps the marketers in making important decisions that are related to the marketing fields refers to the marketing information system. It is the system where the information that are associated with the marketing will be gathered and analysed for making important decisions by the marketing managers.

The information system that helps an organisation in making important decisions are called as Decision support system. The main thing that differentiates MIS and DSS is that A DSS uses software that allows managers to more fully utilize available information to assist in making decisions.

8 0
3 years ago
Yet another variation: A better packet switched network employs the concept of acknowledgment. When the end user’s device receiv
dlinn [17]

Answer:

a. see explaination

b. 0.632

Explanation:

Packet switching is a method of grouping data that is transmitted over a digital network into packets. Packets are made of a header and a payload.

See attachment for the step by step solution of the given problem.

7 0
3 years ago
Other questions:
  • Los antivirus no son infalibles y en ocasiones pueden darnos :
    10·1 answer
  • In the 1960s, techniques were developed that allowed individuals to fool the phone system into providing free access to long dis
    14·1 answer
  • In your Ice Breakers game, when does the player lose a life?
    6·2 answers
  • Which of the following is the Boolean logical operator for AND in C#?
    12·1 answer
  • Match the definition with the corresponding word
    12·2 answers
  • 15. The most efficient way to perform data entry is to keep your hands on the keyboard and press _______ to move to the next cel
    13·1 answer
  • Advancing technology has made life easier for people and businesses today. Imagine that you have to work for an entire day witho
    11·1 answer
  • What types of character Microsoft Excel understand​
    6·1 answer
  • Sergio has been asked to make a set of data that was once restricted now available to any users. What data type will Sergio appl
    5·1 answer
  • The lost boy gave the correct
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!