Shifting various computer activities from your
own computer to servers on the internet is referred
to as:

Answers

Answer 1

Answer:

Data transfer???I don't remember one of the easiest questions of my life


Related Questions

he JavaScript ________ defines items on a web page such as graphics, tables, and headers as objects.

Answers

The JavaScript DOM defines items on a web page such as graphics, tables, and headers as objects.

The JavaScript DOM defines items on a web page such as graphics, tables, and headers as objects.

The JavaScript DOM

The JavaScript DOM Known as the Document Object Model (DOM) is a programming interface that allows one to manipulate the  web documents, such that one  can change the document's structure, style, and content using objects like :

graphicstablesheaders.

Therefore, to access items on a web page, The  JavaScript DOM is applied.

Learn more about the dom here:https://brainly.com/question/25772355

5. What is intellectual property? (1 point)
Brainliest if correct

Answers

Answer:

intangible property that is the result of creativity, such as patents, copyrights, etc.

Please mark as brainliest

Answer:

A creative work of an invention, designs or names and images used in commerce.

) Give the assembly language instruction sequence to enable external interrupt 0 (INT0) as an interrupt source and to make it falling-edge triggered. What signal (port and port pin) must be low to trigger a falling-edge trigger event for INT0

Answers

Your solution is attached with the picture below

Here’s my last question

Answers

Answer:

Can't find it lolol

Explanation:

Where?

I’m bored too … hey

__________ can collect information about credit card numbers.
a) Spyware
b) Virus
c)Trojan Horse
d) Worm​

Answers

Answer:

Spyware

Spyware collects your personal information and passes it on to interested third parties without your knowledge or consent. Spyware is also known for installing Trojan viruses. Adware displays pop-up advertisements when you are online.

Explanation:

Hope this helps !!

True or False. The 'C' programming language guarantees that R0 will always contain a zero value on the ATmega328P

Answers

Oh I had this question once and I think it was true!! Hope this helps! Merry Christmas!!

In PowerPoint, a picture might be a photograph, a shape you draw, a piece of clip art, or an illustration created using a graphics app
O True
O False​

Answers

Answer:

True

Explanation:

In PowerPoint, you can insert pictures/images that include photographs, shapes, and illustrations.

Answer:

True

Explanation:

PLZ ANWER FAST!!!!

Use the drop-down tool to select the correct word or phrase.

How fast data travels on the network:

The ability of a network to recover after any type of failure:

Text within a document that is linked to other information available to the reader:

The way the network is laid out, including all the interconnections:

When all computers in a network are connected in a “star” formation:

A type of network that does not use a router but shares data directly between computers:

A unique location for a computer on the network:

Rules for how routers communicate with one another and send data:

Answers

It should be noted that the speed of fast data on a particular network is known as bandwidth.

The ability of a network to recover after any type of failure is known as fault tolerance.

Text within a document that is linked to other information available to the reader is called hypertext.

The way the network is laid out, including all the interconnections is known as network topology.

When all computers in a network are connected in a “star” formation, it's known as a star topology.

A type of network that does not use a router but shares data directly between computers is known as peer-to-peer.

A unique location for a computer on the network is known as the IP address.

Rules for how routers communicate with one another and send data are known as the router protocols.

Learn more about bandwidths on:

https://brainly.com/question/8154174

Answer:

Text within a document that is linked to other information available to the reader is called

✔ hypertext

.

A unique location for a computer on the network is its

✔ IP address

.

The

✔ fault tolerance

is the ability of a network to recover after any type of failure.

The computer that responds to requests from the client computer is known as the

✔ server

.

A

✔ queue

is an ordered list of tasks waiting to be performed.

Explanation:

just did it.

8. Assuming str(rate) is "7.25," what output would be produced by the following snippet:
print("The hourly parking rate is $." + str(rate))


O "The hourly parking rate is $7.25"

O "The hourly parking rate is $ 7.25"

O "The hourly parking rate is $." "7.25"

O The print comfwand would fail because the rate is an integer, not a string,

Answers

The output would be "The hourly parking rate is $7.25"

The question is an example of concatenation.

Concatenation is an operation in computer programming in which a string is added to another string with the binary operation, '+' or '*'.

So, 'Frank' + 'Peter' concatenates as 'FrankPeter' and 'a' *3 concatenates as 'aaa'.

Since str(rate) is "7.25," which is a string, and the snippet is print("The hourly parking rate is $." + str(rate)), str(rate) will concatenate and be added to the expression "The hourly parking rate is $."

So, the output would be "The hourly parking rate is $7.25"

