what is a cloud in the world of computing
Answer:
In the simplest terms, cloud computing means storing and accessing data and programs over the internet instead of your computer's hard drive
Explanation:
Rayna wants to create an organizational chart in her document. Which of the following commands should she click in the Illustrations group?
Chart
Media
Screenshot
SmartArt
Answer: Your real answer is SmartArt
Explanation:
Write a program that asks the p34won to enter their grade, and then prints GRADE is a fun grade. Your program should repeat these steps until the user inputs I graduated
Answer:
Following are the code to this question:
def fun():#defining a method fun
while True:#defining a while loop
g = input("Enter your grade: (I graduated) ")#defining variable g for input value
if g == "I graduated":#defining if block to check string value
return 0#return
print("{} is a fun grade".format(g))#use print method to print string value
fun()#calling the method
Output:
Enter your grade: (I graduated) 1st
1st is a fun grade
Enter your grade: (I graduated) 2nd
2nd is a fun grade
Enter your grade: (I graduated) I graduated
Explanation:
In the given python code, a method "fun" is defined, and inside the method, a while loop is defined, which uses a variable "g" for input value from the user-end.
In the next step, if block is defined to check string a value and return a value 0, and use the print method to print the given value, and call the above method fun.
According to the video, what are some qualitites Clergy need? Check all that apply.
Answer:
honesty in communication and in relationships hope it helps. :)
Explanation:
Answer:
honesty and communication in a relationship
Explanation:
hope this help and have a blessed day
Under fair use laws students can use as much digital content as they want as long as it is for educational purposes
Answer:
Is this a question you need help with or is it a fact that everyone should know?
Explanation:
To find the location’s name of the cell, look to the . To add an action to the cell for that data, add commands in the . To move from one cell to the next, use .
Answer:
Name Box
Formula Bar
Either Tab or Enter
Explanation:
Answer:
To find the location’s name of the cell, look to the
✔ name box
.
To add an action to the cell for that data, add commands in the
✔ formula bar
.
To move from one cell to the next, use
✔ either tab or enter
.
Explanation:
Justify the following statement: “Some Americans’ sedentary lifestyles contribute to their poor health.”
Answer:
Since the average American will spend 24 hours watching television per week, it is safe to say that they suffer from a lack of movement and exercise. This, in turn, will lead more Americans to be overweight and more likely to suffer from serious health problems! :)
Explanation:
Software licensed as proprietary
is usually free of cost often has lower quality than other types.
does not permit source code changes.
is rare in today's marketplace.
can be redistributed by the user at will.
Answer:
Does not permit source code changes.
Explanation:
Answer:
does not permit source code changes.
Explanation:
why is it important to write something in the subject line of emails?
Answer:To provide a topic for whatever is in your email
Explanation: without something in the subject line the email will most likely be inferred as a spam.
you are working on creating a business document with two other co-workers. Based on just information, which of the following pre-writing strategies would be the best for you?(A.P.E.X.)
What is the MINIMUM number of paths that would need to be broken to prevent Computing Device A from connecting with Computing Device E? a) 1 b) 2 c) 3 d) 4
Answer:
The answer is "Option c".
Explanation:
In the given question the device A is connected by 3 wires, contributing all of them, which also includes several connector paths. When all the wires of A are broken down, and if all of this leaves no routes that can be used. Even so, if it is done to E, it's also linked to four different routes. Its solution would've been C because its value will be the MINIMUM.
Answer:
c
Explanation: