2014 Technological Studies. Advanced Higher. Finalised Marking Instructions

Size: px
Start display at page:

Download "2014 Technological Studies. Advanced Higher. Finalised Marking Instructions"

Transcription

1 204 Technological Studies Advanced Higher Finalised Marking Instructions Scottish Qualifications Authority 204 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis. If it is to be used for any other purposes written permission must be obtained from SQA s NQ Assessment team. Where the publication includes materials from sources other than SQA (secondary copyright), this material should only be reproduced for the purposes of examination or assessment. If it needs to be reproduced for any other purpose it is the centre s responsibility to obtain the necessary copyright clearance. SQA s NQ Assessment team may be able to direct you to the secondary sources. These Marking Instructions have been prepared by Examination Teams for use by SQA Appointed Markers when marking External Course Assessments. This publication must not be reproduced for commercial or trade purposes.

2 Part One: General Marking Principles for: Technological Studies Advanced Higher This information is provided to help you understand the general principles you must apply when marking candidate responses to questions in this Paper. These principles must be read in conjunction with the specific Marking Instructions for each question. (a) (b) for each candidate response must always be assigned in line with these general marking principles and the specific Marking Instructions for the relevant question. If a specific candidate response does not seem to be covered by either the principles or detailed Marking Instructions, and you are uncertain how to assess it, you must seek guidance from your Team Leader/Principal Assessor. Marking should always be positive ie, marks should be awarded for what is correct and not deducted for errors or omissions. GENERAL MARKING ADVICE: Technological Studies Advanced Higher The marking schemes are written to assist in determining the minimal acceptable answer rather than listing every possible correct and incorrect answer. The following notes are offered to support Markers in making judgements on candidates evidence, and apply to marking both end of unit assessments and course assessments. Page 2

3 Part Two: Marking Instructions for each Question Section A Q (a) (i) Wein-bridge oscillator (ii) Sine wave (b) f = 2 RC R = 2 fc = 6 3 subs 3 R =59 Answer plus unit 4 (c) Output fed into a Schmitt trigger () which would produce a square wave () which is suitable as a falling edge. 2 (8) Page 3

4 Q2 main: btfss PORTB,0 ;start switch goto main water: btfss PORTB,3 ;float switch goto ALARM bsf PORTB, ;poll mux for quantity dial call adcread movwf QUANTITY bsf PORTB,7 ;heat water bcf PORTB, ;poll mux for temperature HEAT: call adcread movwf TEMPERATURE movlw d 80 subwf TEMPERATURE,W btfss STATUS,C ;check temp reached 80 goto HEAT ;no, so keep heating bcf PORTB,7 ;heater off rrf QUANTITY,F ;quantity 2 movfw QUANTITY bsf PORTB,6 ;valve on call wait ;time delay bcf PORTB,6 ;valve off goto main ALARM: bsf PORTB,5 ;bleep on movlw d 0 call wait bcf PORTB,5 ;bleep off goto main 26 Page 4

5 Q3 (a) ƩM A = (0 6) + (5 2) + ( 2 3) (R B 2) = R B = 0 26 R B = 0 5kN 2 V = R A ( 2) = 0 R A = + 6 5kN kN (b) 6 (c) Page 5

6 Q3 (c) (cont) 0m & 2mBM = 0kNm 2m BM = + (6 5 2) = + 3kNm 6 5kN kn 3m 2 5m BM = + (6 5 3) ( 0 5) 2 = = +9kNm 6 5kN 2kN 4m 3m BM = + (6 5 4) (2 ) = = + 24kNm 2 6 5kN kn/m 6m BM = + (6 5 6) ( 2 3) 2 = = +33kNm 6 5kN Plotting line Nature 0 (20) Page 6

7 Q4 (a) 5 (b) 6 (c) 3 falling-edge JKs 5V J & K( 3) +5V to A & C Set +5V to B Reset Q 2 3 Q AND 7 AND RESET (b) (8) Page 7

8 Q5 (a) Neutral Axis (b) b d I = 3 3 bd 2 = = mm 4 2 (c) M I σ = = y σ = My I M = 40kNm = Nmm y = 00mm I = Nmm σ = 20N/mm 2 4 (7) Page 8

9 Q6 (a) Binary coded decimal to decimal decoder () converts binary to decimal () 2 Binary coded decimal to 7-segment display () decoder converts binary to segment signals. () 2 4 (b) When OR gate is high, Counter is enabled Counter counts up on each rising edge BCD to D decodes binary to decimal When BCD to D reaches 3 counter A disabled, buzzer sounds 2 When BCD to D reaches 3 AND enabled When clock goes high low 2 nd 4-bit counter B counts up. The 4-bit output is decoded to drive 7-segment display. 7-segment display shows a digit equivalent to count when count reaches 8: signal is sent to OR and counter A is re-enabled Decoder continues to 5 and resets counter B to 0. Counter A resets at 0 Any points@ (5) Page 9

10 Q7 (a)(i) (a) (i) gain (k) too low 2 (a)(ii) (a) (ii) gain (k) too high 2 (b)(i) Removes offset (b)(ii) Removes hunting / reduces settling time (c) (c) ideal PID response 2 (d) A substitutions Position A pulse-time (mark) = 25ms answer B Position B pulse-time (mark) = 75ms 3 (e) = 0 5 ms = 50 steps 2 Page 0

