General Instructions:

Size: px
Start display at page:

Download "General Instructions:"

Transcription

1 CSCE 110: Programming I Spring 2019 Lab 4 General Instructions: Lab is due online by 11:59 pm of the due date. The assignment must be typed, not handwritten or scanned. Label your Python programs q<num>.py, where num is the question number. example, your solution to the first question is stored in the file q1.py. For Make sure you read the lab before you start. Your programs must match the output exactly as given for each question. This is important as one of the keys to being a good programmer is attention to details. If you forgot to bring a computer, you can check out a temporary laptop from ZACH 8 for a few hours (depending on the availability). Grading is based on correctness and clarity. Copying work from another source and submitting it as your own is plagiarism. The minimum penalty for plagiarism is a grade of zero. 1

2 Lab Questions 1. Computing leap years. Write a Python program stored in a file q1.py that asks for a starting year and an ending year and then prints all of the leap years between them (and including them, if they are also leap years). Leap years are divisible by 4. However, years divisible by 100 are not leap years unless they are also divisible by 400. Example #1. The user enters 2000 and 2015 as the starting and ending years (lines 1 2). The program then outputs the leap years in this range (lines 4 8). 1 Starting year : Ending year : Leap years between 2000 and Example #2. The user enters 1881 and 1907 as the starting and ending years (lines 1 2). The program then outputs the leap years in this range (lines 4 9). 1 Starting year : Ending year : Leap years between 1881 and

3 2. Palindromic numbers. A palindromic number is a number that is the same when written forwards or backwards. Write a Python program stored in a file q2.py that asks for a starting number and an ending number, and then prints all the palindromic numbers between them (and including them, if they are also palindromic numbers). Each palindromic number, must be separated by a space. Your program should also print the number of even and odd palindromic numbers generated. The ending number should not be greater than If the ending number is greater than 1000, print an error message and exit. Example 1 Starting number : 24 2 Ending number : Palindromic numbers between 24 and Number of even palindromic numbers : 8 Number of odd palindromic numbers : 10

4 . Matrix multiplication. Write a Python program stored in a file q.py that calculates the multiplication C of two matrices (A, B) of integers and calculates the transpose T of the resulting matrix C. The program should perform the following: - Ask for the number of rows, and the number of columns of matrix A on one line. - Ask for the number of rows, and the number of columns of matrix B on one line. - Ask for the numbers in each matrix. The number of rows or columns should not exceed 10. If the matrices A and B cannot be multiplied, the program should print an error message and exit. Example 1 Enter matrix A rows and columns : Enter matrix B rows and columns : 2 Enter matrix A: Enter matrix B: Matrix A: Matrix B: Matrix C: Transpose matrix T:

5 Submitting Your Assignment Once you have completed your programs, submit each of them (q1.py, q2.py, q.py) electronically. The extra credit question is optional. You may resubmit your files as many times as you need until the due date. Only the most recent submission is graded. You are required to include the following lines in the header of all your files: # File: filename.py # Author: Student name # Date: xx/xx/2019 # Section: Student section number # student_ @tamu.edu # Description: # e.g. This program asks for... If you are in section 501 or 502, submit your files only on: mimir.io If you are in section 50, 504, 505 or 506, submit your files only on: gradescope.com 5

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42 Table of Contents Preface..... 21 About the Authors... 23 Acknowledgments... 24 How This Book is Organized... 24 Who Should Buy This Book?... 24 Where to Find Answers to Review Questions and Exercises...

More information

PSYCHOLOGY HUMAN SUBJECT POOL AY

PSYCHOLOGY HUMAN SUBJECT POOL AY General Features of the Psychology Human Subject Pool The Psychology Human Subject Pool (Subject Pool) provides a system for coordinating enrollment in Department research involving human subjects. The

More information

Review Questions in Introductory Knowledge... 37

Review Questions in Introductory Knowledge... 37 Table of Contents Preface..... 17 About the Authors... 19 How This Book is Organized... 20 Who Should Buy This Book?... 20 Where to Find Answers to Review Questions and Exercises... 20 How to Report Errata...

More information

Computer Science 101 Project 2: Predator Prey Model

Computer Science 101 Project 2: Predator Prey Model Computer Science 101 Project 2: Predator Prey Model Real-life situations usually are complicated and difficult to model exactly because of the large number of variables present in real systems. Computer

More information

To open a CMA file > Download and Save file Start CMA Open file from within CMA

To open a CMA file > Download and Save file Start CMA Open file from within CMA Example name Effect size Analysis type Level Tamiflu Hospitalized Risk ratio Basic Basic Synopsis The US government has spent 1.4 billion dollars to stockpile Tamiflu, in anticipation of a possible flu

More information

Assignment 5: Integrative epigenomics analysis

Assignment 5: Integrative epigenomics analysis Assignment 5: Integrative epigenomics analysis Due date: Friday, 2/24 10am. Note: no late assignments will be accepted. Introduction CpG islands (CGIs) are important regulatory regions in the genome. What

More information

To open a CMA file > Download and Save file Start CMA Open file from within CMA

To open a CMA file > Download and Save file Start CMA Open file from within CMA Example name Effect size Analysis type Level Tamiflu Symptom relief Mean difference (Hours to relief) Basic Basic Reference Cochrane Figure 4 Synopsis We have a series of studies that evaluated the effect

More information

15-110: Principles of Computing, Spring Problem Set 9 (PS9) Due: Friday, April 6 by 2:30PM via Gradescope Hand-in

15-110: Principles of Computing, Spring Problem Set 9 (PS9) Due: Friday, April 6 by 2:30PM via Gradescope Hand-in 15-110: Principles of Computing, Spring 2018 Problem Set 9 (PS9) Due: Friday, April 6 by 2:30PM via Gradescope Hand-in HANDIN INSTRUCTIONS Download a copy of this PDF file. You have two ways to fill in

More information

Vega: Variational Segmentation for Copy Number Detection

Vega: Variational Segmentation for Copy Number Detection Vega: Variational Segmentation for Copy Number Detection Sandro Morganella Luigi Cerulo Giuseppe Viglietto Michele Ceccarelli Contents 1 Overview 1 2 Installation 1 3 Vega.RData Description 2 4 Run Vega

More information

Living with Newton's Laws

Living with Newton's Laws Task #1 - Newton s 1 st Law - This is a pain in the neck Let's suppose you are in your car, waiting at a stop light. Like any good driver, you have your seat belt buckled. (It's the law.) Suddenly, a car

More information

Term Paper Step-by-Step

Term Paper Step-by-Step Term Paper Step-by-Step As explained in the Syllabus, each student will submit an 6-8 page (1250-2000 words) paper that examines and discusses current thinking in psychology about explanations and treatments

More information

CNV PCA Search Tutorial

CNV PCA Search Tutorial CNV PCA Search Tutorial Release 8.1 Golden Helix, Inc. March 18, 2014 Contents 1. Data Preparation 2 A. Join Log Ratio Data with Phenotype Information.............................. 2 B. Activate only

More information

Blue Distinction Centers for Fertility Care 2018 Provider Survey

Blue Distinction Centers for Fertility Care 2018 Provider Survey Blue Distinction Centers for Fertility Care 2018 Provider Survey Printed version of this document is for reference purposes only. A completed Provider Survey must be submitted via the online web application

More information

Reveal Relationships in Categorical Data

Reveal Relationships in Categorical Data SPSS Categories 15.0 Specifications Reveal Relationships in Categorical Data Unleash the full potential of your data through perceptual mapping, optimal scaling, preference scaling, and dimension reduction

More information

Experimental Design (XPD) 2017 Rules: B/C Division

Experimental Design (XPD) 2017 Rules: B/C Division Experimental Design (XPD) 2017 Rules: B/C Division XPD Statement of Problem Hypothesis Variables Independent Variable (IV) Dependent Variable (DV) Controlled Variables (CV) Experimental Control Materials

More information

ATEP 345L Athletic Injury Evaluation I Lab Spring 2016

ATEP 345L Athletic Injury Evaluation I Lab Spring 2016 ATEP 345L Athletic Injury Evaluation I Lab Spring 2016 Time: TR 9:25-10:40am (section 1) Place: PCTR 150 Instructor: Zach Adams, MS, ATC, SCAT Office Hours: By Appointment with Instructor Email/Office

More information

LAB ASSIGNMENT 4 INFERENCES FOR NUMERICAL DATA. Comparison of Cancer Survival*

LAB ASSIGNMENT 4 INFERENCES FOR NUMERICAL DATA. Comparison of Cancer Survival* LAB ASSIGNMENT 4 1 INFERENCES FOR NUMERICAL DATA In this lab assignment, you will analyze the data from a study to compare survival times of patients of both genders with different primary cancers. First,

More information

PSYCHOLOGY 355: FORENSIC PSYCHOLOGY I

PSYCHOLOGY 355: FORENSIC PSYCHOLOGY I 1 PSYCHOLOGY 355: FORENSIC PSYCHOLOGY I Fall 2012 INSTRUCTOR: EMAIL: Dr. Steve Porter (website: StephenPorter.ca) stephen.porter@ubc.ca OFFICE: Arts & Sciences II Building: ASC 204 CLASS TIME: Wednesday/Friday

More information

SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA)

SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA) SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA) Guillermo Rojas, Alfredo Aliaga, Macro International 8850 Stanford Boulevard Suite 4000, Columbia, MD 21045 I-INTRODUCTION. This paper

More information

School of Health Sciences PBHE 605 Quarantine 3 Credit Hours Length of Course: 8 weeks Prerequisite: None

School of Health Sciences PBHE 605 Quarantine 3 Credit Hours Length of Course: 8 weeks Prerequisite: None School of Health Sciences PBHE 605 Quarantine 3 Credit Hours Length of Course: 8 weeks Prerequisite: None Instructor Information Please refer to the Syllabus tab for your instructor s contact information

