Which of the following represents the maximum amount of time that a DNS server or resolver is allowed to cache the result of a forward lookup?
a. Zone transfer b. TTL c. Root hints d. PTR

Answers

Answer 1

The maximum amount of time a DNS server or resolver is allowed to cache the result of a forward lookup is represented by TTL (Time to Live).

Time to Live (TTL) is a value used in DNS records to indicate the duration for which the record should be cached by a DNS server or resolver. It is expressed in seconds and determines how long the record remains valid before it needs to be updated or discarded. When a DNS query is made, the resolver checks the cached records, and if the TTL value has not expired, it uses the cached information.

If the TTL has expired, the resolver fetches the updated information from the authoritative DNS server. TTL helps in managing DNS traffic and ensuring the timely update of DNS records, thereby providing accurate information to users.

Learn more about server here:

https://brainly.com/question/30168195

#SPJ11


Related Questions

IBM's indexed sequential access method (ISAM) 1. uses an index file for sequential access 2. uses a small master index (kept in memory) that points to disk blocks of a secondary index, while the secondary index blocks point to the actual file blocks 3. use the pointers (kept in memory) of the actual file blocks 4. uses the pointers (kept in memory) that points to disk blocks of a master index which points to disk blocks of a secondary index, while the secondary index blocks point to the actual file blocks O 1 02 04 Question 5 1 pts When the shared lock is applied to a file then :_________

1. several processes can acquire the lock concurrently 2. only one process can use this file 3. many processes can read and write to this file concurrently 4. many processes can write to this file concurrently

Answers

When the shared lock is applied to a file, many processes can read and write to this file concurrently.

A shared lock, also known as a read lock, is a locking mechanism used to control access to a file or resource in a concurrent computing environment. When a shared lock is applied to a file, it allows multiple processes to read from and write to the file simultaneously.

The purpose of a shared lock is to enable concurrent access to a file while ensuring data integrity and consistency. Multiple processes can acquire the shared lock at the same time, indicating their intent to read or write to the file. This allows for efficient parallel processing and improved system performance, especially in scenarios where multiple processes need to access the same file simultaneously.

By allowing concurrent read and write access, the shared lock facilitates collaborative work and data sharing among different processes or applications. It enables processes to access and modify the file's contents without exclusive ownership, promoting efficient data sharing and resource utilization.

Learn more about shared lock

brainly.com/question/29804873

#SPJ11

A programmer used Scratch to create a program with three frog sprites. If a
user clicks any of the frogs, they make a "boing" sound and glide to a random
position in the stage panel.
In this scenario, what are two examples of an algorithm?
A. The combination of panels that compose the Scratch interface
B. The code that instructs the computer to move the sprite after it is
clicked
C. The user's decision about which frog to click
D. The code that generates a random location each time.

Answers

Answer:

D. The code that generates a random location each time.

Explanation:

An algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

An algorithm is needed to get a random location.

The code that instructs the computer to move the sprite after it is clicked and the code that generates a random location each time are examples of an algorithm in this scenario. The correct options are B and D.

What is algorithm?

A set of instructions or rules that must be followed in order to complete a task or solve a problem is referred to as an algorithm.

The programmer in this scenario used Scratch to create a programme with three frog sprites that respond to user input by making a "boing" sound.

In this scenario, the combination of panels that comprise the Scratch interface and the user's decision about which frog to click are not examples of algorithms.

The panels that make up the Scratch interface are part of the programming environment, but they have no effect on the program's behaviour.

Similarly, the user's choice of which frog to click is a user input, but it does not form part of the algorithm that governs the program's behaviour.

Thus, the correct options are B and D.

For more details regarding algorithm, visit:

https://brainly.com/question/22984934

#SPJ7

Why should you delete files from your computer?


so that you will have less work to do

because only one hundred files can be saved in a directory

to increase the computer's efficiency

to improve your productivity

Answers

to increase the computer's efficiency

Explanation

The more files it holds, the more "jobs" it has to run, which means that you're computer would be using the same amount of energy running all of them as to less of them. When you close (or delete) some files, it allows the computer to concentrate on only running a smaller amount of files as oppose to a large amount.

hope it helps!

Answer:

To increase the computer's efficiency.

Explanation:

