Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > Exams

  #1  
Old October 20th, 2011, 12:54 AM
nrkishore1
Guest
 
Default IGNOU BCA CS assignment

IGNOU 2012 BCA CS 64 assignment
Hello, I need the assignments for CS 64 of BCA from IGNOU for year 2012. Pls suggest me from where can I download it for free. I am finding some sites which are providing the assignments for IGNOU but most of them are on paid basis.
Reply With Quote
Other Discussions related to this topic
Thread
IGNOU BCA 5TH SEM Assignment
IGNOU MBA Assignment
IGNOU MS 8 assignment
IGNOU CIC Assignment
IGNOU DCE Assignment
IGNOU ES-343 solved assignment
IGNOU assignment marks
IGNOU FML 1 Solved Assignment
IGNOU EEG-06 Solved Assignment
IGNOU AOM-01 Assignment
IGNOU assignment
IGNOU BTS Assignment
Assignment of IGNOU
ESO 15 IGNOU Assignment
IGNOU assignment july
IGNOU BCA FST 01 assignment
IGNOU Bca 5th Sem Solved Assignment
IGNOU Siliguri assignment
IGNOU mca assignment
Help for MBA Assignment of IGNOU






  #2  
Old February 26th, 2012, 03:22 PM
Sashwat's Avatar
Super Moderator
 
Join Date: Jun 2011
Default Re: IGNOU BCA CS 64 assignment

Here I am uploading the assignment of CS 64 i.e. Introduction to Computer Organisation.. Feel free to download it..
Attached Files Available for Download
File Type: doc IGNOU CS 64 assignment 2012 Introduction to Computer Organisation.doc (47.0 KB, 328 views)
__________________
Answered By StudyChaCha Member
Reply With Quote
  #3  
Old March 7th, 2012, 10:06 PM
Unregistered
Guest
 
Default Re: IGNOU BCA CS assignment

Pls send me solved assignment of cs-64 cs-65 n cs-67 on my mail id sneha7242@gmail.com
Reply With Quote
  #4  
Old March 9th, 2012, 02:48 PM
Unregistered
Guest
 
Default Re: IGNOU BCA CS assignment

please upload cs64 solved assignment 2012
Reply With Quote
  #5  
Old March 11th, 2012, 04:50 PM
Junior Member
 
Join Date: Mar 2012
Default Re: IGNOU BCA CS 64 assignment

Quote:
Originally Posted by Sashwat View Post
Here I am uploading the assignment of CS 64 i.e. Introduction to Computer Organisation.. Feel free to download it..
plz upload solved assignment of cs64,65,67 plzzzzzzzzzzzzzzzzzzzzzz
Reply With Quote
  #6  
Old March 11th, 2012, 11:29 PM
Unregistered
Guest
 
Default Re: IGNOU BCA CS assignment

FROM WHERE TO DOWNLOAD?................................
Reply With Quote
  #7  
Old March 13th, 2012, 02:18 PM
Junior Member
 
Join Date: Mar 2012
Arrow IGNOU BCA CS-64 Assignment 2012

(a) Convert the following numbers as asked:
(i) Decimal 999 to Hexadecimal
(ii) Octal 555 to Hexadecimal
(iii) Hexadecimal AAAA to Decimal
(iv) Hexadecimal AAAA to Octal

(b) Assume that a computer represents negative integers in signed 2’s complement
notation having the size of 8 bits. You may also assume that all the registers used
for integer arithmetic are of 8 bits. Perform the following operations using this
computer (the numbers indicated in the operations are decimal numbers). Indicate
the overflow condition, if any.
(i) Add -38 and -90
(ii) Subtract 90 from 38
(iii) Add 63 and 65
(4 Marks)
(iv) Subtract -90 from -65

(c) A four bit data 0001 is to be sent across a communication channel. What should be
the parity bits for SEC code, if this data is to be sent correctly across to a
destination? Also indicate where these SEC code bits will be placed in the data +
code bit combination that is to be sent. Assume that the data bits that were
received were
1 S 0 S 0 S 1 (SEC bits remained unchanged in between
wherever they were, that is the value of S may the related SEC bit or Null ).
Correct this code using SEC bits generated at the receiver and the SEC bits
received from the sources. Show all the steps of this process.
(6 Marks)

(d) A logical function calculator compares two numbers for the function A >= B. The
comparator output 1 of the comparison is TRUE else FALSE. In case if both
A and B are equal, the comparator outputs a second bit as 1 (0 otherwise). The
partial truth table for the comparator is given in Figure 1:

