SlideShare a Scribd company logo
1 of 7
Download to read offline
www.smusolvedassignments.com
FOR SOLVED ASSIGNMENTS AT NOMINAL COST
VISIT
WWW.SMUSOLVEDASSIGNMENTS.COM
Or Mail us at
solvemyassignments@gmail.com
BSCIT ASSIGNMENTS
SESSION- SPRING 2014
BSCIT – Sem 1
BT0062- Fundamentals of IT
1 What is Operating system? Explain the importance of operating system.
2 Perform the following binary arithmetic operations:
1. 101001+1001
2. 101101-100111
3. 101*101
4. 0110*1101
5. 10011/110
3 Explain all the options of start menu.
4 Explain the steps to insert the special symbols in MS word. Also explain the steps to insert
the word art in MS word.
5 Can Database be created in MS – Excel? Explain any four options supported by MS Excel
to handle databases in MS Excel.
6 What is search engine and what is the importance of it?
BT0063
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 thattan0+sec0-1 =cos0 = 1+sin0
Tan0- sec0+1 1- sin0 cos0
3 (i) Define continuity of a point
(ii) Test the continuity of the function f where f is defined by
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 Convert each of the following hexadecimal numbers to binary, octal, and decimal formats.
i) (4FB2)16
ii) (DC4)16
5+5 10
2 Construct the following gates using NAND
www.smusolvedassignments.com
a)AND b) NOR c) XOR d)XNOR
3 Expand the following Boolean functions into their canonical form:
i. f(X,Y,Z)=XY+YZ+ X Z+ X Y
ii. f(X,Y,Z)=XY+ X Y + X YZ
4 Simplify the following Boolean function:
F = A’C + A’B + AB’C + BC, using K-map?
5 What are sequential circuits? Explain differences between sequential circuits and
combinational circuits.
6 What are shift registers? Explain serial in serial out shift register.
BT0065, C Programming and Data Structures
1 Explain the structure of the C program.
2 What is recursion? Differentiate between recursion and iteration.
3 Define array and explain its need. Write a program to calculate sum and average of the
elements stored in an array.
4 Explain Union. Differentiate between structure and union
5 What is data structure? Explain abstract data type in brief. Differentiate between linear and
nonlinear data structure.
6 What is linked list? Explain the advantages of linked lists over array.
BT0066, Database Management Systems
1 Explain the concept of data independence and explain why it is required?
2 Why relational data model is important? Explain the terms relation and tuple.
3 Perform the following DML operations on the table:
1. Insert values for the table CUSTOMERS with fields – ID, name, age, address and salary
and insert records in the table given below:
+----+----------+-----+-----------+----------+
| ID | NAME | AGE | ADDRESS | SALARY |
+----+----------+-----+-----------+----------+
| 1 | Ramesh | 32 | Ahmedabad | 2000.00 |
| 2 | Khilan | 25 | Delhi | 1500.00 |
| 3 | kaushik | 23 | Kota | 2000.00 |
| 4 | Chaitali | 25 | Mumbai | 6500.00 |
| 5 | Hardik | 27 | Bhopal | 8500.00 |
| 6 | Komal | 22 | MP | 4500.00 |
| 7 | Muffy | 24 | Indore | 10000.00 |
+----+----------+-----+-----------+----------+
2. Based on the customer table given above update the salary to 20000 whose salary is less
than that.
Based on the customer table given above Fetch ID,
3. Name and Salary fields from the CUSTOMERS table for a customer with name Hardik.
4 Consider the relations
EMPLOYEE(emp#, name)
ASSIGNED_TO(project#, emp#)
PROJECT(project#, project_name, chief)
Express the following queries in Relational Algebra
(i) Get details of employee working on both comp354 and comp345 project numbers.
(ii)Find the employee number of employee who do not work on project comp678 5
What do you mean by anamoly in database system? Why it is required? Explain the types of
anamolies in database system.
6 Differentiate between Relational Database Management System And Object Oriented
Database Management System.
www.smusolvedassignments.com
FOR SOLVED ASSIGNMENTS AT NOMINAL COST
VISIT
WWW.SMUSOLVEDASSIGNMENTS.COM
Or Mail us at
solvemyassignments@gmail.com
BSCIT – Sem 2
BT0068, Computer Organization and Architecture
1. i). Find 10’s and 9’s complement of (348)10
ii) Find 10’s and 9’s complement of (134795)10
2 Draw and explain the Von- Neumann architecture. What are the drawbacks of it?
3 Describe the types of busses and types of control lines.
4 Explain Booth’s multiplication algorithm with its advantages and disadvantages.
5 Explain the concept of memory interleaving with diagram.
6 Explain interrupt driven I/O. Describe the design issues in implementing interrupt driven
I/O.
BT0069, Discrete Mathematics
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
i) The identity element of G is unique.
ii) Every element in G has unique inverse in G.
iii) For any a  G, we have (a-1)-1 = a.
iv) For all a, b  G, we have (a.b)-1 = b-1.a-1.
4 (i)Define valid argument
(ii) Show that  (P  Q) follows from  P  Q.
5 (i)Construct a grammar for the language.
    *
