Tag Archives: IGNOU MCA Assignment 2015 – 16

Draw a flow chart of a program that adds N odd numbers starting from 1. The value of N should be input by the user – IGNOU MCA Assignment 2015 – 16

BACHELOR OF COMPUTER APPLICATIONS Course Code : BCS-011 Course Title : Computer Basics and PC Software Assignment Number : BCA(I)/011/Assignment/ 2015 Maximum Marks : 100 Weightage : 25%   Draw a flow chart of a program that adds N odd numbers starting from 1. The value of N should be input by the user.  … Read More »

Calculate the storage capacity in Bytes and Access time for the disk – IGNOU MCA Assignment 2015 – 16

BACHELOR OF COMPUTER APPLICATIONS Course Code : BCS-011 Course Title : Computer Basics and PC Software Assignment Number : BCA(I)/011/Assignment/ 2015 Maximum Marks : 100 Weightage : 25% A 2.5 inch diameter disk has 8 platters with each platter having two data recording surfaces, each platter on disk has 4084 tracks, each track has 400… Read More »

Write an algorithm and draw a corresponding flowchart to create a simple multiple choice question (MCQ) examination of 25 questions for 50 marks along with evaluation process too – IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-011 Course Title : Problem Solving and Programming Assignment Number : MCA(I)/011/Assignment/15-16 Maximum Marks : 100 Weightage : 25%  Q1. Define a flowchart. Write an algorithm and draw a corresponding flowchart to create a simple multiple choice question (MCQ) examination of 25 questions for 50 marks along with evaluation process… Read More »

Write an interactive C program which illustrates the following concepts – IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-011 Course Title : Problem Solving and Programming Assignment Number : MCA(I)/011/Assignment/15-16 Maximum Marks : 100 Weightage : 25%   Write an interactive C program which illustrates the following concepts: (i) Function with no arguments and no return value. (ii) Function with arguments and no return value. (iii) Function… Read More »

Write an interactive C program to perform weekly production and sales analysis of a company – IGNOU MCA Assignment 2015 – 16

BACHELOR OF COMPUTER APPLICATIONS Course Code : BCSL-021 Course Title : C Language Programming Assignment Number : BCA(II)/L-021/Assignment/2015 Maximum Marks : 50 Weightage : 25% Write an interactive C program to perform weekly production and sales analysis of a company which prompts the user with the following options on the main menu: 1) Information about… Read More »

A C program to calculate total score of assignment student selected and display it – IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-011 Course Title : Problem Solving and Programming Assignment Number : MCA(I)/011/Assignment/15-16 Maximum Marks : 100 Weightage : 25%   Write an interactive C program to manage the assignments at study centres for the first semester courses of MCA (MCS-011, 012, 13, 014, 015, MCSL-016 and MCSL-017). Maximum marks… Read More »

A C program to generate Telephone Bill for Consumer – IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCSL-017 Course Title : C and Assembly Language Programming (Lab Course) Assignment Number : MCA(I)/L-017/Assignment/15-16 Maximum Marks : 100 Weightage : 25%   Write an interactive program in C language to create an application program which generates the telephone bills. It stores various details of users Telephone Number, Name,… Read More »

Evaluate 2’s complement of 8 bits including sign bit. iii) Add 64 and 61- IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-012 Course Title : Computer Organisation and Assembly Language Programming Assignment Number : MCA(I)/012/Assignment/15-16 Maximum Marks : 100 Weightage : 25%   Perform the following arithmetic operations using binary signed 2’s complement notation for integers. You may assume that the maximum size of integers is of 8 bits… Read More »

Evaluate 2’s complement of 8 bits including sign bit. i) Add – 128 and 120 – IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-012 Course Title : Computer Organisation and Assembly Language Programming Assignment Number : MCA(I)/012/Assignment/15-16 Maximum Marks : 100 Weightage : 25%   Perform the following arithmetic operations using binary signed 2’s complement notation for integers. You may assume that the maximum size of integers is of 8 bits… Read More »

Convert Hexadecimal: FAEBDC into Binary, Octal, Decimal – IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-012 Course Title : Computer Organisation and Assembly Language Programming Assignment Number : MCA(I)/012/Assignment/15-16 Maximum Marks : 100 Weightage : 25%   Convert the hexadecimal number: (ABCD01)16 into equivalent binary, octal and decimal. The Base Value of Hexadecimal number is 16. The Table represents the value in decimal.… Read More »