Wednesday, 29 May 2019

bsc it 3 semester smu spring 2019 solved assignment last date is 8 july 2019


Its half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)
PROGRAM
Bachelor of Science in Information Technology - B.SC(IT)
SEMESTER
III
SUBJECT CODE & NAME
BIT301 – Operating System
SET 1
Qus:1 Summarize about Interprocess Communication.
Answer:
Interprocess Communication
Interprocess communication (IPC) is a set of programming interfaces that allow a programmer to coordinate activities among different program processes that can run concurrently in an operating system. This allows a program to handle many user requests at the same time. Communication of co-operating processes shared-memory environment requires that these processes share a common buffer pool, and that the code for implementing the buffer be explicitly written by the application programmer. Another way to achieve the same effect is for the operating system to provide the means for co-operating processes to communicate with

Qus:2 Write a note on External Fragmentation
Answer:
External fragmentation
Segments of user programs are allocated memory by the bob scheduler.
This is similar to paging where segments could be treated as variable sized pages. So a first-fit or best-fit allocation scheme could be used since this is a dynamic storage allocation problem. But, as with variable sized partition scheme, segmentation too causes external fragmentation. When any free memory segment is too small to be allocated to a segment to be loaded, then external fragmentation is said to have occurred. Memory compaction is a solution to overcome

Qus:3 Discuss the different methods of implementing a Directory.
Answer:
The two main methods of implementing a directory are:
Linear list
Hash table
Linear list
A linear list of file names with pointers to the data blocks is one way to implement a directory. A linear search is necessary to find a particular file. The method is simple but the search is time consuming. To create a file, a linear search is made to look for the existence of a file with the same file name and if no such file is found the new file created is added to the directory at the end. To delete a file, a linear search for the file name is made and if found allocated space is released. Every time making a linear search consumes time and increases access

SET 2

Qus:1 Write a short note on Multi-programmed Batched Operating Systems.
Answer: The concept of spooling introduced an important data structure called the job pool. Spooling creates several jobs on the disk ready for execution or processing. The operating system now has to choose from the job pool, a job that is to be executed next. This increases CPU utilization as CPU is continuously utilized for execution of multiple programs one after another.Jobs in the job pool may be scheduled for execution in any order (not necessarily in

Qus:2 What are the different information stored in a process control block (PCB)?
Answer: In order to manage and coordinate the various processes, the operating system identify these processes in terms of numbers and Process Control Block (PCB). A Process Control Block is a data structure maintained by the Operating System for every process. A PCB keeps all the information needed to keep track of a process. The PCB serves as a repository

Qus:3 Discuss in details about deadlock prevention.
Answer: The four necessary conditions for deadlocks to occur are mutual exclusion, hold and wait, no preemption and circular wait. If any one of the above four conditions does not hold, then deadlocks will not occur. Thus prevention of deadlock is possible by ensuring that at least one of the four conditions cannot hold.
 Mutual exclusion: Resources that can be shared are never involved in a deadlock because such resources can always be Its half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)

PROGRAM
Bachelor of Science in Information Technology - B.SC(IT)
SEMESTER
III
SUBJECT CODE & NAME
BIT302 – Computer Networks

Qus:1 Discuss about Packet Scheduling.
Answer:
Packet Scheduling
Algorithms that allocate router resources among the packets of a flow and between competing flows are called packet scheduling algorithms. Three different kinds of resources can potentially be reserved for different flows. They are bandwidth, bufferspace and CPU cycles. Packet scheduling algorithms allocate bandwidth and other router resources by determining which of the buffered packets to send on the output line next. Each router buffers packets in a queue for each output line until they can be sent, and they are sent in the same order that they arrived. This algorithm is known as FIFO (First-In First-Out), or equivalently FCFS (First-Come Its half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)
Qus:2 Discuss working mechanism of SMTP.
Answer:
Simple Mail Transfer Protocol (SMTP)
The basic Internet mail protocols provide mail and message exchange between TCP/IP hosts, but generally require that data be represented as 7-bit ASCII text. Because this can be restrictive, facilities have been added for the transmission of data that cannot be represented in this manner.
Simple Mail Transfer Protocol (SMTP) is a standard for the exchange of mail between two computers, which specified the protocol used to send mail between TCP/IP hosts.

Working

