ISYS 420 Final Exam - Spring 2014

1234567891011121314151617181920212223242526272829303132
Across
  1. 4. A program that performs one of the major tasks for which a computer is used
  2. 6. World Wide Web
  3. 9. a data-bound control used to display one record at a time
  4. 10. How to pull data from more than 1 table in a database
  5. 12. Special DB column that gets an auto generated sequence
  6. 13. things the object can do, represents behavior
  7. 16. validation control that allows you to compare the value of one control to another value
  8. 19. file you can place on a clients machine to store information (session_id)
  9. 20. the term used for glitches in computer systems and software
  10. 22. Type of control that you create that groups markup, controls, and code
  11. 23. The process of giving someone permission to do or have something
  12. 24. The only true validation method
  13. 26. the 4 DB operations
  14. 28. An element of “code” in an html document used to “mark up” a document
  15. 29. type of code block used to catch exceptions
  16. 30. A data control used to display multiple records from a table in a webpage
  17. 31. A “SQL like” query language that allows you to manipulate data in .NET
  18. 32. Method to help your applications performance by keep some data in memory
Down
  1. 1. how to get around an application
  2. 2. A unique identifier for every file available on the internet
  3. 3. Type of sales channel did the video shown in class demonstrate
  4. 4. The process of determining whether someone or something is, in fact, who or what it is declared to be
  5. 5. an attribute of an HTML element or ASP.NET Control
  6. 7. Type of programatic loop
  7. 8. AJAX control that creates a spinner
  8. 11. A data source control to specify the database from which the web application will retrieve store manipulate data for the application
  9. 14. Part of a CSS rule that tells the browser what element to style
  10. 15. the type of web server running on INFODEV
  11. 17. Tailoring your site’s content based on a user’s preferences, or past behaviors
  12. 18. Type of SW package used to manage code
  13. 20. used to browse the internet
  14. 21. Tool to check if your HTML or CSS is valid
  15. 23. Asynchronous JavaScript and XML
  16. 25. Document Object Model
  17. 27. JavaScript library designed to simplify the client-side scripting of HTML