Computing Python And The One After Flashcards
Why is python easier than any other ?
Easy instructions
Simple rules
Very easy to find errors and fix them
Helps us create programs that save time and effort
Who is the inventer of python?
Guido van rossum
What is an algorithm?
A set of well defined instructions that allow us to solve a problem in a step by step manner.
What r the rules for writing an algorithm?
Finite number of steps
Well ordered steps
What r flowcharts?
A graphical representation of a logical flow of data?
Name some apps to make a flowchart in Google docs.
Google drawings
Microsoft visio
Python is a dash language?
Text based
What are the types of views in python?
Blocks view
Split view
Text view
What do u use to save a program on ur computer?
Download
What is a variable?
A variable is used to store a value(the value can change)
Dash is the smallest unit of a python program?
Token
What are the five tokens of python?
Reserved words
Literals
Delimiters
Operaters
Identifier
What r reserve words?
Words that have a predetermined meaning of a signifance in python
.e.g/if,or,as,true,false
What are delimiters?
They r symbols which perform 3 special rules/grouping, punctuation, assignment.
E.g/+= /=»_space;/
What r identifiers?
A user defined name in python
Used for variables, functions and modules.
E.g/name,greeting,x