0% found this document useful (0 votes)
45 views4 pages

Computer Science 11TH

This document contains a sample exam paper for Class 11 Computer Science. It has 12 questions testing knowledge of Python programming, computer security, SQL, and databases. The exam is 3 hours long and worth a total of 70 marks. Questions test syntax, logic, and concepts through short answer, code writing, and table/record based problems. The blueprint outlines the question typology and marks allocated to different topic areas like Python, CSO, data management, and cyber safety.

Uploaded by

Deepak Rathi
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)
45 views4 pages

Computer Science 11TH

This document contains a sample exam paper for Class 11 Computer Science. It has 12 questions testing knowledge of Python programming, computer security, SQL, and databases. The exam is 3 hours long and worth a total of 70 marks. Questions test syntax, logic, and concepts through short answer, code writing, and table/record based problems. The blueprint outlines the question typology and marks allocated to different topic areas like Python, CSO, data management, and cyber safety.

Uploaded by

Deepak Rathi
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/ 4

GOVT. MODEL SANSKRITI SR. SEC. SCHOOL N.I.

T - 3
SESSION EXAM PAPER-I
CLASS XI
SUBJECT COMPUTER SCIENCE
TIME: 3 Hours Max Marks: 70 Programming Language:
PYTHON And SQL

Q1 Answer the following Questions :-

(a) what is the syntax to print output in a single line. 2

(b) What is PYTHONPATH? 2

(c) Difference between list and tuple constructs of Python 2

(d) What are the key features of Python? 2

(e) What is a function call IN PYTHON? Give Example 2

(f) Write the Python code to create the dictionary to any list. 2

Q2 (a) given the following code, write down what would be printed as output- 3

A=31

Print (‘hello, It is your age: - ‘, A)

(b) Write pseudo-code / flowchart to input the year and to test and display
Whether the given year is leap year or not? 3
(c) Write python program to calculate area of circle. The radius being the input. 2

(d) Given the following python code what values are printed as output? 2

Height = 5.6
If (Height>=5.7):
Print (‘you are select’)
Else
Print (‘you are not select’)

Q3: a) Is python a compiled or an interpreted language? 2

b) Write a short note on string constructs in python. 2

c) List some common data types used in python. 3

Q 4 What is the function performed by Len () and reverse () in the list module. 3

Q5: Answer the following Questions:


(a) Convert: 3
A) (1234.56)10 = (?)16
B) (476)8 = (?)2
b) Arrange the following in ascending order of memory capacity:
TB, Byte, KB, Nibble, PB, MB, GB 2
Q6: Answer the following Questions:
a) What are the rules for using social networking sites 3

b) What is cracking? Suggest the ways to protect the computer from cyber-attack. 3

c) What is cyber bullying? How it is done. 2

d) What are the tips to safely browse the internet? 2

Q.7 Answer the question based on the table given below:

(i) Write the SQL command to create the above table with constraints. 3

(ii) Insert 2 records with relevant information, in the table student 3

Q8: Answer the question based on the table given below:


(a)To list the names all the patients admitted after 15/01/98. 3

(b) To list the names of female patients who are in ENT department. 3

Q9 What is SQL? 2
Q10 What is a Database? 3
Q11 What is DBMS ? 3
Q12 What are tables and Fields? 3
XI- Computer Science (083)
Session: 2018-19
BLUE PRINT

S. No Typology of Questions Very Short Short Short Long Long Total


Answer Answer-I Answer -II Answer Answer Marks
(VSA) (SA-I) (SA-II) (L.A.) (L.A.)
(1 mark) (2 marks) (3 marks) (4 (6
marks) marks)

1 Programing in Python 5 10 2 1 - 35
(Unit1)

2 CSO (Unit2) 2 4 -- – -- 10

3 Data Management (DM-1, 3 -- -- - 15


Unit 3) 2
4 Society, Law and Ethics – 5 - - 10
(SLE-1)- Cyber Safety -

(Unit 4)

Total Marks 10 38 6 4 12 70

You might also like