11 Q7 (cont) Assembler Code (f) drive: movlw d 25 movwf MARK movlw d 50 movwf COUNTER loop: bsf PORTB,4 movfw MARK call short bcf PORTB,4 movlw d 20 call pause incf MARK,F decfsz COUNTER,F goto loop movlw d 50 movwf COUNTER loop2 bsf PORTB,4 movfw MARK for repeat code call short bcf PORTB,4 movlw d 20 call pause decf MARK,F decfz COUNTER,F goto loop2 return 3 (26) Page

12 Q8 (a) obstruction: call adcread movlw d 8 subwf DATA,W btfsc STATUS,C goto finish bsf PORTB,6 movlw d 26 call wait bcf PORTB,6 finish: return 7 (b) main: call navdata loop: bsf PORTB,3 bsf PORTB,7 movlw d 0 call pause call obstruction decfsz FORWARDTIME goto loop (incl. goto main below) movlw d subwf TURN btfsc STATUS,Z goto main clrf TURNTIME ACW: bsf PORTB,4 movlw d 8 call pause bcf PORTB,4 movfw d 9 call pause incf TURNTIME movfw TURNTIME subwf TURNSTOP btfss STATUS,Z goto ACW bcf PORTB,7 (incl. goto loop above) goto main 20 Page 2

13 Q8 (c) 3 2 BD bd ID = = D I= 64 4 (2 36) 2 64 I D = I total = I total = mm 4 6 (d) yield stress aluminium = 30 N/mm 2 my I σi m= y = FL 4m m= F= 4 L = 3 87kN 7 (40) Page 3

14 Q9 (a) volt increments k 5v R v 0v V R V f out Ri R 0 R k R = 300kΩ R = 650kΩ 2 R = 325kΩ 3 R = 62.5kΩ 4 R = 8.3kΩ 5 R = 40.6kΩ 6 R = 20 3kΩ 7 Page 4

15 Q9 (a) (cont) 0 Page 5

16 Q9 (b) (i) Voltage controlled Oscillator 2 (ii) SubA = RC circuit,charging time prop to V in 2 SubB = volt divider, provides Volt ref 2 SubC = comparator compares Volt ref with Cap volt V cap > volt then +ve 2 output SubD = npn trans responds to +ve, switches on DPDT relay briefly, disch cap + switches on output 2 SubE = lamp and buzz, freqency of outputs prop to current drawn by pump motor 2 0 (iii) V in must be greater than volt, limited frequency of relay, mech life of relay 2 (c) main: bsf PORTB,4 movlw d 5 call wait bcf PORTB,4 loop: call adcread sublw d 40 btfsc STATUS,Z ( for status Z, for clear) 2 goto wet btfss STATUS,C ( for status C, for set) 2 goto wet ( for both goto wet) bcf PORTB,4 call delay goto main wet: bsf PORTB,4 goto loop 6 (40) Page 6

17 Q0 (a) B (i) + ƩM Q =0 (R B ) + (7 5 ) = 0 2 substitutions 2 R B = +7 5kN answer 3 (ii) ƩM Q = 0+ + (4. 09 perp) + (F ) (7 5 2) = 0 3 substitutions 3 + ( ) + F 5 = 0 calculation F = 0kN answer perp 44cos30 224m 6 Page 7

18 Q0 (b) ƩM P = 0 + (M 3 ) + (2 5 ) = 0 M 3 = + 2 5kN (TIE) 3 ƩM Q = 0 + +(2 5 2) + (M perp) = 0 perp = 44cos30 = 224m 5 M = M 4 08kN (STRUT) 5 perp 2 = 44sin30 ƩM R = 0 + = 0 707m (M perp 2) (M2 44) 0 OR : Fh 0 ve + ( ) + (M 2 44) = 0 + M cos5 + M 2 cos45 + M 3 = M2 4 08cos5 + M 2 cos = 0 44 M 2 = M 2 cos45 = 44 M 2 =2 04kN (TIE) M 2 = 2 04kN (TIE). 5 3 Page 8

19 Q0 (c) 0 32 V out = t 2 V out = 0 6t 2 (d) V out = Vin dt RC 0 6t = V 6 6 in dt substitutions 2 V in 0 6t t 8 36 integration V in = = 2 94 volts 4 (e) V out = 0 6t 2 = 0 6t substitutions 2 t= 0 6 t = 75 seconds answer 2 Page 9

20 Q0 (f) When V in = 5V: lower threshold, output already low. correct state Rp = 2 78k substitutions & answer 2 R 35 substitution R 5 P 35 R R 6 49k 6 (g) Switch-off voltage: Output already high correct state Rp = 2 73k substitution 68 V = 5 = 3 57 volts V 2 = 3 57 volts 4 (40) [END OF MARKING INSTRUCTIONS] Page 20

2013 Technological Studies. Advanced Higher. Finalised Marking Instructions

2013 Technological Studies. Advanced Higher. Finalised Marking Instructions 03 Technological Studies Advanced Higher Finalised Marking Instructions Scottish Qualifications Authority 03 The information in this publication may be reproduced to support SQA qualifications only on

More information

