Answer:
So your saying thst when a firework blows then it is a big lantern in the sky???
NEED HELP ASAP!!!!!!!!!!
Which of the following demonstrates the difference between disk copying and disk imaging?
A) Disk copying moves the entire contents of one disk to another whereas disk imaging creates a compressed file for backup
B) Disk copying creates a compressed wile for backup whereas disk imagine moves the entire contents of one disk to another
C) Disk copying only records and stores
another disks auditory data whereas disk imaging only records and stores another disk's
VISUS data
D) Disk copying only records and stores another disks visual data whereas diskirmaging only records and stores another disk's
auditory data
Answer:
A
Disk copying moves the entire contents of one disk to another whereas disk imaging creates a compressed file for backup
Explanation:
How do open online courses help with independent learning
Answer:
One of the most powerful benefits of online courses is that they enable students to learn at the time, place, and pace that best suits their individual learning style. ... If there is a class discussion, you can take time to gather your thoughts rather than be in a race to get the teacher's attention.
Explanation:
Answer:
you can take time to gather your thoughts
Explanation:
A peripheral can be used to tell a computer to complete a specific task.
A) True
B)False
Answer:
A. true
Explanation:
because you can complete it without it mistakes if your using an computer but if you use an paper you will make mistakes over and over
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.
what are the main features of python
Python Features
Python is a dynamic, high level, free open source and interpreted programming language. ...
Easy to code: ...
Free and Open Source: ...
Object-Oriented Language: ...
GUI Programming Support: ...
High-Level Language: ...
Extensible feature: ...
Python is Portable language
Explanation:
Part B
How would you classify a network formed by connecting two MANs together?
В І у хх Font Sizes А • А
Which of the following is an example of gameplay in a video game
A: the art of a game
B: the player interacting with the game world and game mechanics
C: the personalities of all the characters
D:all of the above
Answer:
the correct answer is B. the player interacting with the game world and game mechanics
PLEASE HELP!!! WILL MARK BRAINLIEST!!
Why do you think Phones/Devices have upgraded over the years
Answer:
Too improve the technology
Explanation:
Answer:
phones and other devices have been upgraded over time because technology has advanced and people have found a need for better communication as the world has evolved
look at the picture lol
Answer:
Zoom in more please and than i can help
Explanation:
Answer:
I would go with the first blue highlighted one... but i could be wrong
i hope i helped
if i didn't... i am sorry, i tried.
Nurse Jackie is a humorous depiction of a drug-addicted nurse who struggles to balance the demands of her hectic hospital job with a string of
predicaments in her personal life. To what genre would this television series belong?
ОА
sitcom
OB
comedy
Ос.
drama
OD
dramedy
Answer:
dramedy would make since to me
Explanation:
Most significant effect the rotary press had on printing
Answer:
fast printing
Explanation:
Answer:
The rotary press made printing more efficient, but the typeset (composing type) could not keep up with the press.
Explanation:
So yea, fast printing.
When a user modifies the fonts in a message and immediately sees the effect of a font change without actually selecting the font, which outlook feature is the user witnessing
Answer:
Live Preview
Explanation:
With Live Preview mode on in Microsoft Outlook while composing an email content, a user will be able to see effects of the when the mouse cursor is placed format for the text including, the text size, font of the text, the text color, which are immediately applied to the selected text to give a preview of what the effect of the editing function the cursor is hovering over can do.
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
Which of the following You tubers uses the word "flip" as a curse word
A. Unspeakable
B.09Sharkboy
C. Moosecraft
D. All of the above
First correct answer get brainiest!
Do you guys know if there's a way for me to find a Google doc that I typed but forgot to save if you do it for points i will report please don't make me
Answer:
Usually, Google Docs save automatically. If you remember some keywords that you typed, try searching for it. For example, if you typed up a report about dogs, search "dogs" when you're on the Google Docs home screen.
Explanation:
If this doesn't help, leave a comment and I'll try to help more!
Answer:
if you remeber the name of the doc you wrote you can just search for it in google doc. google doc saves what you write so it should be in there
Explanation:
what is branching in Python
Answer:
Branching is where a program decides whether to do something or not.
What involves the layering of hardware and software into a coherent computer experience?
A) PaaS
B) Cloud
C) IaaS
D) Open Systems Interconnect
Answer:
Answer is D. Open Systems Interconnext
Answer:
D open Systems Interconnect
Explanation:
Got it right on the test.
Complete answers for the test on edge 2021...
#1. a - application performance
#2. c - protocol
#3. b - virtual machines
#4. b - open systems interconnect
#5. b - post office
Got 100% on the test.
What is the difference between myList.length and myList.length - 1? When would you use myList.length? When would you use myList.length - 1?
Answer:
The difference between myList.Length and myList.length - 1 is that with the second variable, you are subtracting 1 from the total (assuming it is a integer)
Explanation:
Assuming the variable myList.Length is a integer, like for example, 4, it would be equal to 4, while myList.Length - 1 would be 3.
Which is the fastest way to make many formatting changes to a range of cells?
select each cell, right-click, use the ribbon to make changes
select the range, right-click, use the ribbon to make changes
select the range, right-click, format cells, make changes
select each cell, right-click, format cells, make changes
Answer:
c 3
Explanation:
c 3
Answer:
I believe it could be C
Explanation:
Please click "Thanks" if this helped in any way! :)
What is the output for the following program?
for numX in [3,5):
for num Y in [1,2]:
print (numX, num Y)
Answer:
3 1
3 2
5 1
5 2
Explanation:
Nested loops continuously loop the outer loop until the inner loop is done looping. So for this instance, the outer loop is [3,5]. The three will remain constant until the end of the inner loop, [1, 2], which will then bring the outer loop to its 5. So from the beginning, the outer loop uses numX equals 3, and the inner loop uses numY equals 1.
3 1
The inner loop then uses numY equals 2.
3 2
Then back to the outer loop where numX equals 5.
The inner loop starts again with numY equals 1
5 1
The inner loop then has numY equals 2
5 2
As a result, in the beginning, numX equals 3 in the outer loop and numY equals 1 in the inner loop.
What is the result?something that is the result of an earlier event or action that triggered it. [count] Years of toil and devotion have yielded the book. His work produced a great American novel as its outcome.
3 1
Next, numY equals 2 is used in the inner loop.
3 2
returning to the outer loop where numX=5,
Restarting the inner loop with numY equal to 1
5 1
The inner loop then has numY equals 2
5 2
Therefore, the Option is correct.
Learn more about the result here:
https://brainly.com/question/19492935
#SPJ2
A computer that provides special services to client computers on demand.
Answer:
A server?
Explanation:
I feel like this would be the answer but if it is multiple choice, reply with the possible answers. Hope this helps!
Which line of code in this program is MOST likely to result in an error?
A Line 1
B Line 2
C. Line 3
D, Line 4
Answer:
It's line 2
Explanation:
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:
How do I write my name in binary code?
Answer:
qUE
wHAT CODE
Explanation:
To use the shortcut for inserting a row,_____
on the row number and choose Insert.
Right-click
Double-click
Shift-click
Click
HELP ASAP!!!
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.
Sample Run
What grade are you in?: (I graduated) 1st
1st is a fun grade.
What grade are you in?: (I graduated) 3rd
3rd is a fun grade.
What grade are you in?: (I graduated) 12th
12th is a fun grade.
What grade are you in?: (I graduated) I graduated
It's in python
def func():
while True:
grade = input("What grade are you in?: (I graduated) ")
if grade == "I graduated":
return
print("{} is a fun grade".format(grade))
func()
I hope this helps!
___________ are representations of actual objects. a. symbols b. models c. handouts d. notecards
Answer:
Models is the answer!!!
Answer:
B. Models.
Explanation:
Got it right on the test
4.8 Code Practice: Question 1
Instructions
Write a for loop to print the numbers 5, 10, 15 … 75 on one line.
Expected Output
5 10 15 20 25 30 35 40 45 50 55 60 65 70 75
Answer:
c = 1 # global variable
jhjl jh
def add(): c = 1 # global variable
def add():
print(c)
add()
c = c + 2 # increment c by 2
print(c)
add()
Explanation:
Answer:
for x in range(1, 16):
print(x * 5, end=" ")
Explanation:
Hope this helps!
URGENT!!!!15POINTS AND BRAINLIEST
Type the correct answer in the box. Spell all words correctly.
In a hydraulic jack, the pipe below the load has an area of 5 m2, and the pipe through which the input force transmits has an area of 1 m2. Calculate the force required.
kN of input force is necessary to balance a load of 10,000 N.
Answer:
0.2kN
Explanation:
An hydraulic jack works by the principle that pressure applied to one part in an enclosed liquid is transmitted equally in all parts of the liquid. this is in accordance with Pascal's principle.
Pressure= Force/Area
P=F/A
Pressure due to the load= Pressure due to input force for the system to be in balance.
Let force due to load be F₁, input force be F₂, Area at the load piston be A₁ and the area of the pipe through which the input force transmits be A₂, then,
F₁/A₁=F₂/A₂
10000N/5m²=F₂/1m²
F₂=(1000N×1m²)/5m²
F₂=200N
=0.2kN
why make people act meaner online the. in person