Computer Software
Computer Software
Computer Software
Section A
Choose the correct answer. Each question carries 1 mark. (10x1 = 10 Marks)
1. DBMS is a collection of __________ that enables user to create and maintain a database:
a) Keys b) Translators
c) Program d) Language Activity
2. Data independence means:
a) Data is defined separately and not included in programs.
b) Programs are not dependent on the physical attributes of data
c) Programs are not dependent on the logical attributes of data
d) Both B and C
3. DFD stands for:
a) Data Flow Document b) Data File Diagram
c) Data Flow Diagram d) None of the above
4. __________is a full form of SQL:
a) Standard query language b) Sequential query language
c) Structured query language d) Server side query language
5. __________ is the process of organizing data into related tables:
a) Normalization b) Generalization
c) Specialization d) None of the above
6. __________command can be used to modify a column in a table:
a) Alter b) Update
c) Set d) Create
7. Visual basic is an:
a) Command line programming b) Event-driven programming
b) Core programming d) None of these
8. MDI stands for__________:
a) Multiple Document interpreter b) Multiple Document Interface
c) Multi Document interval d) None of these
9. In__________ scope, variables are available only to the module in which they are declared:
a) Private b) Public
c) Module d) Static
10. The ……allows direct exit from a for loop, Do loop, Sub procedure, or Function procedure.
a) Exit b) Exit for
c) Exit Do d) Exit Sub
Section B
Answer any 5 questions. Each question carries 6 marks. (5x6=30 marks)
11. What is DBMS? Write the advantages of DBMS?
12. What do you mean by Data Independence? Explain
13. What is normalization? Differentiate between first and second normal form.
14. Briefly explain the following:
a) Not Null b) Inner join
c) Outer join d) Unique
15. What is SQL? Write the sql statement for –creating table, altering table, and drop table.
16. What are feature of visual basic? Explain.
17. Write a program to find out even and odd from any given input number.
18. What do you mean by ADO? How to add ADO in project.
Section C
Answer any 3 questions. Each question carries 10 marks. (3x10=30 marks)
19. List various types of database users. Explain.
20. Explain E-R Diagram with its representation using a suitable Example?
21. What is IDE? Discus the following components of IDE?
a) Toolbar b) Project explore c) From Designer d) Menu Bar e) Immediate windows
22. Explain for-next statement with syntax? Write a code to find factorial of numbers from 1to 15.