physical education

0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points   0.5 points    3939393 xclass=css-1j18aoo11 years agoclass=css-1j18aoo31.07.2013class=css-1j18aoo12Report issueAnswer(2)profilecourseworkhero.co.uk4.5 (267)5.0 (4)ChatPurchase the answer to view itblurred-textans xclass=css-xly9o611 years agoplagiarism checkPurchase $3profilecourseworkhero.co.uk4.5 (267)5.0 (4)ChatPurchase the answer to view itblurred-textas_activity_level_increases xclass=css-xly9o611 years agoplagiarism checkPurchase $12Bids(0)other Questions(10)for Economic Tutor Assignment 1: Financial Markets and Institutions, Part 1Part 2 and 3construct a paperclip model for the reaction of aluminum chlorideNTC 362 Entire Class (reply to each post goodFederal Income U.S.A. Tax QuestionsLITERATURE OF THE BLUESA details research paper about MICROGRID technolgy and integrating it into our conventional grid systemsWhich country had enemy armies fighting on their soil in world war1?Applied SciencesArchitecture and DesignBiologyBusiness & FinanceChemistryComputer ScienceGeographyGeologyEducationEngineeringEnglishEnvironmental scienceSpanishGovernmentHistoryHuman Resource ManagementInformation SystemsLawLiteratureMathematicsNursingPhysicsPolitical SciencePsychologyReadingScienceSocial ScienceLiberty UniversityNew Hampshire UniversityStrayer UniversityUniversity Of PhoenixWalden UniversityHomeHomework AnswersArchiveTagsReviewsContacttwitterfacebookCopyright © 2024 SweetStudy.com (Step To Horizon LTD)

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

document.addEventListener(‘DOMContentLoaded’, (event) => {
const chatIcon = document.getElementById(“chat-icon-ssr”);
const loader = document.getElementById(‘chat-list-loader’);
function chatClicked() {
window.chatButtonClicked = true;
loader.classList.remove(‘hidden’);
loader.querySelector(‘video’).play()
if (chatIcon) {
chatIcon.removeEventListener(‘click’, chatClicked);
}
}
if (chatIcon) {
chatIcon.addEventListener(‘click’, chatClicked)
}
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
let menuOpener, menuCloser, menuNav;

function replaceClass(elem, clsToRemove, clsToAdd) {
elem.classList.add(clsToAdd);
elem.classList.remove(clsToRemove);
}
function openClicked() {
replaceClass(menuOpener, ‘display-xs’, ‘hidden’)
replaceClass(menuCloser, ‘hidden’, ‘display-xs’)
replaceClass(menuNav, ‘isHidden’, ‘isShown’)
}
function closeClicked() {
replaceClass(menuOpener, ‘hidden’, ‘display-xs’);
replaceClass(menuCloser, ‘display-xs’, ‘hidden’)
replaceClass(menuNav, ‘isShown’, ‘isHidden’)
}
function closeMenuOnLinkClicked(e) {
if (e.target.nodeName == ‘A’ || e.target.nodeName == ‘IMG’) {
closeClicked()
}
}
function connectElementToClick(elemId, clickCallback) {
const elem = document.getElementById(elemId);
if (elem) {
elem.addEventListener(‘click’, clickCallback);
}
return elem;
}
menuOpener = connectElementToClick(‘hamburger-menu-opener’, openClicked);
menuCloser = connectElementToClick(‘hamburger-menu-closer’, closeClicked);
menuNav = connectElementToClick(‘mobile-menu-nav’, closeMenuOnLinkClicked);
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
window[‘mobile-drop-menu-Help.’] = false

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

const menuItem = document.getElementById(‘mobile-drop-menu-Help.’);
const dropMenuItems = menuItem.querySelectorAll(‘li’);
const menuIcon = menuItem.querySelector(‘i’)
menuItem.addEventListener(‘click’, e => {
e.preventAddingToQueue = true;
window[‘mobile-drop-menu-Help.’] = true
dropMenuItems.forEach(li => li.classList.toggle(‘hidden’))
menuIcon.classList.toggle(‘expanded’)
});
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
const menuIds = [“main-tab”], tabIds = [“main-question”];
if(false) {
menuIds.push(“similar-tab”);
tabIds.push(“similar-questions”);
}
function menuClicked(ind) {
menuIds.forEach((menuId, menuIndex) => {
if(menuIndex === ind) {
document.getElementById(menuId).classList.add(‘active’);
document.getElementById(tabIds[menuIndex]).classList.remove(‘hidden’);
}
else {
document.getElementById(menuId).classList.remove(‘active’);
document.getElementById(tabIds[menuIndex]).classList.add(‘hidden’);
}
})
}
menuIds.forEach((menuId, ind) => {
const menuElem = document.getElementById(menuId);
if (menuElem) {
menuElem.addEventListener(‘click’, e => menuClicked(ind));
}
})
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
const breadcrumbsDD = document.getElementById(“breadcrumbs-dd”);
const breadcrumbsList = document.getElementById(“breadcrumbs-list-container”);

if (breadcrumbsDD) {
breadcrumbsDD.addEventListener(‘click’, () => {
breadcrumbsDD.classList.toggle(‘isOpen’);
breadcrumbsList.classList.toggle(‘isOpen’);
})
}
function clickOutside(event) {
if(!breadcrumbsDD) {
document.removeEventListener(‘click’, clickOutside);
return;
}
const isClickOutside = !breadcrumbsDD.contains(event.target);

if (isClickOutside) {
breadcrumbsDD.classList.remove(‘isOpen’);
breadcrumbsList.classList.remove(‘isOpen’);
}
}
document.addEventListener(‘click’, clickOutside);
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
const sectionToggler = document.querySelector(‘#answers-section strong’);
const list = document.querySelector(‘#answers-section > div’);
const arrow = sectionToggler.querySelector(‘ i’);
if (sectionToggler) {
sectionToggler.addEventListener(‘click’, function() {
if(list) list.classList.toggle(‘isExpanded’);
arrow.classList.toggle(‘isExpanded’);
});
}
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
const answerAttachment = document.getElementById(‘answer-230467-attachments’);
const paymentLoader = document.getElementById(‘answer-230467-payment-loader’);
function attachmentClicked() {
answerAttachment.removeEventListener(‘click’, attachmentClicked)
paymentLoader.classList.remove(‘hidden’);
}
if (answerAttachment) {
answerAttachment.addEventListener(‘click’, attachmentClicked)
}
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
const chatBtn = document.getElementById(‘chat-button’);
const chatLoader = document.getElementById(‘chat-button-loader’);
function chatClicked() {
chatBtn.removeEventListener(‘click’, chatClicked)
chatLoader.classList.remove(‘hidden’);
}
if (chatBtn) {
chatBtn.addEventListener(‘click’, chatClicked)
}
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
const answerAttachment = document.getElementById(‘answer-230494-attachments’);
const paymentLoader = document.getElementById(‘answer-230494-payment-loader’);
function attachmentClicked() {
answerAttachment.removeEventListener(‘click’, attachmentClicked)
paymentLoader.classList.remove(‘hidden’);
}
if (answerAttachment) {
answerAttachment.addEventListener(‘click’, attachmentClicked)
}
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
const sectionToggler = document.getElementById(‘bidding-teachers-toggler’);
const list = document.querySelector(‘#bidding-teachers-toggler + ul’);
const arrow = sectionToggler.querySelector(‘ i’);
if (sectionToggler) {
sectionToggler.addEventListener(‘click’, function() {
if(list) list.classList.toggle(‘isExpanded’);
arrow.classList.toggle(‘isExpanded’);
});
}
});

document.addEventListener(‘DOMContentLoaded’, (event) => {
const sectionToggler = document.getElementById(‘other-questions-toggler’);
const list = document.querySelector(‘#other-questions-toggler + ul’);
const arrow = sectionToggler.querySelector(‘ i’);
if (sectionToggler) {
sectionToggler.addEventListener(‘click’, function() {
if(list) list.classList.toggle(‘isExpanded’);
arrow.classList.toggle(‘isExpanded’);
});
}
});

document.addEventListener(“DOMContentLoaded”, function() {
var lazyImages = [].slice.call(document.querySelectorAll(“img.lazy”));
function loadImage(lazyImage) {
lazyImage.src = lazyImage.dataset.src;
lazyImage.classList.remove(‘lazy’);
}
if (“IntersectionObserver” in window) {
window.lazyImageObserver = new IntersectionObserver(function(entries, observer) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
let lazyImage = entry.target;
loadImage(lazyImage);
window.lazyImageObserver.unobserve(lazyImage);
}
});
});

lazyImages.forEach(function(lazyImage) {
window.lazyImageObserver.observe(lazyImage);
});
} else {
lazyImages.forEach(function(lazyImage) {
loadImage(lazyImage);
});
}
});

window.__REDUX__STATE__ = true;
window.PAGE_TYPE = “question”

‘use strict’;
window.neededBundles = “bundle.js,32.bundle.js,44.bundle.js,4.bundle.js,56.bundle.js,57.bundle.js,1.bundle.js,98.bundle.js,68.bundle.js,8.bundle.js”
function getWebpackHash() {
return fetch(`https://www.sweetstudy.com/webpack-hash`, { cache: “no-cache” })
.then(response => response.json())
.then(json => {
return json
})
}
async function generateScripts () {
const scripts = window.neededBundles.split(‘,’)
let scriptsCount = scripts.length
const clientStats = await getWebpackHash()
return new Promise((resolve, reject) => {
scripts.forEach(s => {
const scriptNode = document.createElement(‘script’)
const bundleWithHash = s.replace(‘bundle.js’, `bundle.${clientStats.webpackHash}.js`)
scriptNode.setAttribute(‘src’, `https://www.sweetstudy.com/${bundleWithHash}`);
scriptNode.setAttribute(‘type’, ‘application/javascript’)
scriptNode.onload = () => {
scriptsCount–;
if (scriptsCount == 0) {
resolve()
}
}
document.head.appendChild(scriptNode)
});
})

}

function userInteractionEvent(event) {
if(!event.preventAddingToQueue) {
eventsQueue.push(event);
}
if (!isLoading) {
isLoading = true;
generateScripts().then(() => {
eventNames.forEach(evt => {
document.removeEventListener(evt, userInteractionEvent);
})
eventsQueue.forEach(e =>
e.target.dispatchEvent(
new Event(e.type, {
bubbles: true,
cancelable: true
})
)
);
})

}
}
let isLoading = false;
let eventsQueue = [];

const eventNames =’click, tap, touchend’.split(‘, ‘);
eventNames.forEach(evt => {
document.addEventListener(evt, userInteractionEvent);
})
let loadMoreHtml;
if(document.getElementById(‘read-more-btn’) != null) {
let btnOffsetTop;

loadMoreHtml = function(event) {
if(window.scrollY > (btnOffsetTop / 2)) {
document.getElementById(‘read-more-btn’).click();
document.removeEventListener(‘scroll’, loadMoreHtml);
}
}

const readMoreBtn = document.getElementById(‘read-more-btn’);
const { top } = readMoreBtn.getBoundingClientRect();
btnOffsetTop = (window.pageYOffset || document umentElement.scrollTop) + top;

document.addEventListener(‘scroll’, loadMoreHtml);
}

·

As activity level increases, body temperature:


Answer

·

·

·

·

· A.

· Stays the same

· B.

· Increases

· C.

· Decreases

· D.

· None of the above

· 


0.5 points

 

 

Question 2

·  Essential minerals lost to do hot temperatures and humidity are:


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· electrolytes, potassium, sodium

· electrolytes, potassium, sugar

· electrolytes, trans fat, sugar

· Trans fat, potassium, sodium

· 

0.5 points

  

Question 3

·  Which of the following is NOT a heat injury?

Answer

·

· A.

·

· B.

·

· C.

·

· D.

· Heat exhaustion

· Heat stroke

· Heat pains

· Heat cramp

· 

0.5 points   

Question 4

·  Which of the following is the most severe heat injury?


Answer

·

· A.

· Heat pains

·

· B.

·

· C.

· Heat exhaustion

·

· D.

· Heat stroke

· Heat cramps

· 

0.5 points   

Question 5

·  Lack of sweating despite the heat and confusion are symptoms of which heat injury?


Answer

·

· A.

· Heat stroke

·

· B.

· Heat exhaustion

·

· C.

· Heat cramps

·

· D.

· both A and B.

· 

0.5 points   

Question 6

·  A person is at greatest risk for hypothermia when it is rainy and the temperature is:


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· 35

-40

· 40

-45

· below freezing

· below zero

· 

0.5 points   

Question 7

·  When exercising in hot temperatures, it is best to wear which color clothing?


Answer

·

·

·

·

· a.

· multi colored

· b.

· Indianapolis Colts blue

· c.

· dark colored

· d.

· light colored

· 

0.5 points   

Question 8

·  (Blank) is used in metabolism and other processes in the body and are obtained through what we ingest.


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· Fat

s

· Nutrients

· Protein

· Nutrition

· 

0.5 points   

Question 9

·  How many essential nutrients does the body need to fuction properly?


Answer

·

· A.

·

·

·

· B.

·

· C.

·

· D.

· 35

c/45

· 40

· 45

· 50

· 

0.5 points   

Question 10

·  Which of the following is the MOST important essential nutrient?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· Fat 

· Vitamins

· Carbohydrate

· Water

· 

0.5 points   

Question 11

·  (Blank) is the measurement of the amount of energy produced when a food is digested.


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· Fat

· Carbohydrates

· Calories

· Proteins

· 

0.5 points   

Question 12

·  10-20% of an average person’s diet should come from which of the following?


Answer

·

· A.

·

· B.

·

· C.

· Protein

·

· D.

· Fat

· Ice cream

· Carbs

· 

0.5 points   

Question 13

·  Which of the following is 9 cal/g?


Answer

·

· A.

·

· B.

· Protein

·

· C.

· Carbs

·

· D.

· Fat

· There is no way to know

· 

0.5 points   

Question 14

·  An average person should have a diet consisting of 55% carbohydrates, but what percentage should be complex carbohydrates?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· 10%

· 20%

· 40%

· 30%

· 

0.5 points   

Question 15

·  Which of the following is an example of a great source of fiber?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· milk

· candy

· fruit

· beans

· 

0.5 points   

Question 16

·  Which of the following means “prime importance”?


Answer

·

· A.

· None of the above

·

· B.

· Protein

·

· C.

· Fat

·

· D.

· Carbohydrate

· 

0.5 points   

Question 17

·  Which of the following is the MOST harmful kind of fat?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· Unsaturated Fat

· All of the above

· Saturated Fat

· Trans Fat

· 

0.5 points   

Question 18

·  Approximately which percentage of the brain is water?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· 70%

· 75%

· 80%

· 85%

· 

0.5 points   

Question 19

·  How much of our body is made up of water?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· 45%

· 50%

· 55%

· 60%

· 

0.5 points   

Question 20

·  Approximately how much water should an average person take in every day?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· 64oz.

· 84oz.

· 46oz.

· 48oz.

· 

0.5 points   

Question 21

·  To lose weight, a person must:


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· Only eat healthy food

· Only eat carbohydrates

· Take in more calories than they expend

· Take in less calories than they expend

· 

0.5 points   

Question 22

·  Eating right and being physically active helps to:


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· None of the above

· Increase your risk of chronic diseases

· Decrease your risk of chronic disease

· Both A and B

· 

0.5 points   

Question 23

·  Which of the following statements is TRUE?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· Only individuals who are fit benefit from regular physical activity

· Individuals of certain ages benefit from regular physical activity

· Individuals of all ages benefit from regular physical activity

· Only individuals who are overweight benefit from regular physical activity

· 

0.5 points   

Question 24

·  (Blank) is the ability of the body to adapt to the demands and stresses of physical effort.


Answer

·

· A.

· None of the above

·

· B.

·

· C.

·

· D.

· Health

· Physical activity

· Physical fitness

· 

0.5 points   

Question 25

·  (Blank) is any movement of the body carried out by the muscles requiring the expenditure of energy.


Answer

·

· A.

· Health

·

· B.

·

· C.

· Physical fitness

·

· D.

· Physical activity

· Exercise

· 

0.5 points   

Question 26

·  Progressive overload is asking the body to do a little more than normal.


Answer
 True

 False



0.5 points   

Question 27

·  Which of the following is an example of a light-intensity activity?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· Swimming, slow tread

· Swimming, recreational

· Swimming laps

· All of the above.

· 

0.5 points   

Question 28

·  The greater the amount of activity…


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· doesn’t matter

· there is no way to know

· the less the benefits

· the greater the benefits

· 

0.5 points   

Question 29

·  What does RMR stand for?


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· resting maintenance rate

· renew metabolism rate

· resting metabolic result

· resting metabolic rate

· 

0.5 points   

Question 30

·  As we get older, our RMR


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· increases

· decreases

· stays the same

· none of the above

· 

0.5 points   

Question 31

·  Compared to the 1970’s and pounds of food consumed/year…


Answer

·

· A.

· there is no way to know

·

· B.

·

· C.

·

· D.

· our portions haven’t changed

· we eat less

· we eat more

· 

0.5 points   

Question 32

·  A person’s body weight is NOT a factor on their calorie intake.


Answer
 True

 False



0.5 points   

Question 33

·  Children of overweight parents are twice as likely to be overweight.


Answer
 True

 False



0.5 points   

Question 34

·  Alcohol contains around 4 calories per gram.


Answer
 True

 False



0.5 points   

Question 35

·  In order to maintain a healthy weight, “calories in” should be less than “calories out.”


Answer
 True

 False



0.5 points   

Question 36

·  You must participate in sports in order to be active.


Answer
 True

 False



0.5 points   

Question 37

·  When exercising in cold temperatures, individuals should be concerned about their lungs freezing.


Answer
 True

 False



0.5 points   

Question 38

·  R.I.C.E. stands for rest, ice, compress, elevate.


Answer
 True

 False



0.5 points   

Question 39

·  Genetics does NOT play a role in contributing to weight gain.


Answer
 True

 False



0.5 points   

Question 40

·  Based on the Maximum Heart Rate equation discussed in class, a 20 year old male would have a max heart rate of _________ .


Answer

·

· A.

·

· B.

·

· C.

·

· D.

· 155

· 220

· 180

· 200

· 


· © 2013 Microsoft
· Terms
· Privacy
· Developers
· English (United States)

· © 2013 Microsoft

· Terms

· Privacy

· Developers

· English (United States)

 
  

   

Still stressed with your coursework?
Get quality coursework help from an expert!