SlideShare a Scribd company logo
1 of 14
Dear students get fully solved assignments 
Send your semester & Specialization name to our mail id : 
“ help.mbaassignments@gmail.com ” 
or 
Call us at : 08263069601 
(These are just questions. For answer samples check out our latest uploadd in 
Blog Archive) 
SMU BSCIT SEM 2 FALL 2014 ASSIGNMENTS 
BT0068, Computer Organization and Architecture 
1. a) Subtract (76425-28321) using 10’s complement. Show the steps. B) 
Subtract (28531-345620) using 10’s complement. Show the steps 
2 What do you mean by bus in computer system? Explain the bus structure 
3 Explain the instruction format with diagram and examples 
4 Explain the non-negative integers and negative integers representation 
5 Explain the mapping functions between the main memory and CPU 
6 Write a short note on DMA controller. Draw the diagram of it. 
BT0069, Discrete Mathematic 
1 A bit is either 0 or 1: a byte is a sequence of 8 bits. Find the number of bytes 
that, (a)can be formed (b)begin with 11 and end with 11 
(c)begin with 11 and do not end with 11 
(d) begin with 11 or end with 11.
2 (i) State the principle of inclusion and exclusion. 
(ii) How many arrangements of the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 contain at 
least one of the patterns 289, 234 or 487? 
3 If G is a group, then 
The identity element of G is unique. 
Every element in G has unique inverse in G. 
For any a -1)-1 = a. 
For all a, b -1 = b-1.a-1. 
4 (i)Define valid argument 
(ii) Show that 
5 (i)Construct a grammar for the language. 
(ii)Find the highest type number that can be applied to the following 
productions: 
1. S 
2. S 
6 (i) Define tree with example 
(ii) Any connected graph with ‘n’ vertices and n -1 edges is a tree. 
BT0070, Operating Systems 
1 Describe the mechanism of process creation in an OS. 
2 Suppose that the following processes arrive for execution at the times 
indicated.
Process Burst Time 
P1 24 
P2 3 
P3 3 
1. Suppose the process arrives in the order P1, P2, P3 and 
2. Suppose the process arrive in the order P2, P3, P1. 
For both the above situation draw the Grantt Chart and calculate the waiting 
time for each process and average waiting time. 
3 Write short notes on: 
1. Critical section problem 
2. Buffering
4 What are TLBs? Why they are required in paging? 
5 Describe the techniques of free space management of free space list. 
6 What are computer viruses? How do they affect our system? 
BT0071- TECHNICAL COMMUNICATION – THEORY 
1 What’s Audience Analysis? Explain its significance in Technical 
Communication 
2 Explain the role of a technical editor. Differentiate between Micro and Macro 
editing. 
3 Explain the various phases involved in System Development Life Cycle (SDLC). 
BT0072, COMPUTER NETWORKS
1 What is Message switching and Packet switching? 
2 What is Framing? Briefly explain Fixed-Size Framing, Variable Size Framing, 
3 What is Stop-and-Wait Automatic Repeat Request? Briefly explain. 
4 What is the role of Internet Protocol version 4 (IPV4) in addressing and 
routing packets between hosts? Briefly explain the structure of an IPV4 packet. 
5 How SMTP works? Briefly explain applications of SMTP. 
6 What is SSL protocol? How SSL handles a message? 
SMU BSCIT SEM 6 FALL 2014 ASSIGNMENTS 
BT0092, Software Project Management 
1 What are the factors influencing project management? Explain the role of 
project manager. 
2 What do you mean by software cost estimation process? Why software cost 
estimation is required?
3 Define risk assessment. Explain the elements of risk assessment and risk 
control. 
4 What is conflict management? How do we remove conflicts among team 
members? 
5 Describe briefly the activities of software reengineering. Draw the necessary 
diagram. 
6 What do you mean by software testing? Why it is required? 
BT9302, Human Computer Interface 
1 What do you mean by direct manipulation? How is it applicable to human 
computer interface? 
2 What are the phases in determining basic business functions? 
3 Explain the uses of toolbars and message boxes in designing windows.
4 Explain Goal-Operation-Methods-Selections (GOMS) user interface design 
approach. List advantages and disadvantages of it 
5 Write a note on joystick and graphic tablet device based controls. Also 
explain advantages and disadvantages of both. 
6 What are operable controls? Explain any of two operable controls (ex: 
button, tool bar). 
BT9402, Artificial Intelligence 
1 Explain the third and fourth principles of AI. 
2 Explain knowledge representation? Explain with the help of an example. 
3 Explain the Inheritance and Reification in semantic networks. 
4 Explain knowledge base and building a knowledge base. 
5 Describe the factors affecting learning performance.
6 What is the purpose of backtracking? Why is it important in artificial 
intelligence? 
SEM 1 BSCIT SUMMER 2014 ASSIGNMENTS 
BT0062- Fundamentals of IT 
1 Write a short notes on fourth and fifth generation computers 
2 Differentiate between primary memory and secondary memory. 
3 What is cache memory? Explain the importance of cache computer memory. 
4 Write the steps to insert one or more columns and one or more cells in MS 
Excel. 
5 What is sound multimedia? Explain common sound file formats? 
6 What is Internet? What is the use of it Internet in the modern world.
BT 0063- MATHEMATICS FOR IT 
1. (i) Let A = {1, 2, 3, 4, 5, 6} and B = {2, 4, 6, 8}. Find A – B and B – A. 
(ii) In a group of 50 people, 35 speak Hindi, 25 speak both English and Hindi 
and all the people speak at least one of the two languages. How many people 
speak only English and not Hindi ? How many people speak English? 
2. (i) Express 792° in radians and (7p/12)c in degrees 
(ii) Prove that (tanq + secq – 1)/(tanq - secq + 1) = cosq/(1- sinq ) = (1+ sinq)/ 
cosq 
3 (i) Define continuity of a point 
(ii) Test the continuity of the function f where f is defined by 
F(x) = ((X-2)/|(X-2)| if x ¹ 2 
( 7 if x = 2
4. Solve dy/dx = (y+x-2)/(y-x-4) 
5. A bag contains two red balls, three blue balls and five green balls. Three balls 
are drawn at random. Find the probability that 
a) the three balls are of different colours 
b) two balls are of the same colour 
c) all the three are of the same colour. 
6. Solve: 2x + 3y + 4z = 20, x + y + 2z = 9, 3x + 2y + z = 10 
BT0064, LOGIC DESIGN 
1 Add the following 4-bit binary numbers. i. (0110)2 + (0101)2 = (1011)2 ii. 
(0101)2 + (0101)2= (1010)2 Add the following 8-bit binary numbers iii. 
(01001110)2 + (00111100)2 = (10001010)2 iv. (10011101)2 + (10001111)2= 
(100101100)2
2 Draw the symbol for XNOR & X-OR and explain the truth table? 
3 What are adders? Explain half adders and full adders with circuit diagrams. 
4 What is ring counter? Explain it working with the help of diagram. 
5 Explain the concept of resolution in digital and analog multi meters. 
6 What are shift registers? Explain serial in serial out shift register. 
BT0065, C Programming and Data Structures, 
1 Why data types are required in any programming language? Explain in detail 
the primary data types of C language. 
2 Explain the structure of the C program.
3 i. What is recursion? 
ii. Differentiate between recursion and iteration. 
iii. Write a program to generate Fibonacci series using recursion. 
4 What do you mean by dynamic memory allocation? Explain the three 
functions for dynamic memory allocation in C language. 
5 Write C program to implement stack using arrays. 
6 What do you mean by binary tree? Explain the storage representations of 
binary tree. 
BT0066, Database Management Systems 
1 What do you mean by entity and attributes in E-R diagram? 
Explain the importance of E-R diagram.
2 Explain the following terms: 
Referential Integrity Constraints 
3 What do you mean by indexed sequential file organization? Explain with the 
help of an example. 
4 What is the system catalog in RDBMS? Also explain what information is 
stored in the system catalog. 
5 What do you mean by semantics of TRC queries? Give an example of TRC 
queries. 
6 Explain vertical framentation with the help of an example. 
Dear students get fully solved assignments 
Send your semester & Specialization name to our mail id : 
“ help.mbaassignments@gmail.com ”
or 
Call us at : 08263069601 
(These are just questions. For answer samples check out our latest uploadd in 
Blog Archive)

More Related Content

What's hot

Sem 1 mca summer 2014 solved assignments
Sem 1 mca summer 2014  solved assignmentsSem 1 mca summer 2014  solved assignments
Sem 1 mca summer 2014 solved assignmentssmumbahelp
 
Sem 1 mca fall 2014 solved assignments
Sem 1 mca fall 2014 solved assignmentsSem 1 mca fall 2014 solved assignments
Sem 1 mca fall 2014 solved assignmentssmumbahelp
 
SMU BCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
SMU BCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTSSMU BCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
SMU BCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTSsmumbahelp
 
Complex Number's Applications
Complex Number's ApplicationsComplex Number's Applications
Complex Number's ApplicationsNikhil Deswal
 
Bt0064, logic design
Bt0064, logic designBt0064, logic design
Bt0064, logic designsmumbahelp
 
Dsd previous year university questions
Dsd previous year university questionsDsd previous year university questions
Dsd previous year university questionsthiyagu0484
 
Exam matlab1
Exam matlab1Exam matlab1
Exam matlab1moness
 
Certified global minima
Certified global minimaCertified global minima
Certified global minimassuserfa7e73
 
A review of automatic differentiationand its efficient implementation
A review of automatic differentiationand its efficient implementationA review of automatic differentiationand its efficient implementation
A review of automatic differentiationand its efficient implementationssuserfa7e73
 
Bca1040 imc1040 digital logic
Bca1040 imc1040  digital logicBca1040 imc1040  digital logic
Bca1040 imc1040 digital logicsmumbahelp
 
Faster Interleaved Modular Multiplier Based on Sign Detection
Faster Interleaved Modular Multiplier Based on Sign DetectionFaster Interleaved Modular Multiplier Based on Sign Detection
Faster Interleaved Modular Multiplier Based on Sign DetectionVLSICS Design
 
Branch and bound technique
Branch and bound techniqueBranch and bound technique
Branch and bound techniqueishmecse13
 
Backtracking based integer factorisation, primality testing and square root c...
Backtracking based integer factorisation, primality testing and square root c...Backtracking based integer factorisation, primality testing and square root c...
Backtracking based integer factorisation, primality testing and square root c...csandit
 
SMU MCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTSSMU MCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTSsmumbahelp
 
A lexisearch algorithm for the Bottleneck Traveling Salesman Problem
A lexisearch algorithm for the Bottleneck Traveling Salesman ProblemA lexisearch algorithm for the Bottleneck Traveling Salesman Problem
A lexisearch algorithm for the Bottleneck Traveling Salesman ProblemCSCJournals
 
LATTICE-CELL : HYBRID APPROACH FOR TEXT CATEGORIZATION
LATTICE-CELL : HYBRID APPROACH FOR TEXT CATEGORIZATIONLATTICE-CELL : HYBRID APPROACH FOR TEXT CATEGORIZATION
LATTICE-CELL : HYBRID APPROACH FOR TEXT CATEGORIZATIONcsandit
 
Dd 160506122947-160630175555-160701121726
Dd 160506122947-160630175555-160701121726Dd 160506122947-160630175555-160701121726
Dd 160506122947-160630175555-160701121726marangburu42
 

What's hot (20)

Sem 1 mca summer 2014 solved assignments
Sem 1 mca summer 2014  solved assignmentsSem 1 mca summer 2014  solved assignments
Sem 1 mca summer 2014 solved assignments
 
Sem 1 mca fall 2014 solved assignments
Sem 1 mca fall 2014 solved assignmentsSem 1 mca fall 2014 solved assignments
Sem 1 mca fall 2014 solved assignments
 
G029037043
G029037043G029037043
G029037043
 
SMU BCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
SMU BCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTSSMU BCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
SMU BCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
 
Complex Number's Applications
Complex Number's ApplicationsComplex Number's Applications
Complex Number's Applications
 
gate-Cs 2000
gate-Cs 2000gate-Cs 2000
gate-Cs 2000
 
Bt0064, logic design
Bt0064, logic designBt0064, logic design
Bt0064, logic design
 
Dsd previous year university questions
Dsd previous year university questionsDsd previous year university questions
Dsd previous year university questions
 
Exam matlab1
Exam matlab1Exam matlab1
Exam matlab1
 
Certified global minima
Certified global minimaCertified global minima
Certified global minima
 
A review of automatic differentiationand its efficient implementation
A review of automatic differentiationand its efficient implementationA review of automatic differentiationand its efficient implementation
A review of automatic differentiationand its efficient implementation
 
Bca1040 imc1040 digital logic
Bca1040 imc1040  digital logicBca1040 imc1040  digital logic
Bca1040 imc1040 digital logic
 
Faster Interleaved Modular Multiplier Based on Sign Detection
Faster Interleaved Modular Multiplier Based on Sign DetectionFaster Interleaved Modular Multiplier Based on Sign Detection
Faster Interleaved Modular Multiplier Based on Sign Detection
 
Branch and bound technique
Branch and bound techniqueBranch and bound technique
Branch and bound technique
 
Backtracking based integer factorisation, primality testing and square root c...
Backtracking based integer factorisation, primality testing and square root c...Backtracking based integer factorisation, primality testing and square root c...
Backtracking based integer factorisation, primality testing and square root c...
 
Digital Image Processing Mar 2013
Digital Image Processing Mar 2013Digital Image Processing Mar 2013
Digital Image Processing Mar 2013
 
SMU MCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTSSMU MCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MCA FALL / SUMMER - 2013 SOLVED ASSIGNMENTS
 
A lexisearch algorithm for the Bottleneck Traveling Salesman Problem
A lexisearch algorithm for the Bottleneck Traveling Salesman ProblemA lexisearch algorithm for the Bottleneck Traveling Salesman Problem
A lexisearch algorithm for the Bottleneck Traveling Salesman Problem
 
LATTICE-CELL : HYBRID APPROACH FOR TEXT CATEGORIZATION
LATTICE-CELL : HYBRID APPROACH FOR TEXT CATEGORIZATIONLATTICE-CELL : HYBRID APPROACH FOR TEXT CATEGORIZATION
LATTICE-CELL : HYBRID APPROACH FOR TEXT CATEGORIZATION
 
Dd 160506122947-160630175555-160701121726
Dd 160506122947-160630175555-160701121726Dd 160506122947-160630175555-160701121726
Dd 160506122947-160630175555-160701121726
 

Viewers also liked

최종샘플 방선화 포트폴리오
최종샘플 방선화 포트폴리오최종샘플 방선화 포트폴리오
최종샘플 방선화 포트폴리오Sunhwa Bang
 
Politics Now Jon Pevehouse Public Opinion And American Foreign Policy
Politics Now Jon Pevehouse Public Opinion And American Foreign PolicyPolitics Now Jon Pevehouse Public Opinion And American Foreign Policy
Politics Now Jon Pevehouse Public Opinion And American Foreign PolicyPearsonPoliSci
 
Things You Miss When You Hurry from A to B
Things You Miss When You Hurry from A to BThings You Miss When You Hurry from A to B
Things You Miss When You Hurry from A to BDebbie Elicksen
 
100 100프로젝트기획서
100 100프로젝트기획서100 100프로젝트기획서
100 100프로젝트기획서jejuzip
 
스템텍사업설명
스템텍사업설명스템텍사업설명
스템텍사업설명인규 장
 
Massive paranormal dump anonymous boards 4chan-org_x_thread_13385717
Massive paranormal dump anonymous   boards 4chan-org_x_thread_13385717Massive paranormal dump anonymous   boards 4chan-org_x_thread_13385717
Massive paranormal dump anonymous boards 4chan-org_x_thread_13385717BaddddBoyyyy
 
제2회 이그나이트 광주 Ignite Gwangju 2-6 김용덕
제2회 이그나이트 광주 Ignite Gwangju 2-6 김용덕제2회 이그나이트 광주 Ignite Gwangju 2-6 김용덕
제2회 이그나이트 광주 Ignite Gwangju 2-6 김용덕daesung choi
 
스시웨이 오뚜기 골드쌀 제안
스시웨이  오뚜기 골드쌀 제안스시웨이  오뚜기 골드쌀 제안
스시웨이 오뚜기 골드쌀 제안Bryan Kang
 
페이스북 친구 만들기
페이스북 친구 만들기페이스북 친구 만들기
페이스북 친구 만들기선희 이
 
물에 관하여 : TEDx소금별 2010
물에 관하여 : TEDx소금별 2010물에 관하여 : TEDx소금별 2010
물에 관하여 : TEDx소금별 2010소금별이야기
 
(우수)Kbs제2회공상가대회 영남대학교 디지털언론정보학_김민석_김은아_남보람_이수현
(우수)Kbs제2회공상가대회 영남대학교 디지털언론정보학_김민석_김은아_남보람_이수현(우수)Kbs제2회공상가대회 영남대학교 디지털언론정보학_김민석_김은아_남보람_이수현
(우수)Kbs제2회공상가대회 영남대학교 디지털언론정보학_김민석_김은아_남보람_이수현Han Woo PARK
 
bctntlvn (115).pdf
bctntlvn (115).pdfbctntlvn (115).pdf
bctntlvn (115).pdfLuanvan84
 
Reference Guide to Java - Day4
Reference Guide to Java - Day4Reference Guide to Java - Day4
Reference Guide to Java - Day4apextgi0204
 
Social planning committee[1]
Social planning committee[1]Social planning committee[1]
Social planning committee[1]megan-fraser
 
Rangali Bar Menu Sept 2011 V9
Rangali Bar Menu Sept 2011 V9Rangali Bar Menu Sept 2011 V9
Rangali Bar Menu Sept 2011 V9markcancook.com.
 
비움
비움비움
비움o_eg2
 

Viewers also liked (20)

최종샘플 방선화 포트폴리오
최종샘플 방선화 포트폴리오최종샘플 방선화 포트폴리오
최종샘플 방선화 포트폴리오
 
