PES 1st PU Program Lists and Instructions (Science)
PES 1st PU Program Lists and Instructions (Science)
General Instructions:
Duration of practical examination: 2 Hrs.
Maximum marks allotted: 30
Marks Distribution
SL. Marks
Particulars
NO. Distribution
1 Writing of C++ program 6
5 Practical Record 6
6 Viva – voce 4
Viva – voce:
1. Four questions will be asked and each question carries 1 marks.
2. The questions in the viva – voce should be simple, direct and related to the program to
perform by student.
P. E. S. PU COLLEGE, BSK – I stage, Bangalore - 50
1st PUC Computer Science [Science]
1. Eight salesmen sell three products for a week. Using a spreadsheet create a sales
report. The report should include the name of the salesman, Amount of sales for each
product and the salesman’s total sales in the format given below.
2. Enter the following details for 10 employees Employee Code, Employee name, Basic
salary, DA, HRA, Loans, Total salary and Tax.
3. Enter the following details for 20 students Register number, Name, Subject1,
Subject2, Subject3, Subject 4 marks, Total Marks and Percentage.
2. Create a model web site for your college making use of different tags.
VIVA QUESTIONS AND ANSWERS
SECTION A: C++
3. Define an object.
An object is real time entity or instance of a class.
4. Define class.
A class is user defined data type which holds data members and member functions
common to all objects. OR Class is a blue print from which individual objects are created.
8. What is manipulators?
Manipulators are type of operators which is used with insertion operator to manipulate or
format output.
16. What is the other name for cin? Stream extraction/get from.
17. What is the other name for cout? Stream insertion/put to.
Statement 1;
35. What are the values the switch expression can take?
int constant/variable or char constant/variable.
1. What is a cell?
Intersection of rows and columns
1. Expand HTML.
Hyper Text Markup Language.