Intro to Visual Studio and C#

123456789101112
Across
  1. 2. Programmers used English-like abbreviations in computer code to represent the computer’s basic functions
  2. 4. convert high level computer code into machine code
  3. 5. communication protocols for electronic data transmission between computers
  4. 6. translates assembly language computer code to machine language
  5. 9. mouse clicks, keystrokes, timers and other actions that make programs respond
  6. 11. programming language that is read and understood by the processor. Mainly consists of 1s and 0s.
  7. 12. specifies the general format of its objects, and the properties and actions available to an object depend on its class
Down
  1. 1. reusable software components are created to help with code reusability, easier correction and modification
  2. 3. In Visual Studio, they can contain multiple projects
  3. 7. is a platform with which you can develop software applications and libraries called managed applications; it provides you with the compiler and tools you need to build, debug, and execute managed applications
  4. 8. group of related files that make up a program
  5. 10. have properties such as color, size and weight. They can also perform actions.