English

Computer Science 1 Official Board Paper 2024-2025 HSC Science (Computer Science) 12th Standard Board Exam Question Paper Solution

Advertisements
Computer Science 1 [Official Board Paper]
Marks: 50 Maharashtra State Board
HSC Science (Computer Science)

Academic Year: 2024-2025
Date & Time: 10th July 2025, 11:00 am
Duration: 3h
Advertisements
  1. All questions are compulsory.
  2. Figures to the right indicate full marks.
  3. Use of any type of calculator not allowed.
  4. Draw a neat diagram wherever necessary. 

[4]1. (A) | Select the correct option form the following and rewrite sentences:
[1]1. (A) (a)

Wastage of memory space within the partition is called as ______.

Internal fragmentation

External fragmentation

Compaction

None of these

Concept: undefined - undefined
Chapter:
[1]1. (A) (b)

______ is the only non-linear data structure.

Array

Stack

Tree

Linked List

Concept: undefined - undefined
Chapter:
[1]1. (A) (c)

Object Oriented Programming uses ______ approach of Programming.

Linear

Non-linear

Top down

Bottom up

Concept: undefined - undefined
Chapter:
[1]1. (A) (d)

In HTML, for green colour RGB code is ______.

# 000000

# FF0000

# 00FF00

# 0000FF

Concept: undefined - undefined
Chapter:
[6]1. (B) | Answer any two of the following:
[1]1. (B) (a) (i)

Explain the following process state:

Running State

Concept: undefined - undefined
Chapter: [1] Operating System [1] Operating System
[1]1. (B) (b) (ii)

Explain the following process state:

Ready State

Concept: undefined - undefined
Chapter: [1] Operating System [1] Operating System
[1]1. (B) (a) (iii)

Explain the following process state:

Blocked State

Concept: undefined - undefined
Chapter: [1] Operating System [1] Operating System
[1]1. (B) (b) (i)

What is Inserting?

Concept: undefined - undefined
Chapter:
[2]1. (B) (b) (ii)

State algorithm for inserting an element in an Array.

Concept: undefined - undefined
Chapter:
[1]1. (B) (c) (i)

Explain the following HTML tag with an example:

<UL>

Concept: undefined - undefined
Chapter:
[1]1. (B) (c) (ii)

Explain with an example:

<OL>

Concept: undefined - undefined
Chapter:
[6]2. (A) | Answer any two of the following:
[1]2. (A) (a) (i)

Explain the following concept related to the object oriented programming:

Class

Concept: undefined - undefined
Chapter:
[1]2. (A) (a) (ii)

Explain the following concept related to the object oriented programming:

Inheritance

Concept: undefined - undefined
Chapter:
Advertisements
[1]2. (A) (a) (iii)

Explain the following concept related to object oriented programming:

Polymorphism

Concept: undefined - undefined
Chapter:
[1]2. (A) (b) (i)

What is Record?

Concept: undefined - undefined
Chapter:
[2]2. (A) (b) (ii)

Write any two distinguishing points between a Record and Linear Array.

Concept: undefined - undefined
Chapter:
[1.5]2. (A) (c) (i)

Explain in short the function of the Menu Bar Component of the GUI.

Concept: undefined - undefined
Chapter:
[1.5]2. (A) (c) (ii)

Explain in short the function of the Scroll Bar Component of the GUI.

Concept: undefined - undefined
Chapter:
[4]2. (B) | Answer any one of the following:
[4]2. (B) (a)

Explain context switching at process level in multiprogramming system with example.

Concept: undefined - undefined
Chapter:
[1]2. (B) (b) (i)

What is inheritance?

Concept: undefined - undefined
Chapter:
[3]2. (B) (b) (ii)

Explain different types of inheritance with suitable diagram.

Concept: undefined - undefined
Chapter:
[6]3. (A) | Answer any two of the following:
[3]3. (A) (a)
[3]3. (A) (b)

Write an algorithm for Binary Search Method. Explain algorithm with suitable example.

Concept: undefined - undefined
Chapter:
[3]3. (A) (c)

Write the features OOP (Object-oriented programming)

Concept: undefined - undefined
Chapter:
[4]3. (B) | Answer any one of the following:
[2]3. (B) (a) (i)