(4 Marks)

Number A
Bit 1
Bit 0
0
0
0
0
...
...
0
1
0
1
...
...
1
0
1
1

Figure 1: The partial truth table for A>= B for the two output

Number B
Bit 1
Bit 0
0
0
0
1
...
...
0
0
0
1
...
...
1
1
1
1

Output
Same
Zero
1
1
0
0


1
0
1
1


0
0
1
1

Complete the truth table and design and draw the combinational circuit using
AND-OR-NOT gates for the description given.
(6 Marks)

(e) Why do you need a flip-flop? Explain the characteristics table of J K flip flop. How is
it different than that of S R flip flop? Explain the synchronous counter in the
context of change of states of the flip flop.
(4 Marks)

(f) What is associative memory? Explain with the help of a diagram. What is a Cache
memory? What are its different organisations? Explain the Associative cache
memory organization with the help of a diagram showing mapping from main
memory to the cache memory. You must show proper addresses for both the
memories in the diagram. However, for simplicity, you may take size of the main
memory as 32 byte and cache as 4 byte.
(4
Marks)

(g) You have been asked to design the configuration of a database server (please do not
give the names of manufacturer), specifically the RAID configuration for your
server. Which of type of RAID machine will you select? Give justification in
support of your answer. Also explain the process of interrupt handling when more
than one interrupts can occur simultaneously.
(4Marks)

(h) Explain the functions and purposes of Direct Memory Access (DMA) and Input/
output processor in Computer. Find out how in Pentium processor I/O devices are
connected to the system bus.
(4 Marks)

Is it possible to have an Instruction set with no operands at all? Justify your
answer. Assume that a machine is to be designed for performing simple
arithmetic operations (including unary and binary), what should be the optimum
number of operand in an instruction set for such machine? Give justification in
support of your answer. How does the number of operand addresses in an
Instruction Set affect the size of a program on a computer?
(4
Marks)

(a)

(b) A machine is to be designed such that it stores arbitrary length arrays in the memory.
This machine also supports subroutine calls. Suggest four best addressing modes
for the machine. Give reasons for your selection.
(4 Marks)

(c) Consider the instruction ISNZ Op where Op is a register operand that is the address
of an instruction of the executing program. The instruction checks if the value
of the previous instruction execution is NOT ZERO (the result may be in the
AC register), if so then it branches to the address specified by the Op. Write the
sequence of micro-operations that will be required to execute this instruction. You
may use various micro-operation cycles and the necessary registers.
(6 Marks)

(d) Assume that an 8-bit Register R has the data 01101110. Perform the following
operations on the register R:
(i) Selective Set the lower 4 bits to 1100
(ii) Extract the lower 4 bits
(iii) Clear the register using a logical operation
(iv) Insert a value 1111 in the lower 4 bits of the register.
(4 marks)

(e) Represent the following floating point numbers using IEEE 754 floating point single
precision format.
i. 32.0125
ii.-0.125

(f) Explain the working of the control unit of a computer with the help of a Block
diagram. Explain the importance of micro-instruction in computer. Also explain
the differences between the horizontal and vertical microinstructions. (8 marks)

(a) What are the advantages of having segments in 8086 micro-processor? Explain the
use of stack segment register and process of calculation of physical address of the
top of the stack in 8086 microprocessor.
(4
marks)
(b) Explain the REPE, CMPS, AAA, and XLAT instructions of 8086 processor with the

help of one example each.
(4marks)

(c) Explain any one direct, one register indirect, one based indirect and one indexed
indirect addressing modes of 8086 microprocessor with the help of an example of
each.
(4
marks)

(d) Explain the process of Input/output using Interrupt 21h in 8086 microprocessor with
the help of examples.
(4 marks)

(e) Write a program in 8086 assembly language that finds the total of an array of
maximum 10 integer elements. You may assume that the array is stored in the
memory and the last value in the array is -2000. The calculated result is stored in
the location named sum.
(8
Marks)

(f) Write a program in 8086 assembly language that passes two input parameters to a
subroutine through a stack. The subroutine return a value 1 if the value of first
parameter is greater than the second, otherwise returns 0. Make suitable
assumptions, if any.
(10
marks)

















pl solve this
Reply With Quote
  #8  
Old March 14th, 2012, 10:57 AM
Junior Member
 
Join Date: Mar 2012
Default Re: IGNOU BCA CS assignment

