Algorithm Flashcards
To manage software and hardware
OS
Data structure operates the Last in first out:
Stacks
Steps by step solution for a problem
Algorithm
Java, python, C#, C++
High Level Programming LAnguage
To translate the high level code into machine code
Compiler
Type of memory that is non-volatile:
ROM
Concept of hiding the internal state and acquiring all interaction to be performed through object methods
Encapsulation
Sorting algorithm that best average case in time complexity
Quick Sort
A block of code that performs a specific task
Programming
Protocol used to secure communication for a network
HTTPS
SQL stands for
Structured Query Language
SQL stands for
To route data pockets between different networks
Router
Type of Loop that guaranted to execute atleast once:
Do while loop
A unique identifier for a record in a table
Primary Key
Language that is primarily used for web development that provides functionality in backend and frontend
Javascript
A mechanism where a new class derives properties and behavior
inheritance
What is the algorithm typically used in a sorted array
Bianry Search
A variable that retains its value between function calls
static variable
Example of abstract data types:
queue
queue is an example of what data type
abstract