2011 Technological Studies. Advanced Higher. Finalised Marking Instructions

2011 Technological Studies. Advanced Higher. Finalised Marking Instructions 0 Technological Studies Advanced Higher Finalised Marking Instructions Scottish ualifications Authority 0 The information in this publication may be reproduced to support SA qualifications only on a noncommercial

More information

2014 Technological Studies. Higher. Finalised Marking Instructions

2014 Technological Studies. Higher. Finalised Marking Instructions 2014 Technological Studies Higher Finalised Marking Instructions Scottish Qualifications Authority 2014 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial

More information

2012 Technological Studies. Higher. Finalised Marking Instructions

2012 Technological Studies. Higher. Finalised Marking Instructions 0 Technological Studies Higher Finalised Marking Instructions Scottish Qualifications Authority 0 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

ECE Test #1: Name

ECE Test #1: Name ECE 376 - Test #1: Name Closed Book, Closed Notes. Calculators Permitted. February 12, 2016 Design an embedded system which is placed inside a refrigerator and, each time the door is opened The PIC increments

More information

2016 Engineering Science. Higher. Finalised Marking Instructions

2016 Engineering Science. Higher. Finalised Marking Instructions National Qualifications 206 206 Engineering Science Higher Finalised ing Instructions Scottish Qualifications Authority 206 The information in this publication may be reproduced to support SQA qualifications

More information

2018 Engineering Science. National 5. Finalised Marking Instructions

2018 Engineering Science. National 5. Finalised Marking Instructions National Qualifications 2018 2018 Engineering Science National 5 Finalised Marking Instructions Scottish Qualifications Authority 2018 The information in this publication may be reproduced to support SQA

More information

Engineering Science. Advanced Higher. Finalised Marking Instructions

Engineering Science. Advanced Higher. Finalised Marking Instructions National Qualifications 206 Engineering Science Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 206 The information in this publication may be reproduced to support SQA qualifications

More information

2014 Physics. Higher (Revised) Finalised Marking Instructions

2014 Physics. Higher (Revised) Finalised Marking Instructions 014 Physics Higher (Revised) Finalised Marking Instructions Scottish Qualifications Authority 014 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial

More information

2014 Physics. Higher. Finalised Marking Instructions

2014 Physics. Higher. Finalised Marking Instructions 2014 Physics Higher Finalised Marking Instructions Scottish Qualifications Authority 2014 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial basis.

More information

2015 Physics. Higher (Revised) Finalised Marking Instructions

2015 Physics. Higher (Revised) Finalised Marking Instructions 05 Physics Higher (Revised) Finalised Marking Instructions Scottish Qualifications Authority 05 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial

More information

2017 Physics. National 5. Finalised Marking Instructions

2017 Physics. National 5. Finalised Marking Instructions National Qualifications 2017 2017 Physics National 5 Finalised Marking Instructions Scottish Qualifications Authority 2017 The information in this publication may be reproduced to support SQA qualifications

More information

2017 Physics. Advanced Higher. Finalised Marking Instructions

2017 Physics. Advanced Higher. Finalised Marking Instructions National Qualifications 07 07 Physics Advanced Higher Finalised Marking Instructions Scottish Qualifications Authority 07 The information in this publication may be reproduced to support SQA qualifications

More information

2013 Physics. Intermediate 1. Finalised Marking Instructions

2013 Physics. Intermediate 1. Finalised Marking Instructions 203 Physics Intermediate Finalised Marking Instructions Scottish Qualifications Authority 203 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial

More information

2017 Engineering Science. Higher. Finalised Marking Instructions

2017 Engineering Science. Higher. Finalised Marking Instructions National Qualifications 2017 2017 Engineering Science Higher Finalised Marking Instructions Scottish Qualifications Authority 2017 The information in this publication may be reproduced to support SQA qualifications

More information

2015 Mathematics. Advanced Higher. Finalised Marking Instructions

2015 Mathematics. Advanced Higher. Finalised Marking Instructions 015 Mathematics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 015 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

2014 Applied Mathematics - Mechanics. Advanced Higher. Finalised Marking Instructions

2014 Applied Mathematics - Mechanics. Advanced Higher. Finalised Marking Instructions 04 Applied Mathematics - Mechanics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 04 The information in this publication may be reproduced to support SQA qualifications only

More information

2016 Physics. Higher. Finalised Marking Instructions

2016 Physics. Higher. Finalised Marking Instructions National Qualifications 016 016 Physics Higher Finalised ing Instructions Scottish Qualifications Authority 016 The information in this publication may be reproduced to support SQA qualifications only

More information

2008 Physics. Intermediate 2. Finalised Marking Instructions

2008 Physics. Intermediate 2. Finalised Marking Instructions 2008 Physics Intermediate 2 Finalised Marking Instructions Scottish Qualifications Authority 2008 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

2010 Maths. Advanced Higher. Finalised Marking Instructions

2010 Maths. Advanced Higher. Finalised Marking Instructions 00 Maths Advanced Higher Finalised Marking Instructions Scottish Qualifications Authority 00 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

2011 Maths. Advanced Higher. Finalised Marking Instructions

2011 Maths. Advanced Higher. Finalised Marking Instructions 0 Maths Advanced Higher Finalised Marking Instructions Scottish Qualifications Authority 0 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis.

