Skip to main content
  1. A
  2. B
  3. C
  4. D
  5. E
  6. F
  7. G
  8. H
  9. I
  10. J
  11. K
  12. L
  13. M
  14. N
  15. O
  16. P
  17. Q
  18. R
  19. S
  20. T
  21. U
  22. V
  23. W
  24. X
  25. Y
  26. Z

# 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

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

Back-End

The back-end refers to the server-side of an application and everything that communicates between the database and the browser. Back-end developers make updates and changes and monitor the functionality of the site.

# 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++.