Politics Now Jon Pevehouse Public Opinion And American Foreign Policy
Politics Now Jon Pevehouse Public Opinion And American Foreign PolicyPolitics Now Jon Pevehouse Public Opinion And American Foreign Policy
Politics Now Jon Pevehouse Public Opinion And American Foreign Policy
 
인공지능
인공지능인공지능
인공지능
 
Cor pulmonale 1
Cor pulmonale 1Cor pulmonale 1
Cor pulmonale 1
 
Cor pulmonale
Cor pulmonaleCor pulmonale
Cor pulmonale
 
Things You Miss When You Hurry from A to B
Things You Miss When You Hurry from A to BThings You Miss When You Hurry from A to B
Things You Miss When You Hurry from A to B
 
100 100프로젝트기획서
100 100프로젝트기획서100 100프로젝트기획서
100 100프로젝트기획서
 
스템텍사업설명
스템텍사업설명스템텍사업설명
스템텍사업설명
 
Massive paranormal dump anonymous boards 4chan-org_x_thread_13385717
Massive paranormal dump anonymous   boards 4chan-org_x_thread_13385717Massive paranormal dump anonymous   boards 4chan-org_x_thread_13385717
Massive paranormal dump anonymous boards 4chan-org_x_thread_13385717
 
제2회 이그나이트 광주 Ignite Gwangju 2-6 김용덕
제2회 이그나이트 광주 Ignite Gwangju 2-6 김용덕제2회 이그나이트 광주 Ignite Gwangju 2-6 김용덕
제2회 이그나이트 광주 Ignite Gwangju 2-6 김용덕
 
스시웨이 오뚜기 골드쌀 제안
스시웨이  오뚜기 골드쌀 제안스시웨이  오뚜기 골드쌀 제안
스시웨이 오뚜기 골드쌀 제안
 
십진수 이외의 것
십진수 이외의 것십진수 이외의 것
십진수 이외의 것
 
페이스북 친구 만들기
페이스북 친구 만들기페이스북 친구 만들기
페이스북 친구 만들기
 
물에 관하여 : TEDx소금별 2010
물에 관하여 : TEDx소금별 2010물에 관하여 : TEDx소금별 2010
물에 관하여 : TEDx소금별 2010
 
(우수)Kbs제2회공상가대회 영남대학교 디지털언론정보학_김민석_김은아_남보람_이수현
(우수)Kbs제2회공상가대회 영남대학교 디지털언론정보학_김민석_김은아_남보람_이수현(우수)Kbs제2회공상가대회 영남대학교 디지털언론정보학_김민석_김은아_남보람_이수현
(우수)Kbs제2회공상가대회 영남대학교 디지털언론정보학_김민석_김은아_남보람_이수현
 
bctntlvn (115).pdf
bctntlvn (115).pdfbctntlvn (115).pdf
bctntlvn (115).pdf
 
Reference Guide to Java - Day4
Reference Guide to Java - Day4Reference Guide to Java - Day4
Reference Guide to Java - Day4
 
Social planning committee[1]
Social planning committee[1]Social planning committee[1]
Social planning committee[1]
 
Rangali Bar Menu Sept 2011 V9
Rangali Bar Menu Sept 2011 V9Rangali Bar Menu Sept 2011 V9
Rangali Bar Menu Sept 2011 V9
 
비움
비움비움
비움
 

Similar to Smu bscit sem 2 fall 2014 assignments

Sem 1 bscit summer 2014 solved assignments
Sem 1 bscit summer 2014 solved assignmentsSem 1 bscit summer 2014 solved assignments
Sem 1 bscit summer 2014 solved assignmentssmumbahelp
 
Smu bca winter 2013
Smu bca winter 2013Smu bca winter 2013
Smu bca winter 2013smumbahelp
 
SMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 ASSIGNMENTSSMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 ASSIGNMENTSsolved_assignments
 
Smu bscit sem 2 spring 2015 assignments
Smu bscit sem 2 spring 2015 assignmentsSmu bscit sem 2 spring 2015 assignments
Smu bscit sem 2 spring 2015 assignmentssolved_assignments
 
Smu msc it spring 2014 solved assignments
Smu msc it spring 2014 solved assignmentsSmu msc it spring 2014 solved assignments
Smu msc it spring 2014 solved assignmentssmumbahelp
 
SMU MCA SUMMER 2014 ASSIGNMENTS
SMU MCA SUMMER 2014 ASSIGNMENTSSMU MCA SUMMER 2014 ASSIGNMENTS
SMU MCA SUMMER 2014 ASSIGNMENTSsolved_assignments
 
