Anda di halaman 1dari 1

1st Long Quiz in Visual Basic

Name: _____________________________________ Score:


I. Identification

____________ 1. It is a collection of instruction.


____________ 2. These are data elements in the object.
____________ 3. Programs that are stored in the computer.
____________ 4. These are the procedure or function of an object.
____________ 5. These are units when a problem is broken down in OOP.
____________ 6. Program codes that the program will not execute.
____________ 7. Is a runtime engine that executes managed code.
____________ 8. Is the step by step procedure in solving the problem.
____________ 9. Process of designing, writing, and testing a program.
____________ 10. Directs the order by which the program instructions are executed.
____________ 11. Its purpose is to create and run next-generation applications.
____________ 12. Consist of programs designed to perform a specific task or application.
____________ 13. It is a programming standard that uses object to design computer programs.
____________ 14. Defined as the model or template that can be instantiated to create an object.
____________ 15. Is a common development platform that allows programmers to build applications.

B. Identify the following whether the data type is int or float.

VAR DT VAR DT VAR DT VAR DT VAR DT


16. -20 18. 25 20. 412 22. 1.50 24. -52
17. 20.5 19. -.5 21. 303 23. -11.2 25. -0.01

II. Acronyms:

26. PDLC: ____________________________________ 34. OOP: ____________________________________


27. CLR : ____________________________________ 35. FLC: ____________________________________
28. CTS: ____________________________________ 36. CLS: ____________________________________
29. CIL: ____________________________________ 37. MSIL: ____________________________________
30. JIT: ____________________________________ 38. GC: ____________________________________
31. VES: ____________________________________ 39. GUI: ____________________________________
32. XML: ____________________________________ 40. IDE: ____________________________________
33. HTML: ____________________________________

III. Smart Art (you may use the back portion of your paper)
A. Draw the PDLC. (7)
B. Draw the process of CLR (3)
n
IV. Structure (you may use the back portion of your paper)

A. Create a Repetition Structure based on the following details:


Statement 1: Input weight in kilos
Statement 2 Convert to weight in lbs.
Condition: if S2 is >200, S3 will appear “NORMAL”
Statement 4: Text “Keep it up”
(10 pts)

Anda mungkin juga menyukai