English

Computer Science 1 Official 2023-2024 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: 2023-2024
Date & Time: 12th March 2024, 11:00 am
Duration: 3h
Advertisements

[10]1
[4]1.A | Select the correct alternative and rewrite the following:
[1]1.A.a

______ tag is used for scrolling the text on WebPage.

<Head>

<UL>

<MARQUEE>

<SUP>

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

______ is a free operating system.

Unix

Windows

LINUX

DOS

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

______ is a mechanism to achieve run time polymorphism. 

Operator Overloading

Virtual Function

Function Overloading

Constructor

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

Finding the location of given element is called as ______.

Searching

Sorting

Traversing

Inserting

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

Explain the following component of GUI:

Menu Bar

Concept: undefined - undefined
Chapter: [0.01] Operating System
[1]1.B.a.ii

Explain the following component of GUI:

Scroll Bar

Concept: undefined - undefined
Chapter:
[1]1.B.a.iii

Explain the following component of GUI:

Title Bar

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

Write three distinct differences between Array and Linked List.

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

Write advantages of HTML. 

Concept: undefined - undefined
Chapter:

Write disadvantages of HTML.

Concept: undefined - undefined
Chapter:
[10]2
[6]2.A | Answer any two of the following:
[3]2.A.a

Define Data Structure.

Concept: undefined - undefined
Chapter:

Explain any four operations of Data Structure. 

Concept: undefined - undefined
Chapter:
[3]2.A.b

Differentiate between Traditional Procedural Programming Approach and Object-Oriented Programming Approach

Concept: undefined - undefined
Chapter:
[3]2.A.c

State algorithm for inserting an element in an Array.

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

With reference to process management, explain the term:

External Priority 

Concept: undefined - undefined
Chapter: [0.01] Operating System
Advertisements
[1]2.B.a.ii

With reference to process management, explain the term:

Internal Priority

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

With reference to process management, explain the term:

Purchase Priority

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

With reference to process management, explain the term:

Time Slice

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

Write declaration statement in C++ for:

Pointer to float type

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

Write declaration statement in C++ for:

An array of 10 real numbers

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

Write declaration statement in C++ for:

An array of 80 characters

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

Write declaration statement in C++ for:

An object of class student

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

Explain following tag with example:

<BR>

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

Explain following tag with example:

<PRE>

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

Explain following tag with example:

<U>

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

What is the function of information management?

Concept: undefined - undefined
Chapter:

List any four system call in Information Management.

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

What is a constructor?

Concept: undefined - undefined
Chapter:

Write any four rules for the constructor function.

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

What is Binary Tree?

Concept: undefined - undefined
Chapter:

Draw Binary Tree for following expression:

Y = (A + B)/(C − D)2

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

Explain in short, any four ways by which system security can be attacked. 

Concept: undefined - undefined
Chapter:
[10]4
[6]4.A | Attempt any two of the following:
Advertisements
[3]4.A.a

What is Class?

Concept: undefined - undefined
Chapter:

Explain general form of class declaration.

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

What is Partitioning?

Concept: undefined - undefined
Chapter:

Explain fixed partitioning in short. 

Concept: undefined - undefined
Chapter:

Explain variable partitioning in short. 

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

Write the function of the following file stream class:

ifstream

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

Write the function of the following file stream class:

ofstream

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

Write the function of the following file stream class:

filebuf

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

What is inheritance?

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

Identify the type of inheritance of the following diagram:

Concept: undefined - undefined
Chapter:

Identify the type of inheritance of the following diagram:

Concept: undefined - undefined
Chapter:

Identify the type of inheritance of the following diagram:

Concept: undefined - undefined
Chapter:
[4]4.B.b
[1]4.B.b.i

What is Virtual Memory?

Concept: undefined - undefined
Chapter: [0.01] Operating System
[3]4.B.b.ii

Explain following term in virtual memory:

page fault

Concept: undefined - undefined
Chapter:

Explain following term in virtual memory:

dirty page

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

Write a program in C++ to find Greatest Common Divisor (GCD) of two inputted number.

Concept: undefined - undefined
Chapter:
[5]5.A.b

Write a program in C++ to accept 10 integers in an array from keyboard and find largest element of array. 

Concept: undefined - undefined
Chapter:
[5]5.A.c

Write HTML program for following table: IND vs ENG.

IND 387 Yuvraj 183*
Dhoni 83
ENG 238 Peterson 58
Bopara 49
IND WIN by 149 Runs
Concept: undefined - undefined
Chapter:
OR
[5]5.B
[5]5.B.a

Write a program in C++ to create a class test having member functions getmarks () to read marks of two subjects and showsum () to display the total marks. 

Concept: undefined - undefined
Chapter:
[5]5.B.b

Write a program in C++ to read three integers and find smallest of these numbers:

Concept: undefined - undefined
Chapter:
[5]5.B.c

Write HTML code to display following output:

LIST tag in HTML

o Arts:

1. Hindi

2. Marathi

o Commerce:

  • Tally
  • Tally

o Science:

A. Physics

B. Chemistry
Concept: undefined - undefined
Chapter:

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 2023 - 2024

     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 2024 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-2024 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×