L x x a,b ,the number of a's in x is a multiple of 3
(ii)Find the highest type number that can be applied to the following productions:
1. S  A0, A  1  2  B0, B  012.
2. S  ASB  b, A  bA c ,3. S  bS bc.
6 (i) Define tree with example
(ii) Any connected graph with ‘n’ vertices and n -1 edges is a tree.
BT0070, Operating Systems
1 List the approaches to design operating system structures. Explain any two of them.
2 Write short notes on:
1. Process Creation
2. Terminating Process
3 Is it possible to check the condition of mutual exclusion through hardware assistance? If
yes, how?
4 1. Given a total of 5 units of resource type 1 and 4 units of resource type 2, tell whether the
following system is in a safe or unsafe state. Show your work.
Type 1 Type 2
www.smusolvedassignments.com
Process Used Max Used Max
P1 1 2 1 3
P2 1 3 1 2
P3 2 4 1 4
2. Given a total of 10 units of a resource type, and given the safe state shown below, should
process 2 be granted a request of 2 additional resources? Show your work.
Process Used Max
P1 2 5
P2 1 6
P3 2 6
P4 1 2
P5 1 4
5 What is the concept of virtual memory? Why virtual memory is needed?
6 What do you mean by Global OS? State the concept of migration and resource allocation
in Global OS.
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 OSI model? Explain all its layers with diagram.
2 Write a short note on ALOHA protocols.
3What is the function of data link layer? Explain the services of the data link layer.
4 Explain Shortest Path routing Algorithm.
5 Discuss any two design issues of Session Layer.
6 Explain Recursive queries and Iterative queries that a DNS resolver (either a DNS client or
another DNS server) can make to a DNS server.
FOR SOLVED ASSIGNMENTS AT NOMINAL COST
VISIT
WWW.SMUSOLVEDASSIGNMENTS.COM
Or Mail us at
solvemyassignments@gmail.com
BSCIT – Sem 4
BT0080, Fundamentals of Algorithms
1 Define and explain recursion with the help of an example.
2 Describe insertion sort algorithm with the help of an example. Give the complexity of it.
3 Prove that If p1/w1  p2/w2 …..pn/wn. Then, Greedy knapsack algorithm generates an
optimal solution to the given instance of the knapsack problem.
4 State the backtracking strategy. Also define explicit and implicit constraints.
5 Explain lower bound theory and ordered searching.
6 Explain trees and subgraphs with examples.
BT0081, Software Engineering
1 Explain different kinds of software applications.
2 What are the Limitations of waterfall model? Explain
3 Describe the operation of Data flow model with the help of a block diagram
www.smusolvedassignments.com
4 Explain the various activities involved in Software Reengineering process model
5 Explain Black-Box Testing in detail
6 With the help of bock diagram explain how global problem solving can apply a software-
driven approach to enhance the efficiency of problem solving.
BT0082, Visual Basic
1 Write a note on Microsoft development environment.
2 Explain the loops in vb.net with examples.
3 Explain the event driven applications in vb.net. Explain common control events and
common form events in vb.net.
4 How to handle error in VB? Explain.
5 Describe the methods in VB.net to set a connection string and to open a connection.
6 Explain the following:
1. Forwarding Requests to JSP Pages
2. Redirecting instead of forwarding
BT0083, Server Side Programming-Theory
1 Draw and explain the architecture of Java EE.
2 Describe Common Gateway Interface (CGI) and features of it.
3 List the techniques of session tracking. Explain the session tracking technique using
cookies. Give advantages and disadvantages of cookies.
4 Define and explain Java Database Connectivity (JDBC). Describe JDBC architecture and
also the steps of making JDBC connection.
5 Describe type 3 and type 4 JDBC drivers with advantages and disadvantages.
6 List the factors that affect Interdisciplinary Ignorance and explain any two of them.
FOR SOLVED ASSIGNMENTS AT NOMINAL COST
VISIT
WWW.SMUSOLVEDASSIGNMENTS.COM
Or Mail us at
solvemyassignments@gmail.com
BSCIT – Sem 5
BT0086, Mobile Computing
1 Explain CDMA technique. Draw necessary diagram.
2 List and explain the different kinds of domains available in wireless communication.
3 What do you mean by mobile operating system? Explain Symbian operating system. List
the mobile operating systems which are currently popular in market.
4 Explain WAP forum and mobile wireless devices.
5 What are the two methods of Spread Spectrum modulation? Explain in detail.
6 What is demand routing protocols? Explain cluster based routing protocols.
BT0087, WML and WAP Programming-Theory
1 What is wireless markup language? Where it is used? Explain its advantages and
disadvantages.
2 Explain doctype declaration and line breaking in WML with examples.
3 What is the use of Lang library functions in WML? What are the functions available in Lang
library? Explain any two of them in detail with examples.
BT0088- Cryptography and Network Security
1 Describe the stream and block encryption with their advantages and disadvantages.
www.smusolvedassignments.com
2 Compare DES and AES algorithms.
3 Explain Developmental Controls and Administrative Controls.
4 List all the models of security and explain any two models.
5 Define and explain IP security. Explain IP security architecture.
6 Describe guard and personal firewalls
BT8903, C# Programming
1 Describe the components of .Net framework with the help of a diagram. Also explain the
Common Language Runtime (CLR) in .Net.
2 Describe the C# program structure with the help of a diagram.
3 Write the following programs in C#:
1. Write a program in C# to reverse a string using for loop.
2. Write a program in C# that concatenates list of strings.
4 Explain the following in C#:
1. Pass by value
2. Pass by reference
3. Output parameters
4. Variable argument list
5 Give the similarities and differences between structure and classes.
6 Explain the concept of inheritance with the help of an example. Also explain containment
inheritance.
BT9001, Data Mining
1 What is the relation between data mining and data warehousing? Explain.
2 Define data mining. State the differences between data mining and DBMS.
3 Explain clustering and its applications.
4 Define decision tree. Briefly explain the decision tree induction.
5 How data mining is used in telecommunication field? Explain
6 Draw and explain the architecture of data mining based IDS and explain.
FOR SOLVED ASSIGNMENTS AT NOMINAL COST
VISIT
WWW.SMUSOLVEDASSIGNMENTS.COM
Or Mail us at
solvemyassignments@gmail.com
BSCIT – Sem 6
BT9301, Computer Graphics
1 Describe the architecture of vector display with diagram.
2 Write short note on:
1. Color Tables
2. Gray Scale levels
3 Explain DDA algorithm for circle drawing. Also write algorithm for it.
4 Describe in brief the scan line algorithm for polygon filling.
5 What do you mean by line clipping? Explain Sutherland and Cohen Subdivision Line
Clipping Algorithm.
6 Briefly describe orthographic projection and oblique projection.
BT9402, Artificial Intelligence
1 What is the goal of AI? Explain the importance of AI in today’s world.
2 What do you mean by speech recognition? Where it is used?
www.smusolvedassignments.com
3 Define logic. What is the role of logic in artificial intelligence?
4 What do you mean by resolution in AI? Write resolution algorithm. Explain all the resolution
strategies.
5 What do you mean by conceptual dependency? What are the advantages and
disadvantages of it?
6 What is the purpose of backtracking? Why is it important in artificial intelligence?
FOR SOLVED ASSIGNMENTS AT NOMINAL COST
VISIT
WWW.SMUSOLVEDASSIGNMENTS.COM
Or Mail us at
solvemyassignments@gmail.com

