0% found this document useful (0 votes)
50 views4 pages

11th IT Final QUESTION PAPER 2025

The document outlines the final examination for Information Technology for 11th grade, detailing the structure and types of questions including fill in the blanks, true or false, multiple choice, and programming tasks. It covers various topics such as HTML, JavaScript, and general IT concepts. The exam is designed to assess students' understanding and practical skills in information technology over a duration of 3 hours for a total of 80 marks.

Uploaded by

Aarya Jamale
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views4 pages

11th IT Final QUESTION PAPER 2025

The document outlines the final examination for Information Technology for 11th grade, detailing the structure and types of questions including fill in the blanks, true or false, multiple choice, and programming tasks. It covers various topics such as HTML, JavaScript, and general IT concepts. The exam is designed to assess students' understanding and practical skills in information technology over a duration of 3 hours for a total of 80 marks.

Uploaded by

Aarya Jamale
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

FINAL EXAMINATION (2024-25)

Subject:-Information technology STD: - 11th

Duration:-3Hrs Marks:-80

Q.1. Fill in the Blanks (10 Marks)

1. Full form of ICT is ______________


2. ______________ can be any character, text, word, number or raw facts.
3. The word Computer is derived from a Latin word ______________
4. In HTML, Links are created by using ___________ tag.
5. <Input type = “radio”> creates a ___________ button.
6. ___________ allows more than one selection against multiple choices.
7. Full form of FOSS ______________
8. A group of 4 bits is called a ______________
9. An ___________ link is underlined and purple.
10. ___________ are used for storing text.

Q.2. True or False (10 Marks)

1. WWW stands for World Wide Web normally referred to as Webpage.


2. Data can be any character, text, word, number, or raw facts.
3. The computer gives results in the form of output.
4. Uniform Resource Locator is an address of a web page on the internet.
5. The word Computer is derived from the Latin word Komptom.
6. <u> displays text with an underline like Hello.
7. The keyboard is an input device that enters numbers and characters.
8. Empty Tags are also called paired tags.
9. Secondary Memory is the internal memory of the computer.
10. <Article> defines a section in a document.

Q.3. Choose the one correct answer. (10 Marks)

1. ___________ let’s you execute a code when events are detected.


(A) JavaScript (C) Function
(B) Event (D) Driven
2. ______________ is the delivery of computing services over the internet.
(A) Green Computing (C) Cloud Computing
(B) Internet of Things (D) Data Analytics
3. ___________ String function is used to convert given string into uppercase alphabets.
(A) prompt() (C) toLowerCase()
(B) confirm () (D) toUpperCase()
4. The goals of ______________ are similar to green chemistry.
(A) Green Computing (C) Cloud Computing
(B) Internet of Things (D) Data Analytics
5. ___________ function is used to parse a string and convert it into a number.
(A) Function (C) parseFloat ()
(B) parseInt () (D) alert ()
6. IT Enabled Services (ITES), also called as ______________
(A) Web Enabled Services (C) Wide Enabled Services
(B) Word Enabled Services (D) Web Engineer Services
7. ___________ are non-executable statements in program.
(A) Comments (C) Java
(B) Mistakes (D) Python
8. Full form of IRC is ______________
(A) Internet Relay Chat (C) Internet Regional Chat
(B) International Relay Chat (D) Internet Random Chat
9. Operators that require one operand is called as __________ operator.
(A) Operators (C) Binary
(B) Unary (D) Arithmetic
10. Full form of DNS is ______________
(A) Domain Name System (C) Domain Name Service
(B) Dynamic Name System (D) Dynamic Name Service

Q.4. Choose the two correct answers. (20 Marks)

1. Chrome OS is an ______________ system created by ______________


(A) Operating Systems (C) Microsoft
(B) Open-Source Operating (D) Google
2. Method of form are __________ or _________
(A) Get (C) Underline
(B) Blue (D) Post
3. ______________ and ______________ is often measured in Megabytes (MB) and Gigabytes (GB).
(A) Computer storage (C) Memory
(B) Megabytes (MB) (D) Gigabytes (GB)
4. The attributes of <option> tag are __________ & __________
(A) Checkbox (C) Radio
(B) Selected (D) Value
5. A Mouse can be an input device for entering ______________ and ______________
(A) Directions (C) Data
(B) Commands (D) Logical
6. Boolean Type represents only two values ‘’ and ‘’.
(A) Positive (C) True
(B) Negative (D) False
7. Keyboard is an input device that enters ______________ and ______________
(A) Software (C) Data
(B) Numbers (D) Characters
8. Confirm () function displays confirmation message box with __________ and __________ button.
(A) Ok (C) Cancel
(B) Single line comment (D) Multiline comment
9. Input unit helps users to enter ______________ and ______________ into a computer system.
(A) Software (C) Data
(B) Numbers (D) Commands
10. Event is an action done by the __________ or a __________
(A) Event (C) Application
(B) User (D) Call

Q.5. Choose the three correct answers. (6 Marks)


1. Information technology refers to ______________, ______________, and ______________
(A) Hardware
(B) Input Unit
(C) Output Unit
(D) Software
(E) Computer Networks
2. The attributes of <select> tag are __________, __________ & __________
(A) Name
(B) Alphabets
(C) Multiple
(D) Numbers
(E) Size

Q.6. Match the column. (4 Marks)

Column ‘A’ Column ‘B’


(1) Open source software (A) Public domain
(2) Closed source software (B) Purchase the software
(3) Applications software (D) End-user programs
(4) System Software (C) Operating system

Q.7. Attempt any 5 of the following. (10 Marks)

1. What is Internet?
2. Explain the meaning of ITES.
3. Explain inserting an image, a horizontal ruled line, and a paragraph.
4. What is Internet?
5. What is Function and commonly used Built-In Functions in JavaScript?
6. Define Protocol with examples.
7. Discuss the structure of a web page using HTML5.
8. Write down the recent trends in IT.

Q.8. A. (5 Marks)

1. Write a program using HTML, JAVA SCRIPT with following specifications


o Write the program using HTML.
o The page title name is INDEX page.
o The background colour should be green.
o The heading should be large in size and heading is any Bollywood hero name.
o Create a paragraph related to information of that Bollywood hero.
o Create a table of his top 5 movies names.
o Table heading is SR.NO, HERO NAME, MOVIES NAME and RELISING YEAR.
o Table heading colour should be yellow.
o And give the hyperlink of GOOGLE, TWITTER and FACEBOOK.

OR

2. Write a program using JavaScript


o To accept string and calculate its length.
o To accept string and display it in to lowercase and uppercase.
o To check whether the length of string is 4 or greater.

B) (5 Marks)

1. Write down the HTML program which provides six levels of the heading tags.

OR

2. Write a JavaScript program to calculate the multiplication of two numbers.

You might also like