Thursday, March 5, 2009

MCS-015: COMMUNICATION SKILLS,DEC -2007




MCS-015 : COMMUNICATION SKILLS,JUNE 2007



MCS-015

MCA (Revised)
Term-End Examination
June, 2007

MCS-015 : COMMUNICATION SKILLS

Time: 2 hours ` Maximum Marks : 50

Note : Answer all questions.

1. Read the following passage and answer the questions given after it: 10

Grasses are a large family of flowering plants that grow all over the world. It is the most important family of plants because it includes the cereals which are one of the main basic foods, and it also provides food for man's domestic animals.

There are about 10,000 species of grasses. Some species, such as star grass, also known as Bermuda grass, are very short (about 10 cm), and others such as bamboo reach a height of 30 m. Most species of grasses are perennial (live for many years), and others, such as the cereals, are annual (live for one year). The roots of grasses help to bind the soil together and prevent soil erosion. Most species are herbaceous, that is their stems are green and contain little wood. Bamboo and a few other species have woody stems. Most species have hollow stems, but maize has a solid stem. The stems of sugar-cane contain sugar. The stems of bamboo are used for making furniture and houses. The stems of some species, such as esparto grass, are used for making paper.

The leaves of grasses are long and narrow. The bottom of the leaf forms a covering over the stem. The flowers of grasses are very small and are not brightly coloured. They grow in large groups called "spikelets".

The fruit contains a lot of starch, some protein, and traces of mineral salts and vitamins. We use the fruit of many cereals such as maize, rice, millet, sorghum, and wheat for our food.

Sedges are related to grasses. There are about 3,000 species which grow all over the world. Most of them are not useful economically, and some species, such as nut grass, which grows in Sudan, are very troublesome weeds. The most useful sedge is papyrus, which grows on the Upper Nile River, Ethiopia, Syria and southern

Europe. It is used for making roofs and fences and was used in ancient times for making paper and boats.

(i) Which group of grasses are most important to man ? 2

(ii) Mention the three types of grasses whose stems are of great use to human beings. 3

(iii) What is a "herbaceous" plant ? 1

(iv) What are sedges ? 1

(v) Why is papyrus the most useful sedge ? 2

(vi) Use `species' in a sentence of your own. 1

2. Fill in the blanks choosing the most suitable phrasal verb from those given below : 5

Make changes in the form of the verb, where necessary. (There are two extra phrasal verbs)

take on, takeafter, look up, look after, run into, take off, look upto

(i) He requested me to _________while she was away.

(ii) Why don't you _____ this word in the dictionary ?

(iii) I__________an old friend in London.

(iv) They always_________their parents for guidance.

(v) She___________her father.

3. Write down the text of a group discussion between four participants on the importance of the Right to Information Act (about 300 words). 10

4. You are R. Chand, Branch Manager of a reputed bank in New Delhi. Draft a memo to be sent to all the staff of the bank on how to conduct themselves while on duty and to adhere to lunch hours in order to improve the work culture of the office. 10

5. Write a letter of application, together with your Curriculum Vitae (C.V.) for the job of Programmers/Design Engineers with experience in design of software packages. Apply to Auto Service, New Delhi within 10 days. 10+5=15

Friday, February 13, 2009

MCS- 023 DATABASE MANAGEMENT SYSTEMS, DEC 2005





MCS-022: Operating System Concepts and Networking Management, DEC 2005

MCA (Revised)
Term-End Examination
December, 2005


MCS-022: Operating System Concepts and Networking Management

Time: 3 hours
Maximum Marks: 100
(Weightage 75%)

Note: Question no. 1 is compulsory. Answer any three from the rest.
1. (i) Write a shell script (in Linux) to calculate a factorial of any given number. (7 marks)
(ii) How is multimedia operating system different from a conventional operating system? Elaborate. (5 marks)
(ii) What is the basic philosophy of X-Windows? How is ii different from the rest of GUI? (5 marks)
(iv) What are the differences between IP class addresses: A, B, C, D, E? (5 marks)
(v) How will you secure a guest account in Windows 2000? (4 marks)
(vi) Can more than one person use the same user account on a Linux system? Discuss
(4 marks)
(vii) Discuss the various criteria for selecting a UPS for your system. (6 marks)
(viii) List the four computer system vulnerabilities. (4 marks)
2. (i) Explain the working scheme and design principles of DNS through appropriate
diagrams. (15 marks)

