Skip to main content

Posts

Showing posts from May 7, 2018

CS401 Assignment#1 Solution Spring 2018

Assignment No. 1 Graded Semester Spring 2018 Computer Architecture and Assembly Language Programming– CS401 Total Marks: 15 Due Date: 10/05/2018 Question: 1                                                                                                                                        [15 Marks] You will write a program to find the sum of even and odd digits of your VU id, You will store the sum of even digits in AX and sum of odd digits in BX register. For example, If your VU id is bc123456789 you will use two arrays as 2,4,6,8 1,3,5,7,9

CS201 Assignment # 1 Due Date: 7th May, 2018

Assignment No.   1 Semester: Spring 2018 CS201 – Introduction to Programming Total Marks: 20 Due Date: 07/05/2018 Lectures covered: 1 to 6 Instructions Please read the following instructions carefully before submitting assignment: It should be clear that your assignment will not get any credit if: o         Assignment is submitted after due date. o         Submitted assignment does not open or file is corrupt. o         Assignment is copied (From internet/students). Software allowed to develop Assignment -           Dev C++ Objectives: To enable students to write, compile and execute a program in Dev C++. Moreover to familiarize students with   the concepts of: Variables and operators Expressions in C++ Decision structures Repetition structures Break and Continue statements Assignment Submission Instructions You have to submit only .cpp file on the A