Question Bank of IT
Question Bank of IT
2. The growing demand for attractive presentation of information using electronic means
gave rise to the invention of _________ Ans. d
a. Online
b. Internet
c. Webpages
d. Websites
3. ____ tag is used to create each row of the table.Ans. c
a. <table>
b. <caption>
c. <tr>
d. <th>
4. ________ attribute specifies a short hint that describes the expected value of a textbox
or textarea. Ans. b
a. maxlength
b. placeholder
c. size
d. value
5. ________ attribute specifies the maximum number of characters which can be entered in
a textbox.Ans. a
a. maxlength
b. placeholder
c. size
d. type
Answer Briefly:
1. Discuss the attributes of the table.
Answer:
1. A border attribute is required to display a border for the entire table.
2. Border color displays borders in a specific color.
3. Aligns the table either to the left, right, or center.
4. Bgcolor sets the background color for the table.
2. Explain Creating hyperlinks in a web page and HTML Link colors.
Answer:
1. Hyperlinks are used to connect one document with another document.
2. In HTML, Links are created by using <a> tag.
3. A Hyperlink by default appears blue in colour with an underline.
4. A Visited link is underlined and purple.
5. An Active link is underlined and blue.
3. Explain Variables.
Answer:
1. A Variable is a basic unit of storage in a JavaScript program.
2. The variable name may consist of alphabets, digits and underscore, and dollar
characters with the following rules.
3. Standard keywords are not allowed as Variable names.
4. Variable names can be limited to up to 255 characters.
5. Variable name in javascript is declared with keyword ‘var’.
4. Explain Data Types.
Answer:
1. JavaScript provides data types to store and use different types of values.
2. Numerical value specially belongs to the ‘Number’ data type.
3. Number data types can hold positive as well as negative values.
4. Strings are used for storing text.
5. Boolean type represents only two values ‘true’ and ‘false’.
6. JavaScript returns ‘Undefined’ when a variable is declared but not assigned.
1. must obey ethics and laws while developing their software. Answer:-
Computer Professional
3. is the part of the overall legal system that deasl with the Internet
cyberspace. Answer:- Cyber Law
6. is the art of determining what is right and wrong and then doing the right
thing. Answer:- Ethics
7. Ethical principal based on value. Answer:- moral
10. means the key of a key pair used to create a digital signature. Answer:- Private
key
11. means the key of a key pair used to verify a digital signature and listed in the Digital
Signature Certificate. Answer:- Public key
15. Gaining access without the users permission. Answer:- unauthorized access
True or False:
10. Generally accepted standards of right and wrong in a society is called as _______Answer:- a
a) moral b) ethics c) guideline d) code of standard
Answer Briefly:
Information, being respectful of other people online, and practicing good 'netiquette' (internet
etiquette). In recent years, all systems are exposed to Internet; hence there is increased challenges
in maintaining and protecting them from the attackers.