More information

2015 Chemistry. Intermediate 1. Finalised Marking Instructions

2015 Chemistry. Intermediate 1. Finalised Marking Instructions 205 Chemistry Intermediate Finalised ing Instructions Scottish Qualifications Authority 205 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis.

More information

2013 Applied Mathematics Mechanics. Advanced Higher. Finalised Marking Instructions

2013 Applied Mathematics Mechanics. Advanced Higher. Finalised Marking Instructions 0 Applied Mathematics Mechanics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 0 The information in this publication may be reproduced to support SQA qualifications only on

More information

2010 Physics. Higher. Marking Instructions

2010 Physics. Higher. Marking Instructions 2010 Physics Higher Marking Instructions Scottish Qualifications Authority 2010 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis. If it

More information

2018 Engineering Science. Higher. Finalised Marking Instructions

2018 Engineering Science. Higher. Finalised Marking Instructions National Qualifications 2018 2018 Engineering Science Higher Finalised Marking Instructions Scottish Qualifications Authority 2018 The information in this publication may be reproduced to support SQA qualifications

More information

2018 Mathematics. National 5 - Paper 1. Finalised Marking Instructions

2018 Mathematics. National 5 - Paper 1. Finalised Marking Instructions National Qualifications 018 018 Mathematics National 5 - Paper 1 Finalised Marking Instructions Scottish Qualifications Authority 018 The information in this publication may be reproduced to support SQA

More information

2006 Applied Mathematics. Advanced Higher Mechanics. Finalised Marking Instructions

2006 Applied Mathematics. Advanced Higher Mechanics. Finalised Marking Instructions 006 Applied Mathematics Advanced Higher Mechanics Finalised Marking Instructions The Scottish Qualifications Authority 006 The information in this publication may be reproduced to support SQA qualifications

More information

2010 Physics. Intermediate 2. Finalised Marking Instructions

2010 Physics. Intermediate 2. Finalised Marking Instructions 2010 Physics Intermediate 2 Finalised Marking Instructions Scottish Qualifications Authority 2010 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

National Quali cations SPECIMEN ONLY. Date of birth Scottish candidate number

National Quali cations SPECIMEN ONLY. Date of birth Scottish candidate number N5FOR OFFICIAL USE S860/75/0 National Quali cations SPECIMEN ONLY Mark Practical Electronics Date Not applicable Duration hour *S860750* Fill in these boxes and read what is printed below. Full name of

More information

2013 Physics. Standard Grade General. Finalised Marking Instructions

2013 Physics. Standard Grade General. Finalised Marking Instructions 03 Physics Standard Grade General Finalised Marking Instructions Scottish Qualifications Authority 03 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

X100/701 MATHEMATICS ADVANCED HIGHER. Read carefully

X100/701 MATHEMATICS ADVANCED HIGHER. Read carefully X/7 N A T I O N A L Q U A L I F I C A T I O N S 9 T H U R S D A Y, M A Y. P M. P M MATHEMATICS ADVANCED HIGHER Read carefully. Calculators may be used in this paper.. Candidates should answer all questions.

More information

2016 Mathematics. Advanced Higher. Finalised Marking Instructions

2016 Mathematics. Advanced Higher. Finalised Marking Instructions National Qualifications 06 06 Mathematics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 06 The information in this publication may be reproduced to support SQA qualifications

More information

2011 Physics. Higher. Finalised Marking Instructions

2011 Physics. Higher. Finalised Marking Instructions 2011 Physics Higher Finalised Marking Instructions Scottish Qualifications Authority 2011 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis.

More information

2007 Mathematics. Standard Grade Credit. Finalised Marking Instructions

2007 Mathematics. Standard Grade Credit. Finalised Marking Instructions 007 Mathematics Standard Grade Credit Finalised Marking Instructions Scottish Qualifications Authority 007 The information in this publication may be reproduced to support SQA qualifications only on a

More information

2016 Physics. Advanced Higher. Finalised Marking Instructions

2016 Physics. Advanced Higher. Finalised Marking Instructions National Qualifications 06 06 Physics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 06 The information in this publication may be reproduced to support SQA qualifications

More information

2010 Applied Maths. Advanced Higher Statistics. Finalised Marking Instructions

2010 Applied Maths. Advanced Higher Statistics. Finalised Marking Instructions 200 Applied Maths Advanced Higher Statistics Finalised Marking Instructions Scottish Qualifications Authority 200 The information in this publication may be reproduced to support SQA qualifications only

More information

2014 Applied Mathematics - Statistics. Advanced Higher. Finalised Marking Instructions

2014 Applied Mathematics - Statistics. Advanced Higher. Finalised Marking Instructions 04 pplied Mathematics - Statistics dvanced Higher Finalised ing Instructions Scottish Qualifications uthority 04 The information in this publication may be reproduced to support SQ qualifications only

More information

2015 Physics. Advanced Higher. Finalised Marking Instructions

2015 Physics. Advanced Higher. Finalised Marking Instructions 05 Physics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 05 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial basis.

More information

2014 Physics. Advanced Higher. Finalised Marking Instructions

2014 Physics. Advanced Higher. Finalised Marking Instructions 04 Physics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 04 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis.

