PARAS PUBLIC SCHOOL,BHAWARNA
Pre-Board Exam Session 2024-25 Month -september M.M-70
subject IP Class -11th
TIME:2 hrs
…...................................................................................................................................................................................
.........................
General Instructions:1All questions are compulsory
2.These questions contains 6 sections.
SECTION A.Tick the correct option (1*20=20)
1.Which of the following components is the main memory of computer?
a.CD b.DVD c.Internal hard disk d.Ram,Rom
2.Which component of a computer connects the processor to the other hardware?
a.System bus b.CPU c.Memory d.Input Unit
3.Word Processor and Desktop Publishing program are the example of .
a.Application software b. System software c.Utility program d.None of these
4.Python is a/an____________language?
a.High level b.Object oriented c.Procedural d.Difficult
5.Special meaning words of pythons ,fixed for specific functionality are called _____.
a.Identifiers b.functions c.keywords d.Literals
6.Which of the following is an escape sequence for for character?
a.\a b.\t c.\n d.\b
7.Which of the following are datatypes considered as numbers in python.
a.Integer b.Mappings d.Sequence d.False
8Working with math module of python is...........?
a export math b.in math c.out math d.import math
8.Errors that occur during the execution of a program are ?
a.Compile time errors b.Syntex error c.Logical errors d..Run-Time Errors
9.An empty /null statement in python is________.
a.go b.pass c.over d.;
10.The order of statement execution in the form of top to bottom,is known as ________construct .
a.selection b.repetition c.sequence d.flow
11.Most commonly used counting loop in python is _____loop?
a.While loop b.do while c.if loop d.for.
12.The function generates a sequence of list type.
a.range()function b.if else statement c.looping construct d.iteration
13.Which of the foloowing not a valid loop in python?
a.for b.while c.do-while d.if-else
14.Function range (3) will yield an iteratable sequence like____.
a.[0,1,2] b.[0,1,2,3] c.[1,2,3] d.[0,2]
15.Which of the followiong can add only one values to a list ?
a.add() b.append c.extend d.None of these
16.Which of the following can delete an element from a list ,if its value is given?
a.pop() b.remove() c.del dall of these
17.Determine the relation among different operands is ?
a.Arithmetic operators b.Relational operators c.Identity operators dLogical Operators.
18.Simple English means to remove 'bugs'from a program.
a.Errors b.Debugging c,Syntex d.Operators.
19.The symbols that trigger the operations /actions on data,are called ?
a.Data types b.Operators c.Errors d.Translator
20.Statement may be executed Sequentially,selectively or _____.
a.Simple b.Compound d.Statement d.Iteratively.
Section B.Fill in the blanks. (5)
1.The ______is responsible for carrying out airthmetic and logic operations .
2.Windows OS is a type of _______.
3.Python programs /scripts are stored in files with____extension.
4.Python's two working modes are :_____mode and ____mode.
5The ________function prints the value of a variable/expression.
c.True/False(1*5=5)
1.A computer system consists of both hardware and software ___.
2.A cache memory is a type of RAM___.
3Python code is compiled before running ___.
4.Python is interpreted language__.
5.Keywords can be used as identifiers___.
D.Answer these questions (2*5=10)
1.State the basic compnents of computer?
2.What is a language processors?
3.What is a operating system?
4.Which of the following are not valid strings in python?
(a)”Hello” (b)'hello' (c)”Hello' (d){Hello}
5.What is variable and keyword in python?
E.Long answer type of questions.(10).
1.What is python? Write advantages and disadvantages of python language?
2.Write a program to calculate the marks of three subject and print the average.?
3.Write a program to print your name 10 times?
4.Write a program to enter your name and age?
5.Write a program to find out given number is odd or even?
F.Solve these questions.
1.What is DBMS?Explain it.(3)
2.What is SQL?Exlain any five commands of SQL?(5)
3.Create table student using SQL commands?(4)
SR_NO NAME ROLL_NO ADDRESS PHONE_NO
1 siya 101 bhawarna 8889000934
2 bibhuti 102 palampur 6565657666
3 suryansh 103 sulha 6788990000
4 muskaan 104 mansimble 2455566677
4.What is ALTER COMMAND in SQL ?EXPLAIN it with SYNTAX.(4)
5.Write the features of dbms?explain it?(4)