Note that since there is no space at the end of the first string, the second string is added to the first string directly without any spacing between the '$' sign and the '7'.

So, the output would be "The hourly parking rate is $7.25"

Learn more about concatenation here:

https://brainly.com/question/17031234

Can anyone provide a good java program that shows how to implement a button?

Answers

no thanks, good luck though! <3

Answer:

Hello, this is Kyle Risso and I wrote a program for school not too long a go that can probably answer your question. This code creates two buttons that cycle through different colors.

Explanation:

The most important parts of the code are the ArrayList which implements the arrays for the different colors, but to answer your question the buttons are created using Action Listener as you'll see in the code. Hope this helps.

"Automated Deployment" is one of the prerequisite for DevOps implementation.
A) True
B) False

Answers

Answer:

"Automated Deployment" is one of the prerequisite for DevOps implementation.

Answer: True

True. "Automated Deployment" is one of the prerequisite for DevOps implementation.

What is Automated Deployment

Automated Deployment is indeed considered one of the prerequisites for implementing DevOps practices effectively. DevOps is a set of principles and practices aimed at improving collaboration between software development (Dev) and IT operations (Ops) teams.

The goal of DevOps is to streamline and automate the software delivery process to achieve faster and more reliable releases while maintaining quality and stability.

Automated Deployment refers to the process of automatically deploying and configuring software applications across various environments, such as development, testing, staging, and production. This automation eliminates the need for manual intervention and reduces the chances of human error during the deployment process.

Learn more about DevOps implementation

https://brainly.com/question/28135867

#SPJ2

Type the correct answer in each box. Spell all words correctly, and use numerals instead of words for numbers. If necessary, use / for the fraction bar(s). What is the hexadecimal equivalent of the decimal number 125.28? The hexadecimal equivalent of the decimal number 125.28 is

Answers

Answer:

125.28₁₀ in hexadecimal = 7D.47AE147AE1₁₆

Step-by-Step Explanation:

To convert decimal number 125.28, we convert its integer and fraction part individually and then add them to get the equivalent hexadecimal number, as below:

To convert integer 125 to hexadecimal, follow these steps:

Divide 125 by 16 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero.

Then just write out the remainders in the reverse order to get the equivalent hexadecimal number.

125 / 16 = 7 with remainder 13 (D)

7 / 16 = 0 with remainder 7

Here is the answer to 125 decimal to hexadecimal number:

7D

For converting decimal fraction 0.28 to hexadecimal number, follow these steps:

Multiply 0.28 by 16 keeping notice of the resulting integer and fractional part. Continue multiplying by 16 until you get a resulting fractional part equal to zero (we calcuclate upto ten digits).

Then just write out the integer parts from the results of each multiplication to get equivalent hexadecimal number.

0.28 × 16 = 4 + 0.48

0.48 × 16 = 7 + 0.68000000000001

0.68000000000001 × 16 = 10 (A) + 0.88000000000011

0.88000000000011 × 16 = 14 (E) + 0.080000000001746

0.080000000001746 × 16 = 1 + 0.28000000002794

0.28000000002794 × 16 = 4 + 0.48000000044703

0.48000000044703 × 16 = 7 + 0.68000000715256

0.68000000715256 × 16 = 10 (A) + 0.88000011444092

0.88000011444092 × 16 = 14 (E) + 0.080001831054688

0.080001831054688 × 16 = 1 + 0.280029296875

Here is the answer to 0.28 decimal to hexadecimal number:

0.47AE147AE1

Therefore, decimal number 125.28 converted to hexadecimal is equal:

7D.47AE147AE1

Zach has invented a device, which when plugged to household appliances, such as televisions, vacuum cleaners

Answers

Zach's decision is supported by the argument that less mature enabling technologies may be conducive to waiting for enabling technologies to develop further.

Enabling technologies are a set of technological tools that allow companies to start and develop the digital transformation process, to adapt to new technological and digital trends such as:

1- Industry 4.0
2- The smart factory model

According to the above, appliance companies must adapt to new trends in technological design thought about the environment based on renewable energies (such as solar energy) and adapt their products to it.


According to the above, the correct answer is “Less mature enabling technologies may favor waiting for enabling technologies to be further developed”.

because it mentions the best alternative for Zach

Consider a system which has a memory access time of 300 nsec. An average page fault takes around 10 millisecond to get serviced. If the page fault occurs with a probability of 4% in the system, then find out the effective memory access time of that system. If somehow, you manage to reduce the probability of page fault to 2%, then by how much the system performance improves as compared to the previous case?

Answers

Answer 72 ncs is the answer im pretty sure

You can find the answer in the attached photo

