Assignment 1

12345678910111213141516171819
Across
  1. 2. intermediate-level language with object-oriented programming features, originally designed to enhance the C language it's used to develop systems software, application software, high-performance server and client applications and video games
  2. 4. free, server-side scripting language designed for dynamic websites and app development. It can be directly embedded into an HTML source document rather than an external file, which has made it a popular programming language for web developers
  3. 5. Compilation of ones and zeroes, makes up computer code
  4. 7. informal high-level description of the operating principle of a computer program or other algorithm.(Answer Contains Hyphen)
  5. 8. Last name of man who wrote the first paper on packet switching theory
  6. 10. client and server-side scripting language developed by Netscape that derives much of its syntax from C. It can be used across multiple web browsers and is considered essential for developing interactive or animated web functions
  7. 12. provides all the necessary tools to build complex web applications (Answer Contains Hyphen)
  8. 13. process by which a computer or a virtual machine performs the instructions of a computer program
  9. 15. combines modules and gives real values to all symbolic addresses, thereby producing machine code.
  10. 16. special-purpose language for managing data in relational database management systems. It is most commonly used for its "Query" function, which searches informational databases. Was standardized by the American National Standards Institute (ANSI) and the International Organization for Standardization (ISO) in the 1980s
  11. 17. Basic word editor used for programming HTML
  12. 19. Programming language used for Android programming.
Down
  1. 1. Final phase of software development, in which the software is released for use
  2. 2. translates the high-level language instructions into object code.
  3. 3. software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library known as Framework Class Library (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages. (first space is a period)
  4. 6. Step by step procedure for solving calculations
  5. 9. class-based, object-oriented programming language developed by Sun Microsystems
  6. 11. Machines that store the information we seek on the Internet
  7. 14. End devices of internet conection
  8. 18. Important step in software development, to insure that the software functions correctly