ub powerpoint template - msu

21
a logic gate in Python program BASIC PYTHON

Upload: others

Post on 10-Jun-2022

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: UB Powerpoint Template - MSU

a logic gate in Python program

BASIC PYTHON

Page 2: UB Powerpoint Template - MSU

DIVIDERSLIDESection title

BASIC PYTHONa logic gate in Python program

Olarik Surinta, PhDLecturer

Page 3: UB Powerpoint Template - MSU

3

Logic gates

Cr. https://forums.autodesk.com/t5/autocad-electrical-forum/autocad-electrical-logic-circuit-help/td-p/6706653

Page 4: UB Powerpoint Template - MSU

4

if statement

Page 5: UB Powerpoint Template - MSU

5

if..else statement

Page 6: UB Powerpoint Template - MSU

6

Practice

1) เขขยนโปรแกรมเพพพอคคคนวณเกรด ในกรณขทขพ– นนสนตไดดคะแนนตต ดงแตพ 0 – 60 จะไดดเกรด U– นนสนตไดดคะแนนตต ดงแตพ 61 – 100 จะไดดเกรด S

Page 7: UB Powerpoint Template - MSU

7

if..elif..else statement

Cr. https://docops.ca.com/ca-easytrieve/11-6/en/language-reference/statements-g-m/if-else-if-else-and-end-if-statements

Page 8: UB Powerpoint Template - MSU

8

if..elif..else statement

Page 9: UB Powerpoint Template - MSU

9

Practice

1) เขขยนโปรแกรมเพพพอคคคนวณเกรด ในกรณขทขพ– นนสนตไดดคะแนนตต ดงแตพ 0 – 49 จะไดดเกรด F– นนสนตไดดคะแนนตต ดงแตพ 50 – 55 จะไดดเกรด D+– นนสนตไดดคะแนนตต ดงแตพ 56 – 59 จะไดดเกรด D– นนสนตไดดคะแนนตต ดงแตพ 60 – 64 จะไดดเกรด C+– นนสนตไดดคะแนนตต ดงแตพ 65 – 69 จะไดดเกรด C– นนสนตไดดคะแนนตต ดงแตพ 70 – 74 จะไดดเกรด B– นนสนตไดดคะแนนตต ดงแตพ 75 – 79 จะไดดเกรด B+– นนสนตไดดคะแนนตต ดงแตพ 80 – 100 จะไดดเกรด A

Page 10: UB Powerpoint Template - MSU

10

AND gate

● if … else statement

Cr. http://phpelearnsite.blogspot.com/2012/07/php-ifelse-statements-conditional.html

Page 11: UB Powerpoint Template - MSU

11

OR gate

Page 12: UB Powerpoint Template - MSU

12

NOT gate

Page 13: UB Powerpoint Template - MSU

13

NAND gate

Cr. http://www.hardwaresecrets.com/introduction-to-logic-gates/4/ http://verticalhorizons.in/universal-gates-in-digital-electonics-nand-and-nor/

Page 14: UB Powerpoint Template - MSU

14

NAND gate

AND gate

NOT gate

Page 15: UB Powerpoint Template - MSU

15

NOR gate

Cr. http://www.hardwaresecrets.com/introduction-to-logic-gates/4/http://hyperphysics.phy-astr.gsu.edu/hbase/Electronic/nor.html

Practice

Page 16: UB Powerpoint Template - MSU

16

NOR gate

Page 17: UB Powerpoint Template - MSU

17

XOR gate

Cr. http://hyperphysics.phy-astr.gsu.edu/hbase/Electronic/xor.html

Page 18: UB Powerpoint Template - MSU

18

XOR gate Practice

Page 19: UB Powerpoint Template - MSU

19

XOR gate

Page 20: UB Powerpoint Template - MSU

20

XOR gate Practice

Page 21: UB Powerpoint Template - MSU

21

XOR gate