Search Your Paper

Showing posts with label 4 Semester BCA. Show all posts
Showing posts with label 4 Semester BCA. Show all posts

Monday, January 3, 2022

BCA 4th Semester
Understanding Unix
Paper: BCA-403 


Time Allowed: Three Hours] [Maximum Marks: 90



Note:- Attempt FIVE questions in all, including Q. No. 9 which is compulsory and taking one each from Section-A to Section-D.


SECTION—A 

1. (a) What is an Operating System (OS) ? Describe the broad functions provided by an OS.


(b) Draw the state diagram of a process from its creation to termination, including all transitions and briefly elaborate every state and every transition.



2. Compare and contrast: 

(a) UNIX OS and WINDOWS OS 


(b) Time-Sharing System and Real-Time Systems.



SECTION—B 

3. (a) Explain any five job/process control facilities in UNIX and write the commands for each facility.


(b) What is the purpose of having pipes in UNIX ? Design a UNIX pipe that displays lines from 26 to 50 in a data file having 100 lines. 


(c) List any 4 symbols for I/O redirection within the UNIX environment. For each symbol, briefly describe its purpose and provide an example of its use.




4. (a) Give an account of various file handling and directory handling commands in UNIX with examples. 


(b) What is a Regular Expression ?  Give regular expressions that could be used with grep command that would match the lines described below: 

(i) Lines containing the string bca403, but with any number of the letters capitalized (i.e., BCA403, bCa 374, etc.) 

(ii) Lines not containing any lower-case English vowels. (The vowels are the letters a, e, i, o and u). 

(c) Classify some important features of vi editor in UNIX to create and modify a file.



SECTION—C 

5. List at least FOUR functional activities of a UNIX System Administrator. Explain the facilities in UNIX for handling these FOUR activities by taking suitable examples. Discuss the role of tar facility for system administration with examples.


6. Explain the following in the context of administering UNIX systems: 


(a) Starting and shutting down the UNIX system 

(b) Adding and removing user accounts 

(c) Managing hard disk space.




SECTION—D 

(a) What is a shell script ? Explain the procedure to create and execute a "shell script". 


(b) Write a UNIX shell script to read the first term a, the ratio r and number n and calculate the result of the series : a + ar + ar2 + ..... + arn-1 + arn.


8. Write short notes on the following with examples: (a) AWK pattern scanning and processing language (b) Network Troubleshooting commands in UNIX.



SECTION—E

(Compulsory Question) 

(a) What is a Process ? How is it different from a Computer Program ? 


(b) What is the differences between A and B A B in UNIX, where A and B are two binary executables?


(c) What is the purpose of UNIX Kernel ? 


(d) Explain what the UNIX command chmod does. 


(e) Name some UNIX commands for inter-user communication. 


(f) How do you recover from system crash in UNIX ?


(g) How do you change password in UNIX ? 


(h) What is full form of AWK ?


(i) What is the length of IPv6 address ?




BCA 4th Semester
Project Management & System Development
Paper: BCA-401 


Time Allowed: Three Hours] [Maximum Marks: 90



Note:- Attempt FIVE questions in all, including Q. No. 9 in Section-E, which is compulsory and taking one question each from Sections-A, B, C, and D.


SECTION—A 

1. (a) What is Project Life Cycle? Explain its significance and stages. 

(b) Define Feasibility Study and discuss various steps in the feasibility study of a project.


2. (a) What is Project Financing? Explain the sources of finances in case of Project Financing. 

(b) What is Project Profitability? What are the various methods for evaluating project profitability?



SECTION—B 

(a) What is the role of the Computer for project planning, scheduling, and monitoring? Explain. 

(b) What do you understand by Work Breakdown Structure (WBS)? In what ways may WBS be used as a key document to monitor and control a project? Explain.



4. (a) Discuss different types of cost in a project. Analyse the important cost control techniques. What are the pitfalls in the traditional method of cost accounting and expenditure control in projects? 

(b) Justify the statement with detail: "The greatest threat to the success of any project, especially IT projects, is a failure to communicate."



SECTION—C 

5. (a) What is Software Requirement Specification (SRS)? Why is it required? Explain in detail about the attributes of SRS document. 

(b) What is the purpose of a DFD? Give the rules of designing a DFD. Design a DFD for a Student Information Management System.


6. (a) What is Data dictionary? Explain the kinds of data available in data dictionary.

(b) What is a System? Examine the different stages/cycles in system development.



SECTION—D 

7. Give structure/style of a project report. Explain the steps in project report preparation. What are the contents of an ideal project report and explain the need for designing the illustrative report?

8. What is the difference between licensed software and open-source software? Compare and contrast the features of project management software from licensed category and open source category.



SECTION—E

(Compulsory Question) 

9. (a) Define Project and Project Management. 


(b) What is Project Management Environment ? 


(c) Explain barriers in the Implementation of a Project. 


(d) Explain some indicators for measuring the performance of a project. 


(e) What is system design? Explain. 


(f) When can you say that a project is a total failure ? 


(g) Give the correct translation of the following statement into mathematical logic: "Some real numbers are rational." 


(h) What is the importance of diagrams in report writing? 


(i) Define open-source software.



BCA 4th Semester
Client-Server Computing Using Oracle
Paper: BCA-402


Time Allowed: Three Hours] [Maximum Marks: 90




Note: - Attempt five questions in all, selecting at least one question each from Sections (A to D). Entire Question No. IX is compulsory in Section E.


SECTION—A 

I. (a) What is DBMS? Describe the advantages and disadvantages of DBMS. 


(b) What is Normalization? What are the problems arising out of unnormalized data? Describe the first three Normal Forms with examples.



II. (a) Explain in detail client-server architecture. Also, explain its benefits and pitfalls. 


(b) Explain the usage of ORDER BY, WHERE, GROUP BY, and HAVING clauses.



SECTION—B 

III. (a) What is a View? Explain how the base table can be manipulated through Views. Why are they considered so powerful? Write their limitation also. What are the various types of joins in Oracle? Explain with examples.


IV. (a) Explain the Union, Intersect and Minus operations using suitable example.

 

(b) What is a Privilege ? Explain its types. How are Privileges granted or revoked ?



SECTION-C 

V. (a) What is the difference between SQL and PL/SQL? Given the PL/SQL block structure. Also, explain the architecture of PL/SQL. 


(b) Describe the following:

(i) Composite Data types 

(ii) Scope and visibility of a Variable.



VI. Describe various Conditional and Iterative Control structures available in PL/SQL.



SECTION—D 

VII. (a) Explain the role of Implicit and Explicit Cursor. Also, enlist the various steps involved in the Cursor Management in PL/SQL. 


(b) What are the different types of Exception in PL/SQL ? How are they handled? Write a PL/SQL program that handles the TOO-MANY-ROWS exception.


VIII. (a) What is the difference between Procedure and a Function? Write a procedure that accepts two numbers and displays the product of two numbers. 


(b) How Triggers are managed in Oracle? Describe various types of Triggers.



SECTION—E 

IX. Entire question is compulsory:

(i) What is DDL?

(ii) What is the dual table?

(ii) Explain any two aggregate functions with examples. 

(iv) What is ROLLUP operation ? 

(v) What is the use of COMMIT?

(vi) How non-PL/SQL variables are referenced in PL/SQL blocks?

(vii) What is the purpose of SET SERVER OUTPUT ON in PL/SQL?

(viii) Describe the advantages of using packages in PL/SQL. 

(ix) Differentiate between actual and formal parameters in PL/SQL.



Popular

Archive

North India Campus. Powered by Blogger.

Welcome to North India Campus

Search Question Paper

Labels

1ST Semester M.SC IT(D) 1ST Semester MBA 1st & 2nd Semester BE 1st Semester B.Com 1st Semester BBA 1st Semester BCA (D) 1st Semester Bsc. IT (D) 1st Semester Bsc. IT 1 1st Semester M.Tech 1st Semester MCA 1st Semester MCA (D) 2nd Sem B.Com 2nd Sem BB 2nd Sem BBA 2nd Sem BCA 2nd Sem BCA (D) 2nd Sem BSC IT(D) 2nd Sem BSC(IT) 2nd Semester MBA A Foundation Course in Human Values and Professional Ethics ACCOUNTING FOR MANAGEMENT ADVANCE SOFTWARE ENGINEERING ADVANCED COMMUNICATION SYSTEMS ADVANCED MATHEMATICS FOR ENGINEERS Accounting and Financial Management Accounting and Financial Managementm Adolescence And Family Education B.Ed (Dec 2013) Adolescence And Family Education B.Ed (Dec 2014) Adolescence and Family Education B.Ed (2012) Advanced Accounting 2 Aligarh Muslim University Applied Physics 1 B.Ed (Dec 2008) B.Ed (Dec 2009) B.Ed (Dec 2011) B.Ed (Dec 2012) B.Ed (Dec 2013) B.Ed (Dec 2014) B.Ed (June 2008) B.Ed (June 2009) B.Ed (June 2015) BA 1 Syllabus BBA 1 BBA 2 BCA Question Papers BCA Syllabus 1 Bachelor in Science Fashion and Technology Basic Accounting Basic Chemistry Basic Electrical Engineering Basic Electronics Basic Mathematics BSC 1 Basoc Accounting Bridge Course in Mathematics Bsc.IT Business Communication-1 Business Communication-2 Business Communication-I 2 Business Environment 2 Business Laws 1 Business Mathematics Business Organisation and Management Business Statistics 2 C C Programming C Programming Bsc IT 1 C Programming Lecture Videos CADM 1st Semester Communication 2 Communication Skills Communication Skills 1 Communication and Soft Skills Communicative English Computer Applications Computer Fundamental Computer Graphics Video Lecture Computer In Education B.Ed (Dec 2013) Computer Mathematical Foundation MCA D Computer Networks 1st Semester Computer Operating System Computer Organization and Assembly Language Computer System Architecture 2 Computer and Education B.Ed (Dec 2011) Computer and Education B.Ed (Dec 2012) Computer in Education B.Ed (Dec 2008) Computer in Education B.Ed (Dec 2009) Computer in Education B.Ed (Dec 2014) Corporate Accounting Curriculum and Instruction B.Ed (Dec 2009) Curriculum and Instruction B.Ed (Dec 2011) Curriculum and Instruction B.Ed (Dec 2012) Curriculum and Instruction B.Ed (Dec 2013) Curriculum and Instruction B.Ed (Dec 2014) Curriculuman and Instruction B.Ed (Dec 2008) DATA COMMUNICATION NETWORK Data Structure 2 Data Structures 2 Data Structures Through C 2 Database Management with Microsoft Access Bsc IT 1 Delhi University News Desktop Publishing Tools 2 Digital Circuits and Logic Design 2 Digital Circuits and Logic Design 2 BCA D Digital Electronics 2 Digital Electronics Fundamentals 2 Distance Education B.Ed (Dec 2008) Distance Education B.Ed (Dec 2009) Distance Education B.Ed (Dec 2011) Distance Education B.Ed (Dec 2012) Distance Education B.Ed (Dec 2013) Distance Education B.Ed (Dec 2014) Dot Net Interview Questions & Answers. ELECTRONICS SYSTEM DESIGN Education Technology B.Ed (Dec 2009) Education and Evaluation B.Ed (Dec 2009) Education and Society B.Ed (Dec 2008) Education and Society B.Ed (Dec 2009) Education and Society B.Ed (Dec 2011) Education and Society B.Ed (Dec 2012) Education and Society B.Ed (Dec 2013) Education and Society B.Ed (Dec 2014) Educational Evaluation B.Ed (Dec 2008) Educational Evaluation B.Ed (Dec 2011) Educational Evaluation B.Ed (Dec 2012) Educational Evaluation B.Ed (Dec 2013) Educational Evaluation B.Ed (Dec 2014) Educational Technology B.Ed (Dec 2008) Educational Technology B.Ed (Dec 2011) Educational Technology B.Ed (Dec 2012) Educational Technology B.Ed (Dec 2013) Engineering Drawing and Graphics Engineering Mathematics Engineering Question Paper set 1 Engineering Syllabus English and Communication Skills English and Communication Skills 2 Environmental Science 2 Finaicial Accounting Financial Accounting Financial Management 2 Sem Fundamentals of Information Technology Bsc 1 Guidance and Counseling B.Ed (Dec 2008) Guidance and Counseling B.Ed (Dec 2011) Guidance and Counseling B.Ed (Dec 2012) Guidance and Counseling B.Ed (Dec 2013) Guidance and counseling B.Ed (Dec 2009) HIV and Aids Education B.Ed (Dec 2011) HIV and Aids Education B.Ed (Dec 2012) HIV and Aids Education B.Ed (Dec 2013) HP University News Hotel Management and Air Lines Syllabus Human Resource Management Human Resource Management 2 Information Management Information Technology for Management Intoduction to microprocessor 2 BCA D Introduction of Computers BBA1 Introduction to Computers 2 Introduction to I.T MCA D Introduction to Information Technology Introduction to Information Technology(BCA) Kurukshetra University News Lecture 20 Clipping -- Lines And Polygons MBA Papers MCA Notes MCA Question Papers Macro Economics 2 Management Syllabus Managerial Economics Marketing Management 2 Master Of Technology M-Tech Syllabus Mercantile Law 2 Metal Cutting Question Paper Metal Forming Question Paper Micro Economics NEURAL NETWORKS & FUZZY LOGIC Network Security OOP CPP 2 Object Oriented Programming in C++ Object Oriented Programming in Cpp Operating System Bsc IT 1 Operating system (BCA) Organisational Behaviour Organization Behaviour 2 Other Universities Others PCM 2 BCA D PGDCA PTU Affiliated Colleges of Integerated College PTU Affiliated Colleges of Management College PTU Affiliated Colleges of Architecture PTU Affiliated Colleges of Engineering PTU Affiliated Colleges of Pharmacy College PTU Forms Download PTU News and Events Panjab University News Pharmacy Syllabus Principles and Practices of Management Production and Operations Management 2 Programming Logic Development with C Programming in C Programming in C MCA D Psychology of Learning and Development B.Ed (Dec 2013) Psychology of Learning and Development B.Ed (Dec 2008) Psychology of Learning and Development B.Ed (Dec 2009) Psychology of Learning and Development B.Ed (Dec 2011) Psychology of Learning and Development B.Ed (Dec 2012) Quantitative Techniques RDBMS 2 RDBMS-I 2 Relational Database Management System Research Methodology 2 SAD 2 BCA D Syllabus of Computer Applications Syllabus of Journalism and Mass Communication Syllabus of Medical Laboratory Science System Analysis and Design System Analysis and Design 2 System Analysis and Design MCA D Teacher and School B.Ed (Dec 2008) Teacher and School B.Ed (Dec 2009) Teacher and School B.Ed (Dec 2011) Teacher and School B.Ed (Dec 2012) Teacher and School B.Ed (Dec 2013) Teacher of English B.Ed (Dec 2009) Teaching of English B.Ed (Dec 2008) Teaching of English B.Ed (Dec 2011) Teaching of English B.Ed (Dec 2012) Teaching of English B.Ed (Dec 2013) Teaching of Mathematics B.Ed (Dec 2009) Teaching of Mathematics B.Ed (Dec 2011) Teaching of Mathematics B.Ed (Dec 2012) Teaching of Mathematics B.Ed (Dec 2013) Teaching of Science B.Ed (Dec 2008) Teaching of Science B.Ed (Dec 2009) Teaching of Science B.Ed (Dec 2011) Teaching of Science B.Ed (Dec 2012) Teaching of Science B.Ed (Dec 2013) Teaching of Social Studies B.Ed (Dec 2008) Teaching of Social Studies B.Ed (Dec 2011) Teaching of Social Studies B.Ed (Dec 2012) Teaching of Social Studiess B.Ed (Dec 2013) Teaching of Social Study B.Ed (Dec 2009) Technical Communication UGC NET Computer Science Question Paper Uttarakhand Open University Video Lecture Web Technologies 1st Semester Web Technologies 2 Welding Technology Question Paper Workshop on IT and E-Commerce 2 data structures 2 BCA D principles of management 2