Having a bunch of files will most likely slow down your computer and make things harder to do. If you don't have a bunch of files, though, your computer will be faster and easier to guide through.

I hope this helps :)

A source mainly provides
from a text or piece of media.

Answers

Answer:

✔ information

A source mainly provides information from a text or piece of media.

Explanation:

because of edge

Answer:

Information is correct !!!!!!!!!!!!!!!!!!!!!!!!!!!!!1

Explanation:

May I have brainiest but its okay if not

files can remain in the web cache for days or weeks. True/False

Answers

The statement "files can remain in the web cache for days or weeks" is true.

Caching is a technology that is widely used to make web browsing faster and more efficient. It reduces page loading time by storing files locally so that they can be retrieved quickly the next time a user visits the same web page.The web browser stores web content, such as HTML pages and images, in a temporary storage area known as the cache.

When you visit a website, the browser first checks if the content is already in the cache, and if so, it displays the cached version instead of downloading it from the internet. This helps in reducing the web page loading time and makes it appear faster than before. However, cache files can remain in the cache for days or even weeks, depending on the web browser's configuration and the size of the cache.

Over time, the cache can become cluttered with outdated files, which can lead to slow browsing and other issues. In such a case, it is a good practice to clear the cache periodically to free up space and ensure that you are viewing the most up-to-date content on the web. The statement "files can remain in the web cache for days or weeks" is true.

Know more about the web cache

https://brainly.com/question/14342135

#SPJ11

Can you please write a Python code and must write data to a text file, for
example:
story = open("story.txt","w")
story.write("once upon a time there was a\n")
story.write("little Python named Monty.\n")
story.write("The End.")
story.close()
Please submit at least 30 lines of code.

Answers

Python code that writes data to a text file:```
# Open file for writing
with open("my_file.txt", "w") as f:
   # Write data to file
   f.write("This is the first line.\n")
   f.write("This is the second line.\n")
   f.write("This is the third line.\n")
   f.write("This is the fourth line.\n")
   f.write("This is the fifth line.\n")
   f.write("This is the sixth line.\n")
   f.write("This is the seventh line.\n")
   f.write("This is the eighth line.\n")
   f.write("This is the ninth line.\n")
   f.write("This is the tenth line.\n")
   f.write("This is the eleventh line.\n")
   f.write("This is the twelfth line.\n")
   f.write("This is the thirteenth line.\n")
   f.write("This is the fourteenth line.\n")
   f.write("This is the fifteenth line.\n")
   f.write("This is the sixteenth line.\n")
   f.write("This is the seventeenth line.\n")
   f.write("This is the eighteenth line.\n")
   f.write("This is the nineteenth line.\n")
   f.write("This is the twentieth line.\n")
   f.write("This is the twenty-first line.\n")
   f.write("This is the twenty-second line.\n")
   f.write("This is the twenty-third line.\n")
   f.write("This is the twenty-fourth line.\n")
   f.write("This is the twenty-fifth line.\n")
   f.write("This is the twenty-sixth line.\n")
   f.write("This is the twenty-seventh line.\n")
   f.write("This is the twenty-eighth line.\n")
   f.write("This is the twenty-ninth line.\n")
   f.write("This is the thirtieth line.\n")


``` In this code, the `with` statement is used to open the file in write mode. The `f.write()` method is then used to write data to the file.

The `"\n"` character is used to create new lines in the text file. Finally, the file is automatically closed when the `with` block is exited.

To know more about data refer for :

https://brainly.com/question/31132139

#SPJ11

In this unit, you learned that test generators can be very helpful when trying to determine if a code runs properly or fails in some situations. For example, let’s say that you were writing a program where the user would input their test grades and the program would tell them their average. What kinds of data would a test generator want to test for that program to be sure that it would work in all situations?

Answers

Answer:

Using boundary value analysis and assuming the valid range of test scores is [0 - 100],

min value, min value + 1-1 and 0A Nominal value between (0, 100)100 and 101max value - 1, max value

In Boundary value analysis, we test the transition points where the program's behavior is expected to change. These transition points are the boundaries of valid and invalid partitions.

Min and max value are the smallest and largest possible values that you can store in your data type being used. This varies depending on the data type, so without knowing which you are using (and which language), I can't be more specific.

