CS Sample paper class 11
Subject – Computer Science, Class XI MM : 70 Marks Time: 3 Hours 1. a Write at least two
Read moreSubject – Computer Science, Class XI MM : 70 Marks Time: 3 Hours 1. a Write at least two
Read moreSubject – Informatics Practices, Class XI MM : 70 Marks Time: 3 Hours 1. a What is the importance
Read moreIn this program we are not using the natural number addition formula n(n+1)/2, instead we are adding the natural numbers using while
Read morePrime numbers: A prime number is a natural number greater than 1 and having no positive divisor other than 1
Read moreFactorial of a non-negative integer, is multiplication of all integers smaller than or equal to n. For example factorial of
Read morePython program to display natural numbers from 1 to n In this tutorial, we will discuss the Python program to display
Read moreA string is a sequence of characters enclosed in quotation marks. In this page, you will find all the methods
Read moreThe Insertion sort is a straightforward and more efficient algorithm than the previous bubble sort algorithm. The insertion sort algorithm
Read moreWhat is Bubble Sort? Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if
Read moreWhat is a Linear Search? Linear search is a method of finding elements within a list. It is also called
Read more