pls add the BCA 4th Sem assignment 2012.........
Reply With Quote
  #9  
Old March 17th, 2012, 08:35 PM
Junior Member
 
Join Date: Mar 2012
Default Re: IGNOU BCA CS 64 assignment

Quote:
Originally Posted by Sashwat View Post
Here I am uploading the assignment of CS 64 i.e. Introduction to Computer Organisation.. Feel free to download it..
i want solved assignment of cs-64 ,and all solved 4th sem assignments. we have question papers
Reply With Quote
  #10  
Old March 2nd, 2014, 05:17 PM
Sashwat's Avatar
Super Moderator
 
Join Date: Jun 2011
Default Re: IGNOU BCA CS assignment

Here I am giving you assignment for BCA CS course offered by Indira Gandhi national open university

Some questions are given below :
Answer all the questions.

1) What is file organization? List all the file organization techniques.
Make a detailed comparison among all the file organization techniques. (15 Marks)

2) What are the functions associated with the role of a database administrator?
How does data dictionary help a database administrator? (5 Marks)

3) Define the following terms.
(i) Inverted list.
(ii) Referential integrity.
(iii) Foreign key.
(iv) Transaction.
(v) Candidate key. (25 Marks)

4) Compare and contrast the following.
(i) Primary indices and Secondary indices.
(ii) Centralized DBMS and Distributed DBMS.
(iii) B tree and B+ tree.
(iv) Data replication and data Fragmentation.
(v) Procedural and non procedural DMLs. (25 Marks)

5) Define normalization. Explain the conditions under which a relation
needs to be normalized to 2NF and 3NF with the help of an example. (5 Marks)

6) A project handling organization has persons identified by PER – ID and a
LAST – NAME. Persons are assigned to departments identified by DEP – NAME. Persons work on projects and each project has a PROJ – ID and a PROJ – BUDGET. Each project is managed by one department and a department may manage many projects. But a person may work on only some (or none) of the projects in his or her departments. Identify the entities and relationship for this organization and construct
an E – R diagram. (10 Marks)

7) Explain the role of hashing function in direct file organization. (5 Marks)

8) Consider the following tables in database:
Employee (Emp_No, skill, Pay_Rate)
Duty Allocation (Posting_No, Emp_No, day, shifts)
Write SQL statements for performing the following tasks:
(i) Retrieve the shift details for employee named “Vijay”.
(ii) Get a count of different employees on each shift. (10 Marks)


\here are three questions in this assignment. Answer all the questions. You may use illustrations and diagrams to enhance your explanations. You may use illustrations and diagrams to enhance the explanations. Please go through the guidelines regarding assignments given in the Programme Guide for the format of presentation. Answer to each part of the question should be confined to about 300 words.
1)
(a) Convert the following numbers as asked:
(i) Decimal 999 to Hexadecimal
(ii) Octal 555 to Hexadecimal
(iii) Hexadecimal AAAA to Decimal
(iv) Hexadecimal AAAA to Octal (4 Marks)

(b) Assume that a computer represents negative integers in signed 2’s complement notation having the size of 8 bits. You may also assume that all the registers used for integer arithmetic are of 8 bits. Perform the following operations using this computer (the numbers indicated in the operations are decimal numbers). Indicate the overflow condition, if any.
(i) Add -38 and -90
(ii) Subtract 90 from 38
(iii) Add 63 and 65
(iv) Subtract -90 from -65 (4 Marks)

(c) A four bit data 0001 is to be sent across a communication channel. What should be the parity bits for SEC code, if this data is to be sent correctly across to a destination? Also indicate where these SEC code bits will be placed in the data + code bit combination that is to be sent. Assume that the data bits that were received were 1 S 0 S 0 S 1 (SEC bits remained unchanged in between wherever they were, that is the value of S may the related SEC bit or Null ). Correct this code using SEC bits generated at the receiver and the SEC bits received from the sources. Show all the steps of this process. (6 Marks)

(d) A logical function calculator compares two numbers for the function A >= B. The comparator output 1 of the comparison is TRUE else FALSE. In case if both A and B are equal, the comparator outputs a second bit as 1 (0 otherwise). The partial truth table for the comparator is given in Figure 1:

6
Number A Number B Output
Bit 1 Bit 0 Bit 1 Bit 0 Same Zero
0 0 0 0 1 1
0 0 0 1 0 0
... ... ... ... … …
0 1 0 0 1 0
0 1 0 1 1 1
... ... ... ... … …
1 0 1 1 0 0
1 1 1 1 1 1

Figure 1: The partial truth table for A>= B for the two output
Complete the truth table and design and draw the combinational circuit using AND-OR-NOT gates for the description given. (6 Marks)

(e) Why do you need a flip-flop? Explain the characteristics table of J K flip flop. How is it different than that of S R flip flop? Explain the synchronous counter in the context of change of states of the flip flop. (4 Marks)

(f) What is associative memory? Explain with the help of a diagram. What is a Cache memory? What are its different organisations? Explain the Associative cache memory organization with the help of a diagram showing mapping from main memory to the cache memory. You must show proper addresses for both the memories in the diagram. However, for simplicity, you may take size of the main memory as 32 byte and cache as 4 byte. (4 Marks)

(g) You have been asked to design the configuration of a database server (please do not give the names of manufacturer), specifically the RAID configuration for your server. Which of type of RAID machine will you select? Give justification in support of your answer. Also explain the process of interrupt handling when more than one interrupts can occur simultaneously. (4Marks)

(h) Explain the functions and purposes of Direct Memory Access (DMA) and Input/output processor in Computer. Find out how in Pentium processor I/O devices are connected to the system bus. (4 Marks)


(a) Is it possible to have an Instruction set with no operands at all? Justify your answer. Assume that a machine is to be designed for performing simple arithmetic operations (including unary and binary), what should be the optimum number of operand in an instruction set for such machine? Give justification in support of your answer. How does the number of operand addresses in an Instruction Set affect the size of a program on a computer? (4 Marks)

(b) A machine is to be designed such that it stores arbitrary length arrays in the memory. This machine also supports subroutine calls. Suggest four best addressing modes for the machine. Give reasons for your selection. (4 Marks)

(c) Consider the instruction ISNZ Op where Op is a register operand that is the address of an instruction of the executing program. The instruction checks if the value of the previous instruction execution is NOT ZERO (the result may be in the AC register), if so then it branches to the address specified by the Op. Write the sequence of micro-operations that will be required to execute this instruction. You may use various micro-operation cycles and the necessary registers.

(6 Marks)
(d) Assume that an 8-bit Register R has the data 01101110. Perform the following operations on the register R:

(i) Selective Set the lower 4 bits to 1100
(ii) Extract the lower 4 bits
(iii) Clear the register using a logical operation
(iv) Insert a value 1111 in the lower 4 bits of the register. (4 marks)
(e) Represent the following floating point numbers using IEEE 754 floating point single precision format.
i. 32.0125
ii. -0.125 (4 marks)

(f) Explain the working of the control unit of a computer with the help of a Block diagram. Explain the importance of micro-instruction in computer. Also explain the differences between the horizontal and vertical microinstructions. (8 marks)

3)
(a) What are the advantages of having segments in 8086 micro-processor? Explain the use of stack segment register and process of calculation of physical address of the top of the stack in 8086 microprocessor. (4 marks)

(b) Explain the REPE, CMPS, AAA, and XLAT instructions of 8086 processor with the help of one example each. (4marks)

8
(c) Explain any one direct, one register indirect, one based indirect and one indexed indirect addressing modes of 8086 microprocessor with the help of an example of each. (4 marks)

(d) Explain the process of Input/output using Interrupt 21h in 8086 microprocessor with the help of examples. (4 marks)

(e) Write a program in 8086 assembly language that finds the total of an array of maximum 10 integer elements. You may assume that the array is stored in the memory and the last value in the array is -2000. The calculated result is stored in the location named sum. (8 Marks)

(f) Write a program in 8086 assembly language that passes two input parameters to a subroutine through a stack. The subroutine return a value 1 if the value of first parameter is greater than the second, otherwise returns 0. Make suitable assumptions, if any. (10 marks)


There are five questions in this Assignment. Answer all the questions. Each question carries 5 marks. You may use illustrations and diagrams to enhance explanations. Assumptions can be made wherever necessary and should mention them.
1) Discuss the steps necessary to install a Timer event and generate Random
numbers. (5 Marks)

2) Analyze the difference between Local, Module level, and Global Variables.
(5 Marks)

3) Discuss what constitutes proper code writing conventions in Visual Basic. (5 Marks)
4) Create a form with a picture box. Find 3 interesting pictures. Use a timer control to cycle the pictures every 2 seconds. The form should close when the EXIT button is clicked. (5 Marks)