Qus:3 Discuss briefly the Domain Name System.
Answer:
The Domain Name System
We can refer web pages, mailboxes and other resources by using network address (IP address) of the computers on which they are stored. But these addresses are hard for people to remember and reproduce. Consequently, high-level, readable names were introduced in order to decouple machine names from machine addresses.

The initial solution for name resolution on the Internet was a file named Hosts.txt that was used on the now obsolete Advanced Research Projects Agency network (ARPANET), the predecessor of the modern day Internet.
When the

Set 2
Qus:1 Discuss in details about OSI Reference Model.
Answer: The OSI Model is based on the protocol developed by ISO (International Standards Organization) as the first step towards international standardization of the protocols used in the various layers. This model deals with connecting open systems, so it is called ISO OSI (Open Systems Interconnection). OSI model has seven layers, each layer is created when where a different abstraction is needed, and each layer has well-defined function. The OSI model is shown in

Qus:2 Discuss in details about Clock-based Framing (SONET).
Answer: Clock- based framing is another approach to framing, and is represented by the Synchronous Optical Network (SONET) standard. SONET was first proposed by Bell Communications Research (Bellcore), and then developed under the American National Standards Institute (ANSI) for digital transmission over optical fiber; it has since been adopted by the ITU-T.
SONET has been

Qus:3 Discuss in details about Internet protocol version 4 (IPV4).
Answer: IPV4 is a connectionless protocol and is unreliable. It is primarily responsible for addressing and routing packets between hosts. A higher layer protocol such as TCP or an application protocol must acknowledge delivered packets and recover lost packets if required. IPV4 is defined in RFC 791. Figure shows the datagram format of IPV4. It consist of IPV4 header and Payload. Header consists of Source address, destination address, identification number, checksum

Its half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)

ASSIGNMENT
DRIVE SPRING 2019
PROGRAM Bachelor of Science in Information Technology - B.SC(IT)
SEMESTER III
SUBJECT CODE & NAME BIT303 – OBJECT ORIENTED PROGRAMMING – JAVA
Assignment Set -1
Q.1 List any ten Java command tools with a short description of each.    1x10
Answer :
Java command tools :
A Java software development kit (SDK or "devkit") is a set of development tools that is used in developing applications for certain software package, software framework, hardware platform, computer system, video game console, operating system, or similar platform. If J2SE 1.2 is used to develop applications, then you are using the platform what's known as the Java 2 Platform. The latest Java 8 or J2SE 1.8 is Oracle Corporation’s latest version that has several enhancements to the Java

Q.2 What are the different types of operators used in Java?      10
Answer ;
Types of operators used in Java :
Operators are special symbols (characters) that carry out operations on operands (variables and values). For example, + is an operator that performs addition. In Java variables article, you learned to

Q.3 Differentiate between packages and Interfaces.      10
Answer:
Defining a Package :

To create a package is quite easy: simply include a package command as the first statement in a Java source file. Any classes declared within that file will belong to the specified package. The package statement defines a name space in which classes are stored. If you omit the package statement, the class names are put into the default package, which has no name. (This is why


Assignment Set -2
Q.1 List and explain the different components of an event?        10
Answer :
Components of an Event :

An event comprises of three components:

       Event Object – When the user interacts with the application by pressing a key or clicking a mouse button, an event is generated. The operating system traps this event and the data associated with it, for example, the time at which the event occurred, the event type (like a keypress or a mouseclick). This data is then passed on to the application to which the event belongs. In Java, events are represented by objects that describe the events themselves. Java has a number of classes that describe and handle different categories of event.


 Q.2 What is JDBC? List down the steps to load ODBC driver?     10
Aswer :
Java Data Base Connectivity (JDBC) :
The JDBC API (Java Data Base Connectivity Application Program Interface) can access any kind of tabular data, especially data stored in a Relational Database. It works on top of ODBC (Open Data Base Connectivity) which was the driver for database connectivity since age old days but since ODBC was implemented in C so people from the VB background had some problems in understanding the implementation intricacies. Since JDBC works on top of ODBC we have something called as a JDBC-ODBC bridge to access the database. JDBC helps you to write Java applications that manage mainly three programming activities listed below namely:

Q.3 Write short notes on:
a) CORBA                   5
b) BeanBox                  5
Answer :
Common Object Request Broker Architecture (CORBA) :
CORBA stands for Common Object Request Broker Architecture.  CORBA is a distributed computing technology where the participating objects need not only be written in Java.

