Unit 4 | Information Technology Code 402 Class 10 Solutions | Web Application and Security

Information Technology Code 402 Class 10 Solutions Important Links Click for IT 402 Practical File Questions and to download sample Practical File Click for IT 402 Class 10 Book Solutions | Unit 3 RDBMS(Basic) Click for IT 402 Class 10 Book Solutions | Unit 2 Spreadsheet (Advanced) Click for IT 402 Class 10 Book Solutions … Read more

Unit 1 Digital Documentation Class 10 IT Code 402 Book Solutions

Digital Documentation Class 10 : LATEST UPDATE CBSE has introduced LibreOffice Writer in class 10th in place of OpenOffice Writer. Click here for new Curriculum. CBSE also released Book according to new Syllabus. Click here to download the book. Link of back solved questions are given below Unit 1: Digital Documentation(Advanced) using LibreOffice Writer Chapter … Read more

100+ Computer Network in python Important Questions (Solved) for Class 12

According to CBSE Latest Sample Paper 2020, weightage of Computer Network Unit is approximately 15 marks. This article is giving all the expected/important questions of unit COMPUTER NETWORK Practice Questions of Computer Network -Test 1 Q1. What do you mean by Computer Network? Q2. Write two advantages of computer network, Q3. What do you mean … Read more

Unit 2 Electronic Spreadsheet (Advanced) IT Code 402 Class 10 Book Solutions

Electronic Spreadsheet (Advanced) IT Code 402 Class 10 Book Solutions Important Links Click for IT 402 Practical File Questions and to download sample Practical File Click for IT 402 Class 10 Book Solutions | Unit 4 Web Applications and Security Click for IT 402 Class 10 Book Solutions | Unit 3 RDBMS(Basic) Click for IT … Read more

Information Technology Code 402 Class 10 Book Solutions | Unit 3 RDBMS(Basic)

Information Technology Code 402 Class 10 Book Solutions Important Links Click for IT 402 Practical File Questions and to download sample Practical File Click for IT 402 Class 10 Book Solutions | Unit 4 Web Applications and Security Click for IT 402 Class 10 Book Solutions | Unit 2 Electronic Spreadsheet (Advanced) Click for IT … Read more

IT 402 Class 10 Practical File Questions and free Download Sample File

The Above screenshot is from CBSE revised Curriculum and click for detailed revised curriculum of Class X IT(402) Click to Download Practical File Click for Class X IT (402) Book Practical File of IT 402 Weightage is 10 marks We should write minimum 2 programs of each of the following : Unit 1: Digital Documentation … Read more

10+ Bubble Sort Programs (Solved) in python -practice questions

Bubble Sort Programs for Practice Q1. Write a program to arrange the following list in ascending order using bubble sort. Original List = [23, 34, 54, 2, 12, 28] Output List = [2, 12, 23, 28, 34, 54] Q2. Write a program to arrange all alphabets of “csiplearninghub” into descending order using bubble sort. Q3. … Read more

Insertion Sort in Python class 11 with important examples

Insertion Sort in Python with example program What is Insertion Sort in Python? Insertion sort is simple sorting algorithm. It works in the same way as we (teachers) arranges answer sheets of students according to their roll number. This algorithms simply divides the list into two parts ie sorted (left side) and unsorted(right side). It … Read more

Sorting in Python class 11 Notes with important Questions

What is Sorting in Python ? Sorting means to arrange elements in increasing or decreasing order. Sorting algorithm tells us that how we are going to arrange elements in increasing or decreasing order. Output of sorting algorithm depends on the type of comparison operator used to arrange elements. The sorting algorithm takes the elements(numbers or … Read more

error: Content is protected !!