Answer:
Business Analysis studies along with Project Management certifications.
Explanation:
Neil is a business analyst. he must have gained business analysis certification or degree in order to become a business analyst. He is now analyzing the proposed project for which he must understand the insight of the project cashflows. He should gain project management certification in order to be able to examine and analyze the project. NPV and IRR are most common techniques used to analyze a project.
The used of PPE in the shop includes the following, except:
A. safety apron
B. safety goggles
B. safety helmet
D. safety net
Answer:
Safety helmet is not included in PPE
What Is number 13 on this cross word
Answer:
DeskTop
Explanation:
In the human digestive system, which mechanism is responsible for cutting and grinding food?
A) organ
B) stomach
C) teeth
D)
intestines
Answer:
teeth
Explanation:
val = 50
def example():
val = 15
print (val)
print (val)
example()
print (val)
Answer:50
15
i dont know the 3rd number but hope it helped
Explanation:
Based on the given scenario above, the output will be 50, 15, 50. Check more about output below.
What are computer outputs?An output is known to be a kind of data that a computer is said to bring out after processing.
Based on the above, conclusively, looking at the programming code, we can say that the output will be 50, 15, 50.
Learn more about programming from
https://brainly.com/question/23275071
#SPJ2
The contrast ratio of green-45 text on a yellow-15 background is
to 1.
03
O 30
O 45
06
Answer:
30
Explanation:
in ratio
not connected
hanna specifies the constants 7, 3, 3, and 5 as the arguments of a function. the function returns the result 18. which function does hanna use?
=____ (7,3,3,5)
[using spreadsheets for data analysis, plato]
Answer:
The sum function
Explanation:
Given
Arguments: (7,3,3,5)
Result = 18
Required
Determine the function used
When the arguments are added together, we have:
[tex]Result=7 +3 + 3 + 5[/tex]
[tex]Result = 18[/tex]
Ths implies that the function used is the SUM function and is used as:
=SUM(7,3,3,5)
Answer:
The Answer is SUM
Explanation:
It says spell all words correctly so no #(Numbers)#
to use appropriate personal protective equipment we should
Answer:
We should use a computer or mobile phone with a strong password...
isn't it?....how many of you will agree with this
Explanation:
The goal of a system is to
a) be natural or human-made
b) use energy
c) perform a task
d) be social or physical
Answer:
d it is d I know cause I answered it on a test I had
hope it helps
1) What are the six (6) core elements of developing a whole person? Explain
concisely its relationships.
Answer:
Six component of whole person development are -
emotional, physical, spiritual, social, psychological, and professional
Explanation:
Six component of whole person development are -
emotional, physical, spiritual, social, psychological, and professional
1. Emotional – This shapes our reaction to any situation, adaption to change, establish connection with others and develop emotional intelligence
2. Physical – It is related to physical health and comprises of eating right food, exercising, taking sufficient sleep and managing stress.
3. Spiritual – This helps in connecting ourself with the world and the nature around us. It makes a person compassionate, positive, optimistic and generate inner peace.
4. Social – This helps to develop social relationship and maintain them
5. Psychological – This helps in understanding inner self of an individual and promotes self esteem and acceptance
6. Professional – Professional stability and peace is essential to make a good work life balance.
16. Your character qualities never change. (3 points)
A. True
B. False
Answer:
False
Explanation:
Hope this helps!
A teacher is writing a code segment that will use variables to represent a student's name and whether or not the student is currently absent. Which of the following variables are most appropriate for the code segment?
Complete Question:
A teacher is writing a code segment that will use variables to represent a student's name and whether or not the student is currently absent. Which of the following variables are most appropriate for the code Segment?
Group of answer choices.
А. A string variable named s and a Boolean variable named a.
B. A string variable named s and a numeric variable named A.
С. A string Variable named studentName and a Boolean variable named isAbsent.
D. A string Variable named studentName and a numeric variable named absences.
Answer:
C. A string variable named studentName and a Boolean variable named isAbsent.
Explanation:
In Computer programming, a variable stores information which is passed from the location of the method call directly to the method that is called by the program.
In this scenario, teacher is writing a code segment that will use variables to represent a student's name and whether or not the student is currently absent.
Hence, the variables which are most appropriate for the code segment are a string variable named studentName and a Boolean variable named isAbsent.
Basically, the string variable named studentName would only accept or hold values that are alphabetic but not numerical value. Thus, the variable studentName would represent the name of a specific student.
Also, the Boolean variable named isAbsent would accept values that are either "True" or "False" because it works on the principle of Boolean logic (0 for false and 1 for true).
Overview Write a program that reads an integer from the user and then prints the Hailstone sequence starting from that number "What is the hailstone sequence?" you might ask. Well, there are two rules: • If n is even, then divide it by 2 • If n is odd, then multiply it by 3 and add 1 Continue this sequence until you hit the number 1.
n=int(input("Enter number: "))
while n != 1:
print(n)
if n%2==0:
n//= 2
else:
n = (n*3)+1
print(n)
I wrote my code in python 3.8. If you want to print the 1, keep the last line of code otherwise delete it.
4.8 Code Practice: Question 2 I need help on this one python
Answer:
for y in range(88, 43, -4):
print(y, end=" "
Explanation:
yw
list three rational number between-1 and 1
Answer:3 numbers are -0.9 0.25 0.26
Explanation:
Answer:
oh god heartburn oh wait wrong question
Explanation:
On December 9, 1698, computer inventor Douglas Engelbart demonstrated many new computing technologies, including the computer mouse. His demonstration was so important that it became known as “The Mother of All Demos”. It would be at least two decades before some of the technologies he demonstrated saw widespread use, but all of them are used by people today. Here is a list fo some of Engelbart’s technologies. Which ones do you use today? The computer mouse, video conferencing hypertext links, word processing, or collaborative real-time editing
Answer:
all of them
Explanation:
Answer: All trust guy above
Explanation:
.
You are studying for a test tomorrow. Your friends invite you to
the school's BIG basketball game. They say it's going to be an
exciting game and that you can study later. You decide to go to
the game. What type of decision-making method are you most
Likely using?
A. Intuitive
B. rational
C. Group
D. Emotional
Answer: C
Explanation:
The type of decision-making method are you most Likely using is Group decision-making method.
What is Decision-making?In psychology, the term decision-making is known to be a form of cognitive act that leads to the selection among options on belief or the right course of action to take.
Conclusively, the group decision-making method is the best as all will agree on one thing and do it and so there will be no issue.
Learn more about friends from
https://brainly.com/question/1973064
Help me with this please. I'll mark Brainiest
Case Project 2-1: The Differences Between IPv4 and IPv6 You are a network engineer for an IT consulting firm named F1IT. One of your clients, Beautivision, a chain of plastic surgery clinics with 80 locations nationwide, has asked you to prepare a proposal for implementing IPv6 in Beautivision’s corporate headquarters, its WAN network, and its clinic locations. In preparation, you need to create a one- to two-page memo that describes the main differences between IPv4 and IPv6. Write the memo to Mary Jane Newman, communications manager for Beautivision. When preparing the memo, keep in mind that Ms. Newman has some knowledge of information technology but is not an expert.
Answer:
Following are the difference to this question:
Explanation:
IPv4:
The [tex]IPv_4[/tex] is uses the packet changed method, that is a Link Layer networks(like Ethernet). It has 4.3 billion addresses capacity. It uses the 32-bit logical device address, that written in decimal language. It is divided by 4 bytes E.g. 192.168.1.1
The host part and network part are 2 parts. For a network, the host part may vary, while for the entire subnet, the network part remains equal. The scheme of 232 addresses is available on application depends on security.
IPv6:
The IPv6 is used in the internet protocoland it is higher than IPv4. It can provide endless number Opf addresses, and use to solves the problem of IPv4 exhaustion and satisfies the demand for rising networking.
IPv4 Substitutor Built to meet more IP address requirements. In the Logical address of 128-bit Written hexadecimally and with colons divided, and the Space of 128 addresses are required. IPsec is an integrated security feature.
PowerPoint is best described as:
A Drawing Software
B Presentation software
C Desktop publishing software
D Database software
A computer screen that is contained in its own case and is not part of the computer system is called a
Answer:
Monitor is the correct answer
Answer:
display
Explanation:
What necessarily happens when a photographer chooses to give either the aperture or the shutter speed priority?
The other of the two settings stays as previously selected.
The other of the two settings is overridden.
The other of the two settings is automatically selected.
The other of the two settings is ignored.
Answer:
The other of the two settings is automatically selected.
Explanation:
Answer: The other of the two settings is automatically selected.
Explanation:
TRUST
why are my images blocked on brainly
i just see gray and on every avatar and image
Answer:
they are not its just that people haven't changed their profile picture. i haven't yet lol
Explanation:
Answer:
Mines the same way.
Explanation:
How would Patrick save his formatted message in Outlook?
O The Draft Folder saves a real-time version automatically.
O Click Save As Draft and it is placed in the Saved Folder.
O Click Save and it remains in the Draft folder for later edits.
O Click Archive and it will save the message in your Documents folder.
Answer:
O Click Save and it remains in the Draft folder for later edits.
Explanation:
I hope it's help
Answer:
The Answer is C!
Hope it helps
Explanation:
100 points if you can give me the correct answer .Sarah is working in Scratch and trying to access the code editor. What does Sarah need to click on in order to do this?
Group of answer choices
the Codetab at the bottom right of the screen
the Codetab at the top right of the screen
the Codetab at the bottom left of the screen
the Codetab at the top left of the screen
Answer:
the Codetab at the bottom right of the screen
Explanation:
because i am smart
Answer: D
Explanation: :) im a scratch expert
What is the difference, if any, between a project manager and a producer on a digital media production team?
A. A project manager oversees the entire project, while the producer just oversees the creative element.
B. A project manager is in charge of the people involved in the project, while the producer secures the funds.
C. A project manager secures the funds for the project, while the producer is in charge of the people involved.
D. A project manager just oversees the creative element, while a producer oversees the entire project.
Answer:
A. A project manager oversees the entire project, while the producer just oversees the creative element.
Explanation:
i guess
A ___ covers several adjacent buildings of a school and business.
capus area networking
virtual private network
metropolitan area network
personal area network
Answer:
Campus Area Network.
Explanation:
Doesn't need explaining.
Answer:
campus area network
Explanation:
correct on edge
18
Taglarim
1 point
Plagiarism is considered an act of
type your answer...
and is the most type your answer...
violated offense under most schools' academic code of conduct.
5
1
Answer:
Plagiarism; meaning
Explanation:
plagiarism is presenting someone else's work or ideas as your own with or without their consent by incorporating it into your work without full acknowledgement.
what is a password attack?
Answer:
A password attack is exactly what it sounds like: a third party trying to gain access to your systems by cracking a user's password.
Answer:
A hacker trying to hack into your accounts/systems by cracking your password.
When inserting a comment in a cell, the command on the Review tab is New Comment, but if you right-click in the cell,
what command would you choose from the shortcut menu?
A.)New Comment
B)Insert Comment
C)Review Comment
D)Add Comment
Answer:
B) Insert Comment
Explanation:
Generally, workbooks are known as Microsoft Excel files. Excel workbook can be defined as a collection of one or more charts and worksheets (spreadsheets) used for data entry and storage in an excel file. In order to create a project on Excel you will have to use a workbook.
A spreadsheet can be defined as a file or document which comprises of cells in a tabulated format (rows and columns) typically used for formatting, arranging, analyzing, storing, calculating and sorting data on computer software applications such as Microsoft Excel.
When inserting a comment in a cell, the command on the Review tab is New Comment, but if you right-click in the cell, the command you would choose from the shortcut menu is Insert Comment. The shortcut key for Insert Comment is "Shift+F2."
Click each image that you consider to be a computer.
Answer:
the 1 with the dude whos sitting at the desk with the really old computer. witch is probly 4\d
Explanation: