Computer Part 2
Computer Part 2
Set 2
1. The concept of database evolved from .
a) Computers ✔b) Traditional File management system
c) Software d) Hardware
2. The number of characters in fixed - length field is.
✔a) Constant b) 5 c) 255 d) Variable
3. The number of characters in variable - length field is.
a) Constant b) 5 c) 255 ✔d) Variable
4. Insert command is used to insert.
✔a) A new record b) A new column c) A view d) A new table
5. The row of table is also called.
a) Entity b) Attributes c) Cell ✔d) Record
6. An attribute is also known as.
a) Relation b) Row ✔c) Field d) Tuple
7. Atomicity means.
✔a) Individual value in a cell b) Individual value in a table
c) Individual value in a row d) Individual value in a tuple
8. Another name for file is called.
a) Collection records b) Row ✔c) Dataset d) Tuple
9. The column(s) of a relation correspond to.
✔a) Table b) Cell(s) c) Field(s) d) Records
10. The columns of a table correspond to.
a) Table b) Record ✔c) Field d) Cell
11. Following represents an entity.
a) Car b) Student c) House ✔d) All of these
12. A table is also called.
a) Two dimensional array b) Relation ✔c) Both A & B d) Key
13. A table is a two - dimensional array that consists of.
a) Matrix elements b) x and y coordinates c) Intersection of data ✔d) Columns and rows
14. CREAT TABLE command is used to create a.
✔a) Table b) View c) Report d) Query
15. In the Relation , following is insignificant.
a) Name of relation b) Number of records ✔c) Order of rows d) Size of relation
SHORT Questions
1) Define data.
2) Define information.
3) Define data processing.
4) What activities are involved in data processing?
5) What is data capturing?
6) Describe data manipulation.
7) What is meant by reproduction?
8) Define field. Give an example.
9) What is meant by a record?
10) What is a file?
11) What is master file?
12) What is transaction file?
13) What is program file?
14) What are Sequential Files?
15) Explain direct or random access files.
16) What are indexed Sequential Files?
Long Questions
1. Explain different type of file in detail.
2. Describe briefly database model and it types.
3. Write some advantages data base in detail.
4. Explain the features of database in detail.
5. What are the datatypes used in MS Access. Explain
6. What are the queries also different types of queries in detail.
7. What the forms explain different types of forms in detail
8. What is for loop explain with the help of syntax and a sample program
9. What is do while explain with the help of syntax and a sample program.
10. What is nested loop explain its working with the help of sample program.
11. What is function in C language. Write its advantages and uses.
12. What do you meant by function prototype or function declaration? Write procedure to declare a function.
13. What is function definition. How we can define a function in C? explain
14. What is Local and Global variable? Explain with the help of examples.
Program from chapter 11
Program to find an entered number is prime number or Not.
Program to display the series from 1 to 100 in ascending order.
Program to display the series from 1 to 100 in descending order.
Program to display the sum of series of first 10 or 50 Odd or Even numbers.
Program to display the table of any entered number by user.
Program to display the following series using nested loop