Answer:
The Capacity of the computer Is more than one task at the same time that is why you call it versatility computer
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
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
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
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 ??
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.
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)
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.”
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
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
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
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
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
Answer:
B IS FALSE
Explanation:
they are input devices
is spin to win paying or is a scam app
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]
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?
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
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
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
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
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
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.
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
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?
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
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
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.
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
Answer:?
Explanation:?
what is the difference between second generation and third generation of computer
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)
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