what are the three most important ideas of marine ecosystems

Answers

The three that  is most important ideas of marine ecosystems are

BiodiversityFood websHuman impacts

What is the marine ecosystems  about?

Biodiversity: Marine ecosystems are home to a wide range of species, from tiny plankton to massive whales, and the diversity of life in these ecosystems plays a critical role in maintaining their overall health and stability.

Food webs: Marine ecosystems are interconnected through a complex web of relationships, with different species serving as predators, prey, or decomposers. Understanding these food webs is essential for understanding how marine ecosystems function and how they are affected by human activities.

Lastly, Human impacts: Human activities such as overfishing, pollution, and climate change have significant impacts on marine ecosystems, and it is essential to understand and address these impacts in order to protect and preserve these vital systems for future generations.

Learn more about marine ecosystems from

https://brainly.com/question/1788473
#SPJ1

5.What type of mic would you use for the following scenario:
• You want to pick up a wide range of frequencies , You are looking for an extraordinarily rich representation of the original sound, You seek smooth, detailed sound, You want to capture the subtle nuances in a recording studio, You expect and appreciate subtle, sensitive sound

a. Ribbon
b. Condenser
c. Dynamic

Answers

Answer: ribbon

Explanation:

Ribbon microphones are regarded as the most natural mics which can be used in capturing the voice, the sound of an instrument, and also the ambience of a room.

Ribbon microphone gives an extraordinarily rich representation of the original sound and also provide a smooth, and detailed sound.

What is the problem with my python code?

What is the problem with my python code?

Answers

Girl I don’t know figure it out

import math

class TripleAndHalve:

   def __init__(self, number):

       self.__number = number

   def triple(self):

       return self.__number * 3

   def halve(self):

       return self.__number / 2

   def print_number(self):

       return self.__number

t1 = TripleAndHalve(4)

print(t1.triple())

print(t1.halve())

print(t1.print_number())

question 5 what are several different types of software that sit in the middle of and provide connectivity between two or more software applications? middleware ebusiness infrastructure automated business process all of these

Answers

Middleware is the software that sits in the middle of and provide connectivity between two or more software applications.

What is a middleware?Middleware is a piece of software that connects many applications. In order to accelerate innovation, it offers capability for intelligently and effectively connecting apps. In order to easily combine several technologies, tools, and databases into a single system, middleware serves as a bridge between them. The users of the single system are subsequently given a unified service.For instance, the users of a Windows frontend program are unaware that it is sending and receiving data from a Linux backend server. Before it became prominent in the 1980s, middleware served as a link between modern applications and antiquated systems. In distributed systems, middleware has grown to be a crucial communication and data management tool. So, Option 1 is correct.

The complete question is :

What are several different types of software that sit in the middle of and provide connectivity between two or more software applications?

middleware e-business infrastructure automated business process all of these

To learn more about middleware, refer:

https://brainly.com/question/14612162

#SPJ4

Umgc had an improving university teaching conference from july 21-24, 1997. what city hosted it?

Answers

Answer:

Brazil, Rio De Janeiro hosted the event.

impact of science in the world ​

Answers

Answer:

scientific impact reflection that finding all publication has on science or on society

Explanation:

such impact can be short term or long term and it is important not be imprise 1 over the other to great extent

WILL GIVE BRAINLIEST!!! 15 POINTS!! HELPPPP!!

Tonya wants to add a button to a webpage. Which language should be used?

A. Python

B. HTML

C. JavaScript

D. CSS

Answers

Answer:

B and C both will be right answers

Answer:

B and C are both correct answers

Explanation:

Does anybody have the code to 4. 2. 4 colored dartboard ?

Answers

Note that the phyton code for a colored dartboard is given below.

import turtle

def draw_dartboard():

   colors = ["red", "green", "blue", "yellow", "black"] # A list of colors to use

   radius = 125

   turtle.penup()

   turtle.setposition(0,-75)

   turtle.pendown()

   for i in range(5):

       color_choice = colors[i % len(colors)] # Get the color from the list

       radius = radius - 25

       turtle.color(color_choice)

       turtle.begin_fill()

       turtle.circle(radius)

       turtle.end_fill()

       turtle.penup()

       turtle.left(90)

       turtle.forward(25)

       turtle.right(90)

       turtle.pendown()

   turtle.hideturtle() # Hide the turtle cursor when done

