Saturday 11 May 2013

080230027 OPEN SOURCE SOFTWARE QUESTION BANK AND QUESTION PAPERS



080230027 Open Source Software
Important Detail Questions
Unit 1:
1. Need of open source.
2. Advantages of open source.
3. Applications of open source.
4. Describe the general operating systems structure.
5. Explain about process.
6. Explain scheduling.
7. Explain Personalities.
8. Explain Cloning.
9. Explain about Signals.
10. Describe the development with Linux.
Unit 2:
1. Explain Setting up account in MYSQL.
2. Explain Starting, terminating MySQL.
3. Explain SQL programs with suitable examples.
4. Explain Record selection Technology
5. Explain Date and Time in MYSQL.
6. Explain Sorting Query Results in MYSQL.
7. Explain about Generating Summary.
8. Define Metadata and explain it with example.
9. Define sequences and explain with examples.
10. Explain about the MySQL and Web.
Unit 3:
1. Explain PHP Programming using some examples.
2. Explain Variables, Constants, Data types in PHP with example.
3. Explain Operators , Statements, Functions and Array in PHP
4. Explain String Manipulation and expression in PHP.
5. Explain File handling and Data storage.
6. Explain PHP and SQL database
7. Explain PHP and LDAP
8. Describe PHP Connectivity in detail.
9. How Sending and receiving E-mails can de achieved.
10. Explain in detail Debugging and error handling
11. How Security and Templates can be implemented using PHP.
Unit 4:
1.Explain about Syntax and Style in python
2. Explain Python Objects
3. Explain Numbers, Sequences and Strings
4. Explain Lists , Tuples and Dictionaries
5.Explain Conditionals and Loops
6.Exaplin Files –Input/output in python
7.Explain types Errors and Exceptions in python
8.Explain Functions and Modules
9. Explain Classes and OOP.
 10. Explain Execution Environment.
Unit 5:
1. Explain Features of Perl
2 Explain.Perl Parsing Rules
3. Explain Literals in Perl
4. Explain Subroutines
5. Explain Functions
6. Explain Modules
7. Explain Strings
8. Explain Explain File handling in Perl
9. Explain Packages n Perl
10. Explain Array, Hash, List in Perl

ANNA UNIVERSITY OF TECHNOLOGY , COIMBATORE
B.E./B.TECH. DEGREE EXAMINATIONS : APRIL / MAY 2011
REGULATIONS : 2008
SIXTH SEMESTER - CSE
080230027 - OPEN SOURCE SOFTWARE
TIME : 3 HOURS MAX.MARKS : 100
PART - A


ANSWER ALL QUESTIONS (20 X 2 = 40 MARKS)

1. Why has the open source software become popular?
2. What is Linux's Open-Source License?
3. Mention the three classes of processes in LINUX?
4. What are the two distinct modes of operation of the CPU in Linux?
5. What is MySQL? Why do so many organisation use MySQL?
6. How to sort a MySQL Query Result?
7. How is Sequence handled in MySQL?
8. Write MySQL commands to display the table structure and empty the table?
9. How to run a PHP script?
10. Tell whether PHP variable and keywords are case sensitive?
11. What is type jugging?
12. Give the general form for defining the function in PHP.
13. What is called suite in PYTHON?
14. Give the functionalities of the following Sequence Type Operator?
1. seq[ind1:ind2]
2. obj in seq
15. Lists all the PYTHON bulit-in methods for file object with its operation?
16. How do you create the functions in PYTHON?
17. What is the use of Arrow operator in PERL?
18. Write down the different formats for the PERL IF statement?
19. How will you open the file for reading / writing using PERL function?
20. Generate the output for the following
1. print 'Hi' x 5;
2. print 9**3;

PART-B (5 X 12 = 60 MARKS)
ANSWER ANY FIVE QUESTIONS

21. Explain the process management in LINUX with suitable system call?

22.i. Explain SELECT statement by providing examples for the following.(8)
1. Retrieving Individual Columns
2. Retrieving multiple Columns
3. Retrieving ALL Columns
4. Retrieving Distinct Rows
ii. Write a MYSQL query for the following using DATE and TIME functions(4)
1. display current date and time
2. display time in 10:10:10 format
3. display the name of the day of a particular date
4. display the date "One Year Ago" from today's date.

23. Describe about MYSQL string function with its syntax and example.

24.i. What is PHP? What does it do? List out its features?(6)
ii. Mention the scalar data-types provided by PHP? Explain with Examples(6)

25.i. Define operator associativity in PHP? Evaluate the following expression(4)
1. (2+4)/2*3
2. 2+4/2*3
3. (2+4)/(2*3)
4. 2+4/(2*3)
ii. Write short notes on PHP Shorthand Assignment operator(Assignment with operation). (8)

26.i. Illustrate the internal structure of a typical PYTHON module with the suitable example.(6)
ii. With a neat sketch say how the dictionaries are compared in PYTHON? (6)

27.i. Give some of the elements and components within PERL? Illustrate it. (8)
ii. Summarize the execution process of PERL Script. (4)

28.i. Specify the basic rules applied for naming the PERL variables. (4)
ii. Brief the looping statement supported by PERL with its syntax and example. (8)


*****THE END*****

ANNA UNIVERSITY OFTECHNOLOGY, COIMBATORE
B.E./ B.TECH. DEGREE EXAMINATIONS: NOV / DEC 2011
REGULATIONS· 2008SIXTH SEMESTER: CSE
080230027 . OPEN SOURCE SOFTWARE
Time: 3 Hours
PART· A
ANSWER ALL QUESTIONS
Max.Marks : 100(10 x 2 = 20 Marks)
1. Why has the open source software become popular?
2. Where is the network configurations stored? Detail down the steps of accessingother available partitions from the same Linux Machine.
3. List down the various types of testing variables?
4. What is normalization? State any three normal forms.
5. Give the syntax for Viewing arrays in PHP with example.
6. What is type casting in PHP?
7. Explain Declaration vs. Definition inPython programming.
8. List down the built in function in Python.
9. What are Interprocess Communications in Perl?
10. What is meant by Data Manipulation? Give an example for Perl DataManipulationoperations.

PART - B(5 x 16 = 80Marks) ANSWER ALL QUESTIONS

11. a) i) Explain the discrete set of process states with example.
ii) Discuss Kernel mode and Linux mode of operations in LinuxEnvironment.

(OR)
b) Write short notes on :
i) Scheduling
ii) Signals. 8+8

12. a)Write a program to create the various statements for contentmanagement system for accessingMySQL database
(OR)
b) Write a MySQL program for the following Operations.
• Create a database
• Create a table
• Load data into the table
• Retrieve data from the table in various ways
• Use multiple tables

13 a)Write a sample PHP program for Substrings handling and Miscellaneous StringFunction handling.

(OR)b) Explain the following Security Functions in PHP.
1. Global Variables and Form data
2. File Name
3. File Uploads
4. File permissions5. Concealing PHP libraries
6. PHP code
7. Security Redux

14. a) Write a program for
1. Create and Assign Lists
2. Access Values in Lists
3. Update Lists
4. Remove List Elements and Lists
(OR)
b) Explain the Errors and Exception Handling inPYTHON programming

Environment.
15.a)Discuss the various Perl parsing rules with example.
(OR)
b) What is meant by control structures? Explain it with neat example.
*****THE END*****

1 comment:

  1. Thanks a lot....it helps me so much to prepare my university exam

    ReplyDelete