402 Information Technology Class 9 Sample Question Paper Half Yearly 2022-23
402 Information Technology Class 9 Sample Question Paper Half Yearly Examination 2022-23 TIME: 2 HOURS/ M.M. 50 General Instructions: (1) Please read the instructions carefully. (2) This Question Paper consists of 34 questions in two sections:…
402 Information Technology Class 10 Sample Question Paper 2022-23
402 Information Technology Class 10 Sample Question Paper 2022-23 Max. Time: 2 Hours Max. Marks: 50 General Instructions: (1) This Question Paper consists of 21 questions in two sections: Section A & Section B. (2) Section A has Objective type…
String Manipulation in Python Questions and Answers Class 11-12
String Manipulation in Python Questions and Answers Class 11-12 Q.1 : Which of the following returns a copy of the string with its first character capitalized ? a) string.upper() b) string.capitalize() c) capitalize() d) all of these …
2022-23 Informatics Practices Sample Paper Class 12
2022-23 Informatics Practices Sample Paper Class 12 TIME: 3 /HOURS M.M.70 General Instructions: (1) This question paper contains five sections, Section A to E. (2) All questions are compulsory. (3) Section A have 18 questions carrying 01 mark…
2022-23 Computer Science Sample Paper for Class 12
2022-23 Computer Science Sample Paper for Class 12 Here is CBSE class 12 Sample Question Paper of Computer Science. Subject : Computer Science, Subject Code: 083 Maximum Marks: 70 Time Allowed: 3 hours General Instructions: 1. This question paper…
Worksheet on Functions and modules in Python
Worksheet on Functions and modules in Python Q.1: Which of the function return the smallest integer not less than number . a) exp() b) ceil() c) floor() d) fabs() Q.2:Which of the following is not a type of function ? a) built in function b)…
Data Handling Worksheet Class 11 Computer Science
Data Handling Worksheet Class 11 Computer Science Q.1: Which Python built-in function returns the unique number assigned to an object? a) Identity() b) Id() c) Refnum() d) Ref() Q.2: The operator used to check if both the operands reference…
Python Fundamentals Worksheet Class 11
Python Fundamentals Worksheet Class 11 Q.1: Which of the following is correct as an identifier? a) Int b) Surface area c) Omega d) 1volume Q.2:Python is a …………………… language. a) Low level b) High level c) Machine d) Assembly Q.3:…