Preview

Namastey London

Satisfactory Essays
Open Document
Open Document
3142 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Namastey London
Sacred Heart Convent Higher Secondary School

Computer File

Submitted to: Submitted by:
Sanjay Chauhan Mohi Saxena Class – 10th A Roll No. - 8
Acknowledgement

I owe a great many thanks to a great many people who helped and supported me during the writing of this project. My deepest thanks to my teacher Mrs. Mini Sabu to guide me about the project, guiding and correcting various documents of mine with attention and care .She has taken pain to go through the project and make necessary corrections which were needed.

I express my thanks to the principal of Sacred Heart Convent Higher Secondary School sister for extending her support.

I would also thank my institution and my faculty members without whom this project would have been a distant reality. I also extended my heartfelt thanks to my family and well wisher.

Certificate This is to certify that this project is prepared by Mohi Saxena of class 9th “A” and this work is done under my guidance and supervision so I certify that it is her original work.

Teacher Signature

________________

Index Sr. | Programs | Signature | 1 | Write a program to search an element in array using binary search. | | 2 | Write a program to find whether a number is an automorphic number | | 3 | Write a program to store 6 elements in an array P,4 elements in Q and array R containing all the elements | | 4 | Write a program to initialize the given data in an array and find the minimum and maximum values along with the sum of given elements. | | 5 | .Write a program to search an element using bubble sort. | | 6 | .Write a program to search an element using exchange selection sort | | 7 | Consider a Statement“January 26 is celebrated as Republic

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Step 3: Complete the following pseudocode based on the algorithm and the variables you declared above.…

    • 777 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    System.out.println("i = " + i + " f = " + f + " d = " + d);…

    • 2338 Words
    • 10 Pages
    Powerful Essays
  • Satisfactory Essays

    unit 7 assignment 1

    • 431 Words
    • 2 Pages

    7. Convert the While loop in the following code to a Do-While loop: int x;…

    • 431 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    CEIS100 W5 ILab Report

    • 320 Words
    • 2 Pages

    Code—copy and paste (or type) your code below. You can also post a screenshot of the program working if you would like.…

    • 320 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Pt1420 Unit 7 Study Guide

    • 582 Words
    • 3 Pages

    8.If AL contains 1 or 3, display ‘O’. If AL contains 2 or 4 display ‘E’. Write a program to solve it. Page: 105…

    • 582 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    unit 8 homework

    • 793 Words
    • 5 Pages

    3. Design a For loop that displays the following set of numbers: 0, 10, 20, 30, 40, 50 . . . 1000…

    • 793 Words
    • 5 Pages
    Good Essays
  • Good Essays

    Lab_6_solution

    • 1259 Words
    • 3 Pages

    By the end of this lab session, you will be able to - declare an integer and character array - assign values to array during compilation and during execution - print contents of an array using repetition structure SAMPLE PROGRAM 1 /1. A program reads a series of numbers and print it reversed / include stdio.h void main (void) int i, Num, numbers10 printf(You may enter up to 10 integersn) printf(How many integers would you like to enter ) scanf (d, Num) if (Num 10) Num 10 printf(nEnter your numbers ) for (i 0 i Num i) scanf(d, numbersi) printf(nYour numbers reversed are ) for (i Num - 1 i 0 --i) printf(d , numbersi) printf(nn) SAMPLE PROGRAM 2 /2. Program that demonstrates the use of for loop to accept 8 numbers from user and displays certain numbers from the array / includestdio.h void main() int num, numbers8 printf(You need to enter 8 numbers ... n) for(num 0 num 7 num) scanf(i,numbersnum) printf(nn) printf(Your 1st element is dn,numbers0) printf(Your 2nd element is dn,numbers1) printf(Your 3rd element is dn,numbers2) printf(Your 8th element is dn,numbers7) printf(nn) printf(nnAll together your numbers aren) for(num 0 num 7 num) printf(d ,numbersnum) printf(nn) SAMPLE PROGRAM 3 /3. Program declares an array called charArray and assigns a single character to each of the array element using the initialize braces. Finally, the program prints the content of the array. / includestdio.h void main() char charArray8 F,r,i,e,n,d,s int i for(i 0 i 7 i) printf(charArrayd has a value of cn,i, charArrayi) printf(nMy favourite comedy sitcom is snn, charArray) SAMPLE PROGRAM 4 /4. Program consists of arrays (i.e. integer array and character array). It uses loops to sort the integer array elements in ascending and descending order. Then it displays the contents of the array elements respectively. / includestdio.h void main(void) int array10 0,1,2,3,4,5,6,7,8,9, i char string20 This is a string for(i…

    • 1259 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    > A:=<<4 | 2 | 3 | 2> , <8 | 3 | -4 | 7> , <4 | -6 | 2 | -5>>;…

    • 316 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    All answers must be packaged as complete program solutions compile-able and run-able in the chosen language environment.…

    • 881 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    programiing

    • 923 Words
    • 4 Pages

    6: Write a program that reads a single word into a character array and then prints the word backward. Hint: Use strlen() (Chapter 4) to compute the index of the last character in the array.…

    • 923 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    8. no need to try the last i elements for the ith run since the end…

    • 743 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Analysis of Two Way Table

    • 6239 Words
    • 25 Pages

    yij i= 1,2 ,…,I j= 1,2,…,J and displayed in a rectangular array as shown below…

    • 6239 Words
    • 25 Pages
    Good Essays
  • Good Essays

    for(x=0; x<3; x++){ // this loop will be use for the row of the elements…

    • 396 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Chorale's Chips and Dips

    • 461 Words
    • 2 Pages

    Each item in an array is called an element, and each element is accessed by its numerical index. As shown in the preceding illustration, numbering begins with 0. The 9th element, for example,would therefore be accessed at index 8.…

    • 461 Words
    • 2 Pages
    Good Essays
  • Better Essays

    The following program, ArrayDemo, creates an array of integers, puts some values in it, and prints each value to standard output.…

    • 1094 Words
    • 5 Pages
    Better Essays

Related Topics