Está en la página 1de 11

DAYANANDA SAGAR ACADEMY OF TECHNOLOGY AND MANAGEMENT

UDAYAPURA, KANAKAPURA ROAD, BANGALORE-82

DEPARTMENT OF INFORMATIONSCIENCE& ENGINEERING

Subject: Management and Entrepreneurship Sub Code: 10AL61


Faculty: Surabhi K R Class :VI Sem, ISE A & B Sec
ASSIGNMENT II

1. a. Explain the nature and purpose of organization. (05 Marks, Dec 2010)
b. What are the types of organization? Explain with flow chart department line
organization. (05 Marks, June 2013, June 2015)
2. a. Describe the departmentation based on functions and time with its merits and demerits.
(06 Marks, Dec 2010)
b. Explain the following: i) Types of departmentation ; ii) Principles of committees
(04 Marks, June 2010)
3. a. Explain the term centralization and decentralization with example.
(05 Marks, June 2013)

b. Explain the advantages of delegating authority of others. (05 Marks, Dec 2010)

4. What is appropriate span of control? Explain the various factors that govern the span of
management. (10 Marks, Dec 2011, Dec 2014)
5. a. Explain the committee organization and matrix organization. (05 Marks, June 2010)
b. what are the types of committees and explain. (05 Marks, June 2011)
6. a. Explain the nature and importance of staffing (06 Marks, June 2011, June 2012)
b. What are the advantages and disadvantages of line and staff organization?
(04 Marks, June 2010, June 2011)
7. a. Describe the various steps followed in recruitment process. (06 Marks, Dec 2010)
b. What are MBO and MBE? Explain. (04 Marks, June 2010, June 2011, Dec2014)

8. State the different stages in entrepreneurial development process. Explain the groups of
entrepreneurs classified on functional characteristics. (10 Marks, Dec 2010, Dec 2012)
9. a. Differentiate between entrepreneur, intrapreneur and manager.
(05 Marks, June 2010, June 2011, Dec 2011, Dec 2013, June 2014)
b. What are the barriers of entrepreneurship? Explain the role of entrepreneur in
economic development. (10 Marks, June 2010, June 2012)
10. a. What are the measures taken in India to develop entrepreneurship?
(06 Marks, Dec 2011)
b. What are the qualities of entrepreneur? (04 Marks, June 2011, June 2012)
11. In detail, discuss on women entrepreneurs. (10 Marks, June 2014)
12. What is entrepreneurship? Explain its functions and types of entrepreneurs.
(10 Marks, June 2010, June 2013, Dec 2013June 2015)
DAYANANDA SAGAR ACADEMY OF TECHNOLOGY AND MANAGEMENT
UDAYAPURA, KANAKAPURA ROAD, BANGALORE-82

DEPARTMENT OF INFORMATIONSCIENCE& ENGINEERING

Subject: Unix System Programming Sub Code: 10CS62


Faculty: Lavanya D & Gowri Dixit Class :VI Sem, ISE A &B Sec
ASSIGNMENT II

1a. With a neat diagram, explain how a C pgm is initiated and various ways it can be terminated.
(08 Marks July/Dec 2011, Jan 2014)
b. Write a C pgm to echo all its command-line arguments to standart output.
(02 Marks Dec 2012)
2a. With a neat diagram, explain the memory layout of a C program. (05 Marks July/Dec 2011)
b. Give reasons as to why shared libraries are better, with an ex. What is alloca function?
Indicate any one advantage and disadvantage of this function. (05 Marks July/Dec 2015)
3a. Explain malloc, calloc, and realloc functions with prototypes. (05 Marks Jan/July 2014)
b. Explain the environment list with a diagram and explain 4 environment variables with its
prototypes. (05 Marks Jan 2015)
4. Explain the setjmp and longjmp functions with its prototypes. Illustrate the use of setjmp and
Longjmp functions with an ex program. (10 Marks July/Dec 2012, Jul 2013,Jan 2014)
5a. Explain getrlimit and setrlimit functions with prototype. Mention the three rules to change the
the resource limits. Give 10 resource values. (07 Marks, June 2011, Dec 2012)
b. For the following given C program, identify the various segments when the program is

executed:

#include <stdio.h>
int a = 5;
int b;
int data [10];
const int i = 5;
int main( )
{
int x;
char * ptr = malloc(50);
return 0:
} . (03 Marks, July 2013)
6. Describe the UNIX Kernel support for a process with a neat diagram. Show the related data
structures. (10 Marks Dec 2012, June 2014)

7a. What is fork and vfork? Explain with an example program for each.
(05 Marks, June 2010, June 2011, June 2012, Dec 2012)
b. What is zombie process? Write a C program to avoid zombie process by forking twice.
(05 Marks, June 2011)
8a. Explain wait and waitpid functions along with prototypes? What are the macros defined by
POSIX.1 to check how processes is terminated? (05 Marks, July 2015)

b. What is race condition? Write a program for generating race condition and to avoid the race
condition. (05 Marks, Dec 2015)

