Skip to main content

MCA314- Technical writing

For Assignment Solution Contact
Niraj kumar
Call and whatsapp 
(9899682018)

Mail:-Nirajkumar294@gmail.com 



ASSIGNMENT

Drive
Spring 2019
PROGRAM
Master of Computer Application
SEMESTER
3
SUBJECT CODE & NAME
MCA314- Technical writing
bk id
B0955
NUMBER OF
ASSIGNMNETS, CREDITS & MARKS
1, 2 Credits, 30 marks

Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words.



Q.No
Assignment Questions

Marks
Total Mark s
1
What’s Audience Analysis?

Technical Communication.
Explain
its
significance
in
[5+5]
[10]
2
Explain the role of a technical editor. Differentiate between

Micro and Macro editing.
[5+5]
[10]
3
Explain the various phases involved in System Development

Life Cycle (SDLC).
[10]
[10]


Comments

Popular posts from this blog

MCA315- Advanced Computer Networks

  For Assignment Solution Contact Niraj kumar Call and whatsapp  (9899682018) Mail:-Nirajkumar294@gmail.com   ASSIGNMENT Drive Spring 2019 PROGRAM Master of Computer Application SEMESTER III SUBJECT CODE & NAME MCA315- Advanced Computer Networks BK ID B1650 NUMBER OF ASSIGNMNETS, CREDITS & MARKS 2, 4 Credits, 30 marks Each Note – The Assignment is divided into 2 sets. You have to answer all questions in both sets. Average of both assignments score scored by you will be considered as your IA score. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme. Q.No Assignment Set -1 Questions Marks Total Marks 1 Describe OSI Model. List and explain its seven layers. 3+7 10 2 Describe about DWDM. Explain the components of a basi...

SQL Server interview questions along with their answers

1.     What is SQL Server? SQL Server is a relational database management system (RDBMS) developed by Microsoft. It is used to store, retrieve, and manage data efficiently. What is the difference between SQL and SQL Server? SQL (Structured Query Language) is a standard language used to communicate with and manipulate databases. SQL Server is a relational database management system that implements the SQL language.  What are the different types of backups available in SQL Server? SQL Server supports several types of backups, including Full Backup, Differential Backup, Transaction Log Backup, and File or Filegroup Backup. What is normalization in SQL Server? Normalization is the process of organizing data in a database to reduce redundancy and dependency. It helps in improving data integrity and performance.  What is a clustered index? A clustered index determines the physical order of data in a table. A table can have only one clustered index, and it...