(ii) Discuss file management subsystems of Linux (5 marks)

3. (i) What are the goals of computer security? Discuss the main issues in Windows security management (15 marks)
(ii) Define the essential difference between the following: (5 marks)
(a) Spooling
(b) Buffering
4 (i) Briefly describe all the steps in installing the Linux operating system. (15 marks)
(ii) What is the need of a firewall? What are its limitation? (5 marks)
5. (i) Answer the following questions with respect to Windows 2000:
(a) What is the purpose of distributed file system? What are its features? How are the two types of distributed files-roots implemented on Windows 2000 server ? (5 marks)
(b) How does a domain differ from a workgroup? (3 marks)
© When should security groups be used instead of distribution groups? (3 marks)
(ii) Name any five methods of authentication available in Windows operating system and briefly describe. (5 marks)
(iii) Discuss the advantages and disadvantages o Bus and Mesh topologies. (4 marks)

MCS-021 : DATA AND FILE STRUCTURES,DEC 2005

MCA (Revised)
Term-End Examination
December, 2005

MCS-021 : DATA AND FILE STRUCTURES


Maximum Marks : 100
Time : 3 hours (Weightage 75%)

Note : Question number 1 is compulsory Attempt any three questions from the rest. All algorithms should be written nearer to 'C language.

1.(a) Write an algorithm for . the addition of two polynomials in one variable. 10

(b)Define a stack. Explain the operations that can be performed on a stack. How are multiple stacks implemented using arrays ? 10

© Define and give an example of a Minimum Cost Spanning Tree. Write at least two differences between Kruskal's and Prim's Algorithms. 10

(d) Define a heap. Sort the following numbers using Heap Sort 10

2, 3, 81, 64, 4, 25, 36, 16, 9, 49

Clearly write all the steps involved in sorting the numbers

2.(a) Give simplified big-O notation for the following functions : 5

(i) 30 n2 [n square]
(ii) log n+3n

(b) Define dequeue. Write an algorithm for the implementation of a dequeue using arrays. 15

3 (a) Define a tree, and a binary tree. What are the different ways of traversing a binary tree ? Write an algorithm for any one of the traversal methods. 14

(b) Write an algorithm for the implementation of Binary Search. What are its Space and Time complexities ? 6

4. (a) Define an AVL tree. In case an AVL tree becomes unbalanced, how will you balance it ? Explain with example(s). 15

(b) Explain an Indexed Sequential File Organisation. 5

5 (a) Define a Splay tree. Explain the possible splay rotations. 10

(b) Write an algorithm for the implementation of a Singly Linked List 10

MCS-021 : DATA AND FILE STRUCTURES,DEC 2005

MCA (Revised)
Term-End Examination
December, 2005

MCS-021 : DATA AND FILE STRUCTURES


Maximum Marks : 100
Time : 3 hours (Weightage 75%)

Note : Question number 1 is compulsory Attempt any three questions from the rest. All algorithms should be written nearer to 'C language.

1.(a) Write an algorithm for . the addition of two polynomials in one variable. 10

(b)Define a stack. Explain the operations that can be performed on a stack. How are multiple stacks implemented using arrays ? 10

© Define and give an example of a Minimum Cost Spanning Tree. Write at least two differences between Kruskal's and Prim's Algorithms. 10

(d) Define a heap. Sort the following numbers using Heap Sort 10

2, 3, 81, 64, 4, 25, 36, 16, 9, 49

Clearly write all the steps involved in sorting the numbers

2.(a) Give simplified big-O notation for the following functions : 5

(i) 30 n2 [n square]
(ii) log n+3n

(b) Define dequeue. Write an algorithm for the implementation of a dequeue using arrays. 15

3 (a) Define a tree, and a binary tree. What are the different ways of traversing a binary tree ? Write an algorithm for any one of the traversal methods. 14

(b) Write an algorithm for the implementation of Binary Search. What are its Space and Time complexities ? 6

4. (a) Define an AVL tree. In case an AVL tree becomes unbalanced, how will you balance it ? Explain with example(s). 15

