0% found this document useful (0 votes)
37 views2 pages

PreBoard II SET A

Uploaded by

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

PreBoard II SET A

Uploaded by

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

Class :XII session 2023-24

Time allowed : 3 Hours Computer Science(083) Maximum


Marks: 70
General Instructions:
 Please check this question paper contains 35 questions.
 The paper is divided into 4 sections - A,B,C,D and E.
 Section A, consists of 18 questions (1 to 18). Each question carries 1 Mark.
 Section B, consists of 7 questions (19 to 25). Each question carries 2 Marks.
 Section C, consists of 5 questions (26 to 30). Each question carries 3 Marks.
 Section D, consists of 2 questions (31 to 32). Each question carries 4 Marks.
 Section E, consists of 3 questions (33 to 35). Each question carries 5 Marks.
 All programming questions are to be answered using Python Language
only.

SECTION –A
1. State true or false: In a python if…elif block, the else block is compulsory to write.
2. Kajal has created a MYSQL table storing the details of players. She wants to see the
structure of the table with the fields, data type, size and constraints. Which of the
command out of the following she has to use?
(a) Describe (b) Alter (c) Show table(d) none of the above
3. Sudhir found that signals send by him to his friend were weak. Which of the following
devices he needs to install?
(a) NIC(b) RJ45 (c) Modem (d) Repeater
4. What will be the output of the following Python statements?
D={“Anu” :90, “Raju “: 98, “Venu”: 95, “Raji”: 89}
V= D.values()
Print(“Anu” in D, 95 in V,sep=”#”)
(a) True#False (b) True#True(c)False#True (d)False#False
5. Fill in the blanks:
An IP address is of __________
(a) 4 bytes (b) 3 bytes (c) 16 bytes (6) 32 bytes
6. Which of the following statements opens a binary file “Emp.dat” for adding more
records keeping the existing records?
(a) F=open(“Emp.dat”,”w”) (c) F=open(“Emp.dat”,”ab”)

(b) F=openfile(“Emp.dat”,”wb”) (d) F=openfile(“Emp.dat”,”r”)


7. Which of the following is a valid Python if statement?
6 *3 + 4 ** 2 // 5 – 8
(a) 13 (b) 14 (c) 12 (d) 11
8. Write the output of the code given below:
data= {"name" : "ANU", "age" : 9 }
data ['age']=27
data ['address'] = "Delhi"
print(data.items())}
(a) dict_items([('name', ANU), ('age', 27), ('address', 'Delhi')])
(b) dict_keys([('name', ANU), ('age', 27), ('address', 'Delhi')])
(c) dict_values([('name', ANU), ('age', 27), ('address', 'Delhi')])
(d) None of these
9. XYZ Corporation has its 3 offices in the city of Pondicherry, connected together in a
network. These offices are separated by a distance of approximately 40-50 KM. which
kind of network id formed?
(a) PAN (b) WAN (c) MAN (d) LAN
10. ______________ switching techniques follows the store and forward mechanism.
11. Which of the following is a number of tuples or records in a table?
(a) Domain (b) Cardinality(c) Degree (d) Attribute
12. Given the following code. What should be filled in the missing blank for proper
execution of the code?
import math
def sum(n): # Function to return the sum of square root and square of the
number
S=math.________ + math.__________
return S

13.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy