Computer Science | Class 10

Select a chapter above and press 'Show Content'. Click a video topic below to view.

    Chapter 1 C-Programming Language ( 33 videos)  (Practice Test)

      1.1: First Program in C Language- Use of printf( ) (Practice Test)
      1.2: C Program to find the sum of two numbers - Use of printf( ) and scanf( ) (Practice Test)
      1.3: C Program to find subtraction of two numbers - Use of Assignment Operator (Practice Test)
      1.4: C Program to find multiplication and division of two numbers (Practice Test)
      1.7: C Program to Calculate sum of five subjects and find percentage (Practice Test)
      1.8: C Proram to Compare two integers - Use of if-else (Practice Test)
      1.9: C Program to Compare three integers (Practice Test)
      1.10: C Program to Convert temperature from degree Centigrade to Fahrenheit (Practice Test)
      1.11: C Program to Print first 10 natural numbers using for loop (Practice Test)
      1.12: C Program to Print first 10 natural numbers using while loop (Practice Test)
      1.13: C Program to Print first 10 natural numbers using do while loop (Practice Test)
      1.14: C Program to find table of number (Practice Test)
      1.15: C Progam to print numbers in reverse order from 1 to 10 (Practice Test)
      1.16: C Program to print even numbers from 1 to 20 (Practice Test)
      1.17: C Program to find Grade of a student on Percentage Marks (Practice Test)
      1.18: C Program to find Grade of a student using switch statement (Practice Test)
      1.19: C Program to find the Sum of odd Series from 1 to 100 (Practice Test)
      1.20: C Prorgam to Print the Pattern using Nested loop (Practice Test)
      1.21: C Program to create a simple calculator using Switch statement (Practice Test)