Question
Applets are compiled Java programs, which includes ___________.
Select correct option:
- Animation files
- Java games
- Spreadsheets
- All of the given (100% Correct)
Question
Worms have the characteristics;
Select correct option:
- Can replicate it
- Have the capability to travel without any help or human action
- Can spread from computer to computer
- All (100% Correct)
Question
Another difference is that —— modify existing programs on a computer unlike ——– which can install back doors or drop —— on the system they visit.
Select correct option:
- Worms, Virus, Virus
- Virus, Worms, Virus (100% Correct)
- Virus, Worms, Worms
- Virus, Virus, Worms
Question
An agent is a software program that is _____
Select correct option:
- Triggers by human
- Not capable of autonomous action.
- Capable of autonomous action in its environment in order to meet its objectives (100% Correct)
- None
Question
Front end consist of ________.
Select correct option:
- Information which invisible to the user and he can interact with the same through some interface. (100% Correct)
- Information which visible to the user and he can not interact with the same through some interface.
- Information which visible to the user and he can interact with the same through some interface.
- Information which is hidden.
Question
Those hostile programs which, when run on a machine, install hidden services in order to give attackers remote access capabilities to a compromised machine.
Select correct option:
- Back Doors (100% Correct)
- Virus
- Worms
- Trapdoors
Question
For online tracking of customer, customer unique Id is stored in ___________:
Select correct option:
- Cookie file (100% Correct)
- Track file
- both cookie and database
- Customer file
Question
charAt() is the function/method of
Select correct option:
- String object (100% Correct)
- Date object
- Time object
- Array object
Question
document.write(str.replace(/Microsoft/,”W3Schools”))
Select correct option:
- This string object is deleting Microsoft word
- This string object is concatenating the Microsoft with W3schools
- This string object is replacing Microsoft with W3schools (100% Correct)
- None of these
Question
What is a correct way of referring to a stylesheet called “mystyle.xsl” ?
Select correct option:
- <?xml-stylesheet type=”text/xsl” href=”mystyle.xsl” ?>
- <link type=”text/xsl” href=”mystyle.xsl” /> (100% Correct)
- <stylesheet type=”text/xsl” href=”mystyle.xsl” />
- <?stylesheet type=”text/xsl” href=”mystyle.xsl” ?>