CBSE Class 12th Informatics Practices Exam Tomorrow: Top 30 MCQs For Board Exam 2025

Mar 28, 2025, 17:53 IST

CBSE Class 12th Informatics Practices Exam 2025: The CBSE class 12th Informatics Practices exam is scheduled for 29th March 2025. The most important 50 MCQs are here. Students must solve all important MCQs to secure high marks in exams.

CBSE Class 12th Informatics Practices Exam
CBSE Class 12th Informatics Practices Exam

CBSE Class 12th Informatics Practices Important MCQs: The CBSE Class 12th Informatics Practices Board Exam 2025 requires thorough practice, especially with Multiple-Choice Questions (MCQs), which play a key role in scoring well. To help students prepare efficiently, we have compiled the top 30 MCQs from previous years' question papers and CBSE sample papers, along with detailed answers. These important MCQs cover essential topics from all the chapters, ensuring a strong revision before the exam. Solve these high-weightage questions to boost your confidence and improve your exam performance.

CBSE Class 12th Informatics Practices Paper: Key Highlights

Particulars

Details

Exam Conducting Body

Central Board of Secondary Education (CBSE)

Subject

Informatics Practices

Mode of Exam

Offline

Exam Duration

3 Hours

Medium of Exam

English / Hindi

Type of Questions

MCQs, Short and Long Answer Type Questions

Total Marks

100

Passing Marks

33% in aggregate

CBSE Class 12 Informatics Practices - Top 30 MCQs for Board Exam 2025

  1. Which of the following covers a geographical area like a city or town?
    (a) LAN
    (b) MAN
    (c) WAN
    (d) PAN

  2. State TRUE or FALSE:
    “Cyber-laws are incorporated for punishing all criminals only.”- FALSE

  3. GPL stands for:
    (a) General Public License
    (b) GNU General Private License
    (c) GNU General Public License
    (d) GNU Public License

  4. Which of the following is NOT an aggregate function of MySQL?
    (a) AVG()
    (b) SUM()
    (c) ADD()
    (d) MIN()

  5. If column “per” contains the data set (97.5, 56.2, 75.6, 56.2, 75.6), what will be the output after executing the query?
    SELECT AVG(DISTINCT Fees) FROM student;
    (a) 76.43
    (b) 76.34
    (c) 67.43
    (d) 67.34

  6. A network that covers a city or district is called:
    (a) LAN
    (b) WAN
    (c) MAN
    (d) Internet

  7. Digital footprints are stored:
    (a) Temporarily for a few days
    (b) Permanently
    (c) For 7 days only
    (d) For 3 days only

  8. Online posting of rumors, giving threats online, posting personal information, and public ridicule of a victim is termed as:
    (a) Cyber Insult
    (b) Cyber Crime
    (c) Cyber Bullying
    (d) All of the above

  9. What will be returned by the given query?
    SELECT INSTR(‘INDIA’ , ’DI’);
    (a) 2
    (b) 3
    (c) -2
    (d) -3

  10. If column “Price” contains the dataset (3000, 8000, 4500, 5000, 3000, 7000), what will be the output after executing the query?
    SELECT COUNT(DISTINCT Price) FROM student;
    (a) 3
    (b) 4
    (c) 5
    (d) 6

  11. A __________ network is an interconnection among two or more computers or computing devices.
    (a) Computer
    (b) Social
    (c) Mobile
    (d) Society

  12. Burning e-waste such as circuit boards produces harmful chemicals like ________, causing skin diseases, allergies, and lung cancer.
    (a) Hydrogen
    (b) Beryllium
    (c) Chlorine
    (d) Oxygen

  13. Which of the following is NOT a type of cybercrime?
    (a) Data theft
    (b) Installing an antivirus for protection
    (c) Forgery
    (d) Cyberbullying

  14. In a MySQL database, if table EMPLOYEE has a degree of 5 and cardinality of 4, and table DEPARTMENT has a degree of 3 and cardinality of 3, what will be the degree and cardinality of their Cartesian product?
    (a) 5,3
    (b) 8,12
    (c) 12,8
    (d) 4,3

  15. What is the output of the following SQL command?
    SELECT ROUND(49.88);
    (a) 49.88
    (b) 49.8
    (c) 49.0
    (d) 50

  16. IPR stands for:
    (a) Indian Property Right
    (b) Intellectual property rights
    (c) Intellectual property rights
    (d) Intellectual Property resource

  17. Which SQL statement displays records from the table ORDERS in descending order of their bill amount?
    (a) SELECT * FROM ORDERS GROUP BY BILL_AMOUNT ASC;
    (b) SELECT * FROM ORDERS HAVING BILL_AMOUNT DESC;
    (c) SELECT * FROM ORDERS ORDER BY BILL_AMOUNT;
    (d) SELECT * FROM ORDERS ORDER BY BILL_AMOUNT DESC;

  18. Which of the following is an aggregate function?
    (a) ROUND()
    (b) LENGTH()
    (c) MIN()
    (d) NOW()

  19. Which SQL clause is used to apply a condition on a group of data in MySQL?
    (a) WHERE
    (b) ORDER BY
    (c) HAVING
    (d) None of the above

  20. When creating a Series from a dictionary, the keys become:
    (a) Index of series
    (b) Values of series
    (c) Caption of series
    (d) Columns of series

  21. ‘O’ in FOSS stands for:
    (a) Outsource
    (b) Open
    (c) Original
    (d) Outstanding

  22. Which function displays the total number of records in a database table?
    (a) sum()
    (b) total()
    (c) count()
    (d) return()

  23. Which of the following is a DDL command?
    (a) SELECT
    (b) ALTER
    (c) INSERT
    (d) UPDATE

  24. What is the output of the following query?
    SELECT LOWER(MONTHNAME('2023-03-05'));
    (a) May
    (b) March
    (c) may
    (d) march

  25. A __________ is a one-dimensional array.
    (a) DataFrame
    (b) Series
    (c) Both (a) and (b)
    (d) None

  26. Which function finds the largest value in a MySQL dataset?
    (a) MAX()
    (b) MAXIMUM()
    (c) BIG()
    (d) LARGE()

  27. To get the number of elements in a Series object, which attribute is used?
    (a) index
    (b) size
    (c) itemsize
    (d) ndim

  28. The legal term for the rights of a creator of original creative or artistic work is:
    (a) Copyright
    (b) Copyleft
    (c) FOSS

  29. In SQL, which query displays the list of tables in a database?
    SHOW TABLES;

  30. For web pages where information changes frequently (e.g., stock prices), which option is better?
    (a) Static web page
    (b) Dynamic web page

Akshita Jolly
Akshita Jolly

Content Writer

Akshita Jolly is a multimedia professional specialising in education, entertainment, fashion, health, and lifestyle news. Holding a degree in Journalism and Mass Communication, she has contributed to renowned media organisations, including the Press Trust of India. She currently serves as Executive – Editorial at Jagran New Media, where she writes, edits, and manages content for the School and News sections of the Jagran Josh (English) portal. She also creates engaging and informative videos for the Jagran Josh YouTube platform, helping to make educational content more accessible and dynamic. Her work has contributed to reaching over 10 million monthly users, reflecting both the impact and scale of her content. For inquiries, she can be reached at akshitajolly@jagrannewmedia.com.
... Read More

Get here latest School, CBSE and Govt Jobs notification and articles in English and Hindi for Sarkari Naukari, Sarkari Result and Exam Preparation. Empower your learning journey with Jagran Josh App - Your trusted guide for exams, career, and knowledge! Download Now

Trending

Latest Education News