Computer Science 1 2014-2015 HSC Science (Computer Science) 12th Board Exam Question Paper Solution

Advertisement Remove all ads
Computer Science 1
Marks: 50 Academic Year: 2014-2015
Date: March 2015
Advertisement Remove all ads

[10] 1
[4] 1.1 | Select correct options from the following and rewrite sentences
[1] 1.1.1

The time required to move RIW Head to the particular track is called ---

(i) Latency Time

(ii) Seek Time

(iii) Waiting Time

(iv) Response Time

Concept: Operating System
Chapter: [1] Operating System
[1] 1.1.2

---data structure does not require contiguous memory allocation

(i) Array

(ii) String

(iii) Pointer Array

(iv) Linked List

Concept: Basic Data Structures (Stack, Queue, Dequeue)
Chapter: [2] Data Structures
[1] 1.1.3

Object Oriented Programming uses ___ approach of Programming.

Linear

Non-linear

Top down

Bottom up

Concept: C++ Programming
Chapter: [3] C++ Programming
[1] 1.1.4

The valid attribute  of <A>  is______

(i) NAME

(ii) SRC

(iii) BGCOLOR

(iv) HEIGHT

Concept: Hyper Text Markup Language (HTML)
Chapter: [4] HyperTex Markup Language (HTML)
[6] 1.2 | Answer any two of the following
[3] 1.2.1

What is Virtual Memory ? Explain any two elements of Virtual Memory

Concept: Operating System
Chapter: [1] Operating System
[3] 1.2.2

What is Data Structure? 

Concept: Basic Data Structures (Stack, Queue, Dequeue)
Chapter: [2] Data Structures

Define Array and Pointer Array in the data structure.

Concept: Basic Data Structures (Stack, Queue, Dequeue)
Chapter: [2] Data Structures
[3] 1.2.3

Give function of following tags with an example of each

  1. <img>
  2. <em>
  3. <dl>
Concept: Hyper Text Markup Language (HTML)
Chapter: [4] HyperTex Markup Language (HTML)
[10] 2
[6] 2.1 | Answer any two of the following
[3] 2.1.1

Give three differences between WORM and VIRUS.

Concept: Operating System
Chapter: [1] Operating System
[3] 2.1.2

Write an algorithm to find smallest element in an Array.

Concept: Basic Data Structures (Stack, Queue, Dequeue)
Chapter: [2] Data Structures
Advertisement Remove all ads
[3] 2.1.3

Define the following terms in C++: Data Abstraction

Concept: C++ Programming
Chapter: [3] C++ Programming

Define the following term in C++: Operator Overloading

Concept: C++ Programming
Chapter: [3] C++ Programming

Define the following term in C++: Data Encapsulation

Concept: C++ Programming
Chapter: [3] C++ Programming
[4] 2.2 | Solve any one of the following
[4] 2.2.1

What is System Call ? List any two System Calls for Memory Management, Process Management and Information Management.

Concept: Operating System
Chapter: [1] Operating System
[4] 2.2.2

What is Virtual Function in c++ ? Give any six rules to write Virtual Functions.

Concept: C++ Programming
Chapter: [3] C++ Programming
[10] 3
[6] 3.1 | Solve any two of the following
[3] 3.1.1

Explain Multiuser and Time Sharing Operating Systems.

Concept: Operating System
Chapter: [1] Operating System
[3] 3.1.2

Define:

(i) Tree

(ii) Binary Tree

(iii) Extended Binary

Concept: Basic Data Structures (Stack, Queue, Dequeue)
Chapter: [2] Data Structures
[3] 3.1.3

What is Function Overloading ? Give examples of Function Overloading.

Concept: C++ Programming
Chapter: [3] C++ Programming
[4] 3.2 | Solve any one of the following
[4] 3.2.1

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

Concept: Basic Data Structures (Stack, Queue, Dequeue)
Chapter: [2] Data Structures
[4] 3.2.2

What is Constructor and Destructor in c++ ? Give example of Constructor and Destructor in a class.

Concept: C++ Programming
Chapter: [3] C++ Programming
[6] 4
[6] 4.1 | Solve any two of the following
Advertisement Remove all ads
[3] 4.1.1

What is File System?

Concept: Operating System
Chapter: [1] Operating System

List and explain types of File Systems used in OS.

Concept: Operating System
Chapter: [1] Operating System
[3] 4.1.2

With suitable example explain how tree can be represented in Memory?

Concept: Basic Data Structures (Stack, Queue, Dequeue)
Chapter: [2] Data Structures
[3] 4.1.3

What is Inheritance ? Explain any two types of Inheritances with Memory.

Concept: C++ Programming
Chapter: [3] C++ Programming
[4] 4.2 | Solve any one of the following
[4] 4.2.1

Give features of Windows 98 Operating System.

Concept: Operating System
Chapter: [1] Operating System
[4] 4.2.2

What is Linked List ? How they can be represented in Memory?

Concept: Basic Data Structures (Stack, Queue, Dequeue)
Chapter: [2] Data Structures
[10] 5 | Attempt Any One
[10] 5.1 | Solve any two of the following
[5] 5.1.1

Write a program in C++ to accept two integer values in main· function, pass them to function great() using call by value and find greater number, function great() should not return any value.

Concept: C++ Programming
Chapter: [3] C++ Programming
[5] 5.1.2

Write a program in C ++ to accept three integers from keyboard and find greatest number with using Condition Control

Concept: C++ Programming
Chapter: [3] C++ Programming
[5] 5.1.3

Write output of the following HTML program

<HTML>
  <HEAD>
    <TITLE> abc </TITLE>
  </HEAD>
  <BODY>
    <H1 align="center">KBC Restaurant</H1>
    <TABLE border="2">
      <TR>
        <TH rowspan="2">
          <font size="5"> Pawbhaji </font>
        </TH>
        <TH> with cheese </TH>
        <TH> 35 </TH>
      </TR>
      <TR>
        <TH> without cheese </TH>
        <TH> 25 </TH>
      </TR>
    </TABLE>
  </BODY>
</HTML>
Concept: Hyper Text Markup Language (HTML)
Chapter: [4] HyperTex Markup Language (HTML)
[10] 5.2 | Answer any two of the following
[5] 5.2.1

Write a program in C++ to accept a string from keyboard and copy string into another string without using the Library Function.

Concept: C++ Programming
Chapter: [3] C++ Programming
[5] 5.2.2

Write a program in C++ to find area of circle using class.

Concept: C++ Programming
Chapter: [3] C++ Programming
[5] 5.2.3

Write a program in HTML for the following output:

(i)   Arts
      A. History
      B. Geography

(ii)  Science
      I. Computer Science
      II. Physics

(iii) Commerce
      O English
      O Accounts

Concept: Hyper Text Markup Language (HTML)
Chapter: [4] HyperTex Markup Language (HTML)

Request Question Paper

If you dont find a question paper, kindly write to us





      View All Requests

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 Board Exam Computer Science 1 with solutions 2014 - 2015

     Maharashtra State Board 12th 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 Board Exam Computer Science 1 question paper 2015 serve as a catalyst to prepare for your Computer Science 1 board examination.
     Previous year Question paper for Maharashtra State Board 12th Board Exam Computer Science 1-2015 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 Board Exam.

How Maharashtra State Board 12th 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.
Advertisement Remove all ads
Share
Notifications

View all notifications


      Forgot password?
View in app×