How often do you trade cowoncy? If so, for what and how much?​

Answers

There are different ways to trade cowoncy. There are some legitimate site to buy and sell it. In trade cowoncy, about 100000 Cowoncy is bought for $17.89USD.

Cowoncy is commonly described as the OwO bot's form of currency. It is known as a currency used worldwide in hunting.

Its role is mainly for for hunting and in the activation of one's huntbot and it is often used in other form of purchases such as cosmetics, etc.

Learn more about trade from

https://brainly.com/question/17727564

Write an overloaded function max that takes either two or three parameters of type double and returns the largest of them.

Answers

#include
#include
using namespace std;

// first overloaded function, with 2 parameters
double max(double x, double y){
if(x > y) return x;
else return y;
}
// second overloaded function, with 3 parameters
double max(double x, double y, double z){
// get the maximum of first 2 numbers, store it in 'temp'
double temp = max(x, y);
// get the maximum oamongf temp and the third number
if(temp > z) return temp;
else return z;
}

// main starts
int main(){
// declare 3 variables to store the numbers
double a, b, c;
// prompt the user to enter 3 numbers
cout << "Enter three numbers: ";
// input 3 numbers
cin >> a >> b >> c;
// set the number of digits after decimal points to 1
cout << fixed << setprecision(1);
// print the maximum of first 2 numbers
cout << "The maximum of " << a << " and " << b << " is " << max(a, b) << endl;
// print the maximum of all the 3 numbers
cout << "The maximum of " << a << ", " << b << " and " << c << " is " << max(a, b, c) << endl;
return 0;
}

The program is an illustration of overloaded functions

Overloaded functions are different functions with the same name

The overloaded function

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

# This defines the first overload function

def maxNum(a, b):

   #This returns the maximum

return max(a,b)

# This defines the second overload function

def maxNum(a, b, c):

   #This returns the maximum

return max(a,b,c)

Read more about functions at:

https://brainly.com/question/26497128

#SPJ9

Which of the four factors of production are hit the hardest when high unemployment occurs ?


A. Land

B. Labor

C. Capitol

D. Management

Answers

Answer:

Land

Explanation:

people start to farm so that they earn money by selling those vegetables

Unemployment may result in increased payments from the state and federal governments for things like food stamps because unemployed persons tend to spend less and may accumulate more debt. Thus, option A is correct.

What hardest when high unemployment occurs?

High unemployment causes a decline in inflation. Voters and policymakers do not like dropping prices; they seek low unemployment and low inflation. They typically have to choose between the two and cannot usually have both.

Unemployed workers go through financial difficulties, which has an impact on their families, interpersonal relationships, and communities. If neglected, this can lead to a recession or even a depression as consumer spending, one of an economy's key sources of growth, falls.

Therefore, Land production is hit the hardest when high unemployment occurs.

Learn more about unemployment here:

https://brainly.com/question/18801727

#SPJ2

Shell Scripting:

In the following statement, X is the initial value:

for (( X = N; X <= Y; X++ ))
True or False

Answers

True because if x sucks x then Y will spill juice cream team juice what how ….its true.

Shell scripts are most useful for repetitive tasks that would take a long time to accomplish if entered one line at a time. A few examples of uses for shell scripts are as follows: automating the process of code compilation. Programming or setting up a programming environment. Thus, it is true.

What role of Shell Scripting in programming?

You can access the Unix system through a Shell. It leverages the input you provide to execute programs. Once a program has finished running, its output is shown. In the shell environment, we may run our commands, applications, and shell scripts.

Programmers do not need to switch to a completely other syntax because the command and syntax are precisely the same as those placed directly on the command line.

Therefore, it is true that Shell scripts may be created considerably more quickly. Rapid start interactive bug-fixing.

Learn more about Shell Scripting here:

https://brainly.com/question/29625476

#SPJ2

What term would be a catch-all that would cover both visual novels and text adventures?
virtual reality games
interactive fiction
simulation
puzzle

Answers

I think the answer to this is interactive fiction

What free website can you record videos on, and edit them without money?

Answers

Answer:

You can edit videos on Capcut for free and I think you can also use Alightmoon

Answer:

You can edit videos using this application called Kinemaster.

Explanation:

After recording the video download Kinemaster available on Playstore and App store

What term describes the story of a game?
tale
fable
narrative
setting

Answers

I would say tale because a tales like more for stuff like games

Answer:

tale.

Explanation:

because the other answers make 0 sense.

Define the term loop rule.
The loop rule tells us that if we sum the blank
across all the components in a single closed path of an electrical network, the result is 0.

Answers

Answer:

voltage differences

Explanation:

