Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The question arises as to whether it is possible to develop a program that can analyze a piece of software to determine if it is

  1. The question arises as to whether it is possible to develop a program that can analyze a piece of software to determine if it is a virus. Consider that we have a program D that is supposed to be able to do that. That is, for any program P, if we run D(P), the result returned is TRUE (P is a virus) or FALSE (P is not a virus). Now consider the following program:

    Program CV :=

    {

    main-program := {if D(CV ) then goto next:

    else infect-executable;

    }

    next:

    }

    In the preceding program, infect-executable is a module that scans memory for exe- cutable programs and replicates itself in those programs. Determine if D can correctly decide whether CV is a virus. Justify your answer.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Identify the three types of property and examples of each.

Answered: 1 week ago