Computational Thinking Flashcards
Variable
Acts as a storage location that can be used to store a value
Sequential Search
NAME?
Binary Search
NAME?
Syntax
Refers to the structure/form of the code that a specific programming language specifies
Semantics
Deals with the meaning assigned to the symbols, characters and words
Why are higher level languages needed?
NAME?
Compiler
A translator that executes the translation process only once
Interpreter
Translates every time the program is ran
Virtual Machine
A separate and independent software instance a fall copy of an operating system and application
Operator
Used to manipulate operands
Object
An object comprised of data and actions(methods)
Algorithm
A process or set of rules to be followed in calculations or other problems-solving operations, especially by a computer