Answer:
Elasticity.
Explanation:
Cloud computing can be defined as a type of computing that requires shared computing resources such as cloud storage (data storage), servers, computer power, and software over the internet rather than local servers and hard drives.
Generally, cloud computing offers individuals and businesses a fast, effective and efficient way of providing services.
Cloud computing comprises of three (3) service models and these are;
1. Platform as a Service (PaaS).
2. Infrastructure as a Service (IaaS).
3. Software as a Service (SaaS).
The three (3) main characteristics of cloud computing are;
I. Measured service: it allows cloud service providers to monitor and measure the level of service used by various clients with respect to subscriptions.
II. Resource pooling: this allows cloud service providers to serve multiple customers or clients with services that are scalable and provisional.
III. Elasticity: this is the ability of the cloud computing service to be flexible and adaptive to the traffic or requests from the end users.
Hence, the unique Cloud feature which seamlessly helps manage the increase and decrease in traffic is elasticity.
Can someone write this in java? Also, does anyone know how to do Edhesive assignments? I NEED HELP!!!!!
Answer is in the file below
tinyurl.com/wpazsebu
Write a program in Java that asks the user to enter four weighted assessment grades, calculate the average, then display the average with the message: "Student Pass" if the average is greater than or equal 60 or the message "Student Fail" otherwise. The details of the assessments and weights are as follow: Homeworks: 20% Labs: 15% Midterm: 25% Final: 40%
Answer:
Explanation:
In order to calculate the weighted average, the grade itself is multiplied by the percentage of the category and then these values are summed. This sum is then divided by the total percentage of the portfolio.
import java.util.Scanner;
class Main {
public static void main(String[] args) {
double sumOfWeights = 100;
Scanner in = new Scanner(System.in);
System.out.println("Please Enter Homework Grade: ");
double homework = in.nextDouble() * 20;
System.out.println("Please Enter Labs Grade: ");
double labs = in.nextDouble() * 15;
System.out.println("Please Enter Midterm Grade: ");
double midterm = in.nextDouble() * 25;
System.out.println("Please Enter Final Grade: ");
double finals = in.nextDouble() * 40;
double average = (homework + labs + midterm + finals) / sumOfWeights;
System.out.println("The Average of these Weighted Grades is " + average);
}
}
The rules on the Internet for how messages are addressed and passed on are called ____ .
To make your brand colors stand out, it is important to implement what with your color scheme?
A. Blacks
B. Grays
C. Whites
D. All of the above.
Answer:
All of the above
Explanation:
It's better to have a pattern of colors than one single color in you color scheme.
Answer:
D. All of the above
Explanation:
the processing is done in the
Answer:
CPU Central Processing Unit
Answer:
CPU.... I'm not sure but it might be right or can u put the full question because it sorta don't make any sense
7. Application software is a program or group of programs designed for end-users.
True
False
Answer:
True
Explanation:
A software refers to "instructions that tell a computer what to do. Software comprises the entire set of programs, procedures, and routines associated with the operation of a computer system" (Encyclopedia Britannica).
There are two types of software;
i) system software
ii) Application software
An application software helps the user to perform specific tasks on the computer. It was specifically designed for the end user.
A typical example of an application software is the Microsoft office which could be used to prepare documents using the computer.
Answer:
true
Explanation:
Differentiate between a window and Windows
Answer:
A window is a graphic control element which are controlled by the keyboard usually and windows is an operating system
Explanation:
what is the deck of a suspension bridge called
Answer:
The main forces in a suspension bridge are tension in the cables and compression in the towers. The deck, which is usually a truss or a box girder, is connected to the suspension cables by vertical suspender cables or rods, called hangers, which are also in tension. I think this is the answer
What is one example of a pan lan man and a wan
Answer:
A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A WAN (wide area network), in comparison to a MAN, is not restricted to a geographical location, although it might be confined within the bounds of a state or country.
Explanation:
i hope this helps
Which of the following statements represents a scientific bias?
Clean all containers to remove residue from the previous steps.
Use data from the previous steps because they show better results.
Make sure to follow every step in the procedure.
The scale needs to be calibrated to ensure accuracy.
Answer: Use data from the previous steps because they show better results
Explanation:
A scientific bias occurs when there's a deviation between the observations of a researcher and the accurate representation of data and results.
In this case, the use of data from the previous steps because they show better results will bring about a data bias as it'll lead to inaccuracies of the data being represented.
How do you access the
internet in your school and at home?
Which of these statements regarding real-time strategy games is true?
A.
They only allow one player to move at a time.
B.
They do not work well on tablets.
C.
They feature memorable characters.
D.
They do not work well on mobiles.
E.
They offer plenty of time for players to reflect.
Answer:
E
Explanation:
Answer:
e
Explanation:
A cell is the intersection of a row and a column, identified by a letter and number.
True or false
Answer: True
hello how are you
Answer: True hope it helps
Which program will have the output shown below?
12
13
14
>>> for count in range(12, 15):
print(count)
>>> for count in range(15):
print(count)
>>> for count in range(12,14):
print(count)
>>> for count in range(14):
print(count)
Answer:
>>> for count in range(12,14):
print(count)
___are designed to infect and cause damage to operating system files, computer registry, and other locations on the motherboard
Answer:
Viruses
Explanation:
virusues are designed to infect and cause damage to operating system files, computer registry, and other locations on the motherboard
The 60-watt light bulb has a 400 hour life expectency how much will it cost to operate during its time
Answer:
$2.40
Explanation:
the unit electricity bill is kilo watt hour.
The 60-watt light bulb has a 400 hour life expectency means it will consume
60×400/1000 = 24 KWh units of electricity. Let us suppose each unit of electricity costs is 10 cents.
Then 24×10 = 240 cents = $2.40
When multiple columns in a query are sorted simultaneously, which one will be the primary sort?
the primary key column
the middle column
the rightmost column
the leftmost column
THE ANSWER IS D
Answer:
Left most column
Explanation:
I just did the quiz
Which software helps you upload content for live streaming
OA OnlineStream
OB. Firewire
OC. PPLive
OD. Blogger
Answer:
a online stream i ting please mark brainilest
Explanation:
How is this a SyntaxError?(python3)
Answer:
1 bracket, instead of 2 is closed in line 9
Explanation:
Given
The attached code
Required
Why is line 10 a syntax error?
The error points to line 10.
From the attached code, the line 9 is:
amount = int(input("Enter cheese order weight: ")
When converting an input to integer, the syntax is:
variable = int(input("Prompt"))
But, only 1 bracket is closed in the program, where 2 is required.
This is definitely a syntax error
Answer: theres only one bracket
Explanation: got it right on edgen
1) "Information systems are revolutionizing the way businesses function in the 21st century," Do you agree or disagree with this statement? Provide evidence to support your position, (2 points)
Answer:
true
Explanation:
everything is computerized. banks, shopping, financial business records, ect
Does anyone know how to do 8.3 Code Practice on Edhesive?
Answer:
nums = [14, 36, 31, -2, 11, -6]
print(nums)
Explanation: That should be 100%.
The Code Practice on Edhesive will be represented with the language of python language. there will be arrays and lists that will be presented. Thus, option A is correct.
What is code?A collection of commands that will be presented is referred to as computer code. It's also the name that was given to the source code. The translator has prepared for computer execution that will be presented.
Code is usually presented with a focus on producing various code-correct internet, application forms as well as a phone application.
The inputs will be
numbers = input()
Splits of numbers will be presented as
numList = numbers.split(' ')
Iterates will be presented with the list:
for i in range(len(numList)):
Conversion of every agreement will be;
numList[i] = int(numList[i])
The final line will be:
print(numList)
Learn more about code, here:
https://brainly.com/question/20712703
#SPJ6
The question is incomplete, Complete question probably will be is:
8.3 code practice adhesive
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.
14 36 31 -2 11 -6
Sample Run
[14, 36, 31, -2, 11, -6]
I need help please and thank you
Answer:
Explanation: For "BEST way to handle the situation," try Option 1, because it would possibly help them or make the Technical Support Representative do less work.
For "WORST way to handle the situation," Option 4 would be the best because you're basically just hanging up on the person.
22. (a) List two arithmetic
operations that can be
performed on a row of
numeric data in a word
processing
table.
Answer:
Addition
Division
Explanation:
Basic calculations which can be performed on numerical data may include ; Addition, subtraction, multiplication, division and so on. For a row of numeric data, arithmetic operation across the rows may include taking the sum of the values, thus can be achieved using the '+' operator symbol. Additionally, the product of the values can also be obtained by using the '*' operator symbol to obtain the product of the row values.othwr arithmetic operations include the division operation, modulus operator which obtains the remainder value of dividing to numbers and the floor division which gives the integer value for a division without the the remainder.
while
norma
mean
cinta
to the user
a.) Define the term microcomputers.
Explanation:
Microcomputers are computers designed around a microprocessor, smaller than a minicomputers or a mainframes.
Hope it will help :)❤
In the Business world people are often measured by their???
A- soft skills
B- hobbies
C- iq
D- technical skills
Answer:
D
Explanation:
You need skills to succeed!!
what do you mean by formatting the document?
Answer: See explanation
Explanation:
Document formatting simply refers to how a document is laid out. It involves specifications about the look of a document.
During formatting of a document, some of the things done include alignment, margin, font, color, font size, indentation etc. All three eventually gives the document its look.
Which of the following items is the most important piece of
information to include in a page header or footer?
O Author name
Grade
Date
Page number
Answer:
Page number
Explanation:
Hope this helps
Is brainly allowed because you don't Really learn from this..?
Explanation:
I don't know it's some time good and some times bad
Answer:
i bet ur like that one kid who tells the teacher that she forgot to collect the homework even tho u aint even do it
True or False
Explanation:
Which of the following tasks can you perform using a word processor?
insert a bulleted list in a document
check a document for spelling errors
edit a video for inclusion in a document
create an outline of sections to be included in a document
set a password to restrict access to a document
Answer:
check a document for spelling errors
Explanation:
With a word processor, you can easily edit and make changes to a document, move text around in a document, add images, change fonts, check for spelling errors
Brainliest for correct answer :)
How many different input combinations will be considered in the truth table, when there are 2 Inputs to the logic circuit?
Answer:
hey there, it's 4 different input combinations (TrueTrue, TrueFalse, FalseFalse,FalseTrue).