The document contains questions about Information Technology topics like HTML, JavaScript, PHP, cyber security, and more. There are multiple choice, fill-in-the-blank, and short answer questions. Programs are also included to write HTML and JavaScript code.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
50%(2)50% found this document useful (2 votes)
8K views
IT 11th Question Paper 2024
The document contains questions about Information Technology topics like HTML, JavaScript, PHP, cyber security, and more. There are multiple choice, fill-in-the-blank, and short answer questions. Programs are also included to write HTML and JavaScript code.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6
ABHAY JUNIOR COLLEGE DHULE
SUBJECT:- Information Technology
Marks 80 Q1. Fill in the Blank (10) 1.<meta http-equiv=”----------“>, the page will get refreshafter every five second. 2.The--------attributes sets the height of the video player. 3. -----------is concerned with how good is your network. 4.website’s -----------has become a ranking factor for Google. 5. -----------property of window object sets or returns the name of the window. 6. -----------method of array object joins two or more arrays and retuns a copy of joined arrays. 7.Smart Home is the application of------------ Technology. 8. ----------- networks are digital cellular networks. 9.A----------is a block of statements that can be repeatedly in a program. 10. Business entites conducting business electronically are called-----------. Q2. True or False (10) 1.<meta charset=”Big5”>is for Chinese characters. 2.Website’s mobile friendliness is not important factor in ranking. 3.Events are the action done by the user or an application that occurs on web page. 4.print() method of window object prints the content of current window. 5.Time is primary factor in automation which can be saved through IoT platforms. 6.In private cloud all the services and supporting infrastructure is shared among across the multiple users. 7.PHP is very difficult to use. 8.We can create our own function in PHP. 9.session helps web application to maintain user information on all the pages. 10.OLX, Quikr, online auction are the example of B2B model. Q3. Multipale choice Single Answer (10) 1.The ----------tag is used to create a form. a. <inpute> b. <text area> c. <select> d. <form> 2.The---------attribute specifies the name of the metadata. a. Name b. http-equiv c. Content d. Charset 3.SEO stand for------------. a. search Engine Optimization b. search Engine Option c. Search Engine Optimizing d. Search Engine Organizing 4.If it is singular tag eg<img>it should be self enclosed like a.<img> b.</Img> c.<img/> d.</img/> 5.what is necessary to skip statement block and take the control at the beginning for nexr iteration-----------statement is used. a. Break b. Continue c. React d. Response 6.In---------cloud services and supporting infrastructure are shared across multipale users. a. Public b. Private c. Secure d. Hybrid 7.PHP files are saved with---------extension. a. .html b. .xml c. .js d. .php 8.How to add a single line comment in PHP? a. // b. # c. $ d. @ 9. ------------ is an array of variables passed via the HTTP POST method. a.$POST b.$_POST c.@_post d.#_POST 10.In-----------model business sells its product directly to a customer. a.C2B b.B2C c.B2B d.C2C
Q4. Multiple Choice Two Correct Answers. (10)
1. Computer Architecture is a specification detailing of how a set of ______________ and
______________ technology standards interact to form a computer system (A) Software (B) Numbers (C) Data (D) Commands (E) Hardware
2. Input unit helps users to enter ______________ and ______________ into a computer system. (A) Software (B) Numbers (C) Data (D) Commands (E) Hardware
3. The main function of input devices is to ______________ and ______________ into
computer. (A) Software (B) Numbers (C) Direct Commands (D) Data (E) Hardware
4. Keyboard is an input device that enters ______________ and ______________
(A) Software (B) Numbers (C) Data (D) Characters (E) Hardware 5. A Mouse can be an input device for entering ______________ and ______________ (A) Directions (B) Commands (C) Data (D) Logical (E) Comparison Answer: (A) Directions (B) Commands
Q5.Multiple Choice THREE Correct Answer (15)
1.Following are the valid value of type attribute of <ol> tag-----------. a. I b. 1 c. a d. 2 e. 0 f. C 2.PHP data types are-------------. a. Text b. String c. Number d.Integer e. Empty f. Boolean 3. Attributes of <hr> tag are………….., …………. &…………. (i) bgcolor (ii) color (iii) border (iv) width (v) align (vi) size 4. Select examples of protocols from the following are…………, ……….. &…… (i) SMTP (ii) HMTP (iii) DHCP (iv) IRT (v) FTP (vi) DTP 5. 1. Examples of cybercrimes are …………, …………. And …………. a) Green computing (b) Unauthorized access (c) Cyber stalking d) Al e) Hacking f) IoT Q6.Match the Following. (5) Column A Column B 1)Class selector a) determine the health of the website 2)SEO Aduit b) Returns the largest maximum value 3)MAX_VALUE c) Used to store values 4)Variables d) Written with period (.) character
Q7] Answer the following:- (attempt any 5) (10)
(a) Define a website and web browser. (b) List different careers in IT. (c) Define data and information. (d) Explain basic structure of HTML with four basic tags. (e) Explain two type of primary memory. (f) Explain attributes of <table> tag.
Q8.Write a Program (10)
a)Write a html program to accept name of the Employee (cannot be blank), Email Id of Employee, salary (maximum 40000).The data should be sent to the server. OR a) Write a html program to creat an ordered list of 2 languages used for speaking an unordered list having 3 computer languages. b) Write an event driven JavaScript program to display area of a triangle. Accept base and height from the user (area = 1/2xbxh). OR b) Write an event driven JavaScript program to display cube of the accepted number when the mouse is moved over a button.