More information

2016 Mathematics. Advanced Higher. Finalised Marking Instructions

2016 Mathematics. Advanced Higher. Finalised Marking Instructions National Qualifications 06 06 Mathematics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 06 The information in this publication may be reproduced to support SQA qualifications

More information

2015 Mathematics. Higher. Finalised Marking Instructions

2015 Mathematics. Higher. Finalised Marking Instructions 05 Mathematics Higher Finalised Marking Instructions Scottish Qualifications Authority 05 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis.

More information

2015 Mathematics. Intermediate 2 Units 1, 2 and 3 Paper 1 (Non-Calculator) Finalised Marking Instructions

2015 Mathematics. Intermediate 2 Units 1, 2 and 3 Paper 1 (Non-Calculator) Finalised Marking Instructions 015 Mathematics Intermediate Units 1, and Paper 1 (Non-Calculator) Finalised ing Instructions Scottish Qualifications Authority 015 The information in this publication may be reproduced to support SQA

More information

2018 Mathematics. Advanced Higher. Finalised Marking Instructions

2018 Mathematics. Advanced Higher. Finalised Marking Instructions National Qualifications 08 08 Mathematics Advanced Higher Finalised Marking Instructions Scottish Qualifications Authority 08 The information in this publication may be reproduced to support SQA qualifications

More information

2013 Mathematics. Advanced Higher. Finalised Marking Instructions

2013 Mathematics. Advanced Higher. Finalised Marking Instructions 0 Mathematics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 0 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

2006 Mathematics. Standard Grade Credit. Finalised Marking Instructions

2006 Mathematics. Standard Grade Credit. Finalised Marking Instructions 006 Mathematics Standard Grade Credit Finalised Marking Instructions The Scottish Qualifications Authority 006 The information in this publication may be reproduced to support SQA qualifications only on

More information

2008 Mathematics. Standard Grade Credit. Finalised Marking Instructions

2008 Mathematics. Standard Grade Credit. Finalised Marking Instructions 008 Mathematics Standard Grade Credit Finalised Marking Instructions Scottish Qualifications Authority 008 The information in this publication may be reproduced to support SQA qualifications only on a

More information

2014 Chemistry. Intermediate 1. Finalised Marking Instructions

2014 Chemistry. Intermediate 1. Finalised Marking Instructions 204 Chemistry Intermediate Finalised ing Instructions Scottish Qualifications Authority 204 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis.

More information

LECTURE 28. Analyzing digital computation at a very low level! The Latch Pipelined Datapath Control Signals Concept of State

LECTURE 28. Analyzing digital computation at a very low level! The Latch Pipelined Datapath Control Signals Concept of State Today LECTURE 28 Analyzing digital computation at a very low level! The Latch Pipelined Datapath Control Signals Concept of State Time permitting, RC circuits (where we intentionally put in resistance

More information

2017 Physics. Higher. Finalised Marking Instructions

2017 Physics. Higher. Finalised Marking Instructions National Qualifications 07 07 Physics Higher Finalised Marking Instructions Scottish Qualifications Authority 07 The information in this publication may be reproduced to support SQA qualifications only

More information

2017 Mathematics Paper 1 (Non-calculator) Higher. Finalised Marking Instructions

2017 Mathematics Paper 1 (Non-calculator) Higher. Finalised Marking Instructions National Qualifications 07 07 Mathematics Paper (Non-calculator) Higher Finalised Marking Instructions Scottish Qualifications Authority 07 The information in this publication may be reproduced to support

More information

2007 Physics. Higher. Finalised Marking Instructions

2007 Physics. Higher. Finalised Marking Instructions 007 Physics Higher Finalised Marking Instructions Scottish Qualifications Authority 007 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial basis.

More information

2014 Mathematics. Advanced Higher. Finalised Marking Instructions

2014 Mathematics. Advanced Higher. Finalised Marking Instructions 0 Mathematics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 0 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

2009 Applied Mathematics. Advanced Higher Mechanics. Finalised Marking Instructions

2009 Applied Mathematics. Advanced Higher Mechanics. Finalised Marking Instructions 2009 Applied Mathematics Advanced Higher Mechanics Finalised Marking Instructions Scottish Qualifications Authority 2009 The information in this publication may be reproduced to support SQA qualifications

More information

2006 Physics. Higher. Finalised Marking Instructions

2006 Physics. Higher. Finalised Marking Instructions 006 Physics Higher Finalised Marking Instructions The Scottish Qualifications Authority 006 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial

More information

PMT. Mark Scheme (Results) January GCE Physics (6PH08) Paper 01 Experimental Physics (Written Alternative)

PMT. Mark Scheme (Results) January GCE Physics (6PH08) Paper 01 Experimental Physics (Written Alternative) Mark Scheme (Results) January 2012 GCE Physics (6PH08) Paper 01 Experimental Physics (Written Alternative) Edexcel and BTEC Qualifications Edexcel and BTEC qualifications come from Pearson, the world s

More information

2009 Physics. Standard Grade Credit. Finalised Marking Instructions

2009 Physics. Standard Grade Credit. Finalised Marking Instructions 009 Physics Standard Grade Credit Finalised ing Instructions Scottish Qualifications Authority 009 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

Technological Studies Data Booklet Higher

Technological Studies Data Booklet Higher Technological Studies Data Booklet Higher For use in National Qualification Courses leading to the 009 examinations and beyond. Published date: July 008 Publication code: BB4470 ISBN: 978 1 8969 608 8

More information

ECE 341. Lecture # 3

ECE 341. Lecture # 3 ECE 341 Lecture # 3 Instructor: Zeshan Chishti zeshan@ece.pdx.edu October 7, 2013 Portland State University Lecture Topics Counters Finite State Machines Decoders Multiplexers Reference: Appendix A of

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) State any two Boolean laws. (Any 2 laws 1 mark each)

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) State any two Boolean laws. (Any 2 laws 1 mark each) Subject Code: 17333 Model Answer Page 1/ 27 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model

