what is versatility according to computer​

Answers

Answer 1

Answer:

The Capacity of the computer Is more than one task at the same time that is why you call it versatility computer


Related Questions

Choose the term that makes the sentence true.
A STOP error in Windows is also known as a
screen of death because of the background color of the message screen.

White
Blue
Black
Red

Answers

The windows of death color is blue and with a sad face and says “your pc has ran to a problem and needs to restart. We’re just collecting some error info, and then we will restart it for you

Answer:

Blue screen of death

Which of the following represents a backup system that will aid in recovery for any type of disaster or disruption?

Transfer operations
Integrity operations
Redundancy operations
Independent operations

Answers

Answer: redundancy operations

Explanation:

Question 6 of 10
When should you forward instead of replying to an email?
A. When you want the original sender to know someone was left off
the list
B. When the recipient was not included on the original email
C. When you do not want to Reply All
D. When you want to ensure privacy
SUBMIT

Answers

Answer:

C

Explanation:

Its C because if someone else was added they could see the email as well.

anybody else watch unus annus on youtub.e ??

Answers

uhh not me. i dont watch that type of stuff lol
Nah. What’s their content?

Jon wants to assign a value to the favorite food variable: favoriteFood! = "Pizza" but gets an error message. What does he need to fix for the
code to work?
O Delete the symbol in the string.
O Put quotations around the string.
O Remove the exclamation mark from the variable name.
O Add a space between the words in the variable name.

Answers

Answer:

The answer is C.

Explanation:

There cannot be any type of punctuation in the variable.

Jon wants to assign a value to the favorite food variable: favorite food! = "Pizza" but gets an error message by Removing the exclamation mark from the variable name it will fix for the code to work.

What is code?

In laptop programming, code refers back to the set of instructions, or a machine of rules, written in a selected programming language (i.e., the supply code).

If you've got ever observed an exclamation mark (!) earlier than the variable in a person's JavaScript code the negation operator (!) definitely simply reverses the means of its operand. ! is the logical now no longer operator in javascript.

Read more about the javascript:

https://brainly.com/question/27683041

#SPJ2

Choose the following "for" loops that repeat 5 times. Mark all that apply.
A. for i in range(5,10)
B. for i in range(1,5)
C. for i in range(10,2)
D. for i in range(5)

Answers

Answer:

The answer would A

Explanation:

python 3.4 code practice question 2

“Write a program to convert a fraction to a decimal. Have your program ask for the numerator first, then the denominator. Make sure to check if the denominator is zero. If it is, print out “Error - cannot divide by zero.”

Answers

numerator = int(input("Enter a number: "))

denominator = int(input("Enter a number: "))

if denominator != 0:

   print(numerator/denominator)

else:

   print("Error - cannot divide by zero.")

The fraction can only be described as "undefined" if the denominator is ever 0.

Explain about the denominator is zero?

The mathematical error (not specified) of dividing a number by zero can be graciously overcame by using exception handling. The output of division by zero will be displayed as infinity if you write code without employing exception handling, which cannot be further processed.

A fraction cannot have zero as the denominator since zero cannot be divided by anything. The reason is that you get back 6 when you multiply the answer, 2, by the divisor, 3. Because the denominator cannot be zero, the fraction is invalid and has no value.

"Enter a number: " input = int numerator

Denominator: int ("Enter a number: "); input;

if the numerator!= 0

print(numerator/denominator)

else:

print("Error - cannot divide by zero")

("Error - cannot divide by zero.")

To learn more about denominator is zero refer to:

https://brainly.com/question/17546250

#SPJ2

The sheep in the image below is an example of which of the following?

balanced space
positive space
negative space
neutral space

Answers

Answer:

balanced space.

Explanation:

This is a edu guess.

Where can you find thousands of templates for Excel?
O Home tab
Page Layout tab
Backstage View
O
Insert

Answers

Answer: The answer is C. backstage view

Explanation: JUST ANWERED

Answer:

c backstage

Explanation:

Which phrase is the best definition of sparklines in Excel 2016?

A. a type of graphic that users can insert into a worksheet
B. a type of mini chart that users can insert into a worksheet
C. a simple image that is displayed in Excel
B. a link to an outside source that is referenced in a worksheet

Answers

Answer:

The correct answer is:

B. a type of mini chart that users can insert into a worksheet

Explanation:

Microsoft excel is a spreadsheet software that is used for calculations and making payrolls.

Excel provides many visual features to display the data in graphical form. One of them is Spark lines.

Spark lines are used to show trends and variations in the collected data. Spark lines are just like mini charts.

So,

From the given options the best option is: B. a type of mini chart that users can insert into a worksheet

Hence,

The correct answer is:

B. a type of mini chart that users can insert into a worksheet

4.9 Code Practice: Question 3

Answers

total = 0

for x in range(99, 0, -1):

   total += x

   print(total)

I hope this helps!

The program adds displays the sum of integers from 99 decreased by 1 until 0 and displays the running total for each step. The program written in python 3 goes thus :

running_total = 0

#initialize a running total variable which hold the sum of all the iterations

for num in range(99, 0, -1):

#using a for loop, which accepts a range starting from 99 and decreases by 1 until the 0

running_total += num

#for each iterated value, add the value to the running total variable

print(running_total)

#display the running total for each iteration.

A sample run of the program ls attached.

Learn more : https://brainly.com/question/19115265

Which one of the following statement is untrue

Answers

Answer:

B IS FALSE

Explanation:

they are input devices

is spin to win paying or is a scam app​

Answers

Answer:

scam bro.

Explanation:

Answer:

yes it's a scam app when I tried it and after a few days it hasn't been delivered to my house though

What will you see on the next line?
>>> aList = [9, 2, 3.5, 7]
>>> aList.sort()
>>> aList

An error statement since you tried to sort a list with both int and float numbers.
[9, 2, 3.5, 7]
[2, 3.5, 7, 9]

Answers

Answer:

c [2, 3.5, 7, 9]

Explanation:

Given the following code:

>>> aList = [9, 2, 3.5, 7]

>>> aList.sort()

>>> aList, the thing that would be seen on the next line is c [2, 3.5, 7, 9]

What is an Array?

This refers to the collection of data that are similar to each other and can be easily identified by an array index.

Hence, we can see that from the simple array given, there is an unordered list and with the command, "aList.sort()", this arranges the unordered list into one that is ordered and this would provide [2, 3.5, 7, 9] which is in ascending order.

Read more about arrays here:
https://brainly.com/question/24275089

#SPJ2

What does an Information security analysts do?

Answers

Answer:

Information security analysts install software, such as firewalls, to protect computer networks. Information security analysts plan and carry out security measures to protect an organization's computer networks and systems. Their responsibilities are continually expanding as the number of cyberattacks increases.

Explanation:

hope this helps

What is the maximum field size ailowed in a text field?
O 20 characters
O 50 characters
O 255 characters
535 characters

Answers

255 characters is the correct answer

I need help. My teachers use this website to teach us, instead of them teaching, and there is new videos and assignments every week. I haven't done it in quite some time, and am now several weeks behind. is there any tips to help me catch up and stay on track?? please give long and helpful answers​

Answers

Answer:

Try your best. Try to do as much as you can each week. Try to manage your time by dedicating a certain amount of days and hours so you can catch up. Also, if you need help, just come to brainly and ask questions and people can help you.

Good Luck!

You have video-recorded a friend’s birthday party. You compressed the video so it uploads quickly. What are some signs that you may have compressed the video too much? Choose all that apply.

graphical glitches

choppy frames

motion that is not disjointed from frame to frame

sound that does not match motion

picture quality that is not distorted

Answers

Answer:

(A) graphical glitches (B) choppy frames (D) sound that does not match motion

Explanation:

I did the assignment and (A) (B) (D) were correct.

                                           hope it helps

Any attribute modifier that can be used in a external or internal CSS style can be applied on a _____.


