# A
- Algorithm
An algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation.
- Anita B.Org
AnitaB.org helps women make significant contributions to technical fields. Its programs and awards highlight the accomplishments of women technologists, while its events and communities enable women to establish their peer networks.
# B
# I
- Imperative Coding Language
A style of programming in which programs describe their desired results by explicitly listing commands or steps that must be performed. While most languages don’t fit perfectly within one or the other, imperative examples include Go, Python, Java, and C++.