Java IDL :
       Java IDL is a


Its half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)


PROGRAM
Bachelor of Science in Information Technology - B.SC(IT)
SEMESTER
III
SUBJECT CODE & NAME
BIT304 – Data Base Management System
SET 1
Qus: 1 What is the basic purpose of 4NF?
Answer:
Fourth and Fifth Normal Form
When attributes in a relation have multi-valued dependency, further Normalisation to 4NF and 5NF are required. We will illustrate this with an example. Consider a vendor supplying many items to many projects in an organisation. The following are the assumptions:
1. A vendor is capable of supplying many items.
2. A project uses many items.
3. A vendor

Its half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)


Qus:2 What is Heuristic Optimization?
Answer:
Heuristics in Query Optimization
Heuristic rule is applied for Query Optimization by modifying the internal representation of query. This form of query is generally in the form of query tree or a query graph data structure. Although some optimization technique were based on query graph, nowadays, this technique is not applied because query graph cannot show the order of operation which is needed by query optimizer for query execution. So this unit will deal mainly with the Heuristic


Qus:3 What are the advantages of a distributed database management system over a centralized DBMS?
Answer:
Trade offs in Distributing the Database
There are several reasons for building distributed database systems, including sharing of data, reliability and availability, and speedup of query processing. However, along with these advantages come several disadvantages, including software development cost, greater potential for bugs, and increased processing overhead. In this section, we shall elaborate briefly on each of

SET 2
Qus:1 Outline the different function of database management system.
Answer: There are several functions that a DBMS performs to ensure data integrity and consistency of data in the database. The ten functions in the DBMS are: data dictionary management, data storage management, data transformation and presentation, security management, multiuser access control, backup and recovery management, data integrity management, database access languages and application programming interfaces, database

Qus:2 Discuss briefly relative data model.
Answer: The relational model today, is the primary data model for commercial data processing applications. It has attained its primary position because of its simplicity, which eases the job of the programmer, as compared to earlier data models such as the network model or the hierarchical model.
A database based on the relational model developed by E.F. Codd allows the definition of data structures, storage and retrieval operations and integrity constraints. In such a database the data and


Qus:3 What are subqueries? Explain with example.
Answer: The expression following WHERE can be either a simple predicate as explained above or it can be a query itself! This part of the query following WHERE is called a Subquery.
A subquery, which in turn is a query, can have its own subquery and the process of specifying subqueries can continue ad infinitum! More practically, the process ends once the query has been fully Its half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)



bba 6 semester solved assignment help in rs 99 only spring 2019


DirectingIts half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)
ASSIGNMENT
DRIVE SPRING 2019
PROGRAM BACHELOR OF BUSINESS ADMINISTRATION (BBA)
SEMESTER VI
SUBJECT CODE & NAME BBA605 – TECHNOLOGY MANAGEMENT

SET – I

Q.1 Technology has spawned the growth of modern society and has largely influenced every aspect of living. Explain the impact of Technology on Society.
Explanation of the impact of Technology on Society.     10
Answer :
Impact of Technology on Society :

With advancement of technology man moved from the fields to cities for their earnings. These men now comprise skilled labour. The lifestyles of these people have now improved and they have more opportunities for leading a better life. All these changes occur with the advancement of technology. Technology has spawned the growth of modern society and has largely influenced every aspect of living.

Easy life- If we want to prepare coffee it can be done by just pressing one switch, cleaning of clothes, washing dishes, sending mails has become so easy, preparing food is again so easy—all credit goes to technology. Life is so easy with all kinds of technologies available. We are now no more exerting ourselves like our earlier generations used to exert for their living.

Luxurious life-With the developments in


Q.2 Explain the Delphi Method. Identify its characteristics, steps, application, advantages & disadvantages.
a) Explanation of Delphi method,    2
b) Characteristics,     2
c) Steps,          2
d) Application,   2
e) Advantages & Disadvantages.    2
Answer :
Delphi Method :