More information

Engineering Science Data Booklet

Engineering Science Data Booklet Engineering Science Data Booklet Advanced Higher For use in National Qualification Courses leading to the 2015 examinations and beyond. Publication date: 2016 Publication code: BB6957 ISBN: 978 1 910180

More information

S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques

S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques Time: 3 Hrs.] Prelim Question Paper Solution [Marks : 100 Q.1(a) Attempt any SIX of the following : [12]

More information

2014 Chemistry. Higher. Finalised Marking Instructions

2014 Chemistry. Higher. Finalised Marking Instructions 2014 Chemistry igher Finalised ing Instructions Scottish Qualifications Authority 2014 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial basis.

More information

King Fahd University of Petroleum and Minerals College of Computer Science and Engineering Computer Engineering Department

King Fahd University of Petroleum and Minerals College of Computer Science and Engineering Computer Engineering Department King Fahd University of Petroleum and Minerals College of Computer Science and Engineering Computer Engineering Department Page 1 of 13 COE 202: Digital Logic Design (3-0-3) Term 112 (Spring 2012) Final

More information

2006 Physics. Advanced Higher. Finalised Marking Instructions

2006 Physics. Advanced Higher. Finalised Marking Instructions 006 Physics Advanced Higher Finalised Marking Instructions The Scottish Qualifications Authority 006 The information in this publication may be reproduced to support SQA qualifications only on a non-commercial

More information

National Quali cations

National Quali cations H SPECIMEN S87/76/ National Quali cations ONLY Mathematics Paper Date Not applicable Duration hour 5 minutes Total marks 80 Attempt ALL questions. You may use a calculator. To earn full marks you must

More information

2011 Physics. Standard Grade Credit. Marking Instructions

2011 Physics. Standard Grade Credit. Marking Instructions 0 Physics Standard Grade Credit ing Instructions Scottish Qualifications Authority 0 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis. If

More information

2017 Chemistry. National 5. Finalised Marking Instructions

2017 Chemistry. National 5. Finalised Marking Instructions National Qualifications 2017 2017 Chemistry National 5 Finalised Marking Instructions Scottish Qualifications Authity 2017 The infmation in this publication may be reproduced to suppt SQA qualifications

More information

Forename(s) Surname Number of seat. Date of birth Day Month Year Scottish candidate number

Forename(s) Surname Number of seat. Date of birth Day Month Year Scottish candidate number H National Quali cations SPECIMEN ONLY SQ13/H/01 Mark Engineering Science FOR OFFICIAL USE Date Not applicable Duration 2 hours *SQ13H01* Fill in these boxes and read what is printed below. Full name of

More information

Sample Test Paper - I

Sample Test Paper - I Scheme G Sample Test Paper - I Course Name : Computer Engineering Group Marks : 25 Hours: 1 Hrs. Q.1) Attempt any THREE: 09 Marks a) Define i) Propagation delay ii) Fan-in iii) Fan-out b) Convert the following:

More information

Measurement and Instrumentation. Sampling, Digital Devices, and Data Acquisition

Measurement and Instrumentation. Sampling, Digital Devices, and Data Acquisition 2141-375 Measurement and Instrumentation Sampling, Digital Devices, and Data Acquisition Basic Data Acquisition System Analog Form Analog Form Digital Form Display Physical varialble Sensor Signal conditioning

More information

MODEL ANSWER SUMMER 17 EXAMINATION Subject Title: Principles of Digital Techniques

MODEL ANSWER SUMMER 17 EXAMINATION Subject Title: Principles of Digital Techniques MODEL ANSWER SUMMER 17 EXAMINATION Subject Title: Principles of Digital Techniques Subject Code: Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word

More information

National Quali cations SPECIMEN ONLY. Date of birth Scottish candidate number

National Quali cations SPECIMEN ONLY. Date of birth Scottish candidate number N5FOR OFFICIAL USE S847/75/0 Date Not applicable Duration hour 5 minutes National Quali cations SPECIMEN ONLY Mark Mathematics Paper (Non-Calculator) *S847750* Fill in these boxes and read what is printed

More information

Unit II Chapter 4:- Digital Logic Contents 4.1 Introduction... 4

Unit II Chapter 4:- Digital Logic Contents 4.1 Introduction... 4 Unit II Chapter 4:- Digital Logic Contents 4.1 Introduction... 4 4.1.1 Signal... 4 4.1.2 Comparison of Analog and Digital Signal... 7 4.2 Number Systems... 7 4.2.1 Decimal Number System... 7 4.2.2 Binary