draw_dartboard()

What is the explanation for the above?

This version imports the turtle module, defines a function draw_dartboard() to draw the dartboard, and uses a list of colors to select a color for each circle. The colors list contains five colors, which means each circle will use a different color.

The colors[i % len(colors)] expression retrieves the i-th color from the colors list, and uses the modulo operator % to cycle through the list if there are more than five circles.

Finally, the hideturtle() function is used to hide the turtle cursor when the program is done, which makes the final output look cleaner.

Learn more bout phyton  Codes;
https://brainly.com/question/28248633
#SPJ1

Online retailers can and should encourage every customer to sign up for regular emails from the retailer. To avoid spam filters, retailers should Group of answer choices automatically send regular emails to all customers send emails to all customers except those who request to be taken off the email list provide a check box that is checked by default during the checkout process for customers to sign up for emails provide a check box that is unchecked by default during the checkout process for customers to sign up for emails ANS:DPTS:1

Answers

Answer:

Provide a check box that is checked by default during the checkout process for customers to sign up for emails

Explanation:

I've seen this used the most so I would go with this answer.

The way online retailers get you is by showing you a prechecked email subscription with an unchecked TOS agreement. Your attention is then focused on the TOS agreement and not the agreement for promotions sent to you via email.

Cuá es la relación entre la tecnología  y la vida?

Answers

Answer:

La innovación tecnológica ha permitido que la humanidad avanzara sobre la base de disponer de unas prótesis más potentes en el divagar por la tierra

Explanation:

Hola! Dicho esto en el mundo en que vivimos hoy en día hemos podido con la tecnología inventar cosas que nos ayudan con nuestras vidas cotidianas como son los medios de comunicación, transporte, entre otros. Y para terminar de contestar la pregunta como tal pues sería algo como:

"La relación entre la tecnología  y la vida es que la tecnología ayuda al ser humano en diferentes áreas tales como el transporte y la comunicación que hoy en día son un punto clave para poder vivir mejor."

¡Espero que te haya ayudado mucho!! ¡Bonito día!

Claire wants to use a conditional statement in JavaScript that provides a block of statement to be executed if the condition is false. Which conditional statement should she use?
A.
while statement
B.
do …..while statement
C.
for statement
D.
if else statement

Answers

C because what she saying doesn’t add up
D.

- If, implies a condition. If ___, then ___ will happen.

A node in a binary tree has Select one: a. zero or two children b. exactly two children cat most two children d. at least two children The level of the root node in a tree of height his Select one: ah+1 b. 1 ch-1 What is the chromatic number of a complete binary tree of height 67 Answer. If we remove an abitrary edge from a tree, then the resulting graph will be Select one: a. two distintres b. a tree ca cyclic graph o d several trees e. a connected graph

Answers

Answer:

two or electronic is more than 20 ton

A node in a binary tree has "at most two children".The level of the root node in a tree of height h is "1".The chromatic number of a complete binary tree of height 6 is "2".If we remove an arbitrary edge from a tree, then the resulting graph will be "a connected graph".'

What is a binary tree?A binary tree is a special type of data structure used to store data or elements in a hierarchical order. It is a non-linear data structure where each node can have at most two children. It consists of nodes and edges. The first node in a binary tree is the root node, and all other nodes are either the left or right child of that node.What is a chromatic number?A chromatic number is the minimum number of colors needed to color a graph so that no two adjacent vertices have the same color.

The chromatic number of a complete binary tree of height 6 is 2 because the tree only has one node at the last level. Therefore, we can color that node with a different color from the rest of the tree.What happens if we remove an arbitrary edge from a tree?If we remove an arbitrary edge from a tree, then the resulting graph will still be a connected graph. This is because a tree is a connected graph with no cycles, and removing an edge will not create a cycle. Therefore, the graph will still be connected.

To know more about binary tree visit :

https://brainly.com/question/13152677

#SPJ11

How can you open a link in a new tab/browser window?.

Answers

Answer:

Press the + at the top of your brower, or New Tab button.Copy-paste it into the top of the browser, the main search bar.

                                     \(Steps~also~in~pictures~below.\)

