Maharashtra HSC Information Technology Sample Paper
Q1. Fill in the Blanks (10 Marks)
1. An __________ is a group of people and other resources working together for a common goal.
2. The protocol used to transfer files over the Internet is called __________.
3. __________ is the process of finding and fixing errors in software code.
4. The __________ tag in HTML is used to create hyperlinks.
5. In databases, __________ ensures that each record is unique.
6. CSS stands for __________.
7. The __________ attribute in HTML is used to specify an image source.
8. __________ is known as the father of the World Wide Web.
9. The __________ function in JavaScript is used to parse a string to an integer.
10. PHP stands for __________.
Q2. State True or False (10 Marks)
1. HTTP stands for HyperText Transfer Protocol.
2. In relational databases, a primary key can have duplicate values.
3. CSS is used for structuring web content.
4. JavaScript is a server-side scripting language.
5. HTML is case-sensitive.
6. MySQL is a type of NoSQL database.
7. AJAX allows web pages to be updated asynchronously.
8. The <br> tag in HTML is used to create a line break.
9. A function in programming is a reusable block of code.
10. SEO stands for Search Engine Optimization.
Q3. Multiple Choice Questions – Single Answer (10 Marks)
1. Which HTML tag is used to define an unordered list?
a) <ul>
b) <ol>
c) <li>
d) <list>
2. Which of the following is a JavaScript framework?
a) Laravel
b) Django
c) React
d) Flask
3. In CSS, which property is used to change the text color?
a) font-color
b) text-color
c) color
d) font-style
4. Which method is used to add an element at the end of an array in JavaScript?
a) push()
b) pop()
c) shift()
d) unshift()
5. What does SQL stand for?
a) Structured Query Language
b) Simple Query Language
c) Structured Question Language
d) Simple Question Language
6. Which of the following is not a programming language?
a) Python
b) HTML
c) Java
d) C++
7. Which protocol is used to send emails?
a) FTP
b) HTTP
c) SMTP
d) IMAP
8. In databases, which command is used to retrieve data?
a) INSERT
b) UPDATE
c) DELETE
d) SELECT
9. Which of the following is a version control system?
a) Git
b) Docker
c) Kubernetes
d) Jenkins
10. What does CSS stand for?
a) Cascading Style Sheets
b) Computer Style Sheets
c) Creative Style Sheets
d) Colorful Style Sheets
Q4. Multiple Choice Questions – Multiple Answers (6 Marks)
1. Which of the following are programming languages? (Select three)
a) Python
b) HTML
c) JavaScript
d) CSS