multiple-line basis

single coded line

multiple coded line

single-line basis

Answers

Answer:

D single line basis

Explanation:

Listening bro

Select the correct answer.
On what aspect are films categorized as genres?
OA.
actors
OB.
theme
O C.
audience ratings
OD
historical periods

Answers

i think its B) Theme

Which is an advantage that electronic scheduling tools have over paper calendars?

Electronic scheduling tools work better for people who are highly visual.
Electronic scheduling tools require additional supplies to be used.
Electronic scheduling tools have automatic reminders that can be set up.
Electronic scheduling tools contain days and weeks that can be color coded.

Answers

Answer: Electronic Scheduling tools have automatic reminders that can be set up.

Explanation:

By using this automatic reminder you can have it remind you before you have to do something or have a all day reminder.

Complete the sentence.
A
receives a request from a computer and sends the request on to another device within its network.

Server
Router
Switch

Answers

Answer:

router is the answer i think

A receives a request from a computer and sends the request to another device within its network known as a router. Then the correct option is B.

What is a router?

A router is defined as the junction where the number of the networks meets for transferring between the devices.

The router is a device that connects the number of devices on a single network.

A receives a request from a computer and sends the request to another device within its network known as a router.

Thus, the correct option is B.

More about the router link is given below.

https://brainly.com/question/15851772

#SPJ2

Right now, I'm banned, I'm trying to see where it says the time until I'm unbanned, but I can't find it. Does anyone know where it is?

Answers

Answer:

Well it may be on your profile but other than that it will take you 1 month to get your account unbanned

Answer:

It should be next to your username. It depends on how long the administrators wanna ban you. It can be from 15 minutes to 48 hours.

Explanation:

Match each Excel term to its definition. cell a group of cells containing related data ribbon a row of tabs, groups, and commands Excel's version of a spreadsheet range a container used to input data title bar file name 4 worksheet​

Answers

Answer:

ribbon- a row of tabs, groups, and commands

range- a group of cells containing related data

title bar- file name

cell- a container used to input data

worksheet- Excel’s version of a spreadsheet

Explanation:

Functions are pre-written formulas that carry out calculations by utilizing particular values, referred to as inputs, in a given order, or structure. Functions can be used to do calculations of any complexity. The Formulas tab on the Ribbon contains the syntax for all of Excel's functions.

What are the different Excel term?

The four primary value kinds in Microsoft Excel are referred to as Excel data types. Data can be categorized into four types: text, numbers, logical, and error. Each type can be used for a variety of tasks, so knowing which to use and when to use it is crucial.

Therefore, ribbon- a row of tabs, groups, and commands. Range- a group of cells containing related data. Title bar – file name. Cell- a container used to input data. Worksheet – Excel’s version of a spreadsheet.

Learn more about Excel here:

https://brainly.com/question/3441128

#SPJ2

How do you customize calendar view​

Answers

Answer:

On your computer, open Google Calendar.

At the top right corner, click Settings. Settings.

At the left, click View options.

Choose your settings. Changes are automatically saved.

Explanation:

Brain-list please

Answer:

The layout command group is used to change the views

Explanation:

Which function can NOT be performed using the Conditional Formatting option?

A) Insert icons that visually display the ranking or rating of values in a selected range.
B) Apply conditional formatting to dates that fall within specified date ranges.
C) Use conditional formatting to highlight any duplicate values or data in a worksheet.
D) Use conditional formatting to dynamically underline in red and green any language or spelling errors on a worksheet.

Answers

Answer:D is the answer to this one

The function that could not be performed while using the option of conditional formatting is that it is not used to underline for red & green any type of language or for spelling the errors on the worksheet.

The following are the functions that could be performed while using the option of conditional formatting:

Icons could be inserted for showing the ranking.It should be applied for dates that come under particular date ranges.It shows the duplicacy of the values in the worksheet.

Therefore we can conclude that the function that could not be performed while using the option of conditional formatting is that it is not used to underline for red & green any type of language or for spelling the errors on the worksheet.