More information

MECH 1500 Final Part 2 Review

MECH 1500 Final Part 2 Review Name: Class: Date: MECH 1500 Final Part 2 Review True/False Indicate whether the statement is true or false. 1. Programmed counters can serve the same function as mechanical counters. 2. Every PLC model

More information

Mark Scheme (Results) June GCE Physics (6PH08) Paper 01 Experimental Physics (WA)

Mark Scheme (Results) June GCE Physics (6PH08) Paper 01 Experimental Physics (WA) Mark Scheme (Results) June 2011 GCE Physics (6PH08) Paper 01 Experimental Physics (WA) Edexcel is one of the leading examining and awarding bodies in the UK and throughout the world. We provide a wide

More information

2004 Physics. Higher. Finalised Marking Instructions

2004 Physics. Higher. Finalised Marking Instructions 004 Physics Higher Finalised Marking Instructions Scottish Qualifications Authority Detailed Marking Instructions - Higher Physics. General Marking Instructions SQA published Physics General Marking Instructions

More information

S.Y. Diploma : Sem. III [CO/CM/IF/CD/CW] Digital Techniques

S.Y. Diploma : Sem. III [CO/CM/IF/CD/CW] Digital Techniques S.Y. Diploma : Sem. III [CO/CM/IF/CD/CW] Digital Techniques Time: 3 Hrs.] Prelim Question Paper Solution [Marks : 100 Q.1(a) Attempt any SIX of the following : [12] Q.1(a) (i) Derive AND gate and OR gate

More information

Layout of 7400-series Chips Commonly Used in. CDA 3101: Introduction to Computer Hardware and Organization

Layout of 7400-series Chips Commonly Used in. CDA 3101: Introduction to Computer Hardware and Organization Layout of 400-series Chips Commonly Used in CDA 30: Introduction to Computer Hardware and Organization Charles N. Winton Department of Computer and Information Sciences University of North Florida 999

More information

Vidyalankar S.E. Sem. III [ETRX] Digital Circuits and Design Prelim Question Paper Solution

Vidyalankar S.E. Sem. III [ETRX] Digital Circuits and Design Prelim Question Paper Solution S.E. Sem. III [ETRX] Digital Circuits and Design Prelim uestion Paper Solution. (a) Static Hazard Static hazards have two cases: static and static. static- hazard exists when the output variable should

More information

Vidyalankar S.E. Sem. III [INFT] Analog and Digital Circuits Prelim Question Paper Solution

Vidyalankar S.E. Sem. III [INFT] Analog and Digital Circuits Prelim Question Paper Solution . (a). (b) S.E. Sem. III [INFT] Analog and Digital Circuits Prelim Question Paper Solution Practical Features of OpAmp (A 74) i) Large voltage gain (of the order of 2 0 5 ) ii) Very high input resistance

More information

WORKBOOK. Try Yourself Questions. Electrical Engineering Digital Electronics. Detailed Explanations of

WORKBOOK. Try Yourself Questions. Electrical Engineering Digital Electronics. Detailed Explanations of 27 WORKBOOK Detailed Eplanations of Try Yourself Questions Electrical Engineering Digital Electronics Number Systems and Codes T : Solution Converting into decimal number system 2 + 3 + 5 + 8 2 + 4 8 +

More information

2016 Chemistry. National 5. Finalised Marking Instructions

2016 Chemistry. National 5. Finalised Marking Instructions National Qualifications 2016 2016 Chemistry National 5 Finalised ing Instructions The information in this publication may be reproduced to support SQA qualifications only on a non-commercial basis. If

More information

National 5 Physics. Relevant Past Paper Questions from SQA Standard Grade Credit and Intermediate 2 papers. Unit 1: Energy and Electricity.

National 5 Physics. Relevant Past Paper Questions from SQA Standard Grade Credit and Intermediate 2 papers. Unit 1: Energy and Electricity. National 5 Physics Relevant Past Paper Questions from SQA Standard Grade Credit and Intermediate 2 papers Unit 1: Energy and Electricity March 2014 Transforming lives through learning N5 Physics Past Paper

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified)

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) WINTER 17 EXAMINATION Subject Name: Digital Techniques Model Answer Subject Code: 17333 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given

More information

on candidate s understanding. 7) For programming language papers, credit may be given to any other program based on equivalent concept.

on candidate s understanding. 7) For programming language papers, credit may be given to any other program based on equivalent concept. WINTER 17 EXAMINATION Subject Name: Digital Techniques Model Answer Subject Code: 17333 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given

More information

Final Marking Guidelines

Final Marking Guidelines General Certificate of Education Physics Investigative Skills Assignment (ISA) Q PHY6T/Q/mark Written Test Final Marking Guidelines 0 examination June series WMP/Jun/PHY6T/Q/mark Physics ISA Q - AQA GCE

More information

National Quali cations EXEMPLAR PAPER ONLY

National Quali cations EXEMPLAR PAPER ONLY FOR OFFICIAL USE H National Quali cations Mark EXEMPLAR PAPER ONLY EP13/H/01 Engineering Science Date Not applicable Duration 2 hours *EP13H01* Fill in these boxes and read what is printed below. Full