5) Create a “WELCOME” form which asks the user their name, then says “Hello ”. The user is then given a choice (with option buttons) of translating fonts or displaying the text in uppercase / lowercase and thereby accordingly the event takes place as per the option selected. This form should stop by clicking a suitable Command Button. Interface should be user-friendly. (5 Marks)

Note: There are four questions in this assignment. Answer all the questions. You may use illustrations and diagrams to enhance explanations.
1) What is Multimedia? Explain different input/output devices used in Multimedia applications. Also explain different components of Multimedia System.
(6 marks)
2) (a) Explain the need of communication technologies for providing
Multimedia Services. (3 marks)
(b) What is Animation? Explain use of Animation in Multimedia
applications. (3 marks)
3) What Multimedia Authoring tool? List the features required in the Multimedia
Authoring tools. Compare and contrast the features of Flash and Authorware. (6 marks)
4) Design a multimedia package that helps in advertising of a product used
for “Baby Care”.
You must follow the standard methodology for development of multimedia. You must fill up various templates required for the development of Multimedia. (Refer Unit 4 of your CS-66 course material)
Present a prototype of your design using MS-Office tools. Your multimedia package should include at least 10 slides having suitable graphics, simple animation and few audio clips. (Audio clips need not be recorded professionally but can be recorded using built in microphone of simple multimedia computer. Make assumptions wherever necessary.
(7 marks)



Assignment Number :

Answer all the questions. You may use examples illustrations or diagrams to support your answer. You have to implement the database system using any RDBMS.
A departmental store maintains inventory of goods about its sections. Each section can sell a number of items. An item sold by one section may be part of other section also. The departmental store has a number of registered buyers. Some of the buyers, however, may not be registered. A buyer purchases one or more items and a number of such items. A buyer gets a bill for the purchases s/he made. A buyer can purchase many times in a month. A buyer may buy several times even in a single day. A buyer who had made purchase of more than Rs10,000/- in a month, is given a status of preferred buyer. The preferred buyer is given a discount of 5% on all purchases on all the purchases made in the next month. The store acquires all the items from a stockiest. Each item has an item code. All acquisition of items are recorded. The cost price of an item of a different acquisition may be different. The selling price of an item is decided by the cost price of that item, handling overheads and profit margin. For all the items the store presently uses them as fixed quantity.

Perform the following tasks for the store. Please make and state assumptions, if any.
1) List the entities, their attributes and relationships for the description and make an ER-diagram for the Store. You may use the concept of keys, aggregation, generalisation, cardinality etc. in a proper way. (10 Marks)

2) Design the suitable RDBMS tables for the ER-diagram so created in question 1. The database design should include keys, foreign keys, constraints and referential integrity constraints. (10 Marks)

3) Implement the database design that you have created in question 2 using a RDBMS – our advice is that you choose either MySQL or MS ACCESS to do so. (10 Marks)
4) Create the following data entry forms with suitable checks for the database so created.
a) Create a form to enter all the information about the items being purchased by a buyer on a particular sale.
b) Create a form to register a new buyer. (10 Marks)


5) Enter at least 4 sets of records in each table. Enter marks directly in the tables except for the data that can be entered using the data entry form created in question 3. (10 Marks)

6) Create the following reports for the database you have created. The reports should have proper headings and page numbers and should include totals, if needed.
a) Create bill of a purchase.
b) Create a price list of items.
c) Create the list of preferred buyers.
d) Create the detailed list of purchases made by a single buyer. (10 Marks)

7) Write and run the following SQL queries for your database:
a) Find the details of the buyers who have made purchases of more than 15,000 in a month..
b) Find the price of the costliest item and the names of all the buyers who have bought it.
c) Find the item details of the item that has been sold the most.
d) Find the difference in number of average buyers on weekends and the number of average buyers on weekdays.
e) Find the stockiest form whom maximum number of items are acquired. (20 Marks)

8) Design two views for the database that you have designed and implemented. One view should be for the Manager of the Departmental Store who is interested in knowing about the performance (quantity sold) of various items in various sections. The other view is for a buyer who can view his/her purchases made from the stores. Identify on what tables and what fields these two will be allowed to have access. Implement these views or write equivalent queries for the view defining expression using SQL. (20 Marks)







__________________
Answered By StudyChaCha Member
Reply With Quote
Reply


Tags
Assignment, IGNOU



All times are GMT +6. The time now is 09:30 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8