Sunteți pe pagina 1din 2

COMPUTER PROGRAMMING 11

DIAGNOSTIC TEST

Name: _______________________________________________________ Score: _________________________


Grade & Section: _______________________________________________ Date: _________________________
GENERAL INSTRUCTIONS:
1. Please write neatly. 2. Use capital letters only.
MULTIPLE CHOICES. Read each question carefully. Choose the best answer.
1. It is the art and science of creating computer programs
a. Programming b. Program c. Programmer d. None of the these
2. They are the one who programs a computer
a. Information Technologist c. Programmer
b. Computer Science d. Computer Engineer
3. It is a system of conventional spoken or written symbols by means of which human beings express themselves
a. Language b. Compiler c. Codes d. Tags
4. Which of the following are application and program developments
a. Internet Browser b. Web Page c. Database d. All of these
5. What is the meaning of CPU?
a. Computer Processing Unit c. Control Processing Unit
b. Central Processing Unit d. Common Processing Unit
6. Which of the following is an example of input device?
a. Keyboard b. Scanner c. A & B d. None of these
7. In Binary Addition, 1 + 1 = what?
a. 2 b. 01 c. 11 d. 10
8. In Binary, what is the value of the fifth digit from the right?
a. 8 b. 16 c. 32 d. 64
9. It is a system of information processing components that perform input, processing, output, storage, and control functions.
a. Microcomputer b. System c. Computer d. Concept
10. Which of the following is/are component/s of CPU?
a. Control Unit b. Arithmetic-Logic c. Primary Storage d. All of these
11. It is the smallest element of date, which can have a value of zero or one.
a. Bit b. Byte c. Kilobyte d. Gigabyte
12. Which of the following is not an example of Secondary Storage?
a. Flash Drive b. Pen Drive c. USB d. Thumb Drive
13. What is the meaning of Mac?
a. Macintosh b. Masintoch c. Macintesh d. Masintech
14. It is a mark-up language used for creating web pages.
a. HyperText Mark-up Language c. HyperTags Mark-up Language
b. HyperText Mark-up Layout d. HyperTags Mark-up Layout
15. It is a collection of resources and information interconnected via the internet.
a. Work Wild Web c. World Wide Webpage
b. World Wide Web d. Work Wild Webpage
16. It is connecting to the internet using a telephone line but provides both data and voice communication
a. Dial Up c. DSL
b. Cable Internet d. Wireless Internet
17. It is the most popular and widely used scripting language on the internet
a. JavaScript c. C++
b. Jscript d. JVScript
18. The language was developed by ____________________ of Netscape.
a. Brendan Each c. Berndan Eich
b. Brendan Eich d. Berndan Each
19. What is Mocha?
a. A fine-quality coffee
b. The original name of JavaScript
c. The latest name of JavaScript
d. A programming language developed by Internet Explorer
20. Mocha was named after ______________.
a. Marc Andeersee c. Marc Andeerssen
b. Marc Andreesen d. Marc Andersseen
21. When was the name Mocha changed to LiveScript?
a. September 1996 c. September 1995
b. December 1996 d. December 1995
22. How many days do the developer takes in creating JavaScript?
a. 10 b. 11 c. 9 d. 8
23. When was WWW created?
“You may look up for inspiration, look down for desperation, but NEVER look to your sides for INFORMATION”
a. 1980’s b. 1990’s c. 1970’s d. 1960’s
24. When was JavaScript created?
a. 1993 b. 1994 c. 1995 d. 1996
25. JavaScript was originally named as _______________
a. Mocha b. LiveScript c. Jscript d. None of these
26. It is used to save or retrieve information from a visitor’s computer.
a. URL b. Cookies c. Properties d. All of these
27. This is used to connote JavaScript.
a. <body> </body> b. document.write c. <script> </script> d. <js> </js>
28. This is used to connote CSS.
a. <body> </body> b. document.write c. <style> </style> d. <js> </js>
29. Some tags encose the text. Those tags are known as
a. Couple Tags b. Single Tags c. Empty Tags d. Container Tags
30. In HTML document, the tags ______________
a. should be written in upper case c. should be written in proper case
b. should be written in lower case d. can be written in both uppercase or lowercase
31. There are ____ different heading tags in HTML
a. 2 b. 4 c. 5 d. 6
32. Which of the following HTML code is valid?
a. <font colour=”red”> c. <red> <font>
b. <font color=”red”> d. all of the above are style tags
33. Which of the following is an attribute related to font tag?
a. size b. face c. color d. All of the above
34. HTML supports
a. ordered lists b. unordered lists c. both type of lists d. does not support those types
35. When should you use path along with file name of picture in IMG tag?
a. path is optional and not necessary c. when image file and html file are both on the same location
b. when the location of image file and html file are different d. path is always necessary when inserting image
36. HTML document start and end with which tag pairs?
a. <head> ….. </head> b. <body> ….. </body> c. <html> ….. </html> d. <web> ….. </web>
37. which tag is used to create body text in HTML?
a. <head> b. <text> c. <title> d. <body>
38. <title> ….. </title> tag must be within ________
a. title b. form c. head d. body
39. Text within <strong> ….. </strong> tag is displayed as ________
a. bold b. italic c. list d. indented
40. <script> ….. </script> tag can be placed within _____
a. head b. body c. both a and b d. none of the above
41. using <p> tag will
a. start a new paragraph b. break the line c. end the current paragraph d. none of the above
42. Google Chrome is an example of ______
a. an icon b. a file manager c. a browser d. the internet
43. Which HTML tag will use to scroll a text in web page?
a. <marquee> ….. </marquee> c. <round> ….. </round>
b. <scroll> ….. </scroll> d. <go> ….. </go>
44. How to set a picture as a background web page?
a. <body background=”bgimage.gif”> c. <background=”bgimage.gif”>
b. <body background image=”bgimage.gif”> d. <background image=”bgimage.gif”>
45. Which is the correct tag to create an Arabic numeral list?
a. <ul type=”1”> b. <ol type=”1”> c. <il type=”1”> d. <li type=”1”>
46. HTML document is saved using what file extension?
a. .htl b. .html c. .hml d. .htnl
47. Opening tag of HTML is called
a. ending tag b. starting tag c. closed tag d. pair tag
48. For every web document, you can add words that appear in the upper left bar area of your browser. What set of tags allows you to
provide this information?
a. <head> <head/> b. <head> <head> c. <label> <label> d. <title> </title>
49. HTML is what type of language ?
a. Scripting Language b. Markup Language c. Programming Language d. Network Protocol
50. HTML uses
a. User defined tags
b. Pre-specified tags
c. Fixed tags defined by the language
d. Tags only for linking

“You may look up for inspiration, look down for desperation, but NEVER look to your sides for INFORMATION”

S-ar putea să vă placă și