Introduction to Programming (Michael Spoehr)

1234567891011121314151617181920
Across
  1. 2. - an object-oriented programming language that has been around since 1983.
  2. 5. - translates human-readable source code into executable machine code.
  3. 8. - Computers store data in ones and ___________
  4. 9. - An IDE that supports many languages, including Java, C++, and HTML, that is sponsored by oracle.
  5. 11. - code that is written to explain how a program works, not to be interpreted by a computer.
  6. 13. - the most basic unit of information in computing
  7. 15. - one of the world's first operational packet switching networks, and the first to implement TCP/IP.
  8. 16. - One reason the .NET Framework is used is to create some ____________ across devices
  9. 17. - programming language developed by oracle
  10. 18. - one of the initial steps in computer programming
  11. 19. - the process of removing bugs from code
  12. 20. - webpages are written in this language.
Down
  1. 1. - A popular IDE for C# and Java
  2. 3. - The .NET Framework was created by _________
  3. 4. - the most important step in computer programming
  4. 5. - an object-oriented programming language developed by Microsoft.
  5. 6. - translates a web address (like www.example.com) into an IP address.
  6. 7. - IDE Stands for ___________ Development Environment
  7. 10. - an internet connected computer that sends web pages to other computers
  8. 12. - a process or set of rules to be followed in calculations or other problem-solving operations
  9. 14. - this language is used to style webpages.