Programming Flashcards
What is programming?
Programming is writing computer code to create a program, to solve a problem.
What are the two ways algorithms can be represented as?
pseudocode or a flowchart.
What is a program?
Programs are made up of statements that the programming language knows and understands.
What is the function of ‘while’?
complete a set of instructions until a requirement has been met.
What is the function for ‘print( )’?
Prints what is inside the brackets.
what is iteration?
the process of repeating steps.
what is a variable?
a memory location that can store a value.
what is an algorithm?
a set of step-by-step instructions.
what coding language is portrayed using only ‘1’ and ‘0’?
Bianry
name a coding language?
there are many coding languages that can be used, including Binary, C++, JavaScript, Python, and Temple OS