SlideShare a Scribd company logo
1 of 3
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
FALL 2014, ASSIGNMENT
PRIGRAM BCA(REVISED 2007)
SEMESTER 5TH
SUBJECT CODE & NAME BC0052 – THEORY OF COMPUTER SCIENCE
CREDIT 4
BK ID B0972
MAX. MARKS 60
Note:Answer all questions.Kindlynote that answersfor 10 marks questionsshouldbe approximately
of 400 words. Each questionis followedbyevaluationscheme.
1. What are the five ways used to describe a set? Describe the set containing all the nonnegative
integers less than or equal to 4.
Answer:A set isa collectionof objects,thingsorsymbolswhichareclearlydefined.
The individual objectsinasetare calledthe membersorelementsof the set.
A setmustbe properlydefinedsothatwe can findoutwhetheranobjectisa memberof the set.
There are twowaysof describing,orspecifyingthe membersof,aset.One wayis by intensional
definition,usingarule or semanticdescription:
A isthe set whose membersare the firstfourpositive integers.
B is the setof colorsof the Frenchflag.
2. What is Recursion Theorem? How do you define n! recursively and compute 5! recursively.
Answer: The Recursion Theorem simply expresses the fact that definitions by recursion are
mathematically valid, in other words, that we are indeed able correctly and successfully to define
functions by recursion. Mathematicians implicitly use this fact whenever they define a function by
recursion.
A more general version of the Recursion Theorem would allow the function f to use the argument n as
well as F(n). A still more general version of the Recursion Theorem, called course-of-values recursion,
allows f to use as an argument the entire restriction of the function F∣n to earlier values. (These more
complex versionsof the Recursiontheoremcanbe derivedsolelyfromthe single-value theoremyouhave
stated, by using a function f that takes a
3. State and prove Pigeonhole Principle.
Answer:Inmathematicsandcomputerscience,the pigeonholeprinciple statesthatif nitemsare put into
m pigeonholeswithn>m, thenat leastone pigeonholemust contain more than one item. This theorem
is exemplified in real-life by truisms like "there must be at least two left gloves or two right gloves in a
groupof three gloves".It is an example of a counting argument, and despite seeming intuitive it can be
used to demonstrate possibly unexpected results.
The first formalization of the idea is believed to have been made by Johann Dirichlet in 1834 under the
name Schubfachprinzip("drawerprinciple"or"shelf principle").Forthisreasonitisalso commonly called
Dirichlet's box principle or Dirichlet's drawer principle. In Russian and some other languages, it is
contracted to simply "Dirichlet
4. Prove that in Graph the number of vertices of odd degrees is always even.
Answer: 1. Each edge (including loops) contributes 2 to the vertex order total.
2. This means the vertex order total must be even because it increments by 2 for every edge.
3. For the vertex order total to be even, the number of vertices with odd orders must be even because:
(a) odd number + odd number = even number
(b) odd number + even number = odd number
(c) even number + even number = even number
5. What is Deterministic finite machine? What are the various components of DFA? Illustrate it using
the pictorial representation of DFA.
Answer:Inautomatatheory,a branch of theoretical computer science, a deterministic finite automaton
(DFA)—alsoknown as deterministic finite state machine—is a finite state machine that accepts/rejects
finite strings of symbols and only produces a unique computation (or run) of the automaton for each
input string. 'Deterministic' refers to the uniqueness of the computation.
In automatatheory(a branchof computerscience),DFA minimization is the task of transforming a given
deterministicfinite automaton(DFA) intoanequivalentDFA thathas a minimumnumber of states. Here,
two DFAs are called equivalent if they
Q.6 Prove that “A tree G with n vertices has (n–1) edges”
Answer:- We prove this theorem by induction on the number vertices n.
Basic step: If n = 1, then G contains only one vertex and no edge. So the number of edges in
G is n –1 = 1 – 1 = 0.
Inductionhypothesis:The statement is true for all trees with less than ‘n’ vertices. Induction step: Now
let us consider a tree with ‘n’ vertices. Let ‘ek ’ be any edge in T whose end vertices are vi and v j.
Since T is a tree, by there is no other path between vI and v j. So by removing ek from T , we get a
disconnected
graph. Furthermore, T - ek consists of exactly
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601

More Related Content

What's hot

Mc0082 theory of computer science
Mc0082  theory of computer scienceMc0082  theory of computer science
Mc0082 theory of computer sciencesmumbahelp
 
Kahler Differential and Application to Ramification - Ryan Lok-Wing Pang
Kahler Differential and Application to Ramification - Ryan Lok-Wing PangKahler Differential and Application to Ramification - Ryan Lok-Wing Pang
Kahler Differential and Application to Ramification - Ryan Lok-Wing PangRyan Lok-Wing Pang
 
Mc0082 theory of computer science
Mc0082  theory of computer scienceMc0082  theory of computer science
Mc0082 theory of computer sciencesmumbahelp
 
Mca1030 foundation of mathematics
Mca1030  foundation of mathematicsMca1030  foundation of mathematics
Mca1030 foundation of mathematicssmumbahelp
 
theory of computation lecture 02
theory of computation lecture 02theory of computation lecture 02
theory of computation lecture 028threspecter
 
Formal language
Formal languageFormal language
Formal languageRajendran
 
Theory of automata and formal language
Theory of automata and formal languageTheory of automata and formal language
Theory of automata and formal languageRabia Khalid
 
Mc0082 theory of computer science
Mc0082  theory of computer scienceMc0082  theory of computer science
Mc0082 theory of computer sciencesmumbahelp
 
First order predicate logic(fopl)
First order predicate logic(fopl)First order predicate logic(fopl)
First order predicate logic(fopl)surbhi jha
 
Chapter1 Formal Language and Automata Theory
Chapter1 Formal Language and Automata TheoryChapter1 Formal Language and Automata Theory
Chapter1 Formal Language and Automata TheoryTsegazeab Asgedom
 
Theory of automata and formal language
Theory of automata and formal languageTheory of automata and formal language
Theory of automata and formal languageRabia Khalid
 
Slides Workshopon Explainable Logic-Based Knowledge Representation (XLoKR 2020)
Slides Workshopon Explainable Logic-Based Knowledge Representation (XLoKR 2020)Slides Workshopon Explainable Logic-Based Knowledge Representation (XLoKR 2020)
Slides Workshopon Explainable Logic-Based Knowledge Representation (XLoKR 2020)Federal University of Technology of Parana
 

What's hot (20)

Mc0082 theory of computer science
Mc0082  theory of computer scienceMc0082  theory of computer science
Mc0082 theory of computer science
 
Kahler Differential and Application to Ramification - Ryan Lok-Wing Pang
Kahler Differential and Application to Ramification - Ryan Lok-Wing PangKahler Differential and Application to Ramification - Ryan Lok-Wing Pang
Kahler Differential and Application to Ramification - Ryan Lok-Wing Pang
 
Mc0082 theory of computer science
Mc0082  theory of computer scienceMc0082  theory of computer science
Mc0082 theory of computer science
 
Mca1030 foundation of mathematics
Mca1030  foundation of mathematicsMca1030  foundation of mathematics
Mca1030 foundation of mathematics
 
theory of computation lecture 02
theory of computation lecture 02theory of computation lecture 02
theory of computation lecture 02
 
Ultra-efficient algorithms for testing well-parenthesised expressions by Tati...
Ultra-efficient algorithms for testing well-parenthesised expressions by Tati...Ultra-efficient algorithms for testing well-parenthesised expressions by Tati...
Ultra-efficient algorithms for testing well-parenthesised expressions by Tati...
 
5.3
5.35.3
5.3
 
Dbms3
Dbms3Dbms3
Dbms3
 
Formal language
Formal languageFormal language
Formal language
 
Theory of automata and formal language
Theory of automata and formal languageTheory of automata and formal language
Theory of automata and formal language
 
Mc0082 theory of computer science
Mc0082  theory of computer scienceMc0082  theory of computer science
Mc0082 theory of computer science
 
Language
LanguageLanguage
Language
 
Gold Math 1
Gold Math 1Gold Math 1
Gold Math 1
 
First order predicate logic(fopl)
First order predicate logic(fopl)First order predicate logic(fopl)
First order predicate logic(fopl)
 
Incremental Evolving Grammar Fragments
Incremental Evolving Grammar FragmentsIncremental Evolving Grammar Fragments
Incremental Evolving Grammar Fragments
 
Fol
FolFol
Fol
 
Chapter1 Formal Language and Automata Theory
Chapter1 Formal Language and Automata TheoryChapter1 Formal Language and Automata Theory
Chapter1 Formal Language and Automata Theory
 
Theory of automata and formal language
Theory of automata and formal languageTheory of automata and formal language
Theory of automata and formal language
 
Slides Workshopon Explainable Logic-Based Knowledge Representation (XLoKR 2020)
Slides Workshopon Explainable Logic-Based Knowledge Representation (XLoKR 2020)Slides Workshopon Explainable Logic-Based Knowledge Representation (XLoKR 2020)
Slides Workshopon Explainable Logic-Based Knowledge Representation (XLoKR 2020)
 
Pl vol1
Pl vol1Pl vol1
Pl vol1
 

Viewers also liked

Reisen - Länder
Reisen - Länder Reisen - Länder
Reisen - Länder osamfl
 
Mh0054 finance, economics and planning in healthcare.
Mh0054   finance, economics and planning in healthcare.Mh0054   finance, economics and planning in healthcare.
Mh0054 finance, economics and planning in healthcare.smumbahelp
 
Produksjonsprosessen: Kvalitetsutredning for sjøfartsstatistikk
Produksjonsprosessen: Kvalitetsutredning for sjøfartsstatistikkProduksjonsprosessen: Kvalitetsutredning for sjøfartsstatistikk
Produksjonsprosessen: Kvalitetsutredning for sjøfartsstatistikkNordisk statistikermøte 2013
 
Bba101 communication skills
Bba101   communication skillsBba101   communication skills
Bba101 communication skillssmumbahelp
 
Mh0053 hospital & healthcare information management
Mh0053   hospital & healthcare information managementMh0053   hospital & healthcare information management
Mh0053 hospital & healthcare information managementsmumbahelp
 
Bba101 communication skills
Bba101   communication skillsBba101   communication skills
Bba101 communication skillssmumbahelp
 
Rammeverk: Bruk av registerdata til statistikkformål
Rammeverk: Bruk av registerdata til statistikkformålRammeverk: Bruk av registerdata til statistikkformål
Rammeverk: Bruk av registerdata til statistikkformålNordisk statistikermøte 2013
 
Mi0039 e-commerce
Mi0039 e-commerceMi0039 e-commerce
Mi0039 e-commercesmumbahelp
 
Oppgavegiveren: Quality of the diaries in the finnish and swedish time use su...
Oppgavegiveren: Quality of the diaries in the finnish and swedish time use su...Oppgavegiveren: Quality of the diaries in the finnish and swedish time use su...
Oppgavegiveren: Quality of the diaries in the finnish and swedish time use su...Nordisk statistikermøte 2013
 
Ms 09 managerial economics
Ms 09 managerial economicsMs 09 managerial economics
Ms 09 managerial economicssmumbahelp
 
Ml0011 buying and merchandising
Ml0011 buying and merchandisingMl0011 buying and merchandising
Ml0011 buying and merchandisingsmumbahelp
 
Qm0013 quality management tools
Qm0013  quality management toolsQm0013  quality management tools
Qm0013 quality management toolssmumbahelp
 
Mi0040 technology management
Mi0040  technology managementMi0040  technology management
Mi0040 technology managementsmumbahelp
 
Pm0012 – project finance
Pm0012 – project financePm0012 – project finance
Pm0012 – project financesmumbahelp
 

Viewers also liked (17)

Reisen - Länder
Reisen - Länder Reisen - Länder
Reisen - Länder
 
Mh0054 finance, economics and planning in healthcare.
Mh0054   finance, economics and planning in healthcare.Mh0054   finance, economics and planning in healthcare.
Mh0054 finance, economics and planning in healthcare.
 
Produksjonsprosessen: Kvalitetsutredning for sjøfartsstatistikk
Produksjonsprosessen: Kvalitetsutredning for sjøfartsstatistikkProduksjonsprosessen: Kvalitetsutredning for sjøfartsstatistikk
Produksjonsprosessen: Kvalitetsutredning for sjøfartsstatistikk
 
Bba101 communication skills
Bba101   communication skillsBba101   communication skills
Bba101 communication skills
 
Mh0053 hospital & healthcare information management
Mh0053   hospital & healthcare information managementMh0053   hospital & healthcare information management
Mh0053 hospital & healthcare information management
 
Bba101 communication skills
Bba101   communication skillsBba101   communication skills
Bba101 communication skills
 
Rammeverk: Bruk av registerdata til statistikkformål
Rammeverk: Bruk av registerdata til statistikkformålRammeverk: Bruk av registerdata til statistikkformål
Rammeverk: Bruk av registerdata til statistikkformål
 
Mi0039 e-commerce
Mi0039 e-commerceMi0039 e-commerce
Mi0039 e-commerce
 
Oppgavegiveren: Quality of the diaries in the finnish and swedish time use su...
Oppgavegiveren: Quality of the diaries in the finnish and swedish time use su...Oppgavegiveren: Quality of the diaries in the finnish and swedish time use su...
Oppgavegiveren: Quality of the diaries in the finnish and swedish time use su...
 
Ms 09 managerial economics
Ms 09 managerial economicsMs 09 managerial economics
Ms 09 managerial economics
 
Ml0011 buying and merchandising
Ml0011 buying and merchandisingMl0011 buying and merchandising
Ml0011 buying and merchandising
 
Qm0013 quality management tools
Qm0013  quality management toolsQm0013  quality management tools
Qm0013 quality management tools
 
Life Quotes 1
Life Quotes 1Life Quotes 1
Life Quotes 1
 
Oppgavegiveren: Mixed mode inom insamlingen av data
Oppgavegiveren: Mixed mode inom insamlingen av dataOppgavegiveren: Mixed mode inom insamlingen av data
Oppgavegiveren: Mixed mode inom insamlingen av data
 
Mi0040 technology management
Mi0040  technology managementMi0040  technology management
Mi0040 technology management
 
Pm0012 – project finance
Pm0012 – project financePm0012 – project finance
Pm0012 – project finance
 
Publications of patent applications by Indian Patent Office and Indian Grante...
Publications of patent applications by Indian Patent Office and Indian Grante...Publications of patent applications by Indian Patent Office and Indian Grante...
Publications of patent applications by Indian Patent Office and Indian Grante...
 

Similar to Bc0052 theory of computer science

LECTURE8.PPT
LECTURE8.PPTLECTURE8.PPT
LECTURE8.PPTbutest
 
Bt0080, fundamentals of algorithms
Bt0080, fundamentals of algorithmsBt0080, fundamentals of algorithms
Bt0080, fundamentals of algorithmssmumbahelp
 
Bt0080, fundamentals of algorithms
Bt0080, fundamentals of algorithmsBt0080, fundamentals of algorithms
Bt0080, fundamentals of algorithmssmumbahelp
 
Сергей Кольцов —НИУ ВШЭ —ICBDA 2015
Сергей Кольцов —НИУ ВШЭ —ICBDA 2015Сергей Кольцов —НИУ ВШЭ —ICBDA 2015
Сергей Кольцов —НИУ ВШЭ —ICBDA 2015rusbase
 
Machine Learning: Decision Trees Chapter 18.1-18.3
Machine Learning: Decision Trees Chapter 18.1-18.3Machine Learning: Decision Trees Chapter 18.1-18.3
Machine Learning: Decision Trees Chapter 18.1-18.3butest
 
Operations management chapter 03 homework assignment use this
Operations management chapter 03 homework assignment use thisOperations management chapter 03 homework assignment use this
Operations management chapter 03 homework assignment use thisPOLY33
 
EMBODO LP Grade 11 Anti-derivative of Polynomial Functions .docx
EMBODO LP Grade 11 Anti-derivative of Polynomial Functions .docxEMBODO LP Grade 11 Anti-derivative of Polynomial Functions .docx
EMBODO LP Grade 11 Anti-derivative of Polynomial Functions .docxElton John Embodo
 
3_learning.ppt
3_learning.ppt3_learning.ppt
3_learning.pptbutest
 
60 Days DSA Challenge for interview .pdf
60 Days DSA Challenge for interview .pdf60 Days DSA Challenge for interview .pdf
60 Days DSA Challenge for interview .pdfVarshaSharma834664
 
Mit203 analysis and design of algorithms
Mit203  analysis and design of algorithmsMit203  analysis and design of algorithms
Mit203 analysis and design of algorithmssmumbahelp
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithmsmumbahelp
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithmsmumbahelp
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithmsmumbahelp
 
Most Asked Coding Questions .pdf
Most Asked Coding Questions .pdfMost Asked Coding Questions .pdf
Most Asked Coding Questions .pdfkrishna415649
 

Similar to Bc0052 theory of computer science (20)

LECTURE8.PPT
LECTURE8.PPTLECTURE8.PPT
LECTURE8.PPT
 
Bt0080, fundamentals of algorithms
Bt0080, fundamentals of algorithmsBt0080, fundamentals of algorithms
Bt0080, fundamentals of algorithms
 
Bt0080, fundamentals of algorithms
Bt0080, fundamentals of algorithmsBt0080, fundamentals of algorithms
Bt0080, fundamentals of algorithms
 
Computer Science Exam Help
Computer Science Exam Help Computer Science Exam Help
Computer Science Exam Help
 
Сергей Кольцов —НИУ ВШЭ —ICBDA 2015
Сергей Кольцов —НИУ ВШЭ —ICBDA 2015Сергей Кольцов —НИУ ВШЭ —ICBDA 2015
Сергей Кольцов —НИУ ВШЭ —ICBDA 2015
 
Approx
ApproxApprox
Approx
 
FUNDAMETAL ALG.ppt
FUNDAMETAL ALG.pptFUNDAMETAL ALG.ppt
FUNDAMETAL ALG.ppt
 
Machine Learning: Decision Trees Chapter 18.1-18.3
Machine Learning: Decision Trees Chapter 18.1-18.3Machine Learning: Decision Trees Chapter 18.1-18.3
Machine Learning: Decision Trees Chapter 18.1-18.3
 
Operations management chapter 03 homework assignment use this
Operations management chapter 03 homework assignment use thisOperations management chapter 03 homework assignment use this
Operations management chapter 03 homework assignment use this
 
EMBODO LP Grade 11 Anti-derivative of Polynomial Functions .docx
EMBODO LP Grade 11 Anti-derivative of Polynomial Functions .docxEMBODO LP Grade 11 Anti-derivative of Polynomial Functions .docx
EMBODO LP Grade 11 Anti-derivative of Polynomial Functions .docx
 
3_learning.ppt
3_learning.ppt3_learning.ppt
3_learning.ppt
 
Stochastic Processes Homework Help
Stochastic Processes Homework Help Stochastic Processes Homework Help
Stochastic Processes Homework Help
 
Huffman analysis
Huffman analysisHuffman analysis
Huffman analysis
 
60 Days DSA Challenge for interview .pdf
60 Days DSA Challenge for interview .pdf60 Days DSA Challenge for interview .pdf
60 Days DSA Challenge for interview .pdf
 
Mit203 analysis and design of algorithms
Mit203  analysis and design of algorithmsMit203  analysis and design of algorithms
Mit203 analysis and design of algorithms
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithm
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithm
 
Mca 4040 analysis and design of algorithm
Mca 4040  analysis and design of algorithmMca 4040  analysis and design of algorithm
Mca 4040 analysis and design of algorithm
 
Most Asked Coding Questions .pdf
Most Asked Coding Questions .pdfMost Asked Coding Questions .pdf
Most Asked Coding Questions .pdf
 
Worksheet
WorksheetWorksheet
Worksheet
 

Bc0052 theory of computer science

  • 1. Dear students get fully solved assignments Send your semester & Specialization name to our mail id : “ help.mbaassignments@gmail.com ” or Call us at : 08263069601 FALL 2014, ASSIGNMENT PRIGRAM BCA(REVISED 2007) SEMESTER 5TH SUBJECT CODE & NAME BC0052 – THEORY OF COMPUTER SCIENCE CREDIT 4 BK ID B0972 MAX. MARKS 60 Note:Answer all questions.Kindlynote that answersfor 10 marks questionsshouldbe approximately of 400 words. Each questionis followedbyevaluationscheme. 1. What are the five ways used to describe a set? Describe the set containing all the nonnegative integers less than or equal to 4. Answer:A set isa collectionof objects,thingsorsymbolswhichareclearlydefined. The individual objectsinasetare calledthe membersorelementsof the set. A setmustbe properlydefinedsothatwe can findoutwhetheranobjectisa memberof the set. There are twowaysof describing,orspecifyingthe membersof,aset.One wayis by intensional definition,usingarule or semanticdescription: A isthe set whose membersare the firstfourpositive integers. B is the setof colorsof the Frenchflag. 2. What is Recursion Theorem? How do you define n! recursively and compute 5! recursively. Answer: The Recursion Theorem simply expresses the fact that definitions by recursion are mathematically valid, in other words, that we are indeed able correctly and successfully to define
  • 2. functions by recursion. Mathematicians implicitly use this fact whenever they define a function by recursion. A more general version of the Recursion Theorem would allow the function f to use the argument n as well as F(n). A still more general version of the Recursion Theorem, called course-of-values recursion, allows f to use as an argument the entire restriction of the function F∣n to earlier values. (These more complex versionsof the Recursiontheoremcanbe derivedsolelyfromthe single-value theoremyouhave stated, by using a function f that takes a 3. State and prove Pigeonhole Principle. Answer:Inmathematicsandcomputerscience,the pigeonholeprinciple statesthatif nitemsare put into m pigeonholeswithn>m, thenat leastone pigeonholemust contain more than one item. This theorem is exemplified in real-life by truisms like "there must be at least two left gloves or two right gloves in a groupof three gloves".It is an example of a counting argument, and despite seeming intuitive it can be used to demonstrate possibly unexpected results. The first formalization of the idea is believed to have been made by Johann Dirichlet in 1834 under the name Schubfachprinzip("drawerprinciple"or"shelf principle").Forthisreasonitisalso commonly called Dirichlet's box principle or Dirichlet's drawer principle. In Russian and some other languages, it is contracted to simply "Dirichlet 4. Prove that in Graph the number of vertices of odd degrees is always even. Answer: 1. Each edge (including loops) contributes 2 to the vertex order total. 2. This means the vertex order total must be even because it increments by 2 for every edge. 3. For the vertex order total to be even, the number of vertices with odd orders must be even because: (a) odd number + odd number = even number (b) odd number + even number = odd number (c) even number + even number = even number 5. What is Deterministic finite machine? What are the various components of DFA? Illustrate it using the pictorial representation of DFA. Answer:Inautomatatheory,a branch of theoretical computer science, a deterministic finite automaton (DFA)—alsoknown as deterministic finite state machine—is a finite state machine that accepts/rejects finite strings of symbols and only produces a unique computation (or run) of the automaton for each input string. 'Deterministic' refers to the uniqueness of the computation.
  • 3. In automatatheory(a branchof computerscience),DFA minimization is the task of transforming a given deterministicfinite automaton(DFA) intoanequivalentDFA thathas a minimumnumber of states. Here, two DFAs are called equivalent if they Q.6 Prove that “A tree G with n vertices has (n–1) edges” Answer:- We prove this theorem by induction on the number vertices n. Basic step: If n = 1, then G contains only one vertex and no edge. So the number of edges in G is n –1 = 1 – 1 = 0. Inductionhypothesis:The statement is true for all trees with less than ‘n’ vertices. Induction step: Now let us consider a tree with ‘n’ vertices. Let ‘ek ’ be any edge in T whose end vertices are vi and v j. Since T is a tree, by there is no other path between vI and v j. So by removing ek from T , we get a disconnected graph. Furthermore, T - ek consists of exactly Dear students get fully solved assignments Send your semester & Specialization name to our mail id : “ help.mbaassignments@gmail.com ” or Call us at : 08263069601