This method is the intuitive type of method and is subjective in nature. Though statistical or model-based forecasting techniques are preferred over expert opinion techniques, there are some scenarios where intuitive methods are found to be relevant.

       When historical data is not available - mostly in the case of new technology forecasting where expert opinion is the only possible source of forecasting.
       In the situations where the impact of factors which were previously considered to be relevant have lost their strength.
       In those



Q.3 What is technology Diffusion. List and explain the different perspectives of innovation diffusion process.
a) Explanation of Technology Diffusion.  3
b) Explanation of the different perspectives.    7
Answer :
Technology Diffusion :
The term ‘diffusion’ refers to the spread of a new idea which can be product, technology, service or method from the time of its invention to the creation of its ultimate adoption by an increasing number of users in different circumstances. According to Rogers, ‘Diffusion is the process by which an innovation is communicated through certain channels over time among the members of a social system and by which alteration occurs in the structure and function of a social system as a kind of social change’. The process of adopting the new technology by the customers who come to know about the technology from other customers is called technology diffusion. It can also be defined as a

SET – II

Q.1  Elucidate the channels of Technology Transfer.
Explanation of the channels of Technology Transfer     10
Answer :
Channels of Technology Transfer :

Technology can flow across boundaries of countries, industries, and departments, if channels of flow are established. Based on this, three types of channels that allow flow of technology are below :

1. General channels: In this channel, information is made available in the public domain with limited or no restrictions on its usage. Channels of this type of transfer include training, conferences, publications, education etc.

Q.2 List and explain the types of Innovation along with Examples.
Explanation of the types of innovation with examples.    10
Answer :
Types of innovation :
Depending upon the impact they create, innovations can be broadly classified as:
(i) Incremental innovation
(ii) Modular innovation
(iii) Architectural innovation
(iv) Radical innovation

Incremental Innovation: These innovations are evolutionary in nature. These are small but important improvements in a product, process or service. Such innovations are associated with enhanced


Q.3  Explain Automatic Speech Recognition (ASR) and Intelligent Agents.
a) Explanation of ASR     5
b) Explanation of Intelligent Agents     5
Answer :
Automatic Speech Recognition (ASR) :
The Automatic Speech Recognition technology works on seemingly very simple logic. It merely converts the sound waves produced by a person into text content. So, for the process, speech is the input and text is the output. This process involves the computer memory and fast processors and works in the following manner:


DirectingIts half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)

PROGRAM
Bachelor of Business Administration- BBA
SEMESTER
6
SUBJECT CODE & NAME
BBA606
Management Development and Skills
Qus:1 What do you mean by Directing? Explain the principles of Directing.
Answer: Direction is a vital function of management as it is concerned with action and not thought. It is the process of instructing, guiding, supervising and motivating people towards the accomplishment of organizational goals. It is an actual performance of people that is guided towards achieving common goals.
Principles of DirectingIts half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)

Generally, it is the manager’s task to understand the needs, motives and attitude of subordinates and should be able to change strategies accordingly. The following principles may be helpful in achieving


Qus:2 What is Creative Thinking? Discuss the importance of Creative thinking. Explain
the process of Creative Thinking.
Answer: Critical thinking emphasizes analysis and understanding of how people assert themselves, give explanations, derive solutions, select the right path to tread on and move away from the wrong one. On the other hand, creative approach moves towards exploring ideas, finding alternatives, various solutions and generating possibilities.
Importance of Creative



Qus:3 Explain the concept of Time Management. Discuss the Steps involved in Time
management.
Answer: Time management is not a new concept; it has been in practice from the time of the sages, who used to divide the day into different parts, with each part dedicated to a different task, such as the mornings dedicated to prayer and exercise because of low temperatures and peaceful surroundings, afternoons dedicated to siesta and evening dedicated to study and discourse. The


Qus:4 Suppose you have joined as a Manager in an organization and you are asked to negotiate on a particular issue. What according to you are the principles of Negotiation? Explain the steps in the process of negotiation.
Answer: The twelve basic principles of negotiations given by Marvin Gottlieb and William J. Healy in their book Making Deals: The Business of Negotiating are:
1. The greatest failure in negotiation is failing to negotiate.
2. The most important person to know in a negotiation is yourself.
3. Everyone has power in negotiation.
4. Single-issue