(b) Explain an Indexed Sequential File Organisation. 5

5 (a) Define a Splay tree. Explain the possible splay rotations. 10

(b) Write an algorithm for the implementation of a Singly Linked List 10

MCS-015 : COMMUNICATION SKILLS,DEC 2006







MCS-015 : COMMUNICATION SKILLS,JUNE-2006

MCA (Revised)
Term-End Examination
June, 2006


MCS-015 : COMMUNICATION SKILLS

Time : 2 hours Maximum Marks : 50

Note : Answer all questions.

1. Read the following passage and answer the questions given after it :

Finally, a virus infects a worm and it has nothing to do with computers. But it does have a lot to do with humans. Courtney Wilkins, a microbiology and immunology student at the University of Arkansas, successfully infected the ... elegans earthworm with the mammalian vesicular stomatitis virus and had it replicate. Others had tried and failed before and Wilkins' breakthrough will let researchers learn more about how viruses move from one host to another, and what proteins they attach to jn humans. Some cells in C elegans, a microscopic earthworm commonly used in biomedical research, are similar to some human cells.

“There were a lot of labs interested in whether this could work, so it just seemed pretty exciting,”- she said Since January 2002, Wilkins began studying whether she
could infect the worms with a virus and have the virus spread. She usually worked with muscle or intestinal cells and eventually settled on using the vesicular stomatitis virus. The virus is related to rabies and similar to foot-and-mouth disease and mostly infects livestock. Wilkins said. It took three to four months to establish the cell cultures. Khaled Machaca, one of Wilkins' advisers and a professor of cell biology, said the experiment wasn't without its rough spots. He said that there were points when he had to remind Wilkins that her decision to undertake the research was a risky one, because it was
unknown whether it would work. And that meant Wilkins" degree was at stake, because her career could be stopped if nothing came of the research, he said. After two years, it was clear that Wilkins was successful in her experiment. Wilkins remembered discovering about 9 pm, one night in 2004 that the VSV had replicated inside the worm cell. She immediately called Marie Chow, a professor of virology and another advisor. "Courtney gets so excited that she starts to stutter, “. Chow said, "She couldn't get the words out, so we knew there was something to it,” she said.

(i) How was the research mentioned in the passage a risky proposition ? 2
(ii) What was the outcome of the research ? 1
(iii) What was the researcher’s reaction to the outcome of the research ? Why was it so ? 2+2
(iv) Find out a word from the passage which has similar meaning as 'spread'. 1
(v) Use livestock' and 'rough spots' in a sentence each of your own to bring out their specific meanings. 2

2. Fill in the blanks choosing the most suitable word from the choices given : 5

(i) They moved ______ their new house two years back, (round/on/over/into)
(ii) Be careful. Your gun should not go _______ accidentally, (away/off/over/on)
(iii) The Government was determined to push the legislation __________ . (through/in/on/off)
(iv) I ran ________ an old friend in Amsterdam. (out/through/into/up)
(v) The flight could not take __________ in time because of the fog. (on/off/up/away)

3. Write down the text of a group discussion between four participants on the need for more strict quality control measures in India. (About 500 words) 10

4. You are Nihal Chand, Managing Director, Purifiers India Ltd. Write a Memo to all the three Managers (sales, Production and Finance) to hold a meeting with them, in a week’s time, for the yearly review of the Company. 10

5. Write a letter of application, together with your Curriculum Vitae (CV) for the job in response to the following advertisement:

“COBOL Programmers, with a minimum 2 years’ experience required by a well known Data Processing Company in Delhi. Apply within 10 days to Box 65, New Delhi-110068."

MCS-014: SYSTEM ANALYSIS AND DESIGN,DEC-2008


Wednesday, January 7, 2009

MCS-015: COMMUNICATION SKILLS,DEC-2005






MCS-015: COMMUNICATION SKILLS,JUNE-2005

MCA
Term-End Examination
June, 2005


MCS-015: COMMUNICATION SKILLS

Time: 2 hours Maximum Marks: 50
Note: Answer all questions
1. Read the following passage and answer the questions given after it:

