• Blog Homepage
  • Website Homepage

Magic Monk's Blog

Follow Magic Monk's Journey

Magic Monk

IT Education

Visual Basic Programming lesson 9 – While loop

By Magic Monk on Monday, March 4, 2019

In this lesson you use a While Loop to program a simulation of the greedy pig game – keep rolling the die until a 2 comes up.

Continue Reading
0
Mathematics Education

Probability lesson 6 – Binomial distribution part 1 – explanation

By Magic Monk on Sunday, March 3, 2019

In this lesson i talk about when binomial distribution is used and give you an example of how it works. Next lesson I will talk about using the formula.

Continue Reading
0
IT Education

Visual Basic Programming Lesson 8 – Arithmetic sequence generator

By Magic Monk on Saturday, March 2, 2019

In this lesson you are first introduced what an arithmetic sequence is, then you are taught how to program the formula of an arithmetic sequence in visual basic using variables, mathematical operators and for loops. Must have completed lesson 7 on For Loops prior to starting this tutorial.

Continue Reading
0
Mathematics Education

Probability lesson 5 – Expected value

By Magic Monk on Friday, March 1, 2019

In this lesson we explain what expected values are, and give you two examples for working it out.

Continue Reading
0
IT Education

Visual Basic Programming Lesson 7 – For Loops

By Magic Monk on Thursday, February 28, 2019

In this lesson you learn about using For Loops to automate actions – instead of manually repeating the same instructions over and over again, we can get the computer to do it automatically – which is essentially the whole point of programming!

Continue Reading
0
Mathematics Education

Probability lesson 4 – Mutually exclusive events in tree diagrams

By Magic Monk on Wednesday, February 27, 2019

Probability lesson 4 – Mutually exclusive events in tree diagrams

Continue Reading
0
IT Education

Visual Basic Programming Lesson 6 – Typing speed tester

By Magic Monk on Tuesday, February 26, 2019

In this lesson we create a typing speed tester program. We used the keydown event to make the program keep count of words every time the space bar is pressed. We calculated the typing speed by dividing the number of words by number of seconds and then multiplying by 60. The typing speed is continuously …

Continue Reading
0
Mathematics Education

Probability lesson 3 – Independent events

By Magic Monk on Monday, February 25, 2019

In this lesson we talk about what independent events are, and do some sample problems with the formula for calculating the probability of independent events occurring, P(A and B) = P(A) x P(B).

Continue Reading
0
IT Education

Visual Basic Programming lesson 5 – Making a stopwatch

By Magic Monk on Sunday, February 24, 2019

In this tutorial we do some preparation work to program a typing speed tester program. Eddie will take you through programming a stopwatch step by step, using the timer object, a label and 3 buttons (Start, Stop, Reset). Don’t delete this program – we will need it to continue programming our typing speed tester in …

Continue Reading
0
Mathematics Education

Probability lesson 2 – drawing a tree, multiplying along the tree

By Magic Monk on Saturday, February 23, 2019

In this lesson we talk about how to solve a probability question by drawing a tree and multiplying the probabilities along the tree to get a solution to the problem.

Continue Reading
0

Posts navigation

← Previous 1 … 55 56 57 58 59 … 75 Next →
Theme by Scissor Themes Proudly powered by WordPress