More information

1. Bring your completed exam to class on Monday November 10, 2014, being sure that you have made a copy for safe keeping; OR

1. Bring your completed exam to class on Monday November 10, 2014, being sure that you have made a copy for safe keeping; OR PubHlth 540 Fall 2014 Exam III Choice B (Unit 5 Normal) corrected 10-28-14 Page 1 of 7 PubHlth 540 - Introductory Biostatistics Fall 2014 Examination III Choice B Unit 5 (Normal) Due Monday November 10,

More information

Problem Set 2 September 18, 2009

Problem Set 2 September 18, 2009 September 18, 2009 General Instructions: 1. You are expected to state all your assumptions and provide step-by-step solutions to the numerical problems. Unless indicated otherwise, the computational problems

More information

BIOL 288: Human Anatomy & Physiology Fall 2015; MWF 12:30 1:20pm, ISC 131

BIOL 288: Human Anatomy & Physiology Fall 2015; MWF 12:30 1:20pm, ISC 131 BIOL 288: Human Anatomy & Physiology Fall 2015; MWF 12:30 1:20pm, ISC 131 Course Objectives: This course is designed to provide an introduction to the anatomy and physiology of the human body. It is specifically

More information

Your Task: Find a ZIP code in Seattle where the crime rate is worse than you would expect and better than you would expect.