If your desk is piled high with letters, faxes, forms, memos, reports, print-outs and sticky-backed message slips, you might believe all this paperwork is a sign of how busy you are. But according to Declan Treacy, cluttered desks lead to lost information, distractions, missed opportunities, high stress and not a little procrastination. He founded and runs the Clear Your Desk Organisation and organizes the annual International Clear Your Desk Day which this year is being held on April 24.

His argument for uncluttered desks are strong. “We pile between 300 and 500 pieces of paper on the desk at any time, a load equivalent to a 40-hour backlog of work. With 45 minutes a day wasted on frustrating searches for lost paperwork on and around the desk, it is unfortunate that the cluttered desk is the accepted norm in most organizations,” he says. Treacy holds seminars to help companies organize their own Clear Your Desk days, when everyone from the senior managers to secretaries learn how to tackle paperwork more effectively.

What you shouldn’t do is add to the pile of paper that’s already there, says Treacy: “Eighty per cent of all paperwork is eventually discarded, but it causes an awful lot of trouble before that happens. Unfortunately, most executives believe the myth that an empty desk is the sign of an unproductive mind. How wrong can you be? Companies cannot afford to let people work from cluttered desks. Hours of valuable time are wasted in searching for vital pieces of paper, and in being distracted by the constant steam of faxes, memos and reports which land in our in-trays when we should be devoting time to more important work.”

(i) A desk which is piled high with letters, reports, sticky-backed messages, etc. indicates how busy one is. Do you agree or disagree with this statement? Give reasons from the passage. 4

(ii) In most businesses a/an ____________ desk is considered perfectly acceptable.
1
(a) cluttered
(B) untidy
© tidy
(d) clean
(Select the right choice)

(iii) How does paperwork cause loss of time? 2
(iv) What is the fate of most paperwork? 1
(v) International Clear Your Desk Day is held every ___________ 1
(vi) Give a suitable title to the passage. 1
2. Choose the word or phrase that best completes each sentence, from the options following each: 5
(i) There has been a ____________ in the sales of new houses since home loans are more difficult to obtain.

(a) dive
(B) slump
© downfall
(d) crash
(ii) We can expect to treble our turnover once the July sales get into full ____________ .

(a) force
(B) flight
© speed
(d) swing
(iii) The government has spent Rs.1Crore on an advertising ________ to encourage energy conservation.
(a) campaign
(B) promotion
© operation
(d) enterprise
(iv) I advise you to take ____________ to ensure that all your property is adequately covered by insurance.

(a) means
(B) actions
© steps
(d) dealings
(v) Have you thought what the ___________ might be if you don’t win your case in court?

(a) applications
(B) bearings
© implications
(d) connotations
3. Complete the customer’s part in the following dialogue: 10
Shopkeeper : Good morning, Madam, may I help you?
Customer : ________________________________ .
Shopkeeper : I see, well, what exactly is the problem?
Customer : ________________________________ .
Shopkeeper : Well, how long ago did you buy it?
Customer : _________________________________ .
Shopkeeper : Could you let me see your receipt, please?
Customer : _________________________________ .
Shopkeeper : Well I’m afraid you’ll have to produce it.
Customer : _________________________________ .
4. Change the voice in the following sentences from active to passive, mentioning the agent only if necessary. 10

(i) He spends money for his children every month.
(ii) They inspect the factory every week.
(iii) The security man checks every visitor at the gate.
(iv) Droughts upset the economy of the country.
(v) She looked after the children well.
(vi) They are demolishing unauthorized buildings.
(vii) Will they declare Friday a holiday?
(viii) He has completed his assignments.
(ix) They are doing good work.
(x) Thieves broke into the house.

5. (a) You use 3,000 cellophane boxes a month and you need to order some more from your supplier. You can buy enough boxes for several months at once if she/he gives you a large enough discount. Find out what she/he is offering and attempt to negotiate a deal in a letter of about 200 words. 10

(B) Suppose you are applying for the job of a software engineer. Prepare your curriculum vitae. 5

MCS-014 : SYSTEMS ANALYSIS AND DESIGN,DEC-2008


MCS-014 : SYSTEMS ANALYSIS AND DESIGN, JUNE-2008



MCS-014 : SYSTEMS ANALYSIS AND DESIGN ,JUNE-2007

