English

Computer Science 1 Set 1 2021-2022 HSC Science (Computer Science) 12th Standard Board Exam Question Paper Solution

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

Academic Year: 2021-2022
Date & Time: 23rd March 2022, 10:30 am
Duration: 3h15m
Advertisements
  1. All questions are compulsory.
  2. Figure to the right indicate full mark.
  3. Use of any type of calculator not allowed.
  4. Draw a neat diagram wherever necessary.

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

______ is the only operating system from the following list.

MS point

Unix

MS Excel

Oracle

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 derived class with several base classes is ______ inheritance.

Multiple

Hierarchical

Single

Multilevel

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

An attribute which defines URL of document to be linked in <A> tag is ______.

REF

VREF

HREF

ALT

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

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

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

How linked list are represented in Memory?

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

Write any six rules for virtual functions.

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

Write the function of the following file stream class:

ifstream

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

Write the function of the following file stream class:

ofstream

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

Explain the function of the following file stream class:

fstream

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

What is Record?

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

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

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

What is Computer Virus?

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

State any four methods by which a virus can affect other programs.

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

Explain Binary Scarch algorithm with a suitable example.

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

Explain the following term in virtual memory:

page fault

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

Explain the following term with respect to virtual memory:

Working set

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

Explain the following term with respect to virtual memory:

Demand paging

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

Explain the following term in virtual memory:

dirty page

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

Define the following term with reference to the Tree:

Depth

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

Define the following term with respect to the binary tree:

Degree of node

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

Define the following term with respect to the binary tree:

Empty or Null tree

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

What is Destructor?

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

Write any four characteristics of destructor function.

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

Explain the following tag with an example:

<PRE>

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

Explain the following tag with an example:

<BR>

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

Explain the following HTML tag with an example:

<SUB>

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

What is a Process?

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

Explain the following process state:

Running State

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

Explain the following process state:

Ready State

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

Explain the following process state:

Blocked State

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

What is inheritance?

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

Explain the different types of inheritance?

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

Explain in brief the three major serices provided by Operating System.

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

Write the features OOP (Object-oriented programming)

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

Draw a binary tree structure for expression:

E = (p − q) / [(r # s) + t]

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

Explain call by value with an example.

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

Explain call by reference with a suitable example.

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

Draw and explain paging model of memory management system.

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

Write C++ program to find a factorial of integers from l to 5.

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

Write a C++ program to count and print occurrence of the character ‘M’ in a given string of maximum 79 characters.

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

Write HTML code for the following output:

`square` Computer
        A.    Hardware
                  i.  Printer
                  ii.  Monitor
        B.   Software
                  i.  C++
                          •   arrays
                          •   pointers
                  ii.  Java

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

Write a C++ program to accept an integer number and test whether it is prime or not.

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

Write C++ program to generate and print first 15 terms of fibonacci series (1, 1, 2, 3, 5.........)

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

Write HTML code for the following table:

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 2021 - 2022

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