Sei sulla pagina 1di 3

Record of Laboratory / Practical Course Work (2016 -17)

Name of the Student: RRN No. :

Program and Class :


Course Code & Name :

Evaluation Marks Total


Aim& Prog O/P Viva Mark Signature
Sl. Date Title of the Experiment Algo ram s (Staff
No. rithm Incharge)
(30) (40) (20) (10) (100)
FUNDAMENTALS OF COMPUTER
A.1 Generation of computers
A.2 Components of Computer System
A.3 Types of Operating System-Windows &
Linux
INTRODUCTION
A.4 Document creation using MS-Word.

A.5 Mark sheet creation using MS-Excel

A.6 Presentation using MS-Power point

C PROGRAMMING
1. Basic program to print Hello World

DATA TYPES ,TYPE CONVERSION, FORMATTED AND UNFORMATTED FUNCTIONS


2. Adding numbers using integer data
type.
3. Average numbers using float data type.
4. Program to read and print a character
variable using char data type.
5. Data type conversion.

6. Swapping of two numbers without


using temporary variable.
7. Program to accept characters using
getchar(), getch(), getche(), getc()
functions.
8. Program to print characters using
putchar() and putc() functions.
9. Program to accept string using gets()
and print using puts().
PRIORITY OF OPERATORS AND LIBRARY FUNCTIONS
10. Demonstrate Arithmetic Operator
11. Demonstrate Relational Operator
12. Demonstrate Logical Operator
13. Demonstrate Bitwise Operator
14. Demonstrate Conditional Operator,
Increment & Decrement Operator
DECISION STATEMENTS

15. Find whether given three digit number


is a Armstrong or not using Simple if
else statement.
16. Find greatest of three numbers using
Nested if-else statement
17. Find area and perimeter of circle,
square and rectangle using Switch-
Case statement.
LOOPING, BREAK AND CONTINUE STATEMENTS

18. Read N integer values and break if the


value is negative integer.
19. Read N integer values and add only
positive numbers by skipping the
negative numbers using For loop.
20. Display N consecutive Fibonacci series
using While Loop.
21. Find factorial of N using Do-While Loop
22. Print consecutive prime numbers
between 1and 50 using Nested loop
ARRAYS AND STRUCTURES
23. Read N inputs into the array and find
sum and average of them.
24. Read N inputs and store even and odd
numbers in separate arrays.
25. Find whether given string is a
palindrome or not.
26. Search the array for the given element.
27. Create a student record to store his/her
personal details using structures.
FUNCTIONS
28. Find square of the number

29. Find factorial using recursive function.

POINTERS
30. Find address of the variable

31. Add two numbers

32. Swap two numbers

SIMPLE APPLICATIONS USING C


33. Evaluate given polynomial equation
and find its square root.
34. Find GCD and LCM of N integers
35.
Display Floyds triangle.
36.
Implement a Scientific calculator
application using Switch-Case
statement.
37.
Implement Bank transaction
application. (Use date and time
function)
38.
Sort the price of the product in online
shopping.
39.
Implement Student Mark sheet /
Employee Salary statement
calculation. (use structures and
arrays)

Average = _________ Signature of the Course Teacher

Potrebbero piacerti anche