More Related Content

What's hot

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
 
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
 
Winter drive assignments sem 2
Winter drive assignments sem 2Winter drive assignments sem 2
Winter drive assignments sem 2solved_assignments
 
Smu bsc it sem 1 fall 2014 solved assignments
Smu bsc it sem  1 fall 2014 solved assignmentsSmu bsc it sem  1 fall 2014 solved assignments
Smu bsc it sem 1 fall 2014 solved assignmentssmumbahelp
 
SMU Mca spring Solved assignments
SMU Mca spring Solved assignmentsSMU Mca spring Solved assignments
SMU Mca spring Solved assignmentssolved_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 assignmentssmumbahelp
 
Mm chap08 -_lossy_compression_algorithms
Mm chap08 -_lossy_compression_algorithmsMm chap08 -_lossy_compression_algorithms
Mm chap08 -_lossy_compression_algorithmsEellekwameowusu
 
Bca1040 digital logic
Bca1040   digital logicBca1040   digital logic
Bca1040 digital logicsmumbahelp
 
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
 
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
 

What's hot (18)

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
 
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
 
Winter drive assignments sem 2
Winter drive assignments sem 2Winter drive assignments sem 2
Winter drive assignments sem 2
 
Digital Image Processing Mar 2013
Digital Image Processing Mar 2013Digital Image Processing Mar 2013
Digital Image Processing Mar 2013
 
Smu bsc it sem 1 fall 2014 solved assignments
Smu bsc it sem  1 fall 2014 solved assignmentsSmu bsc it sem  1 fall 2014 solved assignments
Smu bsc it sem 1 fall 2014 solved assignments
 
SMU Mca spring Solved assignments
SMU Mca spring Solved assignmentsSMU Mca spring Solved assignments
SMU Mca spring 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
 
E018212935
E018212935E018212935
E018212935
 
Mm chap08 -_lossy_compression_algorithms
Mm chap08 -_lossy_compression_algorithmsMm chap08 -_lossy_compression_algorithms
Mm chap08 -_lossy_compression_algorithms
 
Be 2008-it
Be 2008-itBe 2008-it
Be 2008-it
 
Interval Pattern Structures: An introdution
Interval Pattern Structures: An introdutionInterval Pattern Structures: An introdution
Interval Pattern Structures: An introdution
 
Gate-Cs 1998
Gate-Cs 1998Gate-Cs 1998
Gate-Cs 1998
 
Bca1040 digital logic
Bca1040   digital logicBca1040   digital logic
Bca1040 digital logic
 
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
 
