Tag Archives: HarvardX

M1D12: CS50 C

source code – code that you the human programmer write. Computers understand information represented by binary or machine code. There will be letters, numbers, and instructions. Compiler compiler – convert source code in machine code. A compiler is a special program … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , , | Leave a comment

CS50 – Scratch Project

I finally managed to complete my Scratch Project for CS50. It took me almost two weeks to work on this. I think I kind of planned something really complex for me. This was not my original plan. I initially planned … Continue reading

Posted in Study Notes | Tagged , , | Leave a comment

M1D3: CS50 Lecture 0 – Scratch | Part 2

Event – something graphical or interactive which happens in a computer program. Arguments or Parameters – input to a function that modifies the behaviour Hello, World! (input) → Say (Algorithm) → cat with speech bubbles (Output) Input is the argument, … Continue reading

Posted in Study Notes | Tagged , , | Leave a comment

M1D3: CS50 Lecture 0 – Scratch | Part 1

“What ultimately matters is where you end up relative to yourself when you began.“ David Malan Computational Thinking – application of ideas from Computer Science Computer Science – a big part of it is programming. Study of information. Problem Solving … Continue reading

Posted in Study Notes | Tagged , , | Leave a comment