Pages

Monday 18 March 2024

PPS PREPARATION 1

Preparation Questions 1:

1) Explain Basic structure of C Program with example.

2) List Data Types in C. Explain Primary Datatypes.

3) List and explain all operators with a program.

4) Practical 1 programs.


Wednesday 6 March 2024

PPS PRACTICAL 1 EXTRA PROGRAM FOR HOME WORK

1. Write a program to find sum of two numbers.

2. Write a program to find area of rectangle. (Area = length * width)

3. Write a program to find area of square. (Area = length * length)

4. Write a program to calculate inch from centimeter. (inch = centimeter * 2.56)

5. Write a program to calculate average of two numbers.

6. Write a program to print ASCII value of a number.


Monday 12 February 2024

Friday 15 September 2023

ORACLE SOFTWARE DOWNLOAD LINK AND INSTALATION STEPS

ORACLE SOFTWARE DOWNLOAD LINK : DOWNLOAD

USER CREATE STEPS : DOWNLOAD

DBMS PRACTICE QUESTIONS 1

DBMS PRACTICE QUESTIONS 1 1. What is indexing? Explain different types of indexing with example. (UNIT 6) 2. What is hashing?  Explain types...