Smu bscit sem 1 summer 2015 assignemnts
Smu bscit sem 1 summer 2015 assignemntsSmu bscit sem 1 summer 2015 assignemnts
Smu bscit sem 1 summer 2015 assignemntssolved_assignments
 
Smu bscit sem 2 summer 2015 assignments
Smu bscit sem 2 summer 2015 assignmentsSmu bscit sem 2 summer 2015 assignments
Smu bscit sem 2 summer 2015 assignmentssolved_assignments
 
SMU MCA SEM 1 FALL 2014 ASSIGNMENTS
SMU MCA SEM 1 FALL 2014 ASSIGNMENTSSMU MCA SEM 1 FALL 2014 ASSIGNMENTS
SMU MCA SEM 1 FALL 2014 ASSIGNMENTSsolved_assignments
 
SMU BCA SPRING 2014 SOLVED ASSIGNMENTS SEM-1
SMU BCA SPRING 2014  SOLVED ASSIGNMENTS SEM-1SMU BCA SPRING 2014  SOLVED ASSIGNMENTS SEM-1
SMU BCA SPRING 2014 SOLVED ASSIGNMENTS SEM-1smumbahelp
 
Computer Science(083) Python Pre Board Exam 1 Sample Paper Class 12
Computer Science(083) Python Pre Board Exam 1 Sample Paper Class 12Computer Science(083) Python Pre Board Exam 1 Sample Paper Class 12
Computer Science(083) Python Pre Board Exam 1 Sample Paper Class 12chinthala Vijaya Kumar
 
Smu bca sem 1 winter 2014 assignments
Smu bca sem 1 winter 2014 assignmentsSmu bca sem 1 winter 2014 assignments
Smu bca sem 1 winter 2014 assignmentssmumbahelp
 
Pune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample QuestionsPune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample Questionsshailendrashinde9
 
Sem 1 bca summer 2014 solved assignments
Sem 1 bca summer 2014  solved assignmentsSem 1 bca summer 2014  solved assignments
Sem 1 bca summer 2014 solved assignmentssmumbahelp
 
SMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTSSMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTSsmumbahelp
 

Similar to Smu bscit sem 2 fall 2014 assignments (20)

Sem 1 bscit summer 2014 solved assignments
Sem 1 bscit summer 2014 solved assignmentsSem 1 bscit summer 2014 solved assignments
Sem 1 bscit summer 2014 solved assignments
 
Smu bca winter 2013
Smu bca winter 2013Smu bca winter 2013
Smu bca winter 2013
 
SMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 ASSIGNMENTSSMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 ASSIGNMENTS
 
Bca spring driveassignments
Bca spring driveassignmentsBca spring driveassignments
Bca spring driveassignments
 
6th Semester CS / IS (2013-June) Question Papers
6th Semester CS / IS (2013-June) Question Papers6th Semester CS / IS (2013-June) Question Papers
6th Semester CS / IS (2013-June) Question Papers
 
SMU ,CA FALL 2014 ASSIGNMENTS
SMU ,CA FALL 2014 ASSIGNMENTSSMU ,CA FALL 2014 ASSIGNMENTS
SMU ,CA FALL 2014 ASSIGNMENTS
 
Smu bscit sem 2 spring 2015 assignments
Smu bscit sem 2 spring 2015 assignmentsSmu bscit sem 2 spring 2015 assignments
Smu bscit sem 2 spring 2015 assignments
 
Smu msc it spring 2014 solved assignments
Smu msc it spring 2014 solved assignmentsSmu msc it spring 2014 solved assignments
Smu msc it spring 2014 solved assignments
 
SMU MCA SUMMER 2014 ASSIGNMENTS
SMU MCA SUMMER 2014 ASSIGNMENTSSMU MCA SUMMER 2014 ASSIGNMENTS
SMU MCA SUMMER 2014 ASSIGNMENTS
 
Smu bscit sem 1 summer 2015 assignemnts
Smu bscit sem 1 summer 2015 assignemntsSmu bscit sem 1 summer 2015 assignemnts
Smu bscit sem 1 summer 2015 assignemnts
 
Mscit spring assignments
Mscit spring assignmentsMscit spring assignments
Mscit spring assignments
 
Smu bscit sem 2 summer 2015 assignments
Smu bscit sem 2 summer 2015 assignmentsSmu bscit sem 2 summer 2015 assignments
Smu bscit sem 2 summer 2015 assignments
 
SMU MCA SEM 1 FALL 2014 ASSIGNMENTS
SMU MCA SEM 1 FALL 2014 ASSIGNMENTSSMU MCA SEM 1 FALL 2014 ASSIGNMENTS
SMU MCA SEM 1 FALL 2014 ASSIGNMENTS
 