What is Binary Tree?

Concept: undefined - undefined
Chapter:
[2]3. (B) (a) (ii)

Draw the tree structure for the following expression:

Y = (A + B)/[(C * D + E)]

Concept: undefined - undefined
Chapter:
Advertisements
[4]3. (B) (b)

Explain how records are represented in memory using array, with suitable examples of four records and four fields.

Concept: undefined - undefined
Chapter:
[6]4. (A) | Answer any two of the following:
[3]4. (A) (a)

Which are three main areas in O.S. divides it’s services? Write example of each.

Concept: undefined - undefined
Chapter:
[3]4. (A) (b)

Explain in short the three special characteristic of a static data member in a class.

Concept: undefined - undefined
Chapter:
[1.5]4. (A) (c) (i)

Explain call by value with an example.

Concept: undefined - undefined
Chapter:
[1.5]4. (A) (c) (ii)

Explain call by reference with a suitable example.

Concept: undefined - undefined
Chapter:
[4]4. (B) | Answer any one of the following:
[1]4. (B) (a) (i)

What is Linked List?

Concept: undefined - undefined
Chapter:
[3]4. (B) (a) (ii)

Explain a linked list with suitable example having six nodes with properly labeled diagram.

Concept: undefined - undefined
Chapter:
[4]4. (B) (b)

State any eight basic rules for virtual function that satisfy the compiler requirement.

Concept: undefined - undefined
Chapter:
[10]5.
[5]5. (a)

Write a C++ program to find the smallest of five given integers using the min() function to return the smallest of five given integers.

Concept: undefined - undefined
Chapter:
[5]5. (b)

Implement a circle class. Each object of this class will represent a circle accepting its radius value as of float. Evaluate an area() function which will calculate the area of circle.

Concept: undefined - undefined
Chapter:
[5]5. (c)

Write the HTML code for the following table:

  Year
1999 2000 2001
Sales Units 300 750 1200
Income Rs. 3000 Rs. 7500 Rs. 12000
Concept: undefined - undefined
Chapter:
OR
[10]5.
[5]5. (a)

Write a C++ program to input ‘n’ elements in an one dimensional array and input one another number and check whether this number is present in the array or not.

Concept: undefined - undefined
Chapter:
[5]5. (b)

Write an OOP in C++ to find area of triangle.

(hint = a = 1/2 * b * h)

Concept: undefined - undefined
Chapter:
[5]5. (c)

Write HTML code for the following output:

  • Science
    • Physics
    • Chemistry
    • Maths
    • Computer Science
  • Arts
    • English
    • Marathi
    • Hindi
    • IT
  • Commerce
    • Accounts
    • Auditing
    • Costing
    • IT
Concept: undefined - undefined
Chapter:

Video TutorialsVIEW ALL [2]

Submit Question Paper

Help us maintain new question papers on Shaalaa.com, so we can continue to help students




only jpg, png and pdf files

Maharashtra State Board previous year question papers 12th Standard Board Exam Computer Science 1 with solutions 2024 - 2025

     Maharashtra State Board 12th Standard Board Exam Computer Science 1 question paper solution is key to score more marks in final exams. Students who have used our past year paper solution have significantly improved in speed and boosted their confidence to solve any question in the examination. Our Maharashtra State Board 12th Standard Board Exam Computer Science 1 question paper 2025 serve as a catalyst to prepare for your Computer Science 1 board examination.
     Previous year Question paper for Maharashtra State Board 12th Standard Board Exam Computer Science 1-2025 is solved by experts. Solved question papers gives you the chance to check yourself after your mock test.
     By referring the question paper Solutions for Computer Science 1, you can scale your preparation level and work on your weak areas. It will also help the candidates in developing the time-management skills. Practice makes perfect, and there is no better way to practice than to attempt previous year question paper solutions of Maharashtra State Board 12th Standard Board Exam.

How Maharashtra State Board 12th Standard Board Exam Question Paper solutions Help Students ?
• Question paper solutions for Computer Science 1 will helps students to prepare for exam.
• Question paper with answer will boost students confidence in exam time and also give you an idea About the important questions and topics to be prepared for the board exam.
• For finding solution of question papers no need to refer so multiple sources like textbook or guides.
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×