U36123129
U36123129U36123129
U36123129
 
Certified global minima
Certified global minimaCertified global minima
Certified global minima
 
Zarebski_Memoire_FCS2
Zarebski_Memoire_FCS2Zarebski_Memoire_FCS2
Zarebski_Memoire_FCS2
 
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
 

Viewers also liked

SEM 3 MIS SUMMER 2014 ASSIGNMENTS
SEM 3 MIS SUMMER 2014 ASSIGNMENTSSEM 3 MIS SUMMER 2014 ASSIGNMENTS
SEM 3 MIS SUMMER 2014 ASSIGNMENTSsolved_assignments
 
Sem 3 spring drive assignments
Sem 3 spring drive assignmentsSem 3 spring drive assignments
Sem 3 spring drive assignmentssolved_assignments
 
SEM 5 BBR SUMMER DRIVE ASSIGNMENTS
SEM 5 BBR SUMMER DRIVE ASSIGNMENTSSEM 5 BBR SUMMER DRIVE ASSIGNMENTS
SEM 5 BBR SUMMER DRIVE ASSIGNMENTSsolved_assignments
 
SMU mba sem 4 tqm fall 2014 assignments
SMU mba sem 4 tqm fall 2014 assignmentsSMU mba sem 4 tqm fall 2014 assignments
SMU mba sem 4 tqm fall 2014 assignmentssolved_assignments
 
SMU mba sem 4 finance fall 2014 assignments
SMU mba sem 4 finance fall 2014 assignmentsSMU mba sem 4 finance fall 2014 assignments
SMU mba sem 4 finance fall 2014 assignmentssolved_assignments
 
SMU BBA SEM 2 FALL 2014 ASSIGNMENTS
SMU BBA SEM 2 FALL 2014 ASSIGNMENTSSMU BBA SEM 2 FALL 2014 ASSIGNMENTS
SMU BBA SEM 2 FALL 2014 ASSIGNMENTSsolved_assignments
 
SEM 4 OM SUMMER 2014 ASSIGNMENTS
SEM 4 OM SUMMER 2014 ASSIGNMENTSSEM 4 OM SUMMER 2014 ASSIGNMENTS
SEM 4 OM SUMMER 2014 ASSIGNMENTSsolved_assignments
 
SEM 3 IB SUMMER 2014 ASSIGNMENTS
SEM 3 IB SUMMER 2014 ASSIGNMENTSSEM 3 IB SUMMER 2014 ASSIGNMENTS
SEM 3 IB SUMMER 2014 ASSIGNMENTSsolved_assignments
 
Smu mba winter drive solved assignments
Smu mba winter drive solved assignmentsSmu mba winter drive solved assignments
Smu mba winter drive solved assignmentssolved_assignments
 
SMU bca sem 4 fall 2014 assignments
SMU bca sem 4 fall 2014 assignmentsSMU bca sem 4 fall 2014 assignments
SMU bca sem 4 fall 2014 assignmentssolved_assignments
 
Sem 1 MBA SUMMER 2014 ASSIGNMENTS
Sem 1 MBA SUMMER 2014 ASSIGNMENTSSem 1 MBA SUMMER 2014 ASSIGNMENTS
Sem 1 MBA SUMMER 2014 ASSIGNMENTSsolved_assignments
 
SMU SEM 3 HCS Summer 2014 ASSIGNMENTS
SMU SEM 3 HCS Summer 2014 ASSIGNMENTSSMU SEM 3 HCS Summer 2014 ASSIGNMENTS
SMU SEM 3 HCS Summer 2014 ASSIGNMENTSsolved_assignments
 
SMU mba sem 3 finance fall 2014 assignments
SMU mba sem 3 finance fall 2014 assignmentsSMU mba sem 3 finance fall 2014 assignments
SMU mba sem 3 finance fall 2014 assignmentssolved_assignments
 
SEM 4 BANKING SUMMER 2014 ASSIGNMENTS
SEM 4 BANKING SUMMER 2014 ASSIGNMENTSSEM 4 BANKING SUMMER 2014 ASSIGNMENTS
SEM 4 BANKING SUMMER 2014 ASSIGNMENTSsolved_assignments
 

Viewers also liked (18)

SEM 3 MIS SUMMER 2014 ASSIGNMENTS
SEM 3 MIS SUMMER 2014 ASSIGNMENTSSEM 3 MIS SUMMER 2014 ASSIGNMENTS
SEM 3 MIS SUMMER 2014 ASSIGNMENTS
 
Sem 3 spring drive assignments
Sem 3 spring drive assignmentsSem 3 spring drive assignments
Sem 3 spring drive assignments
 
Sem3 tqm springassignments
Sem3 tqm springassignmentsSem3 tqm springassignments
Sem3 tqm springassignments
 
SEM 5 BBR SUMMER DRIVE ASSIGNMENTS
SEM 5 BBR SUMMER DRIVE ASSIGNMENTSSEM 5 BBR SUMMER DRIVE ASSIGNMENTS
SEM 5 BBR SUMMER DRIVE ASSIGNMENTS
 