SMU BCA SPRING 2014 SOLVED ASSIGNMENTS SEM-1
SMU BCA SPRING 2014  SOLVED ASSIGNMENTS SEM-1SMU BCA SPRING 2014  SOLVED ASSIGNMENTS SEM-1
SMU BCA SPRING 2014 SOLVED ASSIGNMENTS SEM-1
 
Computer Science(083) Python Pre Board Exam 1 Sample Paper Class 12
Computer Science(083) Python Pre Board Exam 1 Sample Paper Class 12Computer Science(083) Python Pre Board Exam 1 Sample Paper Class 12
Computer Science(083) Python Pre Board Exam 1 Sample Paper Class 12
 
Bca smu solved assignments
Bca smu solved assignmentsBca smu solved assignments
Bca smu solved assignments
 
Smu bca sem 1 winter 2014 assignments
Smu bca sem 1 winter 2014 assignmentsSmu bca sem 1 winter 2014 assignments
Smu bca sem 1 winter 2014 assignments
 
Pune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample QuestionsPune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample Questions
 
Sem 1 bca summer 2014 solved assignments
Sem 1 bca summer 2014  solved assignmentsSem 1 bca summer 2014  solved assignments
Sem 1 bca summer 2014 solved assignments
 
SMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTSSMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTS
 

