Refer to this sample!!!!
Saturday, November 27, 2010
Thursday, November 25, 2010
Ethics in Information Technology
Research notorious viruses
Research one of the following viruses, by either typing the keyword into a search engine.
NMDA Virus
I love you Virus
Melissa Virus
Code Red Virus
Anna Kournikova Virus
MyDoom Worm
Guide Question:
1. How and where did the virus originate?
2. Who was the responsible for creating and distributing it?
3. How did the virus work, and what effects did it have?
4. What prosecutions were brought, if any?
Send your answer to: acdtcclass@yahoo.com
Monday, November 22, 2010
IT406 - C plus plus
Exercise 8
1. XYZ company gives year-end bonus to its employees based on their number of years of service
and their salary, using the following
Years of Service Bonus
1 10% of salary
2 to 5 20% of salary
5 to 10 50% of salary
11 and above 75% of salary
Filename: Exer8
IT411
Review Activity
Explain the figure.
Send your documents to : acdtcclass@yahoo.com
Format for the subject: CompleteName_Activity2
CP1
Using if-else statement (exer3)
1. Write a program that will computer for the 3 major exam and 3 quizzes of the students and get their average. If the students grade is less than 75 remarks is "Failed" otherwise remarks is "Congratulation you passed"
Formula: Final Grade = Average of 3 exam + average of 3 quizzes.
Saturday, November 13, 2010
Thursday, November 11, 2010
CP1
Gud am..pls compile the source code below:
#include
main()
{
num1, num2, ans;
clrscr();
printf("Enter First number: ");
scanf("%d",&num1);
printf("Enter Second number: ");
scanf("%d",&num2);
ans = num1 + num2;
printf("The sum of two number is %d",ans);
getch();
}
exer1.
Create a program that will get the quotient, difference and product of two inputed number, refer this to the sample code above:
Filename: Exer1
Wednesday, November 10, 2010
Quiz1
IT406 C++
1. Create a program that will compute the area a rectanlge use the formula Area = W x H
Filename: QuizA
2. Create a program that will compute the area of triangle use the formula Area = 1/2B x H
Filename: QuizB
3. Create a program that will compute the total product purchase by the customer.
Filename: QuizC
4. Create a program that will compute the average of 3 exams and average of 3 quizzes.
Filename: QuizD
1. Create a program that will compute the area a rectanlge use the formula Area = W x H
Filename: QuizA
2. Create a program that will compute the area of triangle use the formula Area = 1/2B x H
Filename: QuizB
3. Create a program that will compute the total product purchase by the customer.
Filename: QuizC
4. Create a program that will compute the average of 3 exams and average of 3 quizzes.
Filename: QuizD
Subscribe to:
Posts (Atom)