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

Class VII Computer

The document contains a series of questions and programming tasks related to databases and C++. It defines key database concepts such as Database, DBMS, and the structure of a database, along with specific terms like Field, Record, and Queries. Additionally, it includes programming exercises in C++ for checking even/odd numbers, swapping numbers, finding the largest number, summing natural numbers, checking for prime numbers, and computing powers.

Uploaded by

Tunir Chatterjee
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)
6 views1 page

Class VII Computer

The document contains a series of questions and programming tasks related to databases and C++. It defines key database concepts such as Database, DBMS, and the structure of a database, along with specific terms like Field, Record, and Queries. Additionally, it includes programming exercises in C++ for checking even/odd numbers, swapping numbers, finding the largest number, summing natural numbers, checking for prime numbers, and computing powers.

Uploaded by

Tunir Chatterjee
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

D.

Answer the following questions in short:


1. What is Database?
2. What is DBMS?
3. Give the difference between Tables and Reports.
5. Write the steps to open MS Access 2010.
6. What is the structure of database? Give an example.

F. Define the following terms:


1. Field 2. Record 3. Table 4. Queries 5. Macros
6. Modules 7. Forms

1. C++ program to Check if a number is even or odd.


2. Write a program to swap two numbers in C++.
3. Write a C++ program to find the largest number among three numbers.
4. Write a C++ Program to Find the sum of all the natural numbers from 1 to
n.
5. Write a program in C++ to check whether a number is prime or not.
6. Write a C++ program to Compute the power a given number to a given
power.

You might also like