Important Computer Network Class 12 Question Answer Computer Science/ Informatics Practices
Important Computer Network Class 12 Question Answer for Computer Science/ Informatics Practices Q 1- What is a Computer Network? Ans: A computer network is a set of interconnected computers sharing resources located on or provided by network…
Important Question Answer Class 12 Computer Science (Python) useful for Term 2 Examination
Important Question Answer Class 12 Computer Science (Python) Important Question answer Class 12 Computer Science (Python) useful for Term 2 Examination. In this section you will find some important question answer class 12 Computer Science. These…
Insert and Use images in document Digital Documentation IT
Insert and Use images in document Digital Documentation IT Insert and Use Images: Inserting an Image file: In Writer, there are several ways to insert pictures, either using the “Insert” menu, directly from a graphics program or…
Important Questions Data Handling Class 11 Computer Science
Important Questions Data Handling Class 11 Computer Science Short Answer Type Questions Q.1 What are data types? What are Python‟s built-in core data types? Ans: Every value in Python has a datatype. Since everything is an object in Python…
Important Questions Python Fundamentals Class 11 Computer Science
Important Questions Python Fundamentals Class 11 Computer Science Very Short answer Type Questions Q.1 What is None literal in Python? Ans: Python has one special literal, which is None. The None literal is used to indicate absence of…
Important Questions Getting Started with Python Class 11 Computer Science
Important Questions Getting Started with Python Class 11 Computer Science Very Short answer Type Questions Q.1 When was Python released? Ans- Python was released in February 1991. Q.2 Who developed Python? Ans- Python was developed by Guido…
Error Finding Questions in Python
Error Finding Questions in Python Here are some error correction based questions in python for Computer Science and IP Students. Q 1. Code with Error(s). x= int(“Enter value of x:”) for in range [0,10]: if x=y print( x + y)…
Output Based Questions In Python Class 11-12 Computer Science
Output Based Questions In Python Class 11-12 Computer Science Q 1. Write the output of the following: for i in '123': print("cbsepython",i,) Q. 2 for i in [10, 20, 30]: print(i) Q. 3 for i in range…