SMU mba sem 4 tqm fall 2014 assignments
SMU mba sem 4 tqm fall 2014 assignmentsSMU mba sem 4 tqm fall 2014 assignments
SMU mba sem 4 tqm fall 2014 assignments
 
SMU mba sem 4 finance fall 2014 assignments
SMU mba sem 4 finance fall 2014 assignmentsSMU mba sem 4 finance fall 2014 assignments
SMU mba sem 4 finance fall 2014 assignments
 
Sem4 mba springassignments
Sem4 mba springassignmentsSem4 mba springassignments
Sem4 mba springassignments
 
SMU BBA SEM 2 FALL 2014 ASSIGNMENTS
SMU BBA SEM 2 FALL 2014 ASSIGNMENTSSMU BBA SEM 2 FALL 2014 ASSIGNMENTS
SMU BBA SEM 2 FALL 2014 ASSIGNMENTS
 
SEM 4 OM SUMMER 2014 ASSIGNMENTS
SEM 4 OM SUMMER 2014 ASSIGNMENTSSEM 4 OM SUMMER 2014 ASSIGNMENTS
SEM 4 OM SUMMER 2014 ASSIGNMENTS
 
SEM 3 IB SUMMER 2014 ASSIGNMENTS
SEM 3 IB SUMMER 2014 ASSIGNMENTSSEM 3 IB SUMMER 2014 ASSIGNMENTS
SEM 3 IB SUMMER 2014 ASSIGNMENTS
 
Smu mba winter drive solved assignments
Smu mba winter drive solved assignmentsSmu mba winter drive solved assignments
Smu mba winter drive solved assignments
 
SMU bca sem 4 fall 2014 assignments
SMU bca sem 4 fall 2014 assignmentsSMU bca sem 4 fall 2014 assignments
SMU bca sem 4 fall 2014 assignments
 
Sem 1 MBA SUMMER 2014 ASSIGNMENTS
Sem 1 MBA SUMMER 2014 ASSIGNMENTSSem 1 MBA SUMMER 2014 ASSIGNMENTS
Sem 1 MBA SUMMER 2014 ASSIGNMENTS
 
SMU SEM 3 HCS Summer 2014 ASSIGNMENTS
SMU SEM 3 HCS Summer 2014 ASSIGNMENTSSMU SEM 3 HCS Summer 2014 ASSIGNMENTS
SMU SEM 3 HCS Summer 2014 ASSIGNMENTS
 
SMU mba sem 3 finance fall 2014 assignments
SMU mba sem 3 finance fall 2014 assignmentsSMU mba sem 3 finance fall 2014 assignments
SMU mba sem 3 finance fall 2014 assignments
 
SEM 4 BANKING SUMMER 2014 ASSIGNMENTS
SEM 4 BANKING SUMMER 2014 ASSIGNMENTSSEM 4 BANKING SUMMER 2014 ASSIGNMENTS
SEM 4 BANKING SUMMER 2014 ASSIGNMENTS
 
Sem 4 mba winter 2013
Sem 4 mba winter 2013Sem 4 mba winter 2013
Sem 4 mba winter 2013
 
41
4141
41
 

Similar to Bscit spring driveassignments

SMU BSCIT SUMMER 2014 ASSIGNMENTS
SMU BSCIT SUMMER 2014 ASSIGNMENTSSMU BSCIT SUMMER 2014 ASSIGNMENTS
SMU BSCIT SUMMER 2014 ASSIGNMENTSsolved_assignments
 
SMU BSCIT fall 2014 assignments
SMU BSCIT fall 2014 assignmentsSMU BSCIT fall 2014 assignments
SMU BSCIT fall 2014 assignmentssolved_assignments
 
SMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 ASSIGNMENTSSMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 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 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 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 bca sem 5th summer 2014 solved assignments
Smu bca sem   5th summer 2014 solved assignmentsSmu bca sem   5th summer 2014 solved assignments
Smu bca sem 5th summer 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
 
Smu mba sem 3 mis spring 2016 assignments
Smu mba sem 3 mis spring 2016 assignmentsSmu mba sem 3 mis spring 2016 assignments
Smu mba sem 3 mis spring 2016 assignmentssolved_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 bscit sem 1 fall 2014 assignemnts
SMU bscit sem 1 fall 2014 assignemntsSMU bscit sem 1 fall 2014 assignemnts
SMU bscit sem 1 fall 2014 assignemntssolved_assignments
 
Mca solved assignments winter 2013
Mca solved assignments winter 2013Mca solved assignments winter 2013
Mca solved assignments winter 2013solved_assignments
 
Smu solved assignments Winter 2013
Smu solved assignments Winter 2013Smu solved assignments Winter 2013
Smu solved assignments Winter 2013solved_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 ASSIGNMENTSsmumbahelp
 
Smu mba sem 3 mis summer 2016 assignments
Smu mba sem 3 mis summer 2016 assignmentsSmu mba sem 3 mis summer 2016 assignments
Smu mba sem 3 mis summer 2016 assignmentsPradeep Sharma
 