How can you open a link in a new tab/browser window?.
How can you open a link in a new tab/browser window?.
How can you open a link in a new tab/browser window?.
How can you open a link in a new tab/browser window?.

A network administrator needs information about printers that employees can access. Where can he find that information?

Answers

Answer:

PRINT SERVER

Explanation:

The network administrator can find the information about how many computers in the office been used by employees are connected to the Printer  by checking the information held in the PRINT SERVER of the company.

The print server is program used to connect computers to printers over a network ( usually an office setting ). The program keeps record of how many computers are connected to the printer hence the administrator can get the information there..

(Aloha Protocol) N users share a telecommunications channel in a given region. When, say user u, has a message for user v, he/she sends it to the satellite which retransmits it to the whole region so that all N users receive it. It may happen that more than one user is trying to transmit messages at a given time period. In this case, users get a garbled message. Assuming - Users send packets of information in time slots of equal length (n=0,1,2,…) - If a user started transmitting a packet at time n, the reception would be completed at time n+1 and every user would know if it was successful (i.e, no garbling) - If garbling occurs, each transmitting user independently decides in each subsequent time slot to attempt retransmission with probability q until success. - At time n, each user has a packet to send with probability p. - Show that the collection of random variables {X n

:n≥0}, where X n

is the number of "backlogged" users (i.e. the users who are trying to retransmit a package) at the beginning of time period n, is a Markov chain by constructing the one-step transition probability matrix.

Answers

The collection of random variables {Xn: n≥0}, representing the number of backlogged users at the beginning of each time period, forms a Markov chain. This can be shown through the construction of a one-step transition probability matrix.

Let's consider a time period n. At the beginning of this period, the number of backlogged users, Xn, can take on values ranging from 0 to N, where N is the total number of users.The probability of transitioning from Xn to Xn+1, i.e., from having Xn backlogged users to Xn+1 backlogged users, depends on the actions of the transmitting users during this time period.

For each transmitting user, there are three possible scenarios:

 1. The user successfully transmits the packet without garbling, resulting in one less backlogged user (Xn+1 = Xn - 1).

 2. The user's transmission is garbled, and they decide to retransmit with probability q. In this case, the number of backlogged users remains the same (Xn+1 = Xn).

 3. The user's transmission is garbled, but they decide not to retransmit with probability (1 - q). This means that the number of backlogged users decreases by one (Xn+1 = Xn - 1).

The one-step transition probability matrix can be constructed as follows:

Let P(i, j) denote the probability of transitioning from state i (Xn = i) to state j (Xn+1 = j).For each possible value of i (0 ≤ i ≤ N):P(i, i - 1) = p(1 - q)^i, representing the probability of i users transmitting and all of them successfully completing their transmissions.P(i, i) = p(1 - q)^i + (1 - p)q^i, accounting for the cases where some transmissions are garbled but users may or may not decide to retransmit.P(i, i + 1) = (1 - p)q^i, representing the probability of i users transmitting, all their transmissions getting garbled, and all of them deciding to retransmit.

By constructing the one-step transition probability matrix using the defined probabilities, we have shown that the collection of random variables {Xn: n≥0} forms a Markov chain. This Markov chain can be used to analyze the behavior of backlogged users in the Aloha Protocol telecommunications system.

Learn more about  Markov Chain :

https://brainly.com/question/17145924

#SPJ11

At least 3 facts I learned about our Amazon Volunteer or their career experience:

Answers

Answer:

Amazon's Global Month of Volunteering includes hundreds of partners. Tens of thousands of employees around the world are coming together to support over 400 organizations in their local communities.

how do you select the entire document with the mouse positioned in the selection bar?

Answers

To select the entire document with the mouse positioned in the selection bar, you can simply click on the selection bar three times.

This will highlight the entire document, from the beginning to the end.

Alternatively, you can press the Ctrl+A keys on your keyboard to achieve the same result. This keyboard shortcut works in most text editing programs, including Microsoft Word, G-Docs, and Apple Pages.

It is a quick and easy way to select all the content in your document, so you can make changes, copy and paste, or delete text as needed.

Learn more about Word document at

https://brainly.com/question/13519182

#SPJ11

What is the function of the following shape? display result to user get input from user make a decision process information

Answers

Answer:

yep its decision

Explanation:

_drugs have side effects

Answers

Answer:

yes

Explanation:

FREE BRAINLIEST!!!!
If you inserted footnotes in a document and later determined that you wanted to use endnotes instead, what should you do? You are not able to change references in a document. You will only need to change the numbering for them to be endnotes. Delete the endnote and insert a footnote. Use the Footnote and Endnote dialog box to convert the references.

Answers

Answer:

  Adding Endnotes in Text Boxes

Text boxes and endnotes are both great tools you can use within a document. Problem is, you cannot use them together—Word doesn't allow you to add endnotes within a text box. This tip looks at how you can get round this problem.

  Adding Footnotes to Endnotes

Word does footnotes. Word does endnotes. Word doesn't do footnotes within endnotes. Here's a discussion as to why and what you might do about it.

  Adding Information after the Endnotes

Endnotes appear at the end of the document, right? Not always, as Word provides a way that you can actually add as much information as you want after the endnotes.

  Automatically Adding Tabs in Footnotes

When you add a footnote to a document, Word's normal formatting adds a space after the footnote number and before the body of the footnote. You may want Word to use a tab instead of the space. There are a couple of ways you can approach this problem, as discussed in this tip.

  Brackets around Footnote References

When you insert footnotes in a document, Word allows you to modify the formatting applied to the footnote references. What it doesn't allow is for you to specify any extra characters that should be included with the reference. Here's a way you can add any extra characters you want, such as a set of brackets.

  Center-column Footnotes

Ever want to change the formatting of your footnotes? This tip explains what you can and can't do in Word.

  Changing How Footnote References Appear

Footnote references normally appear as superscripted digits, both in the main body of your document and in the footnotes area. Unfortunately, changing them is not that easy. If you want them to appear differently, then you need to apply some workarounds as described in this tip.

  Changing the Footnote Continuation Notice

When a footnote needs to span two printed pages, Word prints a continuation notice at the end of the footnote being continued. This tip explains how you can change the wording in that notice.

  Changing the Footnote Continuation Separator

When you add a really long footnote to a document, it could be that the entire footnote might not fit on the page where the footnote reference appears. If that is the case, Word continues the footnote to a subsequent page. You can control the separator that is used for such continuations

Explanation:

If you inserted footnotes in a document and later determined that you wanted to use endnotes instead that adding Endnotes in Text Boxes.

What are text boxes and endnotes?

Text boxes and endnotes are both the great tools that one can use within the document. Problem is that one cannot use them all together The word doesn't just allow you to add  the endnotes within the text box. This is the tip that looks at how you can get round this problem.

The word doesn't do the footnotes within the endnotes. It is a discussion as to why and what you might do about it. Endnotes just appear at the end of the document which is probably right but not always, as the Word provides the way that one can actually add as much the information as one can want after the endnotes.

When there is addition of a footnote to a particular document, Word's normal formatting has been added the space just after the footnote number and than before the body of the footnote. Word to be used a tab instead of the space. There are the couple of the ways one can approach to this problem, as it has been discussed on the tip.

Therefore, If you inserted footnotes in a document and later determined that you wanted to use endnotes instead that adding Endnotes in Text Boxes.

Learn more about footnotes on:

https://brainly.com/question/30063858

#SPJ2

why is the following query not valid as a natural join? select customer.first name, customer.last name, employee.first name, employee.last name from customer natural join employee;

Answers

The query is not valid as a natural join because the two tables, Customer and Employee, do not have any columns in common that could be used for a natural join.

What is the columns ?

A column is a vertical structure that is used to support a structure or hold objects, like a pillar in a building. It can also refer to aA column is a vertical structural element in architecture and construction. It is used to support beams or arches on load-bearing walls, or to provide an ornamental feature. Columns are typically circular, square, or polygonal in shape, and can be constructed from a variety of materials such as stone, brick, concrete, metal, and wood. Columns can also be used to support ceilings, roofs, and other architectural features. Columns are commonly used in the design of bridges, temples, and other large-scale structures, and can be found in both interior and exterior spaces.

To learn more about columns

https://brainly.com/question/30279862

#SPJ4

Please help me I don't understand. It's Python.
If anyone can help with either of these questions I would appreciate a lot!
Thank you :)