Qus:5 Discuss the qualities required to become an effective leader.
Answer: A leader should have specific leadership qualities so as to provide effective
leadership. According to Henry Fayol, a leader exhibits the following qualities:
(i) Physical strength and fitness
(ii) Mental vigour and energy
(iii) Courage to accept responsibility
(iv) Steady, persistent thoughtful determination
(v) Sound general

Qus:6 Write a short note on the following:
a) Impact Analysis
b) Catwoe Analysis
Answer: a) Impact Analysis
Impact analysis is a challenging exercise carried out in order to capture and structure all the potential consequences of a decision at first and secondly to ensure that they are managed appropriately. Larger

Its half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)


ASSIGNMENT
DRIVE SPRING 2019
PROGRAM BACHELOR OF BUSINESS ADMINISTRATION (BBA)
SEMESTER VI
SUBJECT CODE & NAME BBA607 – ROLE OF INTERNATIONAL FINANCIAL
INSTITUTIONS
SET – I
Q.1 What is Globalization? Explain its advantages and disadvantages.
a) Definition of Globalization.   2
b) Advantages & disadvantages.    8
Answer :
Globalization : Globalization is defined as a concept which connects countries across the world through information, trade and technology. In practical terms globalization means the integration of economies and societies through flow of ideas, information, technologies, capital, finance, goods, services and people from one country to another. This is also termed as ‘cross-border integration’ and has many dimensions such as social, political, cultural and of course economic. Economic integration can happen through \
Its half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)

Q.2 Elucidate the determinants of Exchange Rates.
Explanation of the various factors which influence the exchange rates.            10
Answer :
Factors which influence the exchange rates :
Although in a free market the exchange rate should be determined by the demand and supply of currencies, there are many other factors which influence the exchange rates, such as:

       Balance of Payment (BOP): The BOP position of a country is a clear indicator of the demand and supply of foreign currency. If a country has a BOP surplus i.e. more supply of foreign currency, then foreign currency will be cheaper than the domestic currency i.e. domestic currency will

Q.3 What is Letter of Credit? List and explain the different types of Letters of Credit.
a) Definition of Letter of Credit.         2
b) Explanation of the different types of Letters of Credit.     8
Answer :
Letter of Credit :

Letter of Credit (LC) is one of the methods of making trade payment while dealing with unknown exporters or importers. LC is one of the most secured modes of payment for international traders, especially when the foreign buyer’s reliable credit information is not there. The exporter has to be content with the creditworthiness of the importer’s bank. Through this method, the specific


SET – II

Q.1 Explain the main functions, lending activities and lending policies of World Bank.
a) Explanation of main function   4
b) Explanation of lending activities   2
c) Explanation of lending policies     4
Answer :
The main functions of the Bank are:

(i) To aid in the reconstruction and the developing of territories of its member governments by facilitating investment of capital for productive purposes.

(ii) To advertize private foreign investment by guaranteeing or by participating in loans and other investments of capital for productive purposes.

(iii) Where private capital is not

Q.2 Explain Basel III, list its key features and its impact on Indian Banking System.
a) Explanation of Basel III    2
b) Key features of Base III     4
c) Impact of Basel III on Indian Banking system     4
Answer :
Basel III :

Basel III is a global regulatory standard on capital adequacy of the banks, their market liquidity risks and stress testing, as agreed upon by members of Basel Committee on Banking Supervision overseen by the Bank for International Settlement (BIS). Basel III, which was released in December 2010, is the third in the series of Basel Accords which deal with the risk management aspects of the banking sector. Base I and Basel II, which were the earlier versions of Basel III, were less stringent as

Q.3 Explain The Euro Zone Debt Crisis and China’s Yuan Revolution.
a) Explanation of The Euro Zone Debt Crisis.   5
b) Explanation of China’s Yuan Revolution.     5
Answer :
The Euro Zone Debt Crisis :
The major causes of the European debt crisis are over-borrowed debts in the public and private sector, and system failures and government failure. Looking at the impact of the crisis on the US, the UK and China, it is believed that China would be more impacted than the US. The real economy of both the

DirectingIts half solved only
New smu SPRING 2019 solved assignments available with us 
LAST DATE IS  08-07-2019
charges Rs 99 per assignment (new price)
If you need assignments please mail or whatsapp your questions at computeroperator4@gmail.com
or contact any time 8791490301, 08273413412 (both whatsapp no)