Answer:
Only when working around power lines
Explanation:
Assured Equipment Grounding Conductor Program (AEGCP) is applicable mainly in sites dealing with power. Therefore, the most appropriate worksite to have Assured Equipment Grounding Conductor Program is when working around power lines.
Answer:
When an employer does not use GFCIs
Explanation:
What type of program can you use to enter your java program?a) compiler.b) editor.c) spreadsheet.d) database.
Answer:
Editor
Explanation:
A compiler translates languages
A spreadsheet is a document in which data is arranged in columns and rows
A database is a structured set of data held in a computer
An editor allows you to, well, edit code
Hope this helps!
(Please mark Brainliest!)
why it is important to follow the procedures and techniques inmaking paper mache?
pleaseee help i needed it right now
Answer:
otherwise it will go wrong
What is the IP address and TCP port number used by the client computer (source) that is transferring the file to gaia.cs.umass.edu
Answer:
Explanation:
ae
A slide titled Alexander Graham Bell. There are 6 bulleted entries on the slide, and there is a lot of text on the slide. There is very little space around the text to the edges of the slide. There is no image on the slide and the text is shaded white on a blue background.
This slide has several design problems, according to the design principles that were just reviewed. What are the problems? Check all that apply.
The slide contains too much text.
The slide does not have an image or visual aid.
The text is too small.
The background makes it hard to read the text.
The slide does not have enough empty space.
Answer:
The following are design problems associated with the Alexander Graham Bell slide:
The slide contains too much text.
The slide does not have an image or visual aid.
The background makes it hard to read the text.
The slide does not have enough empty space.
Explanation:
Answer:
It's not ABDE, it's ABE
Explanation:
i tried it
When should programmers use variables to store numeric data?
Programmers should use variables to store numeric data when they need to reference and use the same data multiple times throughout a program.
What is program?A program is a set of instructions that can be executed by a computer to perform a specified task. It can be written in any of a number of programming languages, such as C, Java, Python or Visual Basic. Programs can range from simple scripts that automate a task, to complex applications with many features. Programs are designed to solve a particular problem or provide a specific benefit to the user.
Variables are a convenient way to store and access data that may be needed in multiple different places.
To learn more about program
https://brainly.com/question/28028491
#SPJ1
HELP ASAPPPP PLSSSSS!!!!!! The purpose of capillary tubes is to:
permit oxygen and nutrients to be absorbed by cells
allow blood to complete a path between arteries and veins
reverse the flow of blood
provide a means for cell wastes to enter the blood stream
Answer:
Permit oxygen and nutrients to be absorbed by cells
Explanation:
Because ,the capillaries arw the smallest of the blood vessels they act as a bridge between the two main..vessels
And office now has a total of 35 employees 11 were added last year the year prior there was a 500% increase in staff how many staff members were in the office before the increase
There were 5 staff members in the office before the increase.
To find the number of staff members in the office before the increase, we can work backward from the given information.
Let's start with the current total of 35 employees. It is stated that 11 employees were added last year.
Therefore, if we subtract 11 from the current total, we can determine the number of employees before the addition: 35 - 11 = 24.
Moving on to the information about the year prior, it states that there was a 500% increase in staff.
To calculate this, we need to find the original number of employees and then determine what 500% of that number is.
Let's assume the original number of employees before the increase was x.
If we had a 500% increase, it means the number of employees multiplied by 5. So, we can write the equation:
5 * x = 24
Dividing both sides of the equation by 5, we find:
x = 24 / 5 = 4.8
However, the number of employees cannot be a fraction or a decimal, so we round it to the nearest whole number.
Thus, before the increase, there were 5 employees in the office.
For more questions on staff members
https://brainly.com/question/30298095
#SPJ8
what is a microscope
Answer:
an optical instrument used for viewing very small objects, such as mineral samples or animal or plant cells, typically magnified several hundred times
Answer:
A microscope is a laboratory instrument used to examine objects that are too small to be seen by the naked eyes.
Perform the following for each 8 bit binary addition:
add the two binary numbers
interpret all there 8 bit binary numbers as a signed number (2’s complement)
interpret all three 8 bit binary numbers as unsigned numbers
Binary Number
Signed Decimal Value
Unsigned Decimal Value
Number 1
01111001
Number 2
00011110
Sum
Binary Number
Signed Decimal Value
Unsigned Decimal Value
Number 1
00011011
Number 2
00010100
Sum
Binary Number
Signed Decimal Value
Unsigned Decimal Value
Number 1
11110110
Number 2
10000011
Sum
Answer:
Where are options?
Explanation:
In business writing, you should always use a formal tone when addressing an audience.
Question 4 options:
True
False
How many NOTS points are added to your record for not completely stopping at a stop sign?
plssss help i will mark u as brainliest plssss
Answer:
Explanation:
1°
<p style="color: red">Random Name 1</p>
<p style="color: blue">Random Name 2</p>
<p style="color: yellow">Random Name 3</p>
<p style="color: green">Random Name 4</p>
<p style="color: gray">Random Name 5</p>
2°
<ol>
<li>Pen 1<li>
<li>Pen 2<li>
<li>Pen 3<li>
<ol>
3°
<ul>
<li>CPU<li>
<li>Motherboard<li>
<li>RAM<li>
<li>GPU<li>
<ul>
I think is this you need, have a nice day ;)
A 2-dimensional 3x3 array of ints, has been created and assigned to tictactoe. Write an expression whose value is true if the elements of the last row are all equal.
If every element in the final row is equal, the following expression has the value true : tictactoe[0] [0] == tictactoe[0][1] && tictactoe[0] [0] == tictactoe[0][2].
What is meant by array?For utilities, enterprises, small businesses, and homes, Array Technologies, Inc. is the top U.S.-based solar producer of clever, economical, dependable, and strong solar tracking and solar racking solutions.Array Technologies Inc.'s CEO and founder, Ron Corio. the brand-new facility created just for studying, creating, and field-testing cutting-edge solar tracker technology. Trade secret theft, tortious interference with contractual obligations, and contract breach were among the allegations made by Array in the case. On Monday, July 18, 2022, the trial was scheduled to start. A multidimensional array of items can be made with the Array Tool. By specifying incremental translation, rotation, and scale values in three dimensions, users can quickly produce repeating duplicates of prims.To learn more about array, refer to:
https://brainly.com/question/28565733
Write an algorithm to create a customer’s bill for a company. The company sells only five different products. TV, VCR, Remote Controller, CD Player, Tape Recorder. The unit prices are P$400, $220, $35, $280 and $90 respectively. The algorithm must read the quantity of each piece of equipment purchased from the keyboard. It the calculates the cost of each item, the subtotal, and the total cost after an 8% sales tax.
Answer:
so
tv= 400$
VCR= $220
remote controller= $35
CD Player= $280
Tap recorder= $90
so total = $1025 total
here 8% sale tax increase so is 82$ so
1025-82$ = 943 total amount
increase or decrease tax according to your question :)
¿Qué importancia tiene conocer el escudo y lema de la Universidad Autónoma de Sinaloa? Porfa
La importancia que tiene conocer el escudo y el lema de la Universidad Autónoma de Sinaloa es la siguiente.
> Al conocer el escudo de la Universidad Autónoma de Sinaloa, sabemos el símbolo que representa a cada universitario y por lo que deben luchar y defender como estudiantes y como profesionistas.
> El escudo de una institución educativa es una símbolo de respeto, de entrega y de unión entre su comunidad.
> El escudo de la Universidad Autónoma de Sinaloa es una Águila que se posa sobre un libro abierto, que a su vez está encima de la representación geográfica del Estado de Sinaloa.
> Por debajo de esos símbolos están unos rayos que se unen por medio del lema.
> En el caso del lema, es la frase, el indicativo que une a toda la comunidad universitaria. Por eso es de suma importancia que lo conozcan.
> El lema de la Universidad Autónoma de Sinaloa es "Sursum Versus."
> Traducido al Español significa: "Hacia la Cúspide."
> Tanto el escudo como el lema son parte central de los valores de la institución y de su cultura corporativa.
> La Universidad Autónoma de Sinaloa tiene su campus principal en la ciudad de Culiacán, Sinaloa, México. Su otros dos campus están en los Mochis y Mazatlán.
Podemos concluir que el lema y el escudo de la Universidad Autónoma de Sinaloa son elementos de la identidad corporativa de la institución, que representan los valores que unifican a la comunidad estudiantil, docente y administrativa de la Universidad.
Aprende más de este tema aquí:
https://brainly.lat/tarea/33277906
The network layer of the ISO/OSI model organize bits into ..........
Answer:
frames
Explanation:
The data-link layer is the second layer from the bottom of the OSI Model. The data-link layer's principal role is to identify errors and merge data bits into frames.
You are to ask the user for the number of hours worked in a day (all days will work these hours).
You then ask for the number of days worked that week.
You finally ask the user for the amount of money they make per hour (should be a double).
Once done, display the amount of Gross income (for the week) they have. (There is no overtime!)
Then you display the amount of the Gross income which the government will have as taxes (20%!)
Finally the amount of money you take home is your (gross income - tax amount). This will be the income.
Display all the information on the Screen Neatly!! Be sure to add comments to your code.
We can use use python code to implement this problem, where we can show Gross income, tax amount, etc.
Coding Part Using Python in step-by-step manner:
Here's a Python code to implement this:
# Ask the user for the number of hours worked in a day
hours_per_day = float(input("Enter the number of hours worked in a day: "))
# Ask the user for the number of days worked in a week
days_per_week = int(input("Enter the number of working days in a week.: "))
# Ask the user for the hourly rate
hourly_rate = float(input("Enter the hourly rate: "))
# Calculate the gross income for the week
gross_income = hours_per_day * days_per_week * hourly_rate
# Calculate the tax amount (20% of the gross income)
tax_amount = gross_income * 0.2
# Calculate the income (gross income - tax amount)
income = gross_income - tax_amount
# Display the results
print("\nGross income: $" + str(gross_income))
print("Tax amount: $" + str(tax_amount))
print("Income: $" + str(income))
To learn more about Python code, visit: https://brainly.com/question/26497128
#SPJ1
I need help finishing this coding section, I am lost on what I am being asked.
Answer:
when cmd is open tell me
Explanation:
use cmd for better explanatios
The following is a partial overall list of some of the sources for security information: • Security content (online or printed articles that deal specifically with unbiased security content)
• Consumer content (general consumer-based magazines or broadcasts not devoted to security but occasionally carry end-user security tips)
• Vendor content (material from security vendors who sell security services, hardware, or software)
• Security experts (IT staff recommendations or newsletters)
• Direct instruction (college classes or a workshop conducted by a local computer vendor)
• Friends and family
• Personal experience
Required:
Create a table with each of these sources and columns listed Advantages, Disadvantages, Example, and Rating.
Answer:
Kindly check explanation
Explanation:
SOURCE OF SECURITY INFORMATION :
• Security content (online or printed articles that deal specifically with unbiased security content)
ADVANTAGES :
Target based on highly specific to certain aspects
DISADVANTAGES :
They usually cover limited aspects
RATING : 4
SOURCE OF SECURITY INFORMATION :
• Consumer content (general consumer-based magazines or broadcasts not devoted to security but occasionally carry end-user security tips)
ADVANTAGES :
Offers greater level of accessibility
DISADVANTAGES :
They aren't usually curated and thus may be inaccurate
RATING : 6
SOURCE OF SECURITY INFORMATION :
• Vendor content (material from security vendors who sell security services, hardware, or software)
ADVANTAGES :
Accurate information and tips
DISADVANTAGES :
Usually involves a fee
RATING : 3
SOURCE OF SECURITY INFORMATION :
• Security experts (IT staff recommendations or newsletters)
ADVANTAGES :
Accurate and vast tips
DISADVANTAGES :
Not much
RATING : 5
SOURCE OF SECURITY INFORMATION :
• Direct instruction (college classes or a workshop conducted by a local computer vendor)
ADVANTAGES :
Highly specific
DISADVANTAGES :
They usually cover limited aspects
RATING : 2
SOURCE OF SECURITY INFORMATION :
• Friends and family
ADVANTAGES :
Cheap
DISADVANTAGES :
May be biased and inaccurate
RATING : 7
SOURCE OF SECURITY INFORMATION :
• Personal experience
ADVANTAGES :
Grows continuously with time
DISADVANTAGES :
Limited in nature
RATING : 1
What is the extension of Qbasic ?
Answer:
bas
Explanation:
Which trait can be a positive or negative?
Answer:
Prejudice can be either positive or negative.
briefly explain intellegence?
Answer:
Intelligence is the ability to think, to learn from experience, to solve problems, and to adapt to new situations. ... Psychologists believe that there is a construct, known as general intelligence , that accounts for the overall differences in intelligence among people.
Answer:
The ability to be knowledgeable and successful in skills as well as school subjects.
Explanation:
What are the external parts of system unit
External hardware components, also called peripheral components, are those items that are often externally connected to the computer to control either input or output functions.
What are external hardware components?
Mouse. ...Mouse. ...Keyboard. ...Mouse. ...Keyboard. ...Microphone. ...Mouse. ...Keyboard. ...Microphone. ...Camera. ...Mouse. ...Keyboard. ...Microphone. ...Camera. ...Touchpad. ...Mouse. ...Keyboard. ...Microphone. ...Camera. ...Touchpad. ...USB flash drive. ...Mouse. ...Keyboard. ...Microphone. ...Camera. ...Touchpad. ...USB flash drive. ...Memory card.Answer:
External and Internal Computer Components
Disk Drive-Allows a computer to play CD's or DVD's.
Cables-The cables connect every electronic device together to connect the circuit and allow everything to work.
Heat sink- Necessary to have a CPU cooler. ...
Modem-Connects hardware and signal.
Question 11 (2.5 points)
A start-up company has hired you to implement an email strategy for its organization.
The company wants all of its employees to have an enterprise-level email client and
is considering Windows Live Essentials. They ask you if there are any limitations
about this email solution. Which of the following is a major limitation?
Answer:
the dot
Explanation:
the dot is a good day forecast for a bit
Let's play Silly Sentences!
[name] was planning a dream vacation to [place].
[name] was especially looking forward to trying the local
cuisine, including [adjective 1] [food 1] and [food 2].
[name] will have to practice the language [adverb] to
make it easier to [verb] with people.
[name] has a long list of sights to see, including the
[noun] museum and the [adjective 2] park.
Answer:
Miah was planning a dream vacation to paris.
James was especially looking forward to trying local cuisine, including a barber shop , pizza joint, ice cream shop.
Mathew will have to practice the language slower to make it easier to communicate with people.
Jozlynn has a long list of sights to see, including the chicago museum and the lila arboretum park in michigan
Explanation:
Answer:
Ooh, ok ok.
Michelle was planning a dream vacation to Costa Rica. She was especially looking forward to trying the local cuisine, including picadillo, crema de fruta, and quesadillas.
Michelle will have to practice the language thoroughly to make it easier to socialize with people.
Michelle has a long list of sights to see, including the Jade Museum and the dog park.
If you don't mind will you please mark brainliest?! Thanks! :)
The most effective technique of malware propagation among the following list
Question Completion with Options:
A. Embedding & packing malcode in application programs
B. Replacing the Import-Address-Table (IAT)
C. Appending & prepending malcode into application programs
D. Embedding malcode in documents, such as MS O Office & PDF
Ε. Replicating malcode's source code
Answer:
The most effective technique of malware propagation among the following list is:
A. Embedding & packing malcode in application program
Explanation:
Malware propagation becomes effective and replicates effortlessly when malicious codes (otherwise called malcodes, which are self-replicating malicious programs) are embedded and packed in application programs. These usually take many years before they start to manifest, making them very difficult to detect. They are often triggered by some set events. Given the nature of malcodes and the culprits behind them, they are very dangerous to applications and pose substantial business risks.
You turn on your Windows computer and see the system display POST messages. Then the screen goes blank with no text. Which of the following items could be the source of the problem?
1. The video card
2. The monitor
3. Windows
4. Microsoft word software installed on the system.
What is the meaning of ethics? Check all of the boxes that apply
Answer:
behavior that is good for everyone
following the rules
behaving in a way that would be easy to defend
Explanation:
THE ANSWER IS A, C, E
Can anyone do this I can't under stand
Answer:
I think u had to take notes in class
Explanation:
u have yo write 4 strings
Anyone know how to do this?
Answer:
bro it is simple click on text and click between the lines and u can write easily.
hope u mark me brainliest thank u ♡♡♡
yea you basically fill it in with the information that will be provided on another page
hope this helps : )
brainliest plz