MCS-014
MCA (Revised)
Term-End Examination
June, 2007
MCS-014 : SYSTEMS ANALYSIS AND DESIGN

Time ; 3 hours

Maximum Marks : 100 (Weightage 75%)

Note ; Question number 1 is compulsory. Answer any three questions from the rest.

1. (a) Prepare a SRS for a "Railway Reservation System". Design the DFD for the context level, first level and second level for the system. Follow the rules/conventions given in your study material to draw the DFDs. 10

(B) What is the significant of the prototype approach ? Mention the steps for the prototype design with the help of the flow diagram. Also, list the advantages and disadvantages of this approach. 10

© "The design principles are meant to effectively handle the complexity of the process of design." List and explain all the design principles. Also, explain the top-down design approach with the help of "an inventory system" design. 10

(d). Describe the aims. of the following testing techniques : 10

(i) Stress testing

(ii) Performance testing

(iii) Response testing

(iv) Recovery testing

(v) Security testing

2. (a) What are the various components associated in a Entity-Relationship diagram ? List the various symbols used and their purpose of use. Also, draw an ERD for a "Pay slip generation" application. Assumptions can be made wherever necessary. 10

(B) Define an Expert system. Mention the basic characteristics of the expert systems. Also describe various components of them. 10

3. (a) What are CASE tools ? List the broad classification of various types of CASE tools and their usage. 10

(B) Define Systems Audit. List the objectives of it. Discuss the issues involved in Transaction, Security and Application audits. 10

4. (a) Elaborate the role of the Systems Analyst in the overall system development. Also, discuss the inter-personal skills that s/he should possess. 10

(B) Why are software documentation standards followed in any organization ? Explain any three documentation standards, mentioning their high-points. 10

5. Explain the following : 4x5=20

(i) Cost-Benefit Analysis

(ii) Data Coupling

(iii) Criteria for the form design

(iv) Sequence diagrams

MCS-014 : SYSTEMS ANALYSIS AND DESIGN,DEC-2007



MCS-014 : SYSTEMS ANALYSIS AND DESIGN, DEC-2006



MCS-014:SYSTEM ANALYSIS AND DESIGN,JUNE 2006

MCA(REVISED)
TERM-END EXAMINATION
JUNE, 2006

MCS-014:SYSTEM ANALYSIS AND DESIGN


Time:3 Hours Maximum Marks:100
(Weightage 75%)

Q1.(a) What is system?List the various types of systems and explain each of them in detail. 10

(b)Explain the role of system analyst in software development. 5

© Differentiate between the following: 10
(i) Coupling and cohesion
(ii) Decision Tree and Decision Table
(iii) Alpha testing and Beta testing
(iv) Forward engeenering and reverse engineering

(d)Consider the following situation:

A bank offers two types of savings accounts,Type A and Type B.For the Type A account ,the bank pays a dividend on the account balance at the end of each quarter.The balance can be insured.The insured amount gets 8.75% annual interest.The uninsured amount gets 5.00% annual interest.

For the Type B account,dividends are paid monthly on an average daily balance for that month.No dividend is paid for a balance below Rs 2,000/-, otherwise 5% interest is paid on the first Rs 5,000/- , 5.5% on the next Rs 20,000/- , and 7% over Rs 25,000/-.

Draw a decision table and a decision tree for this situation. 15

Q2. (a) What is the feasibility study?Why is it important for the system design?How does the cost benefit analysis contribute in it? 10

(b)Define logical design of the system.How is it performed? Describe the relationship between data mining and logical design.Also,describe a tool for data mining. 10

Q3. (a) What is CASE tool? How are CASE tools important for an organisation? List the advantages and disadvantages of the CASE tools. 7

(b)What is the importance of studying the maintenance of the systm? Explain the various types of system maintenance in SDLC. 9

© Explain information security architecture, with the help of a suitable diagram. 4

Q4 (a) What are the risks and threats involved in the sytem security? Also, briefly describe 3 risks and 3 threats. 10

(b)What are the methods for gathering the usre requirements? What problems are encountered when using these methods? 10

Q5(a). Explain five components required to construct a DFD. 5

(b)Construct the zero level and first level DFDs for the problem of "on line examination". 7

©.Explain four reasons for the need of documentation of a system. 8