Hero image

11Uploads

1k+Views

331Downloads

Boolean Algebra - De Morgan Laws
marianiuxmarianiux

Boolean Algebra - De Morgan Laws

(0)
Be familiar with rules to derive Boolean Algebra: De Morgan’s Laws, Distribution, Association, Commutation, Double Negation Use the rules to simplify Boolean expressions
Karnaugh Maps
marianiuxmarianiux

Karnaugh Maps

(1)
Manipulate Boolean Expressions Use of Karnaugh maps to simplify Boolean expressions
Lucky Pie  for New Year's Day  or VASILOPITA (or Roscon) - Python Programming
marianiuxmarianiux

Lucky Pie for New Year's Day or VASILOPITA (or Roscon) - Python Programming

(0)
Lucky pie is a pie which contains a hidden coin or trinket which gives good luck to the receiver. It is a tradition I follow in Greece and I made this programme to share a new year’s pie electronically because of the circumstances and the social distancing. Fantastic game for all ages to learn python and gui (such as tkinter) ! I strongly recommend it for all your KS2, KS3 and KS5 lessons! Although for A level you can use OOP programming for the same problem. Do get in touch with me if you need any advice. Enjoy!
Boolean Logic
marianiuxmarianiux

Boolean Logic

(0)
For Computer Science Students from 15 to 19 years old I use this resource for my year 12 but it’s very simple for everyone in KS3 who studies GCSE, Btec and A level Computer Science
8 ball
marianiuxmarianiux

8 ball

(0)
8 ball game with python Great opportunity to teach random and arrays in Python!
Bubble sort in a 2-dimensional array (python, pascal and c++)
marianiuxmarianiux

Bubble sort in a 2-dimensional array (python, pascal and c++)

(0)
I have created the following programme in python, pascal and c++: TASK We have random grades of 25 students from two semesters. We save this info in a 2 dimensional array of 25 rows and 2 columns The task is to sort the 2d array according to the second column in an ascending order via a procedure. Topics covered: subprogrammes random arrays sort
Roscon with Python and OOP
marianiuxmarianiux

Roscon with Python and OOP

(0)
Lucky New Year’s pie for Spanish tradition. It has one lucky coin and one zong. You can teach your students about Python and have fun! Areas that are covered: arrays/lists random objects (oop)