0% found this document useful (0 votes)
2 views1 page

Suggestion

The document outlines a comprehensive study plan for database and programming topics, focusing on relational algebra, SQL, and C programming concepts. Key areas include understanding functions, variables, loops, data types, and writing specific programs to perform arithmetic operations and other tasks. Additionally, it emphasizes the importance of practicing coding and theoretical concepts through exercises and examples.

Uploaded by

bokarvool
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Suggestion

The document outlines a comprehensive study plan for database and programming topics, focusing on relational algebra, SQL, and C programming concepts. Key areas include understanding functions, variables, loops, data types, and writing specific programs to perform arithmetic operations and other tasks. Additionally, it emphasizes the importance of practicing coding and theoretical concepts through exercises and examples.

Uploaded by

bokarvool
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Database:

1. Practice relational algebra and SQL from book exercise. No need to practice SQL
for joining.
2. Read definition and example of joining.
3. ER Diagram
4. Theory from given slides

Programming:
1. Explain the Features of C
2. What is function and function argument?
3. What is variable? Types of variable.
4. How to declare variables?
5. Explain different data types in C.
6. What is loop? Why loop is necessary?
7. Write down the Syntax of for loop, if-else, array.
8. What is header file? What is the importance of header files
9. Write short note on:
• Arithmetic expression
• Conditional operator
• Nested conditional operator
10. Practice output from:
• For loop
• If else
• Function
• array

Program code:
11. Write a program to add, multiply, subtract, divide using separate function.
12. Write a program to find prime number.
13. Write a program to find even odd
14. Write a program to find largest among three values
15. How to declare an array? Write a program using array.
16. Write a program using function parameter.
17. C program to find sum of series. 1+2+3+….100.
18. C Program to check leap year

You might also like