0% found this document useful (0 votes)
11 views3 pages

Comp Sci (11th)

The document outlines a semester exam for Computer Science-1 for 11th grade, consisting of various questions related to programming concepts, number systems, and C++ language. It includes multiple-choice questions, short answer questions, and programming tasks, with a total of 50 marks allocated for the exam. The exam is structured into five questions, each with sub-questions that require explanations, conversions, and coding exercises.

Uploaded by

Pratik Tatkare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views3 pages

Comp Sci (11th)

The document outlines a semester exam for Computer Science-1 for 11th grade, consisting of various questions related to programming concepts, number systems, and C++ language. It includes multiple-choice questions, short answer questions, and programming tasks, with a total of 50 marks allocated for the exam. The exam is structured into five questions, each with sub-questions that require explanations, conversions, and coding exercises.

Uploaded by

Pratik Tatkare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Semester Exam

Subject :Computer Science-1


Class:11th
Time:3:00hrs Marks-50

Q.1 A) Select the correct alternative and rewrite the following. [4]

1)ASCII code is basically a bit.

2)In C++ >> is ___operator.


3)EBCD stand for

4) is symbol of

5)C++ is language

B)Answer any two of the following [6]

1)What is number system and its types.


2)What is programming language
3)what is use of header file in C++

Q.2 A) Answer any two of the following [6]

1)Convert the following

(46)10=( )2
(245)16=( )8
(7.26)8=( )16
2)Explain flowchart with example
3)What is radix of a number system? Give example

B)Answer any one of the following. [4]


1) Perform subtraction using 1’s complement
A. 12-4
B. 9-11
2)What is program analysis and explain in brief phases of program analysis.

Q.3 A)Answer any two of the following [6]


1) List data types in C++.
2)Explain pseudo-code.
3)Encode the following decimal number into BCD numbers.
1.649 2.71.465
B)Answer any one of the following. [4]
1) What is algorithm? Write characteristic of algorithm.

2)What is variable? write rules for construction of variable name.


Q.4 A)Answer any two of the following [6]
1)What is purpose of insertion and extraction operator in c++.

2)Explain documentation phase in program analysis

B)Answer any one of the following [4]

1)Draw a flow chart

A) Interchange values of two variable.


B) Addition of ‘n’ numbers.
2)Explain scope resolution operator in C++
Q.5 Answer any two of the following [10]
1)Write a program to obtain average of given ten number.
2)Write a program which describe scope resolution operator.
3)Write a program to find largest of three number.
Or
1)Write a program to check whether the number even or not.
2)Write a program convert given temperature in Celsius to
Fahrenheit by using formula.
3)Write a program describe local and global variable.

You might also like