A computer virus that activates when it detects a certain condition, such as when a particular keystroke is pressed, is called a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).


logic bomb

Computer Science & Information Technology

You might also like to view...

10. C++ statements end with a

a. Period b. Comma c. Semicolon d. Nothing

Computer Science & Information Technology

There are four basic thread operations associated with a change in thread state: Block, Unblock, Finish, and _________ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What output will be generated from the following source code?

Computer Science & Information Technology

Consider the following relations for a database that keeps track of business trips of salespersons in a sales office:

SALESPERSON (SSN, Name, Start_Year, Dept_No) TRIP (SSN, From_City, To_City, Departure_Date, Return_Date, Trip_ID) EXPENSE (Trip_ID, Account#, Amount) Specify the foreign keys for this schema, stating any assumptions you make.

Computer Science & Information Technology