CS609 Assignment 1 Solution Idea!..
#include<BIOS.H> #include<DOS.H> char st1[80] ={"Virtual University of Pakistan$"}; char st2[80] ={"Washi Ali$"}; char st2[80] ={"Tufail$"}; void interrupt (*oldint65)( ); void interrupt newint65( ); void main() { oldint65 = getvect(0x65); setvect(0x65, newint65); keep(0, 1000); } void interrupt newint65( ) { switch (_AH) { case 0: _AH = 0x09; _DX = (unsigned int) st1; geninterrupt (0x21); break; case 1: _AH = 0x09; _DX = (unsigned int) st2; geninterrupt (0x21); break; case 2: _AH = 0x09; _DX = (unsigned int) st3; geninterrupt (0x21); break; } } }```MCD503 Assignment 2 Solution and Discussion
-
TV News and Current Affairs -----------------------------------MCD503
Department of Mass Communication
Virtual University of Pakistan SEMESTER FALL 2019
ASSIGNMENT NO.2 MARKS: 15
Graded Assignment
DUE DATE: 17TH JANUARY, 2020
Assignment Question
Mention any three Talk Show/current affairs programs that you watch frequently on Television and explain the below given points on the basis of your analysis of watched programs;
� Typeofissuescovered
� Focusonpoliticalissuesandrivalries � RelevantguestsaspertopicorNot
Note: You may restrict your discussion on the programs broadcasted in last one month.
Formatting guidelines
• Use the font style “Times New Roman” and font size “12”.
• Compose your document in MS-Word format. Any file created in any other version will not be accepted and marked zero.
• Use black and blue font colors only.


100% Off on Your FEE Join US! Ask Me How?