9a. List the 6 different forms of exec APIs. How do they differ from each other. Also give one
program example using any one of the exec fucntions. (05 Marks, Dec 2011)
b. Explain the system function with its prototype. (05 Marks, Jan 2015)
10a. What is an orphaned process? Explain with an example. (04 Marks, Jun 2012)
b. Write a short notes on Terminal login and Network login. (06 Marks, Jan 2015)
11a. Explain process groups and sessions. Explain controlling terminal characteristics. Discuss
their relationship with controlling terminal. (05 Marks, Dec 2012)
b. What is process accounting? Write a C/C++ program to generate accounting data.
(06 Marks, Jan 2016)
12.What is job control? With a neat diagram explain the job control features.
(10 Marks, Dec 2011)
DAYANANDA SAGAR ACADEMY OF TECHNOLOGY AND MANAGEMENT
UDAYAPURA, KANAKAPURA ROAD, BANGALORE-82

DEPARTMENT OF INFORMATION SCIENCE & ENGINEERING

Subject: FILE STRUCTURE Sub Code: 10IS63

Faculty: Prasad S P Class: VI SEM

ASSIGNMENT II

1. What is data compression explain different techniques available for data compression.
(10Marks, Dec2013)
2. Explain how spaces can be reclaimed in fixed length records. (10Marks, Jun2013)
3. Explain how spaces can be reclaimed in variable length records. (10Marks, Jul2012)
4. Explain the advantages and disadvantages of 3 types of placement strategies with example.
(10 Marks, Jun2012)
5. Write a short notes on
a. The limitations of binary searching and internal sorting. (05 Marks, Dec2009/Jan2013)
b. Key-sorting techniques and their limitation. (10Marks, May2010)
6. What is meant by an index? Explain the operations required to maintain the index files.
(08Marks, May2014)
7. What are inverted lists? How does it improve the secondary index structure?
(08 Marks, Dec2011)
8. Discuss the limitations of retrieving the records using combinations of secondary keys.
Explain the solution by using linking the list of reference technique.
(10Marks, Jun2012)
9. What is multilevel indexing? Explain the concept of B- tree in multilevel indexing with an
example. (10 Marks, Jun2009/Dec2011)
10. Explain deletion, merging and redistribution of elements in B- tree.
(10 Marks, Jun2009/Jun2015)
11. What are the properties of B-tree. Explain worst case search depth.
(10 Marks, Dec2010/Jun2014)
12. What is multilevel indexing? Explain the concept of B- tree in multilevel indexing for a
given sequence T C S D A M P I B W N G U Y, show how B-tree of order 4 is
constructed stepwise. 10Marks

Note: Last date to submit assignment is 04-05-2017


DAYANANDA SAGAR ACADEMY OF TECHNOLOGY & MANAGEMENT
UDAYAPURA, KANAKAPURA ROAD, BANGALORE- 82

DEPARTMENT OF INFORMATION SCIENCE & ENGINEERING

Subject: Computer Networks II Sub Code: 10CS64


Class: VI Sem CSE
Assignment -II

1. Explain the IP address classification. Identify the following IP addresses and their address
class:
200.58.20.165 128.167.23.20 16.196.128.50 150.156.10.10
(10 Marks, Jun 2010, Jun 2014, Dec 2014)
2. a) Explain Subnet addressing. (5 Marks, Jun 2014)
b) Explain the fragmentation and reassembly in IP network. (5 Marks, Jun 2012)

3. What is the need to change from IPV4 to IPV6? Write the IPV6 basic header and describe its
fields. (10 Marks, Dec 2009, Jun 2014)
4. A host in an organization has an IP address 150.32.64.34 and subnet mask 255.255.240.0.
What is the address of the subnet? What is the range of IP addresses that a host can have on this
subnet? (10 Marks, Dec 2012, Dec 2014)

5. a) Explain the network addressing of IPV6. (6 Marks, Dec 2010)


b) Explain the Time to live field in the IP packet header. (4 Marks, Jun 2009)

6. a) With a neat diagram explain UDP datagram. (6 Marks, Dec 2010, Dec 2014)
b) Explain the following fields in the IP packet header. (4 Marks, Jun 2009)
i) Fragment offset ii) Header Checksum

7. A university has 150 LANs with 100 hosts in each LAN.


i) Design an appropriate subnet addressing scheme if the university has one class B
address. (6 Marks, Jun 2012)
ii) Design an appropriate CIDR addressing scheme. (4 Marks, Dec 2009, Jun 2012)

8. Apply RSA and do the following:


i) Suppose P=5, q=11 find e and d
ii) Encrypt the following to get the cipher texts P1=18, P2=19 and P3=1
iii) Decrypt the cipher texts obtained above.
(10 Marks, Jun 2011, Dec 2011, Dec 2012, Dec 2009, Dec 2014)

9. Give the comparison between public key and secret key cryptographic systems with relevant
block diagrams. (10 Marks, Jun 2010, Jun 2014)

10. Explain the security attacks and security goals. (10 Marks, Jun 2012)

11. a) Write a note on:


i) Remote login protocols
ii) File transfer and FTP
iii) World wide web and HTTP (8 Marks, Jun 2014)
b) List the functions performed by a network management system? (2 Marks, Dec 2009)