Please help me I don't understand. It's Python.If anyone can help with either of these questions I would

Answers

It’s , c probably sorry if I’m wrong

1.d

2. a

i am not sure but i think its correct

In an inequality between two numbers, -2.1 is located below the other number on a vertical number line. So, the other number is -2.1. One possible value of the other number is .

Answers

Answer:

-2.0

Explanation:

Given

Number = -2.1

Required

Determine the other number

From the question, we understand that the number is represented on a vertical number.

From bottom to top, numbers on a vertical number line increases.

Since the other number is at the top of -2.1, then we can conclude that this number is greater than-2.1

Hence, possible values are ,-2.0, -1.9, etc.

Answer:

First blank: greater than.

Second bank: -1.5

Explanation:

Other Questions
a corporate bond returns 12 percent of its cost (in present value terms) in the first year, 11 percent in the second year, 10 percent in the third year, and the remainder in the fourth year. what is the bond's duration in years? multiple choice 3.68 years 2.50 years 4.00 years 3.75 years 3.32 years who won the pullman strike? the pullman company or the strikers? what might a decrease in sales of new cars indicate about the state of the economy? what would it not necessarily indicate? The price of a 32'' LED Television is 15,500 less than twice of an OLD MODEL. If it cost 29,078.00 to buy the NEW 32'' LED Television, what is the price of the old modelNONSENCE = Report :(Pwede rin po ba makita yung solution? Okay lang din po kahit hindi. Thank you in adavance din po:) write the names of 5 famous historical persons . i am preschool The thoracic duct and the right lymphatic duct empty lymph into the. A payday loan company charges 5.00 percent interest for a two-week period. What is the annual interest rate? (Do not round intermediate calculations. Enter your answer as a percent rounded to 2 decimal places.) Which Georgians were selected to sign the Declaration of Independence?delegates to the First Continental Congresscolonists chosen through an election processimportant militia leaders who led the patriotsdelegates to the Second Continental Congress help asap!!!i cant understand :,(need answer !!!!!!!!!!! aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa Company T had outstanding 25,000 shares of common stock, par value $ 10 per share. On January 1 of the current year, Company P purchased some of these shares as a long-term investment at $ 25 per share. At the end of the current year, Company T reported the following: income, $ 45,000 , and cash dividends declared and paid during the year, $ 16,500 . The fair value of Company T stock at the end of the current year was $ 22 per share.Required:(d) Explain why assets, stockholders' equity, and revenues for the two cases are different. The freezing point of water is 0^\circ\text{C}0 C0, degrees, start text, C, end text. Scientists use positive numbers to show temperatures above the freezing point of water and negative numbers to show temperatures below the freezing point of water.Snowy's Dessert Cart keeps the ice in their snow cones at a temperature of -15^\circ\text{C}15 Cminus, 15, degrees, start text, C, end text.What does -15^\circ\text{C}15 Cminus, 15, degrees, start text, C, end text represent in this situation? you are tossing a pair of fair, six-sided dice in a board game. tosses are independent. you land in a danger zone that requires you to roll doubles (both faces showing the same number of spots) before you are allowed to play again. how long will you wait to play again? Scream Machines Achieve Article The purpose of the united nations was to fight off communist offenses. true false A tube contains hydrogen and oxygen gas. Its total pressure is known to be 4.53 atm. It's the pressure of the hydrogen is 2.7 atm, what us the pressure of the oxygen in atm? can someone please help me65115 Select the sentence from Passage 4 that shows the hypocrisy of the American government in regards to womens suffrage. Ours is a nation born of revolution, of rebellion against a system of government so securely entrenched in the customs and traditions of human society that in 1776 it seemed impregnable. (paragraph 2) Eighty years after the Revolution, Abraham Lincoln welded those two maxims into a new one: Ours is a government of the people, by the people, and for the people. (paragraph 3) All the way between these immortal aphorisms political leaders have declared unabated faith in their truth. (paragraph 4) Behold our Uncle Sam floating the banner with one hand, Taxation without representation is tyranny, and with the other seizing the billions of dollars paid in taxes by women to whom he refuses representation. (paragraph 5) can someone help please?!!! im in a hurry :( Texting while driving is comparable to what other dangerous act?