Read the problem listed below. Formulate a Decomposition or Outline of the problem. Determine if you have seen this problem before and how it was solved. Start to write your Algorithm, making note of the inputs and outputs that will be required. Write your code, test and debug.

Problem:
Create a program in Python that will draw a series of triangles. The program needs to ask the user for the number of triangles to draw and the size of the triangle.

The inputs for this program need to look like the following:

Enter the number of triangles:
Enter the size of the triangles:
Using these two inputs, your program will then draw a series of triangles in the size the user wishes.

For example if the user enters 3 triangles with a size of 5, the following will be the output:

*
**
***
****

*
**
***
****

*
**
***
****
The easiest way to solve this problem is with two loops. One loop draws the triangles and the other repeats the drawing.

When testing your program make sure you test with different sizes and different numbers of triangles as this will be how your code will be run by Codio.

Answers

URL where the media can be found;

the description of the type of media used in the example;

an analysis of the media piece in relation to the best practices discussed in this lesson, which answers these questions:

Does the piece illustrate best practices?

Which are best represented?

What point do you feel the company

Briefly the conceptual model of effective computer based instruction for adults outlining three units (output, Process and input )

Answers

but I think it’s output

A certain microprocessor requires either 2, 4, 8, 12, or 16 machine cycles to perform various operations. Seventeen and one-half (17.5) percent of its instructions require 2 machine cycles, 12.5% require 4 machine cycles, 35% require 8 machine cycles, 20% require 12 machine cycles, and 15% require 16 machine cycles. What is the average number of machine cycles per instruction for this microprocessor

Answers

The answer is 8.45

since (17.5*2+12.5*4+35*8+20*12+15*16)/100 = 8.45

There are two kinds of emotions: positive and negative. True False

Answers

Answer:

False

Explanation:

There are many emotions the human brain can experience

False is the answer to the question

Which of the following correctly calculates the
money supply with M2?
A. M2 + M3
B. M2-M1
C. M2 + M1

Answers

Answer:

I think it's C.

Explanation:

I could be wrong, but this is my understanding. M3 equals the sum of all money in the economy. To get M3, you add M2 and M1. So, this would be the correct way to calculate the money supply with M2.

How often do domain controllers download Group Policy settings?

Answers

Answer:

Domain controllers download Group Policy settings -every five minutes-

Explanation:

hope I helped

What is the trickle down approach to poverty?

Answers

The proponents of trickle-down economics, argues that rising incomes at the top end of the spectrum would lead to more jobs, more output, more income and less poverty as the growth and higher incomes at the top end will move at the lower end and to the poor.

Answer:

Tax breaks and benefits for corporations and the wealthy will trickle down to everyone else as stated by the Trickle-down Economics/Trickle-down Theory.

Explanation:

The Trickle-down Economics argues for income and capital gains tax breaks or other financial benefits to large businesses, investors, and entrepreneurs to stimulate economic growth.

Corporation-a legal entity that's separate and distinct from its owners.

Which bits of the address would be used in the tag, index and offset in a two-way set associative cache with 1-word blocks and a total capacity of 512 words

Answers

size of block = 1 word = 8 bytes

number of blocks = size of cache / size of word

= 512 word /1 word = 512 blocks

In a two-way set associative cache, 2 blocks will form 1 set. So number of index = 512/2=256=2^8

Size of offset = 3 bits

size of index = 8 bits