Your Task: Find a ZIP code in Seattle where the crime rate is worse than you would expect and better than you would expect. Forensic Geography Lab: Regression Part 1 Payday Lending and Crime Seattle, Washington Background Regression analyses are in many ways the Gold Standard among analytic techniques for undergraduates (and

More information

Directions for Menu Worksheet ***Updated 9/3/2014 for SY Breakfast *** General Information:

Directions for Menu Worksheet ***Updated 9/3/2014 for SY Breakfast *** General Information: Directions for Menu Worksheet ***Updated 9/3/2014 for SY 2014-15 Breakfast *** Welcome to the FNS Menu Worksheet, a tool designed to assist School Food Authorities (SFAs) in demonstrating that each of

More information

BIOL 266: Human Anatomy & Physiology II Spring 2017; MWF 1:30 2:20pm, Newton 203

BIOL 266: Human Anatomy & Physiology II Spring 2017; MWF 1:30 2:20pm, Newton 203 BIOL 266: Human Anatomy & Physiology II Spring 2017; MWF 1:30 2:20pm, Newton 203 Course Objectives: This course is designed to provide an introduction to the anatomy and physiology of the human body. It

More information

Carnegie Mellon Univ. Dept. of Computer Science Database Applications

Carnegie Mellon Univ. Dept. of Computer Science Database Applications Carnegie Mellon Univ. Dept. of Computer Science 15-415 - Database Applications Crash Recovery - part 1 (R&G, ch. 18) General Overview Preliminaries Write-Ahead Log - main ideas (Shadow paging) Write-Ahead

More information

CPSC 121 Some Sample Questions for the Final Exam

CPSC 121 Some Sample Questions for the Final Exam CPSC 121 Some Sample Questions for the Final Exam [0] 1. Tautologies and Contradictions: Determine whether the following statements are tautologies (definitely true), contradictions (definitely false),

More information

All reverse-worded items were scored accordingly and are in the appropriate direction in the data set.

All reverse-worded items were scored accordingly and are in the appropriate direction in the data set. PSYC 948: Latent Trait Measurement and Structural Equation Modeling Homework #7 (Total 10 Points) Due: Wednesday, April 10, 2013 at 11:59pm. Homework Problems: The homework problems are based a simulated

More information

Personal Contract Programme (PCP) Summary Guidelines

Personal Contract Programme (PCP) Summary Guidelines Personal Contract Programme (PCP) Summary Guidelines Role of Regional Centers and AIs for conduct of PCP: A. Role of Regional Center (RC) of NIOS for Release of PCP Grant: PCP grant in two installments

More information

Lab 4: Alpha and Kappa. Today s Activities. Reliability. Consider Alpha Consider Kappa Homework and Media Write-Up

Lab 4: Alpha and Kappa. Today s Activities. Reliability. Consider Alpha Consider Kappa Homework and Media Write-Up Lab 4: Alpha and Kappa Today s Activities Consider Alpha Consider Kappa Homework and Media Write-Up Reliability Reliability refers to consistency Types of reliability estimates Test-retest reliability

More information

Lab #3 Potentiometric Titration of Soda Ash (after Christian, p , p ) (phenolphthalein)

Lab #3 Potentiometric Titration of Soda Ash (after Christian, p , p ) (phenolphthalein) Lab #3 Potentiometric Titration of Soda Ash (after Christian, p.692-694, p.718-720) I: INTRODUCTION In this lab, an unknown sample of soda ash (a crude mixture of sodium carbonate) will be titrated with

More information

RISK ASSESSMENT RISK MANAGEMENT FORMS. Data Protection Act

RISK ASSESSMENT RISK MANAGEMENT FORMS. Data Protection Act RISK ASSESSMENT & RISK MANAGEMENT FORMS Data Protection Act Wiltshire Council is subject to the Data Protection Act 1998 regarding information held about a service user, and as such adheres to the eight

More information

Computer Programming

Computer Programming Computer Programming Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering Session: More Matrix Applications Dr. Deepak B. Phatak & Dr. Supratik Chakraborty, 1 Quick

More information

Grade 6 Math Circles Winter February 6/7 Number Theory - Solutions Warm-up! What is special about the following groups of numbers?

Grade 6 Math Circles Winter February 6/7 Number Theory - Solutions Warm-up! What is special about the following groups of numbers? Faculty of Mathematics Waterloo, Ontario N2L 3G1 Grade 6 Math Circles Winter 2018 - February 6/7 Number Theory - Solutions Warm-up! What is special about the following groups of numbers? Centre for Education

More information

September 7 December 2, 2011

September 7 December 2, 2011 1 Psychology 241 PERSONALITY September 7 December 2, 2011 INSTRUCTOR: Dr. Steve Porter (website: www.stephenporter.ca) EMAIL: Stephen.Porter@ubc.ca OFFICE: Arts & Sciences II Building; AS204 Office Hours:

More information

PROGRAMMER S SAFETY KIT: Important Points to Remember While Programming or Validating Safety Tables

PROGRAMMER S SAFETY KIT: Important Points to Remember While Programming or Validating Safety Tables PharmaSUG 2012 - Paper IB09 PROGRAMMER S SAFETY KIT: Important Points to Remember While Programming or Validating Safety Tables Sneha Sarmukadam, Statistical Programmer, PharmaNet/i3, Pune, India Sandeep

More information

Kronos Employee Self-Service New Hire Insurance Enrollment Guide

Kronos Employee Self-Service New Hire Insurance Enrollment Guide Kronos Employee Self-Service New Hire Insurance Enrollment Guide Page 1 This document will instruct a newly hired employee who was hired within the past 30-days of how to enroll in Medical & Dental insurance

More information

Speed Accuracy Trade-Off

Speed Accuracy Trade-Off Speed Accuracy Trade-Off Purpose To demonstrate the speed accuracy trade-off illustrated by Fitts law. Background The speed accuracy trade-off is one of the fundamental limitations of human movement control.

More information

Cell division occurs in a series of stages, or phases.

Cell division occurs in a series of stages, or phases. Mitosis Notes Cell division occurs in a series of stages, or phases. 1st: INTERPHASE Chromosomes are copied (# doubles) Chromosomes appear as threadlike coils (chromatin) at the start, but each chromosome

More information

Assessment Task for Stage 6 Preliminary Subject: PDHPE Topic: The Body In Motion (Core 2)

Assessment Task for Stage 6 Preliminary Subject: PDHPE Topic: The Body In Motion (Core 2) Assessment Task for Stage 6 Preliminary Subject: PDHPE Topic: The Body In Motion (Core 2) Student s Name: Teacher s Name: Assessment Task No. 3 Due Date: Term 3, Week 1 Friday 22 nd July Weighting 25%

More information

Cleveland State University Department of Electrical and Computer Engineering Control Systems Laboratory. Experiment #3

Cleveland State University Department of Electrical and Computer Engineering Control Systems Laboratory. Experiment #3 Cleveland State University Department of Electrical and Computer Engineering Control Systems Laboratory Experiment #3 Closed Loop Steady State Error and Transient Performance INTRODUCTION The two primary

More information

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0 CALIBRATION PROCEDURE E SERIES Version 2.0 Contents Introduction Document Scope... 2 Calibration Overview... 3 What Is Calibration?... 3 Why Calibrate?... 3 How Often Should You Calibrate?... 3 What Can

More information

Grade 6 Math Circles Winter February 6/7 Number Theory

Grade 6 Math Circles Winter February 6/7 Number Theory Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles Winter 2018 - February 6/7 Number Theory Warm-up! What is special about the following

More information

2. Determine the identity of three unknown liquid substances based on their glucose concentration.

2. Determine the identity of three unknown liquid substances based on their glucose concentration. Food Explorations Lab I: Sweet Saccharide STUDENT LAB INVESTIGATIONS Name: Lab Overview In this investigation, your group will test sugar solutions to determine their glucose content and to determine the

More information

Course Syllabus Department of Psychology The University of British Columbia

Course Syllabus Department of Psychology The University of British Columbia 1 Course Syllabus Department of Psychology The University of British Columbia PSYC 325 (Socialization: Media Content and Effects) Instructor: Sayyed Mohsen Fatemi, Ph.D. Day & Time: Tuesday and Thursday

More information

BlueBayCT - Warfarin User Guide

BlueBayCT - Warfarin User Guide BlueBayCT - Warfarin User Guide December 2012 Help Desk 0845 5211241 Contents Getting Started... 1 Before you start... 1 About this guide... 1 Conventions... 1 Notes... 1 Warfarin Management... 2 New INR/Warfarin

More information

Forces and motion 1: Identifying forces

Forces and motion 1: Identifying forces Forces and motion 1: Identifying forces University of York 2003 5 Identifying forces All the questions in this set focus on the ability to identify the forces acting in everyday situations. Although there

More information

Authorship Guidelines for CAES Faculty Collaborating with Students

Authorship Guidelines for CAES Faculty Collaborating with Students Authorship Guidelines for CAES Faculty Collaborating with Students College of Agriculture and Environmental Sciences Table of Contents Authorship Guidelines for CAES Faculty Collaborating with Students...

More information

CSDplotter user guide Klas H. Pettersen

CSDplotter user guide Klas H. Pettersen CSDplotter user guide Klas H. Pettersen [CSDplotter user guide] [0.1.1] [version: 23/05-2006] 1 Table of Contents Copyright...3 Feedback... 3 Overview... 3 Downloading and installation...3 Pre-processing

More information

Fully Automated IFA Processor LIS User Manual

Fully Automated IFA Processor LIS User Manual Fully Automated IFA Processor LIS User Manual Unless expressly authorized, forwarding and duplication of this document is not permitted. All rights reserved. TABLE OF CONTENTS 1 OVERVIEW... 4 2 LIS SCREEN...

More information

V. LAB REPORT. PART I. ICP-AES (section IVA)

V. LAB REPORT. PART I. ICP-AES (section IVA) CH 461 & CH 461H 20 V. LAB REPORT The lab report should include an abstract and responses to the following items. All materials should be submitted by each individual, not one copy for the group. The goal

More information

PedCath IMPACT User s Guide

PedCath IMPACT User s Guide PedCath IMPACT User s Guide Contents Overview... 3 IMPACT Overview... 3 PedCath IMPACT Registry Module... 3 More on Work Flow... 4 Case Complete Checkoff... 4 PedCath Cath Report/IMPACT Shared Data...

More information

Reshaping of Human Fertility Database data from long to wide format in Excel

Reshaping of Human Fertility Database data from long to wide format in Excel Max-Planck-Institut für demografische Forschung Max Planck Institute for Demographic Research Konrad-Zuse-Strasse 1 D-18057 Rostock GERMANY Tel +49 (0) 3 81 20 81-0; Fax +49 (0) 3 81 20 81-202; http://www.demogr.mpg.de

More information

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES 24 MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES In the previous chapter, simple linear regression was used when you have one independent variable and one dependent variable. This chapter

More information

Student Guide to EHR Go

Student Guide to EHR Go Student Guide to EHR Go I. Introduction... 1 II. Quick Facts... 1 III. Creating your Account... 1 IV. Applying Your Subscription... 4 V. Logging in to EHR Go... 7 VI. Library... 8 VII. Receiving Assignments

More information

ALL PRINCIPAL INVESTIGATORS/NURSES/DATA MANAGERS RE: PROTOCOL GOG-0233 ACRIN 6671, REVISION # 9 & #10

ALL PRINCIPAL INVESTIGATORS/NURSES/DATA MANAGERS RE: PROTOCOL GOG-0233 ACRIN 6671, REVISION # 9 & #10 TO: FROM: ALL PRINCIPAL INVESTIGATORS/NURSES/DATA MANAGERS LEAH MADDEN PROTOCOL SECTION DATE: JUNE 27, 2011 RE: PROTOCOL GOG-0233 ACRIN 6671, REVISION # 9 & #10 Protocol Title: Utility of Preoperative

More information

Cervical Screening System AJ-CRUK Add Extra Fields. Change Request 5794

Cervical Screening System AJ-CRUK Add Extra Fields. Change Request 5794 Document filename: CR5794 User Document.docx Directorate / Programme SSD Project CSS Project Manager Hilary Denny Status Draft Owner Hilary Denny Version 0.1 Author Catherine Roberts Version issue date

More information

Source Deduction Table for Québec Income Tax

Source Deduction Table for Québec Income Tax Revenu Québec www.revenu.gouv.qc.ca Source Deduction Table for Québec Income Tax Effective January 1, 2007 Message to employers! Make it simple: file online! Your RL-1 summary By filing online you can

More information

Parkland College Health Professions. Health Guidelines Updated December 2018

Parkland College Health Professions. Health Guidelines Updated December 2018 Parkland College Health Professions Health Guidelines Updated December 2018 Health Guidelines You will be held accountable for ALL information in this document so take time to familiarize yourself with

More information

Essentials of Carbohydrate Chemistry. J. F. Robyt Springer, New York. QD 321 R (Sciences and Technology Library)

Essentials of Carbohydrate Chemistry. J. F. Robyt Springer, New York. QD 321 R (Sciences and Technology Library) FOOD 7160 FOOD CARBOHYDRATES Credits: (0-0:3-L)3 Description: The major purpose of this course is to study the structure, physicochemical properties and functionality of food carbohydrates. Discussions

More information

ANSC*4280 Poultry Nutrition - DRAFT

ANSC*4280 Poultry Nutrition - DRAFT ANSC*4280 Poultry Nutrition - DRAFT Fall Sections(s): C01 Department of Animal Biosciences Credit Weight: 0.50 Version 1.00 - August 31, 1 Course Details 1.1 Calendar Description This course is designed

More information

Improving Eligibility and Consent Documentation. September 20, 2012

Improving Eligibility and Consent Documentation. September 20, 2012 Improving Eligibility and Consent Documentation September 20, 2012 Improving Data Collection The State Office of AIDS (OA) works with providers to improve the quality of data that is collected and entered

More information

NYSIIS. Immunization Evaluator and Manage Schedule Manual. October 16, Release 1.0

NYSIIS. Immunization Evaluator and Manage Schedule Manual. October 16, Release 1.0 NYSIIS Immunization Evaluator and Manage Schedule Manual October 16, 2007 Release 1.0 Revision History Release Modifications Author Revision Date 1.0 Initial Draft R Savage 10/16/2007 INTRODUCTION: 1 BUILDING

More information

Gene Expression Analysis Web Forum. Jonathan Gerstenhaber Field Application Specialist

Gene Expression Analysis Web Forum. Jonathan Gerstenhaber Field Application Specialist Gene Expression Analysis Web Forum Jonathan Gerstenhaber Field Application Specialist Our plan today: Import Preliminary Analysis Statistical Analysis Additional Analysis Downstream Analysis 2 Copyright

More information

XRDUG Session II Edward Laitila 2/7/2009

XRDUG Session II Edward Laitila 2/7/2009 XRDUG Session II Edward Laitila 2/7/2009 DMSNT-Software and Computer Basic Information: XRDUG SESSION II DMS-NT Software: All bold words in this handout and contained in the operation manual refer to actual

More information

In Class Problem Discovery of Drug Side Effect Using Study Designer

In Class Problem Discovery of Drug Side Effect Using Study Designer In Class Problem Discovery of Drug Side Effect Using Study Designer November 12, 2015 Version 30 Tutorial 25: In Class problem Discovery of drug side effect Gatifloxacin. https://www.youtube.com/watch?v=2die3bc3dzg

More information

Student Minds Turl Street, Oxford, OX1 3DH

Student Minds Turl Street, Oxford, OX1 3DH Who are we? Student Minds is a national charity working to encourage peer support for student mental health. We encourage students to have the confidence to talk and to listen. We aim to bring people together

More information

Patient Safety Queries DMARDs, Warfarin and Triple Whammy. Version th July User Guide for GP Practices SPIRE Local (v1.2.

Patient Safety Queries DMARDs, Warfarin and Triple Whammy. Version th July User Guide for GP Practices SPIRE Local (v1.2. Patient Safety Queries DMARDs, Warfarin and Triple Whammy Version 1.0 4 th July 2017 User Guide for GP Practices SPIRE Local (v1.2.54) Contents 1 Introduction... 3 1.1 Patient Safety Queries... 3 1.2 Frequency...

More information

PubHlth Introductory Biostatistics Fall 2012 Examination II Choice A Unit 2 (Introduction to Probability) Due Monday October 8, 2012

PubHlth Introductory Biostatistics Fall 2012 Examination II Choice A Unit 2 (Introduction to Probability) Due Monday October 8, 2012 PubHlth 540 Fall 2012 Exam II Choice A Page 1 of 9 PubHlth 540 - Introductory Biostatistics Fall 2012 Examination II Choice A Unit 2 (Introduction to Probability) Due Monday October 8, 2012 This is Choice

More information

PSYCH-GA.2211/NEURL-GA.2201 Fall 2016 Mathematical Tools for Cognitive and Neural Science. Homework 5

PSYCH-GA.2211/NEURL-GA.2201 Fall 2016 Mathematical Tools for Cognitive and Neural Science. Homework 5 PSYCH-GA.2211/NEURL-GA.2201 Fall 2016 Mathematical Tools for Cognitive and Neural Science Homework 5 Due: 21 Dec 2016 (late homeworks penalized 10% per day) See the course web site for submission details.

More information

Psychology of Perception PSYC Spring 2017 Laboratory 2: Perception of Loudness

Psychology of Perception PSYC Spring 2017 Laboratory 2: Perception of Loudness PSYC 4165-100 Laboratory 2: Perception of Loudness Lab Overview Loudness is a psychological dimension of sound experience that depends on several physical dimensions of the sound stimulus (intensity, frequency,

More information

INRODUCTION TO TREEAGE PRO

INRODUCTION TO TREEAGE PRO INRODUCTION TO TREEAGE PRO Asrul Akmal Shafie BPharm, Pg Dip Health Econs, PhD aakmal@usm.my Associate Professor & Program Chairman Universiti Sains Malaysia Board Member HTAsiaLink Adjunct Associate Professor

More information

Award for a Physical Therapist

Award for a Physical Therapist Award for a Physical Therapist POLICIES AND GUIDELINES Published: October 4, 2018 Application Deadline: December 3, 2018 Cystic Fibrosis Foundation 4550 Montgomery Avenue, Suite 1100 N Bethesda, MD 20814

More information

Scale Printer System. Supervisor Manual Supplement. Models SP 1500 SP 21500

Scale Printer System. Supervisor Manual Supplement. Models SP 1500 SP 21500 Scale Printer System Supervisor Manual Supplement Models SP 1500 SP 21500 F - 33581 April 1996 Using the Supplement Manual...1 Setting Up Metric Rule (For Net Weight)...2 Using UPC Type 4...10 Setting

More information

Appendix C: Protocol for the Use of the Scribe Accommodation and for Transcribing Student Responses

Appendix C: Protocol for the Use of the Scribe Accommodation and for Transcribing Student Responses Appendix C: Protocol for the Use of the Scribe Accommodation and for Transcribing Student Responses Scribing a student s responses by an adult test administrator is a response accommodation that allows

More information

Self Assessment 8.3 to 8.4.x

Self Assessment 8.3 to 8.4.x Self Assessment 8.3 to 8.4.x User Guide November 30, 2009 Contents What Self Assessments does Managing self assessments Creating self assessments Adding questions to your self assessment Grading and answers

More information

DPV. Ramona Ranz, Andreas Hungele, Prof. Reinhard Holl

DPV. Ramona Ranz, Andreas Hungele, Prof. Reinhard Holl DPV Ramona Ranz, Andreas Hungele, Prof. Reinhard Holl Contents Possible use of DPV Languages Patient data Search for patients Patient s info Save data Mandatory fields Diabetes subtypes ICD 10 Fuzzy date

More information

Medtech32 Diabetes Get Checked II Advanced Form Release Notes

Medtech32 Diabetes Get Checked II Advanced Form Release Notes Medtech32 Diabetes Get Checked II Advanced Form Release Notes These Release Notes contain important information for all Medtech32 Users. Please ensure that they are circulated amongst all your staff. We

More information

Midterm project (Part 2) Due: Monday, November 5, 2018

Midterm project (Part 2) Due: Monday, November 5, 2018 University of Pittsburgh CS3750 Advanced Topics in Machine Learning Professor Milos Hauskrecht Midterm project (Part 2) Due: Monday, November 5, 2018 The objective of the midterm project is to gain experience

More information

Palindrome Studies (Part 1)

Palindrome Studies (Part 1) Palindrome Studies (Part 1) The Palindrome Concept and Its Applications to Prime Numbers Hen ry Ibstedt Glimminge 2036 28060 Broby Sweden Abstract: This article ongmates from a proposal by M. L. Perez

More information

Practice Direction Refill History Recording System

Practice Direction Refill History Recording System 1.0 Scope and Objective: 1.1 Expected Outcome Practice Direction Refill History Recording System This document is a practice direction by Council concerning implementation of concept of prescription refill

More information

TEST & MEASUREMENT. Impossible Insights Made Possible Through Minimally Invasive Force & Pressure Measurement

TEST & MEASUREMENT. Impossible Insights Made Possible Through Minimally Invasive Force & Pressure Measurement TEST & MEASUREMENT Impossible Insights Made Possible Through Minimally Invasive Force & Pressure Measurement Tekscan is the world s leading innovator and manufacturer of tactile pressure and force measurement

More information

(b) is as low as is reasonably practicable, where it is not reasonably practicable to meet the standard under clause (a).

(b) is as low as is reasonably practicable, where it is not reasonably practicable to meet the standard under clause (a). PART 12 HEARING CONSERVATION AND NOISE CONTROL Sound control design 12.1 An employer must ensure that a new workplace, a significant physical alteration, renovation or repair to an existing workplace or

More information

WHAT IS THE DISSERTATION?

WHAT IS THE DISSERTATION? BRIEF RESEARCH PROPOSAL & DISSERTATION PROCEDURES 2018-2019: (HDIP STUDENTS) Dr Marta Sant Dissertations Coordinator WHAT IS THE DISSERTATION? All HDIP students are required to submit a dissertation with

More information

NATIONAL CERTIFICATE (VOCATIONAL) LIFE ORIENTATION (Second Paper) NQF LEVEL 2 SUPPLEMENTARY EXAMINATION 2010

NATIONAL CERTIFICATE (VOCATIONAL) LIFE ORIENTATION (Second Paper) NQF LEVEL 2 SUPPLEMENTARY EXAMINATION 2010 NATIONAL CERTIFICATE (VOCATIONAL) LIFE ORIENTATION (Second Paper) NQF LEVEL 2 SUPPLEMENTARY EXAMINATION 2010 (7601012) 16 February (X-Paper) 09:00 11:00 This question paper consists of 10 pages and a 1-page

More information

BASE 24-HOUR URINE COLLECTION LITHOLINK CORE LAB

BASE 24-HOUR URINE COLLECTION LITHOLINK CORE LAB CHAPTER 34. BASE 24-HOUR URINE COLLECTION LITHOLINK CORE LAB 34.1 Background Participants who are enrolled in the CKD BASE Study will collect urine over a 24-hour period at B0, W12 and W28. A 50 ml tube

More information

Reporting Nonviable MDH Vaccine to MIIC

Reporting Nonviable MDH Vaccine to MIIC Reporting Nonviable MDH Vaccine to MIIC This guide describes how to use the Minnesota Immunization Information Connection (MIIC) to report nonviable vaccine for the Minnesota Vaccines for Children (MnVFC)

More information

Step-by-Step Protocol for the Registered Replication Report of Strack, Martin, & Stepper (1988) Eric-Jan Wagenmakers, Titia Beek, and Laura Dijkhoff

Step-by-Step Protocol for the Registered Replication Report of Strack, Martin, & Stepper (1988) Eric-Jan Wagenmakers, Titia Beek, and Laura Dijkhoff Step-by-Step Protocol for the Registered Replication Report of Strack, Martin, & Stepper (1988) Eric-Jan Wagenmakers, Titia Beek, and Laura Dijkhoff In a seminal article, Strack, Martin, and Stepper (1988;

More information

GEORGE MASON UNIVERSITY School of Recreation, Health, and Tourism. PHED 105 Aerobics and Basic Conditioning

GEORGE MASON UNIVERSITY School of Recreation, Health, and Tourism. PHED 105 Aerobics and Basic Conditioning GEORGE MASON UNIVERSITY School of Recreation, Health, and Tourism PHED 105 Aerobics and Basic Conditioning Spring 2013 Ethan Carter ecarter8@gmu.edu (703) 993-3935 TABLE OF CONTENTS Overview.3-4 Tentative

More information

CaseBuilder - Quick Reference Guide

CaseBuilder - Quick Reference Guide ADP UNEMPLOYMENT COMPENSATION MANAGEMENT CaseBuilder - Quick Reference Guide After signing into CaseBuilder, the first screen the user will see is called the Dashboard. The user can then navigate to any

More information

ICD-10 to 9 Mapping Client User Guide

ICD-10 to 9 Mapping Client User Guide ICD-10 to 9 Mapping Client User Guide 1 Navicure ICD-10 to 9 Mapping Guide Background The transition from ICD-9 to ICD-10 greatly expands the number of available diagnosis codes from approximately 13,000

More information

Warfarin Help Documentation

Warfarin Help Documentation Warfarin Help Documentation Table Of Contents Warfarin Management... 1 iii Warfarin Management Warfarin Management The Warfarin Management module is a powerful tool for monitoring INR results and advising

More information

RP 9.2.2: RP 9.2.3:

RP 9.2.2:   RP 9.2.3: 1 2 RP 9.2.2: http://www.nmra.org/standards/dcc/standards_rps/rp922.html RP 9.2.3: http://www.nmra.org/standards/dcc/standards_rps/rp923.html 3 4 5 6 7 8 Lab 1a short address vs. extended address Put on

More information

easy read Your rights under THE accessible InformatioN STandard

easy read Your rights under THE accessible InformatioN STandard easy read Your rights under THE accessible InformatioN STandard Your Rights Under The Accessible Information Standard 2 1 Introduction In July 2015, NHS England published the Accessible Information Standard

More information

easy read Your rights under THE accessible InformatioN STandard

easy read Your rights under THE accessible InformatioN STandard easy read Your rights under THE accessible InformatioN STandard Your Rights Under The Accessible Information Standard 2 Introduction In June 2015 NHS introduced the Accessible Information Standard (AIS)

More information

Charts Worksheet using Excel Obesity Can a New Drug Help?

Charts Worksheet using Excel Obesity Can a New Drug Help? Worksheet using Excel 2000 Obesity Can a New Drug Help? Introduction Obesity is known to be a major health risk. The data here arise from a study which aimed to investigate whether or not a new drug, used

More information

COMPREHENSIVE CLINICAL INTEGRATIVE PAPER

COMPREHENSIVE CLINICAL INTEGRATIVE PAPER COMPREHENSIVE CLINICAL INTEGRATIVE PAPER In the Comprehensive Clinical Integrative Paper, the student articulates a professional summation of the developing integration of clinical and theological knowledge

More information

Applied Medical. Statistics Using SAS. Geoff Der. Brian S. Everitt. CRC Press. Taylor Si Francis Croup. Taylor & Francis Croup, an informa business

Applied Medical. Statistics Using SAS. Geoff Der. Brian S. Everitt. CRC Press. Taylor Si Francis Croup. Taylor & Francis Croup, an informa business Applied Medical Statistics Using SAS Geoff Der Brian S. Everitt CRC Press Taylor Si Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup, an informa business A

More information

Part 1 Making the initial neuron connection

Part 1 Making the initial neuron connection To begin, follow your teacher's directions to open the Virtual Neurons software. On the left side of the screen is a group of skin cells. On the right side of the screen is a group of muscle fibers. In

More information