Answer:
True
Explanation:
My answer is true no explanation but i think its trueeeeeee
Which of the following are safety rules when using household chemicals?
A. Never mix household products together B. Keep chemicals in their original bottles C. Turn on a fan or open windows when using household chemicals. D. All of the above
Answer:
D. All of the above.
Explanation:
Answer:
all of the above
Explanation:
js took the test
what aspect should you consider before adding pictures to documents
Answer:
make sure you have the correct picture
Explanation:
it might vary to what document your working on
Microsoft ____ is the new web browser.
plz answer this question I would mark your answer brainlist!!!!
What process should be followed while giving a reference?
sam
what is the 3rd streak fun fact from brainly
Answer:
it is something like you life time saliva can fill up two swimming pools i think
Answer:
During your lifetime, you will produce enough saliva
I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.
Use this option to view your presentation as your audience will see it.
File menu
Play button
Slide Show button
Tools menu
Answer:
It's either slide show button or the play button
Explanation:
What is the special set of characters that indicates the start and end of an HTML element and that element's type?
the answer is HTML Tag
What is the term used to describe the basic unit of data passed from one computer to another?
message
packet
package
transmission
Answer:
transmission
Explanation:
Write a program to find the total ASCII value of vowels in a given string (one word / a phrase / a sentence). The ASCII value of vowels in the given string is calculated by adding the ASCII value of all the vowels in the string. Also, display the individual count of each vowel( number of times each and every vowel appears in the string.
In python 3:
def vowelAscii(txt):
vowels = "aeiouAEIOU"
total = 0
lst = ([])
for i in txt:
if i in vowels:
total += ord(i)
if i not in lst:
lst.append(i)
print(f"{i} appears {txt.count(i)} time(s) in the string with an individual ASCII value of {ord(i)}")
return f"The total ASCII value of the vowels in {txt} is {total}."
print(vowelAscii("hello, I'm learning python"))
This is what I managed to come up with. The last line is testing the function. If you need anymore help, just ask. Best of luck.
Employees at the Red Bluff Golf Club & Pro Shop have the opportunity to become certified trainers if they log enough hours. Aleeta would like to know which of her employees are certified. On the EmployeeAnalysis worksheet, in cell D5, enter a function that will return the text Certified if the number of training hours completed is 50 or more, otherwise return the text Not Certified. AutoFill the function down through cell D9. Club members get a 10% discount off all items in the Pro Shop. Aleeta wants to keep track of these discounts. On the Transactions worksheet, in cell I10, enter a function that will return 0.07 if the customer is a member, otherwise return a blank value (""). Use the fill handle to copy the formula down through cell I30.
Answer:
Following are the solution to this question:
Explanation:
Some of the data is missing in the question, which is defined in the attached file. Please find it.
Follows are the formula which is used in the question:
EmployeeAnalysis Worksheet IF(C5>49,"Certified","Not Certified") Transactions Worksheet IF(F10="No","",0.07)In the first condition, it checks "C5" is greater than 49 if the condition is true, it will give "Certified" otherwise, it will give "Not Certified".
In the second condition, it checks "F10" is equal to "No" if the condition is true, it will give a blank or space otherwise, it will give "0.07".
The individual pages on a website should maintain a consistent layout and style from one page to the next.
True or False
Answer:
I think they should.
Explanation:
It would be very confusing for people using the website to go from one page to the next and have the two pages look completely different.
Answer:
True
Explanation:
Computers that are connected to each other, but not to the internet,
configured according to which network?
plzz this due today
Answer:
The answer to this question is given below in the explanation section.
Explanation:
Computers that are connected to each other, but not to each other - is an intranet.
Because in intranet computers are connected to each other within an organization and don't connect to the internet. In the intranet, computers don't access globally. For example, in banking, the banking system can be accessed within the organization but not from outside as on the internet.
While it is noted that the Internet is a globally-connected network of computers that enables people to share information and communicate with each other. An intranet, on the other hand, is a local or restricted network that enables people to store, organize, and share information within an organization.
How do you activate the Slicer Tools contextual tab?
Select a PivotTable and it will appear.
Select a slicer and it will appear.
Click Slicer and then Options.
It is found under the PivotTable commands.
Answer:
Select a slicer and it will appear.
Explanation:
i did it
You can activate the Slicer Tools contextual tab by selecting a slicer and it will appear. Thus, the correct option for this question is B.
What do you mean by the Slicer tool?The Slicer tool may be characterized as a type of tool that significantly provides buttons that you can click to filter tables or PivotTables. In addition to quick filtering, slicers also indicate the current filtering state, which makes it easy to understand what exactly is currently displayed.
According to the context of this question, if you want to use the slicer tool in excel, select Insert > Slicer. After selecting a slicer it will automatically appear on the computer screen followed by selecting the fields you'd like to filter.
Therefore, you can activate the Slicer Tools contextual tab by selecting a slicer and it will appear. Thus, the correct option for this question is B.
To learn more about Slicer tools, refer to the link:
https://brainly.com/question/19717692
#SPJ5
(HELP!!!) Which of the following is true about a low-level language?
Select two answers:
Difficult for machines and humans to parse
Relatively easy for humans to write
Less readable by humans than other languages
Guaranteed to be unambiguous
Answer:
d and b i think
Explanation:
sorry if im wrong :l
Answer:
A and B
Explanation: It's on google if you do your research.
PLEASE HELP ME<3
Write a short paper describing the history and differences between Six Sigma, Waterfall, Agile, and Scrum models. Understanding these models can give you a good idea of how diverse and interesting IT development projects can be. Describe what the rationale for them is and describe their key features. Describe the history behind their development.
Search the web for information on these topics and describe where they are most effectively used. The length of the paper should be at least 400 words and should include all three models, their basic definitions, for what kind of projects they are used, and their limitations or drawbacks.
Answer:
The difference present between the Agile model and Waterfall model are defined as follows:-
The working of the Agile model is done in separate sprints and Waterfall model persist the working in different steps of the process.
The flexibility of the Agile method is better than Waterfall method which is considered rigid.
The working if the agile methodology is the increasing order whereas waterfall method has more sort of sequential order functioning.
The reviewing of the test plan is done after execution of every sprint in agile model whereas the test plan in waterfall method is watched while the functioning in the test phase.
Explanation:
3.4 Code Practice: Question 2
Answer:
n = float(input("Enter the Numerator: "))
d = float (input("Enter the Denominator: "))
if (d != 0):
print ("Decimal: " + str(n/d))
else:
print("Error - cannot divide by zero.")
Tim is trying to explain to his aunt how her computer works, but she does not understand what a CPU does. Which description will most likely help Tim’s aunt understand the CPU’s role?
Answer:
CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results, and instructions (program). It controls the operation of all parts of the computer.
Explanation:
Answer:
The CPU processes commands from software.
Explanation:
Learned on edge
what is Mainframe computer
Answer:
A Mainframe computer, informally called an mainframe or big iron, is a computer used primarily by large organizations for critical applications, bulk data processing such as the census and industry and consumer statistics.
Which devices typically generate computer output? monitor, printer, speaker, projector, keyboard mouse, printer, speaker, projector, Braille embosser monitor, webcam, speaker, projector, 3D printer monitor, printer, speaker, projector, Braille embosser
The devices are monitor, printer, speaker, projector, Braille embosser. The correct option is 4.
What are output devices?Any piece of computer hardware that converts information into a human-perceptible form or, historically, into a physical machine-readable form for use with other non-computerized equipment is considered an output device. Text, graphics, tactile, audio, or video can all be used.
A monitor displays visual output, such as text and images, on a screen.A printer creates physical output on paper or other media, such as text and images.Music, sound effects, and spoken words are all produced by a speaker.A projector projects visual information onto a screen or other flat surface.A Braille embosser generates output in Braille format, which people who are blind or visually impaired can read.Thus, the correct option is 4.
For more details regarding output devices, visit:
https://brainly.com/question/13014449
#SPJ1
Your question seems incomplete, the probable complete question is:
Which devices typically generate computer output?
monitor, printer, speaker, projector, keyboard mouse, printer, speaker, projector, Braille embosser monitor, speaker, projector, 3D printer monitor, printer, speaker, projector, Braille embosser1What kind of rules protect everyone’s rights when we use each other’s content
2What are two example of intelectual property
Answer:
1. Copyright.
2. Songs and books.
Explanation:
A copyright law can be defined as a set of formal rules granted by a government to protect an intellectual property by giving the owner an exclusive right to use while preventing any unauthorized access, use or duplication by others.
For example, when an individual downloads a song owned by any record company without paying a purchase fee, it is a violation of copyright law.
A copyright can be defined as an exclusive legal right granted to the owner of a creative work (intellectual property) to perform, print, record, and publish his or her work. Also, the owner is granted the sole right to authorize any other person to use the creative work.
Hence, copyright is a kind of rules that protect everyone’s rights when we use each other’s content.
An intellectual property can be defined as an intangible creation of the human mind, ideas, thoughts or intelligence. Some examples of an intellectual property are songs, books, poems, technology, design etc.
What is the purpose of a computer toolbar?
A. To alphabetize programs
B. To hold frequently used icons
C. To organize files
D. To view all files in the computer
Answer:
B
Explanation:
In computer interface design, a toolbar (originally known as ribbon) is a graphical control element on which on-screen buttons, icons, menus, or other input or output elements are placed. Toolbars are seen in many types of software such as office suites, graphics editors and web browsers.
The purpose of a computer toolbar is to hold frequently used icons. The correct option is B.
What is toolbar?A Toolbar is a group of buttons or icons which are the integral part of the window or any software program's interface. Toolbar of the software program's interface has all commands under the menu bar.
In the computer interface, a toolbar has on-screen buttons, icons, menus. Toolbars are available in office suites, graphics editors and web browsers.
Thus, the purpose of a computer toolbar is to hold frequently used icons. The correct option is B.
Learn more about toolbar.
https://brainly.com/question/11496721
#SPJ2
What is the definition of a noob? Please help. Define it in your own words but in an appropriate way, thank you very much!
Answer:
A person that is different from others by the way they look, act, ect.
How can you ensure that messages from a trusted email address will not be identified as spam or junk email?
Add the message to the Safe Senders list.
Add the message to the Safe Recipients list.
O Right-click the message, and select Move to the Saved folder.
O Right-click the message, and select Move to the Archive folder.
Answer: A, Add the Message to the safe senders list.
Explanation: I just did the assignment.
Answer:
Answer shown in image below
Or
*Add message to the Safe Senders List*
Explanation:
Edge 2021
Plz click the Thanks button!
<Jayla>
discuss two basic types of monitors CRT and LCD give me in short
Difference Between CRT Monitor and LCD Monitor is that CRT monitor is a desktop monitor that contains a cathode-ray tube. ... While An LCD monitor is a desktop monitorthat uses a liquid crystal display to produce images. These monitorsproduce sharp, flicker-free images
URGENT PLEASE HELP!!!!!
Which rule of composition gives an illusion of movement or context?
A. the rule of odds
B. the rule of three
C. the rule of space
D. simplification
Answer:
Answer:
C. the rule of space
Answer:
The answer is NOT D. simplification. I took the test and got this wrong, my next guess of what it could be would be C. the rule of space.
I hope that this was helpful to you! :)
Create a summary of no less than 125 words of a show that would NOT go over well with television producers because it is targeted to people in the least desirable groups. Include the title of the show, the main characters, and a description of the show's premise. Explain why this show would NOT go over well with television producers.
Answer:
Follows are the solution to this question:
Explanation:
Its Mid is also an American drama about a Kentucky-based middle-class family who've been struggling to live in an impoverished house, home and earn children on even a daily basis. Mike and Frankie, both live in Orson, Indiana, were mid-aging adults. Users got three kids named Axl, Sue, and Brick. Michael was its owner of a local quarry as well as Frankie, the seller of a motorcycle. It was great for Scriptwriters since it is related to America's many households, a middle and upper-class family. Despicable is an American dramedy about an impoverished and unstable Chicago family.
It among participants is Frank, Gallagher's dad, but Fiona, their household's oldest son, as she actual mom Monica goes up and down as she likes. The other five children of Gallagher are Lips, Yan, Debbie, Lori, and Liam.
Frank is an alcoholic, but Fiona works very hard and provides for her sisters and brothers. It is not used for scriptwriters, because it is related to the poor and victims of abuse of drugs, which aren't considered "wanted." Since that concerns an "unwanted" listeners, its show was indeed a success.
4.9 question 2 edhesive
Anyone know how to do this???
I've included my code in a picture. I hope this helps!
Answer:
sum = 0
for x in range (20, 91, 10):
sum= sum + x
print(sum)
Explanation:
4.5 Code Practice
Write a loop that inputs words until the user enters STOP. After each input, the program should number each entry and print in this format:
#1: You entered _____
When STOP is entered, the total number of words entered should be printed in this format:
All done. __ words entered.
Sample Run
Please enter the next word: cat
#1: You entered cat
Please enter the next word: iguana
#2: You entered iguana
Please enter the next word: zebra
#3: You entered zebra
Please enter the next word: dolphin
#4: You entered dolphin
Please enter the next word: STOP
All done. 4 words entered.
In python 3:
i = 0
while True:
word = input("Please enter the next word: ")
if word == "STOP":
break
i += 1
print("#{}: You entered {}".format(i, word))
print("All done. {} word(s) entered.".format(i))
I hope this helps!
The program is an illustration of loops.
Loops are used to perform repetitive operations.
The program in Python, where comments are used to explain each line is as follows:
#This gets input for the first word
word = input("Please enter the next word: ")
#This initializes count to 0
count = 0
#The following iteration is repeated until the user enters "STOP"
while word != "STOP":
#This prints the word entered
print("You entered",word)
#This increments count by 1
count += 1
#This gets input for the next words
word = input("Please enter the next word: ")
#This prints the count of all words
print("All",count,"words entered!")
At the end of the program, the number of valid inputs is printed.
Read more about similar programs at:
https://brainly.com/question/18283451
Write the code for an if statement that adds 5 to the variable num1 if the value stored in the variable testA equals 25. Otherwise subtract 5 from num1.
In python
if testA == 25:
num1 += 5
else:
num1 -= 5
I hope this helps!
Lisa intends to use the Hide command on a column in her spreadsheet. How are the cells in this column affected by this command?
A) The data in all of the cells is deleted.
B) The data in only some of the cells is deleted.
C) The cells can no longer be referenced in functions or formulas.
D) The cells can still be referenced in functions or formulas.
Answer:
D
Explanation:
Answer:
D Because it's all about the functions