Size of tag = 64-11=53 bits
Other Questions
Any ideas for this? V. Answer the following questions logically with complete sentences in Spanish. (12 points)1. Cundo te pones [t] triste?2. Dnde se yen Uds. en efcampus?3. Quin es el ms simptico de tus amigos?4. Estn repitiendo los verbos Diana y Roberto? Pleaseee HELPPPPPP HELPPPPP PLEASE Is this answer corrrect if not what is the correct answer? Why is air temperature above land warmer than the air temperature above water in the same location during the summer? How long did the Aztecs fight against Corts and his soldiers?a.1 yearb.5 yearsc.80 daysd.2 weeks Simplify the expression 4(-y+2) -3y Chang made $156 for 13 hours of work at the same rate, how many hours would he have to work to make $108? 5. Linda earns $95 per day. If she works of a day, how much will she earn? Match each shape with its area formula. 1. A roller coaster with a mass of 800 kg sits stationary at the top of a section of track, 75 m abovethe ground as shown. When the brake is released, it starts to roll down the track2. For each height represented in the diagram, calculate the gravitational potential energy usingEp = mgh. Show ONE SAMPLE calculation in the calculations section below and fill in Table 1 foreach of the heights of the roller coaster. (6 marks)3. Assuming there is no friction, determine the mechanical kinetic energy using Ek = Etotal - Ep.Show ONE SAMPLE calculation in the calculations section below and fill in Table 1 for each ofthe heights of the roller coaster. (6 marks)4. For each height represented in the diagram, calculate the velocity using = 2 . Show ONESAMPLE calculation in the calculations section below and fill in Table 1 for each of the heights ofthe roller coaster. (6 marks)5. Use your answers to graph how gravitational potential energy, mechanical kinetic energy, andvelocity change as the roller coaster changes height. Use different colours for the three lines onthe graph. Graph paper is provided below. (3 marks)6. Repeat steps 1 5 above for a roller coaster cart that has a mass of 300 kg and enter yourresults in Table 2.Calculations:800 kg roller coaster cart:Sample calculation for gravitational potential energy:Sample calculation for Mechanical kinetic energy:Sample calculation for velocity:300 kg roller coaster cart:Sample calculation for gravitational potential energy:Sample calculation for mechanical kinetic energy:Sample calculation for velocity:Results:Table 1: Potential energy, kinetic energy, total energy, and velocity of the 800 kg roller coaster cartTable 2: Potential energy, kinetic energy, total energy, velocity of the 300 kg roller coaster cart.Graphs:Its graphing time. These graphs are a bit different than the ones you did in thedata analysis assignment at the beginning of the course. In this case you havethree things to graph on each graph. (One graph for the 800 kg roller coaster cartand one graph for the 300 kg roller coaster cart.) You need to graph thegravitational potential energy with respect to height, the mechanical kineticenergy vs height, and the velocity vs height.Lets look at the energy graphs first. In this case both kinetic energy andmechanical energy cover the same range of values. This means they can use thesame scale on the y-axis. So, you will use the left y-axis and the x-axis to graphthe kinetic energy vs height and the potential energy vs height. You will need alegend to explain which line is which. Colour coding is a nice way to highlight this.The velocity values are much different than the energy values. This means youneed a totally different scale. So, your left y-axis wont work. You need to make asecond scale on the right y-axis for your velocity values. You will plot the pointsthe same way as normal, but you will use the numbers on the right-hand scaleinstead. Again, be sure to add your velocity line to the legend with a separatecolour code.Discussion Questions:1. Describe the relationship between the gravitational potential energy and the mechanical kineticenergy of the roller coaster on your graph. (2 marks)2. Describe the shapes of each of the three lines in the graph. Explain why the velocity is different.(4 marks)3. Describe how mass affects the speed at the bottom of the roller coaster. (2 marks)4. Describe how mass affects the gravitational potential energy and the mechanical kinetic energyof the roller coaster. (2 marks)5. At what point does the roller coaster have a maximum value for the following? Justify youranswer by explaining why. (2 marks each)a. Gravitational potential energyb. Mechanical energyc. Velocity6. In your calculations, you assumed that the roller coaster was frictionless. All real roller coastersencounter friction. Describe how the actual values of the variables would differ, or not differ,from your calculated values for a real roller coaster. (Hint: what form of energy would some ofthe total energy be converted to if there was friction in the system?) (4 marks)How you will be graded:Grades will be based on answering questions to demonstrate an understanding of the material coveredin this unit. Point form answers are okay if ideas are complete and use vocabulary (Word Bank)provided. For questions out of 4 marks, there are 4 responses expected. a perfect score in bowling is 300 points. you get a perfect score if you knock down 120 pins in 10 frames. what are the decimal value and percent of the number of pins knocked down in a relation to a perfect score? Examples:3x (coefficient is 3)4t (coefficient is 4)ReviewDirections: Name the coefficient (s) in the following expressions:1. 9s + 4t2. 46rs + 10x3. 18q + 14x4. 10x + 14y5. 17rs + 32x6. 5x + 7y - 5z7. 3ab + 70m8. 3r + 20a + 10m9. 7k + 16m10. 7r + 5s11. 9j + 120m12. 12k + m13. 6c + 15h + w14. 2c - 19d + 12f15. 3t + 14r - 31j At six o'clock someone was telling a story. to passive After listing a home with a broker, the seller told the broker NOT to disclose a major structural defect in the house. What should the broker do . Andrew's father is paying for a $40 meal. He has a 15%-off coupon for the meal. After thediscount, a 6% sales tax is applied. What does Andrew's father pay for the meal? Two forces act on a block as shown in the picture. What is the net force of the block?30 N to the right30 N to the left10 N to the left 1010 N to the right solve pls brainliest How do i change my points to a five instead of ten Find the area.2 cm2 cm4 cm