Introduction to programming Flashcards
Why do we need programming?
They are the instructions to computers to get them to function
What type of machines are computers
Computers are deterministic machines
What does deterministic mean?
They cannot guess and can only perform instructions as they are told
Give 6 examples of programming languages?
Python, Java, c++, c# , Javascript and Lua
What is python written using?
It is written using a development environment like IDLE or PyCharm
What is the syntax of Python?
It uses a special set of keywords, symbols and punctuation marks
What are the symbols for equations in Python?
+ Addition
- Subtraction
/ Division
* Multiplication
% Modulus (Remainder after division)
// Integer division (Divide and round)
** Exponentation (To the power of)