0% found this document useful (0 votes)
2 views

Final Assignment for Computer Science

The document outlines a final assignment for a Computer Science course, which includes various programming tasks such as writing algorithms, C programs, and HTML code. Specific requirements for the project presentation, including formatting, sample inputs and outputs, and originality of work, are also detailed. The assignment emphasizes the importance of handwritten submissions and proper documentation.

Uploaded by

cdyjenson731
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Final Assignment for Computer Science

The document outlines a final assignment for a Computer Science course, which includes various programming tasks such as writing algorithms, C programs, and HTML code. Specific requirements for the project presentation, including formatting, sample inputs and outputs, and originality of work, are also detailed. The assignment emphasizes the importance of handwritten submissions and proper documentation.

Uploaded by

cdyjenson731
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Final Assignment for Computer Science – 11.

1. Write an algorithm and flowchart to input a number and print it is prime number
or not.
2. Write a c program to print ASCII value of numbers and Alphabets (both in lower
and upper case).
3. Write a program to swap the values of two variables without using third
variables.
4. Write a program to find the largest number among three numbers.
5. Write a Program to make a simple calculator.
In this problem, you have to write a program to make a simple calculator that
accepts two operands and an operator to perform the calculation and prints the
result.

6. Write a Program to find the factorial of a given number.

7. Write a program to convert fractional decimal to fractional binary.

8. Write a Program to Reverse an Array

9. Write a Program to remove duplicates from the Sorted array.

10. Write a Program to find the Transpose of a (n x m) Matrix.

11. Write a program to implement Newton Raphson Method . to find root of


given number.
12. Write a program to implement a bisection method to find the root of a
given number.
13. Write a program to input fractional decimal and convert its equivalent
binary number.
14. Write a program in C to sort elements of an array in ascending
order.
15. Write a program in C to find the second largest element in an array.
16. Write a program in C for adding two matrices of the same size.
17. Write a program in C for the multiplication of two square matrices.
18. Write a program in C to find the sum of rows and columns of a
matrix.
19. Write a program in C to count the total number of words in a string.
20. Write a program in C to count the total number of alphabets, digits,
and special characters in a string.
21. Write a C program to check whether a substring is present in a
string.
22. Write a C program to count each character in a given string.
23. Write HTML code to create a user registration form that involves the
following fields (name, email, dob, gender [must be radio button], subject
[must be select option], and a submit button).
24. Write HTML code that shows the details of 5 students. Details
contain (name, address, contact, parents name).
25. Write HTML code to show the example of an Ordered List, Unordered
list, and Definition list.

Please make a note of the following requirements for the project: -

1. A4 size paper must be used by the programmer to complete the project.

2. The format of the written program should be well-indented.

3. The programmer must provide a sample input and its equivalent sample output.

4. The first page of the report must contain the college name, subject, preparation
details, date, and signature of the HOD and Subject teacher. Sample is given
“first page.docx” file.

5. The second page must be acknowledged.

6. The program must be in hand written format. Computer printed format is not
accepted.

7. The programmer must use their own logic to solve the program. Copied program
is not accepted.

8. The completed project must be presented at the viva exam to receive practical
marks.

Please ensure that these requirements are met while working on the project.

You might also like