Learn more about the conditional formatting here: brainly.com/question/9679726

PLEASE ANSWER FAST.one of the barriers for early "talkies" was the need to manually crank the projector and manually synchronize the audio and film, which resulted in uneven quality based on operator skill true or false

Answers

Answer:?

Explanation:?

what is the difference between second generation and third generation of computer​

Answers

Answer:

The main difference between second generation (2G) and third generation (3G) technology is data. 2G services were developed with mostly voice services in mind, but are capable of providing relatively slow (14.4kbps) speed data services.

What are some websites to watch free movies on? (anybody answer with like 3 or 4 websites)

Answers

fox that what i get on at school

Answer:Kodi with builds

Explanation:

its a perfectly safe download

If your computer will not turn on, what is something you would do to diagnose the problem?

A)Check if the monitor is plugged in
B)Push the power button
C)See if it is plugged in
D)Turn on the printer

Answers

A or C

Hope this helps!
Other Questions
the captain of a ship was telling this interesting story " we traveled the sea far and wide. At one time , two of my sailors were standing on opposite sides of the ship. One was standing west and the other one east. And at the same time they could see each other clearly how is possible? What is the output of this program? age = 4 if age > 5: print("more") else: print("less") Output: what social impact did the phenomenon shown in the map have on northern, western and midwestern cities? When you put your hand above a pan filled with boiling water, does your hand warm up because of convection or conduction? If you touch the pan, does your hand warm up because of convection or conduction? Based on your answers, which type of heat transfer moves heat more easily and efficiently? what are the 7 branches of physics What is true about radioactive isotopes of an atom?They are less stable.They are more stable.They are more scarce.They are more abundant.Which statement is true about the atomic mass?It can be greater than the atomic number.It always equals the atomic number.It is never greater than the atomic number.It is always lower than the atomic number. Q7."And George laughed- one of those irritating, senseless laughs of his.They do make me so wild. Pick the option that BEST DESCRIBES theexpression 'make me so wild' with regard to Jerome in the lesson, 'Packing'O make him feel superiorO make him angryO make him sadO make him feel special A restaurant sells 10 tacos for $8.49, or 6 of the same kind of taco for $5.40. Which is the better deal? NEED THIS ASAP Conjugate the following reflexive verb according to the subject:l / acostarse (o-ue) An atom with 8 protons, 6 neutrons, and 8 electrons has an atomic mass of___ amu. (Enter a whole number) PLEASE HELP!!! What are two ways the peopleof the Yucatan were connectedto each other? ________ is done in a mechanized way using capital intensive inputs and particularly timely irrigation making maximum use of large tracts of land.a.Intensive Subsistence Farmingb.Plantation Farmingc.Commercial Farmingd.Jhoom Farmingwill give brainliest PLEASE HELP! (**)**U*U \(_o)/What was one reason that the Anti-Federalists favored including a Bill of Rights in the Constitution? A. to stop states from disobeying the US government B. to curb the power of the central government C. to develop a sense of unity among US citizens D. to have equal state representation in Congress Evaluate(11) + (-11) If an impulse of 400 Ns acts on an object for 15s, what is the force of the object? Which seedless plants have been used to treat burns? O club mosses O mosses o ferns o horsetails which country is only 10% of the land fertile? United KingdomGermanyItalyRussia Select the correct answer.What is the Web of Trust?.a group of experts who rate reviews as good or bada group of experts who analyze reviews before they go onlineB.C. a group of reviewers who review products frequentlyD. a group of reviewers with your highest ratingsResetNext Please help me out this is urgent!!Read the summary of the first paragraph.Garcia Mrquez spent his childhood with his grandparents who had a great influence on his life.Which information should be added to make this a complete summary?A. Why he spent his childhood with his grandparentsB. Why his grandparents told him stories when he was youngC. How his time with his grandparents changed his thoughtsD. How his grandparents influenced his storytelling skills. The diseases listed are MOST likely caused by a malfunction of thedigestive system. immune system.nervous system. skeletal system