写作。Writeaninstructionin60-80wordsaboutbloodpressture.Topic:bloodpressureDefinition:theforceofthebloodagainstarterialwallsImportance:oneofthevitalsignAffectingfactors:age,gender,stress,exercise,medications,temperature,sitesNormalrange:90-140/60-90mmHgMeasurement:sphygmomanometerandstethoscope
举一反三
- 下面if语句统计“成绩(mark)优秀(90分以上)的男生以及不及格(60以下)的男生”的人数,正确的语句为( )。 A: if(gender=="男")and((mark<60)and(mark>=90)):n+=1 B: if(gender=="男")and((mark<60)or(mark>=90)):n+=1 C: if(gender=="男")or(mark<60)or(mark>=90)):n+=1 D: if(gender=="男")or(mark<60)and(mark>=90):n+=1
- 通常血压低于()被认为低血压。 A: 140/90 B: 130/80 C: 80/70 D: 90/60
- 血压的正常值范围应该是: A: 60—90/90—140mmHg B: 90—140/60—90mmHg C: 70—120/50—80mmHg D: 50—80/70—120mmHg
- 成人血压(肱动脉)的正常值范围为______ A: 100~150/70~95mmHg B: 90~140/60~90mmHg C: 90~150/80~100mmHg D: 90~120/50~90mmHg E: 80~130/60~80mmHg
- 下面用if语句统计“成绩(score)优秀的男生以及不及格的男生”的人数,正确的语句为_____。 A: if(gender=="男" and score <60 or score>=90): n+ = 1 B: if(gender=="男" and score <60 and score>=90): n+ = 1 C: if(gender=="男" and (score <60 or score>=90)): n+ = 1 D: if(gender=="男" or score <60 or score>=90): n+ = 1