Quizz:-In next Class Computer Organization And Architecture
Chapter 05 Full
Chapter 10 Full
Mapping Fuction (direct,Full Associative, Set Associtive) (Chapter 04 - Page 142)
Computer Organization And Architecture
*Assignment*
Chapter No 05
Problem no 5.14 (Page No. 201)
*Hint*Helping material from Page 189 and 190. ( make table like figure 5.10)
Submit in Next Lecture
Object oriented Programming
Assignment #3
-> Q1. Write a program to implement the
inheritance process of following defined classes.
◦ A base class named calculate which have data
members a, b, c, d, e and %age using a member
function.
◦ Find the percentage of the five subjects marks.
-----------------------------------------------------
-> Q2. write a program to implement the inheritance
process of following defined classes
◦ A base class named as shape
◦ A derived class named triangle. Data members and
member functions must not b defined in both classes.
◦ Find the area of triangle by using the derived classes.
Submission Date: 17/02/2014.
Assignment Software Engineering
Q. Describe in detail Scrum, which is an agile software method.
Assignment OOP
•Write a program in C++ by using a class to copy one string into another string and also to find out the length of the string without using any built-in function.
•Write a class which can convert temperatures. Such as if we provide Centigrade to Fahrenheit converter or Fahrenheit to Centigrade without using built in functions.
************************************
Submission Date:18/12/2013
Time 1:00pm to 1:30pm
Note: No late submission will be accepted
************************************
Quizz
Q- Computer Organization (Full Chapter 03)
Assignment (may be like Presentation) Computer Organization
Q: From book chapter 3 ( 3.5 PCI )
OOP Assignment
Enter Employee name and then generate auto serial number with name .
Like This Example(hint)
Ali
Ahmed
Imran
******
1. Ali
2. Ahmed
3. Imran
Visual Programming Assignment
Q. Write a program in which show menu
***************
Multiply
Add
subtract
Division
****************
OOP Assignment
Q:- Write a program that finds the largest value among the 10 elements of an Array using classes along with constructor.
Assignment Fundamental of algorithms
- Write an algorithm and draw a flowchart for a computer program that would
read an employee name (NAME), overtime hours worked (OVERTIME), hours absent (ABSENT) and
determine the bonus payment (PAYMENT).
BONUS schedule
OVERTIME
– (2/3)*ABSENT Bonus Paid
>40
hours $50
>30
but ≤ 40 hours $40
>20
but ≤ 30 hours $30
>10
but ≤ 20 hours $20
≤
10 hours $10
*****************************************************
Quiz#2
Computer Organization and Architecture FULL CHAP 02
*******************************************************
Visual Programming Working files