Viva Questions for Class 11 Computer Science Python
Viva Questions for Class 11 Computer Science In this article students can find the most commonly asked ” Viva Questions for Class 11 Computer Science Python ” in their practical examination. You have to take an overview of these viva…
(Solved) Python String Exercise For Absolute Beginners
Python String Exercise-1 Here’s an exercise for beginners on creating and manipulating strings in Python: Create a variable called name and assign it a string value representing your name. Use the len() function to find the length of your name and…
Create a CSV movies.csv to hold movie records like Movies ID Movies name and Rating (out of 5 stars) using the list.
Create a CSV movies.csv to hold movies’ records like Movies ID, Movies name, and Rating (out of 5 stars) using the list. from csv import writer import csv def create(): f = open("e:\movies.csv","a") dt = writer(f)…
Write a menu based program to add delete and display the record of players by using list as Stack in python
Write a menu based program to add delete and display the record of players by using list as Stack in python. Record of a player contains: Player code, score and Rank. Program to add delete and display the record of players by using list as Stack in…
Write a menu driven program in Python that asks the user to add display and search records of students stored in a binary file.
Write a menu driven program in Python that asks the user to add, display, and search records of students stored in a binary file. The student record contains roll no, name and test score. It should be stored in a dictionary object. Your program should…
KBC Quiz Game in Python for Class 11
KBC Quiz Game in Python for Class 11 This project will help the students of class 11 to better understand the concept of list and random function. Features of KBC Quiz Game in Python : → User will get random questions every time →One out of…
Industrial Gate Management System Python Project
Industrial Gate Management System Python Project Explanation : The aim of this project is to manage the visitors/resident record who has entered the industry campus. An industry that also has residential area in its campus has to manage the…
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…