Paper on 28 Aug 2014
1). Suppose you have created a "Share Display System" in which there is a database which contains information regarding all the Shares. There are multiple display screens in the premises which are continuously displaying shares data. The share value if updated is immediately displayed on those screens. What type of design strategy would you use to create such a system. Given reasons? (5)
2). Correct the given code : (5)
Switch(Day){
case('mon'): cout"today is Monday";
case('tue'): cout"today is Tuesday";
case('wed'): cout"today is Wednesday";
case('thu'): cout"today is Thursday";
case('fri'): cout"today is Friday";
case('sat'): cout"today is Saturday";
case('sun'): cout"today is Sunday";
default: cout"Wrong choice";
3). A Student claims that implementation of software construction is not possible without supporting tools whether automated or semi automated. Do you agree with the statement? Give logical reasons. (5)
4). Write the extension used for header files in C++? (2)
Ans. .h
5). Write one advantage and disadvantage of using inspections? (3)
1). Suppose you have created a "Share Display System" in which there is a database which contains information regarding all the Shares. There are multiple display screens in the premises which are continuously displaying shares data. The share value if updated is immediately displayed on those screens. What type of design strategy would you use to create such a system. Given reasons? (5)
2). Correct the given code : (5)
Switch(Day){
case('mon'): cout"today is Monday";
case('tue'): cout"today is Tuesday";
case('wed'): cout"today is Wednesday";
case('thu'): cout"today is Thursday";
case('fri'): cout"today is Friday";
case('sat'): cout"today is Saturday";
case('sun'): cout"today is Sunday";
default: cout"Wrong choice";
3). A Student claims that implementation of software construction is not possible without supporting tools whether automated or semi automated. Do you agree with the statement? Give logical reasons. (5)
4). Write the extension used for header files in C++? (2)
Ans. .h
5). Write one advantage and disadvantage of using inspections? (3)
Comments
Post a Comment
Please give us your feedback & help us to improve this site.