Similar to Bscit spring driveassignments (20)

SMU BSCIT SUMMER 2014 ASSIGNMENTS
SMU BSCIT SUMMER 2014 ASSIGNMENTSSMU BSCIT SUMMER 2014 ASSIGNMENTS
SMU BSCIT SUMMER 2014 ASSIGNMENTS
 
SMU BSCIT fall 2014 assignments
SMU BSCIT fall 2014 assignmentsSMU BSCIT fall 2014 assignments
SMU BSCIT fall 2014 assignments
 
Mscit spring assignments
Mscit spring assignmentsMscit spring assignments
Mscit spring assignments
 
Bca smu solved assignments
Bca smu solved assignmentsBca smu solved assignments
Bca smu solved assignments
 
SMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 ASSIGNMENTSSMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 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 ,CA FALL 2014 ASSIGNMENTS
SMU ,CA FALL 2014 ASSIGNMENTSSMU ,CA FALL 2014 ASSIGNMENTS
SMU ,CA FALL 2014 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
 
Bscit winter 2013
Bscit winter 2013Bscit winter 2013
Bscit winter 2013
 
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 bca sem 5th summer 2014 solved assignments
Smu bca sem   5th summer 2014 solved assignmentsSmu bca sem   5th summer 2014 solved assignments
Smu bca sem 5th summer 2014 solved assignments
 
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
 
Smu mba sem 3 mis spring 2016 assignments
Smu mba sem 3 mis spring 2016 assignmentsSmu mba sem 3 mis spring 2016 assignments
Smu mba sem 3 mis spring 2016 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 assignments
 
SMU bscit sem 1 fall 2014 assignemnts
SMU bscit sem 1 fall 2014 assignemntsSMU bscit sem 1 fall 2014 assignemnts
SMU bscit sem 1 fall 2014 assignemnts
 
Mca solved assignments winter 2013
Mca solved assignments winter 2013Mca solved assignments winter 2013
Mca solved assignments winter 2013
 
3rd Semester Computer Science and Engineering (ACU) Question papers
3rd Semester Computer Science and Engineering  (ACU) Question papers3rd Semester Computer Science and Engineering  (ACU) Question papers
3rd Semester Computer Science and Engineering (ACU) Question papers
 
Smu solved assignments Winter 2013
Smu solved assignments Winter 2013Smu solved assignments Winter 2013
Smu solved assignments Winter 2013
 
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 mba sem 3 mis summer 2016 assignments
Smu mba sem 3 mis summer 2016 assignmentsSmu mba sem 3 mis summer 2016 assignments
Smu mba sem 3 mis summer 2016 assignments
 

Recently uploaded

Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 

Recently uploaded (20)

Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 