Smu bscit sem 2 fall 2014 assignments

  • 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 (These are just questions. For answer samples check out our latest uploadd in Blog Archive) SMU BSCIT SEM 2 FALL 2014 ASSIGNMENTS BT0068, Computer Organization and Architecture 1. a) Subtract (76425-28321) using 10’s complement. Show the steps. B) Subtract (28531-345620) using 10’s complement. Show the steps 2 What do you mean by bus in computer system? Explain the bus structure 3 Explain the instruction format with diagram and examples 4 Explain the non-negative integers and negative integers representation 5 Explain the mapping functions between the main memory and CPU 6 Write a short note on DMA controller. Draw the diagram of it. BT0069, Discrete Mathematic 1 A bit is either 0 or 1: a byte is a sequence of 8 bits. Find the number of bytes that, (a)can be formed (b)begin with 11 and end with 11 (c)begin with 11 and do not end with 11 (d) begin with 11 or end with 11.
  • 2. 2 (i) State the principle of inclusion and exclusion. (ii) How many arrangements of the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 contain at least one of the patterns 289, 234 or 487? 3 If G is a group, then The identity element of G is unique. Every element in G has unique inverse in G. For any a -1)-1 = a. For all a, b -1 = b-1.a-1. 4 (i)Define valid argument (ii) Show that 5 (i)Construct a grammar for the language. (ii)Find the highest type number that can be applied to the following productions: 1. S 2. S 6 (i) Define tree with example (ii) Any connected graph with ‘n’ vertices and n -1 edges is a tree. BT0070, Operating Systems 1 Describe the mechanism of process creation in an OS. 2 Suppose that the following processes arrive for execution at the times indicated.
  • 3. Process Burst Time P1 24 P2 3 P3 3 1. Suppose the process arrives in the order P1, P2, P3 and 2. Suppose the process arrive in the order P2, P3, P1. For both the above situation draw the Grantt Chart and calculate the waiting time for each process and average waiting time. 3 Write short notes on: 1. Critical section problem 2. Buffering
  • 4. 4 What are TLBs? Why they are required in paging? 5 Describe the techniques of free space management of free space list. 6 What are computer viruses? How do they affect our system? BT0071- TECHNICAL COMMUNICATION – THEORY 1 What’s Audience Analysis? Explain its significance in Technical Communication 2 Explain the role of a technical editor. Differentiate between Micro and Macro editing. 3 Explain the various phases involved in System Development Life Cycle (SDLC). BT0072, COMPUTER NETWORKS
  • 5. 1 What is Message switching and Packet switching? 2 What is Framing? Briefly explain Fixed-Size Framing, Variable Size Framing, 3 What is Stop-and-Wait Automatic Repeat Request? Briefly explain. 4 What is the role of Internet Protocol version 4 (IPV4) in addressing and routing packets between hosts? Briefly explain the structure of an IPV4 packet. 5 How SMTP works? Briefly explain applications of SMTP. 6 What is SSL protocol? How SSL handles a message? SMU BSCIT SEM 6 FALL 2014 ASSIGNMENTS BT0092, Software Project Management 1 What are the factors influencing project management? Explain the role of project manager. 2 What do you mean by software cost estimation process? Why software cost estimation is required?
  • 6. 3 Define risk assessment. Explain the elements of risk assessment and risk control. 4 What is conflict management? How do we remove conflicts among team members? 5 Describe briefly the activities of software reengineering. Draw the necessary diagram. 6 What do you mean by software testing? Why it is required? BT9302, Human Computer Interface 1 What do you mean by direct manipulation? How is it applicable to human computer interface? 2 What are the phases in determining basic business functions? 3 Explain the uses of toolbars and message boxes in designing windows.
  • 7. 4 Explain Goal-Operation-Methods-Selections (GOMS) user interface design approach. List advantages and disadvantages of it 5 Write a note on joystick and graphic tablet device based controls. Also explain advantages and disadvantages of both. 6 What are operable controls? Explain any of two operable controls (ex: button, tool bar). BT9402, Artificial Intelligence 1 Explain the third and fourth principles of AI. 2 Explain knowledge representation? Explain with the help of an example. 3 Explain the Inheritance and Reification in semantic networks. 4 Explain knowledge base and building a knowledge base. 5 Describe the factors affecting learning performance.
  • 8. 6 What is the purpose of backtracking? Why is it important in artificial intelligence? SEM 1 BSCIT SUMMER 2014 ASSIGNMENTS BT0062- Fundamentals of IT 1 Write a short notes on fourth and fifth generation computers 2 Differentiate between primary memory and secondary memory. 3 What is cache memory? Explain the importance of cache computer memory. 4 Write the steps to insert one or more columns and one or more cells in MS Excel. 5 What is sound multimedia? Explain common sound file formats? 6 What is Internet? What is the use of it Internet in the modern world.
  • 9. BT 0063- MATHEMATICS FOR IT 1. (i) Let A = {1, 2, 3, 4, 5, 6} and B = {2, 4, 6, 8}. Find A – B and B – A. (ii) In a group of 50 people, 35 speak Hindi, 25 speak both English and Hindi and all the people speak at least one of the two languages. How many people speak only English and not Hindi ? How many people speak English? 2. (i) Express 792° in radians and (7p/12)c in degrees (ii) Prove that (tanq + secq – 1)/(tanq - secq + 1) = cosq/(1- sinq ) = (1+ sinq)/ cosq 3 (i) Define continuity of a point (ii) Test the continuity of the function f where f is defined by F(x) = ((X-2)/|(X-2)| if x ¹ 2 ( 7 if x = 2
  • 10. 4. Solve dy/dx = (y+x-2)/(y-x-4) 5. A bag contains two red balls, three blue balls and five green balls. Three balls are drawn at random. Find the probability that a) the three balls are of different colours b) two balls are of the same colour c) all the three are of the same colour. 6. Solve: 2x + 3y + 4z = 20, x + y + 2z = 9, 3x + 2y + z = 10 BT0064, LOGIC DESIGN 1 Add the following 4-bit binary numbers. i. (0110)2 + (0101)2 = (1011)2 ii. (0101)2 + (0101)2= (1010)2 Add the following 8-bit binary numbers iii. (01001110)2 + (00111100)2 = (10001010)2 iv. (10011101)2 + (10001111)2= (100101100)2
  • 11. 2 Draw the symbol for XNOR & X-OR and explain the truth table? 3 What are adders? Explain half adders and full adders with circuit diagrams. 4 What is ring counter? Explain it working with the help of diagram. 5 Explain the concept of resolution in digital and analog multi meters. 6 What are shift registers? Explain serial in serial out shift register. BT0065, C Programming and Data Structures, 1 Why data types are required in any programming language? Explain in detail the primary data types of C language. 2 Explain the structure of the C program.
  • 12. 3 i. What is recursion? ii. Differentiate between recursion and iteration. iii. Write a program to generate Fibonacci series using recursion. 4 What do you mean by dynamic memory allocation? Explain the three functions for dynamic memory allocation in C language. 5 Write C program to implement stack using arrays. 6 What do you mean by binary tree? Explain the storage representations of binary tree. BT0066, Database Management Systems 1 What do you mean by entity and attributes in E-R diagram? Explain the importance of E-R diagram.
  • 13. 2 Explain the following terms: Referential Integrity Constraints 3 What do you mean by indexed sequential file organization? Explain with the help of an example. 4 What is the system catalog in RDBMS? Also explain what information is stored in the system catalog. 5 What do you mean by semantics of TRC queries? Give an example of TRC queries. 6 Explain vertical framentation with the help of an example. Dear students get fully solved assignments Send your semester & Specialization name to our mail id : “ help.mbaassignments@gmail.com ”
  • 14. or Call us at : 08263069601 (These are just questions. For answer samples check out our latest uploadd in Blog Archive)