12. Define network management. Explain the SNMP with SNMP messages.
(10 Marks, Jun 2009, Dec 2009, July 2011, Dec 2011, Jun 2012, Jun 2014)

*****************************************************************************
DAYANANDA SAGAR ACADEMY OF TECHNOLOGY AND MANAGEMENT
UDAYAPURA, KANAKAPURA ROAD, BANGALORE-82

DEPARTMENT OF INFORMATION SCIENCE & ENGINEERING

ASSIGNMENT II
Subject: Software Testing Sub Code: 10IS65
Faculty: Prof. Nitin Kulkarni Sem: VI B Sec

1. Define the following by giving necessary examples: i) Use of a variable; ii) Definition
of a variable; iii) Direct data dependency; iv) Definition of clear path.
(10 Marks, June 2010)
2. Draw and explain the construction of call graph with the decision table for SATM
(10 Marks, Jul 2011)
3. Explain alternative lifecycle models (10 Marks, Dec 2012)

4. With supporting diagrams and examples explain top-down and bottom-up integration.
(10 Marks, Jun 2016)
5. Explain system testing guidelines for thread testing with an example.
(10 Marks, June 2012)
6. Differentiate between progressive and regression testing. (10 Marks, Dec 2012)

7. Explain basic concepts for requirement specification with E-R model and modeling
relationships among basic constructs. (10 Marks, Jun 2015)

8. Explain with supporting diagram the client server testing. (10 Marks, Jun 2016)

9. What is a quality process? explain quality goals for a process (10 Marks, Dec 2010)

10. Define validation. With a neat sketch explain the relation of verification and validation
activities with respect to artifacts produced in a software development project.
(10 Marks, Jun 2016)
11. Explain basic principles that characterize various approaches and techniques for analysis
and testing.
12.
a) Explain sensitivity and redundancy. (06 Marks, Jun 2016)
b) Define terms reliability and availability. (04 Marks, Jun 2016)
DAYANANDA SAGAR ACADEMY OF TECHNOLOGY AND MANAGEMENT
UDAYAPURA, KANAKAPURA ROAD, BANGALORE-82

DEPARTMENT OF INFORMATION SCIENCE& ENGINEERING

Subject : Operations Research Sub Code : 10IS661

Faculty: Nikshepa T Sem & Sec: VI A & B

ASSIGNMENT - 2

1. Using Big M method, solve the following

(10 Marks/07 Marks- Dec.2010,Jan 2015July 2014,Jan 2014)


2. Solve the following LPP by Charnes Big M method.

(15 Marks July 2015)


3a. Solve the following LPP using using two phase method.

(10 Marks- Jan/July 2014)


b. Explain the postoptimality analysis of linear programming
(05/08 Marks- May/Jun.2010,July.2013)
4. Using two phase method, solve the following LPP
Minimize Z = 2x1+3x2+x3
Subject to constraints
x1+4x2+2x38
3x1+2x26
x1,x2,x30 (10MarksJune/July 2016)
5. Using Big M method, solve the following

(12 Marks- Dec09/Jan.2010)


6. Use Big-M method to solve the following LPP
Minimize Z=4x1+3x2
Subject to 2x1+x2>=10
-3x1+2x2<=6
x1+x2>=6
and x1,x2>=0 (14/12 Marks- Dec.2012,July 2013,June 2015)
7a. Write different steps in Hungarian algorithm to solve an assignment problem.
(08/10 Marks- Dec09/Jan.2010,Jan 2014,July 2014)
b. The transportation cost per truck load of cement (in hundreds of rupees) from each
plant to each project site are as follow.

Determine the optimal distribution for the company so as to minimize the total
transportation cost. (10/12 Marks- Dec09/Jan.2010,Jan 2014)
8. Find an initial solution to the transportation problem

(10 Marks- Jun.2010,July 2015)


9 A product is produced by 4 factories F1,F2,F3 and F4.Their unit production costs are Rs.
2,3,1 and 5 respectively. Production capacity of the factories are 50,70,30 and 50 units
respectively. The product is supplied to 4 stores S1,S2,S3 and S4, the requirements of
which are 25,35,105 and 20 respectively. Unit costs of transportation are given below.

Find the transportation plan such that the total production and transportation cost is
minimum.
(10/14 Marks- Jun 2011,July 2014)
10. A department has 5 employees with 5 jobs to be performed. The time(in hours) each
men will take to perform each job is given in the effectiveness matrix.

How should the jobs be allocated? One per employee, so as to minimize the total man
hours. Use the Hungarian method.
(10 Marks- Dec 2011,Dec 2014)
11.a Solve the assignment problem represented by the following matrix using column
reduction

(05 Marks- Jun-2012)


b. Find the initial basic feasible solution of transportation problem where cost matrix is given
below

(07 Marks-July2013)
12. Find the optimal transportation cost of the following matrix by using least cost method.

A B C D E SUPPLY
P 4 1 2 6 9 100
Q 6 4 3 5 7 120
R 5 2 6 4 8 120
DEMAND 40 50 70 90 90

(12 Marks- Dec-2012)

También podría gustarte