Bscit spring driveassignments

  • 1. www.smusolvedassignments.com FOR SOLVED ASSIGNMENTS AT NOMINAL COST VISIT WWW.SMUSOLVEDASSIGNMENTS.COM Or Mail us at solvemyassignments@gmail.com BSCIT ASSIGNMENTS SESSION- SPRING 2014 BSCIT – Sem 1 BT0062- Fundamentals of IT 1 What is Operating system? Explain the importance of operating system. 2 Perform the following binary arithmetic operations: 1. 101001+1001 2. 101101-100111 3. 101*101 4. 0110*1101 5. 10011/110 3 Explain all the options of start menu. 4 Explain the steps to insert the special symbols in MS word. Also explain the steps to insert the word art in MS word. 5 Can Database be created in MS – Excel? Explain any four options supported by MS Excel to handle databases in MS Excel. 6 What is search engine and what is the importance of it? BT0063 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 thattan0+sec0-1 =cos0 = 1+sin0 Tan0- sec0+1 1- sin0 cos0 3 (i) Define continuity of a point (ii) Test the continuity of the function f where f is defined by 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 Convert each of the following hexadecimal numbers to binary, octal, and decimal formats. i) (4FB2)16 ii) (DC4)16 5+5 10 2 Construct the following gates using NAND
  • 2. www.smusolvedassignments.com a)AND b) NOR c) XOR d)XNOR 3 Expand the following Boolean functions into their canonical form: i. f(X,Y,Z)=XY+YZ+ X Z+ X Y ii. f(X,Y,Z)=XY+ X Y + X YZ 4 Simplify the following Boolean function: F = A’C + A’B + AB’C + BC, using K-map? 5 What are sequential circuits? Explain differences between sequential circuits and combinational circuits. 6 What are shift registers? Explain serial in serial out shift register. BT0065, C Programming and Data Structures 1 Explain the structure of the C program. 2 What is recursion? Differentiate between recursion and iteration. 3 Define array and explain its need. Write a program to calculate sum and average of the elements stored in an array. 4 Explain Union. Differentiate between structure and union 5 What is data structure? Explain abstract data type in brief. Differentiate between linear and nonlinear data structure. 6 What is linked list? Explain the advantages of linked lists over array. BT0066, Database Management Systems 1 Explain the concept of data independence and explain why it is required? 2 Why relational data model is important? Explain the terms relation and tuple. 3 Perform the following DML operations on the table: 1. Insert values for the table CUSTOMERS with fields – ID, name, age, address and salary and insert records in the table given below: +----+----------+-----+-----------+----------+ | ID | NAME | AGE | ADDRESS | SALARY | +----+----------+-----+-----------+----------+ | 1 | Ramesh | 32 | Ahmedabad | 2000.00 | | 2 | Khilan | 25 | Delhi | 1500.00 | | 3 | kaushik | 23 | Kota | 2000.00 | | 4 | Chaitali | 25 | Mumbai | 6500.00 | | 5 | Hardik | 27 | Bhopal | 8500.00 | | 6 | Komal | 22 | MP | 4500.00 | | 7 | Muffy | 24 | Indore | 10000.00 | +----+----------+-----+-----------+----------+ 2. Based on the customer table given above update the salary to 20000 whose salary is less than that. Based on the customer table given above Fetch ID, 3. Name and Salary fields from the CUSTOMERS table for a customer with name Hardik. 4 Consider the relations EMPLOYEE(emp#, name) ASSIGNED_TO(project#, emp#) PROJECT(project#, project_name, chief) Express the following queries in Relational Algebra (i) Get details of employee working on both comp354 and comp345 project numbers. (ii)Find the employee number of employee who do not work on project comp678 5 What do you mean by anamoly in database system? Why it is required? Explain the types of anamolies in database system. 6 Differentiate between Relational Database Management System And Object Oriented Database Management System.
  • 3. www.smusolvedassignments.com FOR SOLVED ASSIGNMENTS AT NOMINAL COST VISIT WWW.SMUSOLVEDASSIGNMENTS.COM Or Mail us at solvemyassignments@gmail.com BSCIT – Sem 2 BT0068, Computer Organization and Architecture 1. i). Find 10’s and 9’s complement of (348)10 ii) Find 10’s and 9’s complement of (134795)10 2 Draw and explain the Von- Neumann architecture. What are the drawbacks of it? 3 Describe the types of busses and types of control lines. 4 Explain Booth’s multiplication algorithm with its advantages and disadvantages. 5 Explain the concept of memory interleaving with diagram. 6 Explain interrupt driven I/O. Describe the design issues in implementing interrupt driven I/O. BT0069, Discrete Mathematics 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 i) The identity element of G is unique. ii) Every element in G has unique inverse in G. iii) For any a  G, we have (a-1)-1 = a. iv) For all a, b  G, we have (a.b)-1 = b-1.a-1. 4 (i)Define valid argument (ii) Show that  (P  Q) follows from  P  Q. 5 (i)Construct a grammar for the language.     * L x x a,b ,the number of a's in x is a multiple of 3 (ii)Find the highest type number that can be applied to the following productions: 1. S  A0, A  1  2  B0, B  012. 2. S  ASB  b, A  bA c ,3. S  bS bc. 6 (i) Define tree with example (ii) Any connected graph with ‘n’ vertices and n -1 edges is a tree. BT0070, Operating Systems 1 List the approaches to design operating system structures. Explain any two of them. 2 Write short notes on: 1. Process Creation 2. Terminating Process 3 Is it possible to check the condition of mutual exclusion through hardware assistance? If yes, how? 4 1. Given a total of 5 units of resource type 1 and 4 units of resource type 2, tell whether the following system is in a safe or unsafe state. Show your work. Type 1 Type 2
  • 4. www.smusolvedassignments.com Process Used Max Used Max P1 1 2 1 3 P2 1 3 1 2 P3 2 4 1 4 2. Given a total of 10 units of a resource type, and given the safe state shown below, should process 2 be granted a request of 2 additional resources? Show your work. Process Used Max P1 2 5 P2 1 6 P3 2 6 P4 1 2 P5 1 4 5 What is the concept of virtual memory? Why virtual memory is needed? 6 What do you mean by Global OS? State the concept of migration and resource allocation in Global OS. 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 OSI model? Explain all its layers with diagram. 2 Write a short note on ALOHA protocols. 3What is the function of data link layer? Explain the services of the data link layer. 4 Explain Shortest Path routing Algorithm. 5 Discuss any two design issues of Session Layer. 6 Explain Recursive queries and Iterative queries that a DNS resolver (either a DNS client or another DNS server) can make to a DNS server. FOR SOLVED ASSIGNMENTS AT NOMINAL COST VISIT WWW.SMUSOLVEDASSIGNMENTS.COM Or Mail us at solvemyassignments@gmail.com BSCIT – Sem 4 BT0080, Fundamentals of Algorithms 1 Define and explain recursion with the help of an example. 2 Describe insertion sort algorithm with the help of an example. Give the complexity of it. 3 Prove that If p1/w1  p2/w2 …..pn/wn. Then, Greedy knapsack algorithm generates an optimal solution to the given instance of the knapsack problem. 4 State the backtracking strategy. Also define explicit and implicit constraints. 5 Explain lower bound theory and ordered searching. 6 Explain trees and subgraphs with examples. BT0081, Software Engineering 1 Explain different kinds of software applications. 2 What are the Limitations of waterfall model? Explain 3 Describe the operation of Data flow model with the help of a block diagram
  • 5. www.smusolvedassignments.com 4 Explain the various activities involved in Software Reengineering process model 5 Explain Black-Box Testing in detail 6 With the help of bock diagram explain how global problem solving can apply a software- driven approach to enhance the efficiency of problem solving. BT0082, Visual Basic 1 Write a note on Microsoft development environment. 2 Explain the loops in vb.net with examples. 3 Explain the event driven applications in vb.net. Explain common control events and common form events in vb.net. 4 How to handle error in VB? Explain. 5 Describe the methods in VB.net to set a connection string and to open a connection. 6 Explain the following: 1. Forwarding Requests to JSP Pages 2. Redirecting instead of forwarding BT0083, Server Side Programming-Theory 1 Draw and explain the architecture of Java EE. 2 Describe Common Gateway Interface (CGI) and features of it. 3 List the techniques of session tracking. Explain the session tracking technique using cookies. Give advantages and disadvantages of cookies. 4 Define and explain Java Database Connectivity (JDBC). Describe JDBC architecture and also the steps of making JDBC connection. 5 Describe type 3 and type 4 JDBC drivers with advantages and disadvantages. 6 List the factors that affect Interdisciplinary Ignorance and explain any two of them. FOR SOLVED ASSIGNMENTS AT NOMINAL COST VISIT WWW.SMUSOLVEDASSIGNMENTS.COM Or Mail us at solvemyassignments@gmail.com BSCIT – Sem 5 BT0086, Mobile Computing 1 Explain CDMA technique. Draw necessary diagram. 2 List and explain the different kinds of domains available in wireless communication. 3 What do you mean by mobile operating system? Explain Symbian operating system. List the mobile operating systems which are currently popular in market. 4 Explain WAP forum and mobile wireless devices. 5 What are the two methods of Spread Spectrum modulation? Explain in detail. 6 What is demand routing protocols? Explain cluster based routing protocols. BT0087, WML and WAP Programming-Theory 1 What is wireless markup language? Where it is used? Explain its advantages and disadvantages. 2 Explain doctype declaration and line breaking in WML with examples. 3 What is the use of Lang library functions in WML? What are the functions available in Lang library? Explain any two of them in detail with examples. BT0088- Cryptography and Network Security 1 Describe the stream and block encryption with their advantages and disadvantages.
  • 6. www.smusolvedassignments.com 2 Compare DES and AES algorithms. 3 Explain Developmental Controls and Administrative Controls. 4 List all the models of security and explain any two models. 5 Define and explain IP security. Explain IP security architecture. 6 Describe guard and personal firewalls BT8903, C# Programming 1 Describe the components of .Net framework with the help of a diagram. Also explain the Common Language Runtime (CLR) in .Net. 2 Describe the C# program structure with the help of a diagram. 3 Write the following programs in C#: 1. Write a program in C# to reverse a string using for loop. 2. Write a program in C# that concatenates list of strings. 4 Explain the following in C#: 1. Pass by value 2. Pass by reference 3. Output parameters 4. Variable argument list 5 Give the similarities and differences between structure and classes. 6 Explain the concept of inheritance with the help of an example. Also explain containment inheritance. BT9001, Data Mining 1 What is the relation between data mining and data warehousing? Explain. 2 Define data mining. State the differences between data mining and DBMS. 3 Explain clustering and its applications. 4 Define decision tree. Briefly explain the decision tree induction. 5 How data mining is used in telecommunication field? Explain 6 Draw and explain the architecture of data mining based IDS and explain. FOR SOLVED ASSIGNMENTS AT NOMINAL COST VISIT WWW.SMUSOLVEDASSIGNMENTS.COM Or Mail us at solvemyassignments@gmail.com BSCIT – Sem 6 BT9301, Computer Graphics 1 Describe the architecture of vector display with diagram. 2 Write short note on: 1. Color Tables 2. Gray Scale levels 3 Explain DDA algorithm for circle drawing. Also write algorithm for it. 4 Describe in brief the scan line algorithm for polygon filling. 5 What do you mean by line clipping? Explain Sutherland and Cohen Subdivision Line Clipping Algorithm. 6 Briefly describe orthographic projection and oblique projection. BT9402, Artificial Intelligence 1 What is the goal of AI? Explain the importance of AI in today’s world. 2 What do you mean by speech recognition? Where it is used?
  • 7. www.smusolvedassignments.com 3 Define logic. What is the role of logic in artificial intelligence? 4 What do you mean by resolution in AI? Write resolution algorithm. Explain all the resolution strategies. 5 What do you mean by conceptual dependency? What are the advantages and disadvantages of it? 6 What is the purpose of backtracking? Why is it important in artificial intelligence? FOR SOLVED ASSIGNMENTS AT NOMINAL COST VISIT WWW.SMUSOLVEDASSIGNMENTS.COM Or Mail us at solvemyassignments@gmail.com