More information

Digital Circuits. 1. Inputs & Outputs are quantized at two levels. 2. Binary arithmetic, only digits are 0 & 1. Position indicates power of 2.

Digital Circuits. 1. Inputs & Outputs are quantized at two levels. 2. Binary arithmetic, only digits are 0 & 1. Position indicates power of 2. Digital Circuits 1. Inputs & Outputs are quantized at two levels. 2. inary arithmetic, only digits are 0 & 1. Position indicates power of 2. 11001 = 2 4 + 2 3 + 0 + 0 +2 0 16 + 8 + 0 + 0 + 1 = 25 Digital

More information

2012 Physics. Standard Grade General. Finalised Marking Instructions

2012 Physics. Standard Grade General. Finalised Marking Instructions 2012 Physics Standard Grade General Finalised ing Instructions Scottish Qualifications Authority 2012 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

2006 Chemistry. Higher. Finalised Marking Instructions

2006 Chemistry. Higher. Finalised Marking Instructions G14 2006 Chemistry igher Finalised Marking Instructions The Scottish Qualifications Authority 2006 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial

More information

National Quali cations 2018

National Quali cations 2018 H FOR X723/76/01 OFFICIAL USE National Quali cations 2018 Mark Engineering Science THURSDAY, 24 MAY 1:00 PM 3:00 PM *X7237601* Fill in these boxes and read what is printed below. Full name of centre Town

More information

NOTE: The Flatpak version has the same pinouts (Connection Diagram) as the Dual In-Line Package. *MR for LS160A and LS161A *SR for LS162A and LS163A

NOTE: The Flatpak version has the same pinouts (Connection Diagram) as the Dual In-Line Package. *MR for LS160A and LS161A *SR for LS162A and LS163A BCD DECADE COUNTERS/ 4-BIT BINARY COUNTERS The LS160A/ 161A/ 162A/ 163A are high-speed 4-bit synchronous counters. They are edge-triggered, synchronously presettable, and cascadable MSI building blocks

More information

COE 202: Digital Logic Design Sequential Circuits Part 4. Dr. Ahmad Almulhem ahmadsm AT kfupm Phone: Office:

COE 202: Digital Logic Design Sequential Circuits Part 4. Dr. Ahmad Almulhem   ahmadsm AT kfupm Phone: Office: COE 202: Digital Logic Design Sequential Circuits Part 4 Dr. Ahmad Almulhem Email: ahmadsm AT kfupm Phone: 860-7554 Office: 22-324 Objectives Registers Counters Registers 0 1 n-1 A register is a group

More information

ENGR-4300 Fall 2008 Test 3. Name SOLUTION. Section 1(MR 8:00) 2(TF 2:00) (circle one) Question I (20 points) Question II (15 points)

ENGR-4300 Fall 2008 Test 3. Name SOLUTION. Section 1(MR 8:00) 2(TF 2:00) (circle one) Question I (20 points) Question II (15 points) ENGR-4300 Fall 008 Test 3 Name SOLUTION Section (MR 8:00) (TF :00) (circle one) Question I (0 points) Question II (5 points) Question III (0 points) Question I (0 points) Question (5 points) Total (00

More information

Roger L. Tokheim. Chapter 8 Counters Glencoe/McGraw-Hill

Roger L. Tokheim. Chapter 8 Counters Glencoe/McGraw-Hill Digital Electronics Principles & Applications Sixth Edition Roger L. Tokheim Chapter 8 Counters 2003 Glencoe/McGraw-Hill INTRODUCTION Overview of Counters Characteristics of Counters Ripple Up Counter

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) SUMMER 14 EXAMINATION Model Answer

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) SUMMER 14 EXAMINATION Model Answer MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC 27001 2005 Certified) SUMMER 14 EXAMINATION Model Answer Subject Code : 17320 Page No: 1/34 Important Instructions to examiners: 1)

More information

Chapter 4. Combinational: Circuits with logic gates whose outputs depend on the present combination of the inputs. elements. Dr.

Chapter 4. Combinational: Circuits with logic gates whose outputs depend on the present combination of the inputs. elements. Dr. Chapter 4 Dr. Panos Nasiopoulos Combinational: Circuits with logic gates whose outputs depend on the present combination of the inputs. Sequential: In addition, they include storage elements Combinational

More information

2012 Physics. Advanced Higher. Finalised Marking Instructions

2012 Physics. Advanced Higher. Finalised Marking Instructions 01 Physics Advanced Higher Finalised ing Instructions Scottish Qualifications Authority 01 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis.

More information

EEE Lecture 1 -1-

EEE Lecture 1 -1- EEE3410 - Lecture 1-1- 1. PC -> Address Move content of the Program Counter to Address Bus 2. Mem(Add) -> ID Move the Data at Location Add from main memory to Instruction Decoder (ID) 3. Acc s -> ALU Move

More information

This Unit may form part of an National Qualification Group Award or may be offered on a freestanding

This Unit may form part of an National Qualification Group Award or may be offered on a freestanding National Unit Specification: general information CODE F5H8 12 SUMMARY This Unit introduces candidates to the principles of the basic electrical circuit elements of resistance, self inductance, mutual inductance

More information