मराठी

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

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

Academic Year: 2024-2025
Date & Time: 4th March 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 whenever necessary.

Select the correct alternative and rewrite the following:
[1]1. (A) (a)

______ is variable that helds memory address of another variable.

Pointer

Array

Integer

Class

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

Maximum number of nodes in a binary tree of depth 6 is ______.

64

63

31

127

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

A program under execution which competes for CPU time and other resources is called ______.

Process

Context Switching

Multiprogramming

Memory Management

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

Ability to takes more than one form is called ______.

Inheritance

Polymorphism

Class

Data binding

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

What is Traversing an Array?

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

Write an algorithm for Traversing Linear Array.

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

Enlist the basic data types used in C++ with size of data in terms of bytes for each.

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

List any six features of LINUX Operating System.

Concept: undefined - undefined
Chapter: [1] Operating System [1] Operating System
Answer any two of the following:
[1.5]2. (A) (a) 1.

Write advantages of HTML.

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

Write disadvantages of HTML.

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

Explain the following concept related to the object oriented programming:

Objects

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

Explain the following concept related to the object oriented programming:

Class

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

Explain the following concept related to the object oriented programming:

Data Encapsulation

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

What is Record?

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

Explain how records are represented in memory using an array?

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

Explain how member functions of a class can be defined outside the class definition and inside class definition with an example in C++.

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

Write the name of one operating system based on GUI.

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

Explain any three components of GUI.

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

What is Data Structure? 

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

Explain Linear data structure with examples.

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

Explain Non-Linear data structure with examples.

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

Explain friend function in C++ with example.

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

Define the following process state in the operating system:

Ready State

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

Define the following process state in the operating system:

Running State

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

Define the following process state in the operating system:

Block State

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

What is Linked List?

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

How linked list are represented in Memory?

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

What is Operator Function?

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

Describe the syntax of an Operator Function.

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

Explain the difference between operator function as member function and as a friend function.

Concept: undefined - undefined
Chapter:
Advertisements
Attempt any two of the following:
[3]4. (A) (a)

Explain the different elements of security.

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

Define the following term with reference to Tree:

Root

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

Define the following term with reference to Tree:

Leaf

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

Define the following term with reference to Tree:

Binary Tree

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

What is Destructor?

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

Write any four characteristics of destructor function.

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

What functions are performed by Memory Management of Operating System?

Concept: undefined - undefined
Chapter: [1] Operating System [1] Operating System
[3]4. (B) (a) 2.

State any four Memory Management System.

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

What is inheritance?

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

Explain the different types of inheritance?

Concept: undefined - undefined
Chapter:
Answer any two of the following:
[5]5. (a)

Implement of a class temperature to convert degree.Fahernheit value to degree celcuis value.

(Hint: (c/5 = f − 32/9) Where C is temperature in degree celcuis an F is temperature in Fahernheit degree)

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

Write a program in C++ to accept a positive integer and display its multiplication table.

(Hint: if n = 5, then 5, 10, 15, 20, ......., 50)

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

Write an exact output of the following HTML code with font specifications in brackets:

<HTML>
<body>
<UL>
<LI>Connectivity devices
<OL Type = "A" start = "5">
<li>modem</li>
<li>HUB</li>
</OL>
</LI>Topology
<UL Hpe = "circle">
<LI>Bus Topology</LI>
<LI>Ring Topology</LI>
</UI>
</LI>
</UL>
</body>
</HTML>
Concept: undefined - undefined
Chapter:
OR
Answer any two:
[5]5. (a)

Write the HTML code for following table:

  Year
2020 2021 2022
Sales Units 200 500 700
Income Rs. 20,000 Rs. 50,000 Rs. 70,000
Concept: undefined - undefined
Chapter:
[5]5. (b)

Write the HTML code for following:

                 HTML                – (Bold and Underline)                  

           HTML is a Hyper Text Markup Language                      

       C++                              – (Text is Red Colour)                    

  C++ is a object oriented programming language                     

         H2SO4
         a2 + b2

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

Write C++ program to add two integer numbers by using function call by value.

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×