Answer:
# the number of pizza is initialised
# to 5
number_of_pizza = 5
# number of slice in each pizza
# is initialised to 8
slice_in_each_pizza = 8
# total number of pizza is calculated
total_number_of_slices = number_of_pizza * slice_in_each_pizza
# number of guest who respond yes
# is initialised to 10
number_of_guest_respond_yes = 10
# additional 3 guest is added to existing guest
number_of_guest_respond_yes += 3
# number of left over slice is gotten by using modulo arithmetic
number_of_left_over_slice = total_number_of_slices % number_of_guest_respond_yes
# the number of left over slice
# is printed which is 1
print(number_of_left_over_slice)
Explanation:
Missing Question Part: Use a variable to store the number of pizzas ordered as 5.
Assuming there are 8 slices in each pizza, use a variable to store the total number of slices calculated using the number of pizzas ordered.
Use another variable to store the number of guests who had responded YES as 10.
Three more people responded YES. Update the corresponding variable using an appropriate expression.
Based on the guest count, set up an expression to determine the number of left-over slices if the slices would be evenly distributed among the guests. Store the result of the expression in a variable.
The program is written in Python and it is well commented.
A Deceleration device.
A rope, wire rope, or strap with connectors at each end for connecting the 5 point body harness to a lifeline, or anchorage.
Look under OSHA Flashcards on Quizlet and..
OSHA: Fall Protection in Construction, Subpart M and just past that area in the document.
This is from that document on page 13 and 14:
Fall Restraint Systems: While fall restraint systems are not
mentioned in Subpart M, OSHA
recognizes a fall restraint system as
a means of prevention. The system,
if properly used, tethers a worker
in a manner that will not allow a
fall of any distance. This system is
comprised of a body belt or body
harness, an anchorage, connectors,
and other necessary equipment.
Other components typically include
Photo: Skip Pennington
OCCUPATIONAL SAFETY AND HEALTH ADMINISTRATION
1 4
a lanyard, a lifeline, and other devices. For a restraint system
to work, the anchorage must be strong enough to prevent the
worker from moving past the point where the system is fully
extended, including an appropriate safety factor.
*In a November 2, 1995 interpretation letter to Mr. Dennis
Gilmore, OSHA suggested that, at a minimum, a fall restraint
system must have the capacity to withstand at least 3,000
pounds or twice the maximum expected force that is needed
to restrain the person from exposure to the fall hazard. In
determining this force, consideration should be given to
site-specific factors such as the force generated by a person
(including his/her tools, equipment, and materials) walking,
slipping, tripping, leaning, or sliding along the work surface.
Answer:
Full back up
It creates complete copy of the source of data. This feature made it to the best back up with good speed of recovery of the data and simplicity.However, because it is needed for backing up of a lot of data, it is time consuming process,Besides it also disturbs the routine application of the technologist infrastructure. In addition large capacity storage is needed for the storage of the large volume of back up with each new creation.
Incremental back up: back up work at high speed thus saves time, Little storage capacity is needed. This type of back up can be run as many time as wished.
However, the restoration of data takes time, due to the time spent for restoration of initial back up and the incremental.
Differential Back up has very fast back up operation, because it only requires two pieces of back up.This is however slower compare to the Incremental.
The selective back up enable selection of certain type of file or folders for back up.
it can only be used to back up folders only when important data are needed only.Thus the storage capacity is low.
CPD eliminates back up window and reduces the recovery point objective.However, it has issue of compatibility with the resources to back up.,it is also expensive because its solutions are disk based.
Cloud based is affordable and save cost,It is easier to access. it is efficient,it can be access remotely for convenience.
However, Internet sources and some bandwidth must be available for access., always depends on third party providers,There is also problems encountered when switching providers.
Explanation:
Answer:
<em>platform as a service (PaaS)</em>
Explanation:
Platform as a Service (PaaS) <em>is a cloud services system in which a third-party vendor offers hardware and software services</em> – usually the ones required for the production of applications – to internet users.
The hardware and software are managed by a PaaS company on its own network.
As more of a consequence, PaaS helps users to access in-house technology for designing or running a new app.