1. In Kompozer, which option is used to specify gap between cells in tab properties of dialog box?
Y a) Padding b) Spacing
c) Table Alignment d) Caption
d) 5
2. In how many ways can array object can be created
a) 3
b) 4
c) 2
3. By which number the value of index is started in Java array
a) 0
b) 1
C 2
d) 3
4. which of the following is not an important point to be considered for developing a good website as
part of planning process?
a) Purpose
b) Audience
c) Content
d) Input
5. int marks[1] = new int[513];
In above array how many integers are stored
a) 5
b) 3
c) 15
d) 60
6. which was the one of the first applications of e-commerce on internet?
a) Internet bookshops
b) Online billing
c) Online auction
d) Electronic newspaper
7. Which of the following security aspects of e-commerce/m-commerce insurance that the information
must not be accidentally or maliciously altered or tempered in transit?
a) Confidentiality b) Integrity c) Non repudiation d) Authorisation
Answers
Answer:
1. option(a). padding
2. option(a). 3 ways
3. option(a). 0
4. option(d). the input
5. option(d). 60
6. option(a). Internet bookshops
7. option(b). Integrity
Explanation:
1. Padding is provided to the image's outer frame to give the filter extra room to work with the processor in the kernel and processing the image. Adding padding to a CNN-processed image enables more precise image analysis.
2. Arrays are entities in Java and can be created in one of three ways. In Java, this is acceptable.
3. A Java application initializes everything to zero if it isn't expressly set towards something otherwise by the programmer. That is null for connections (or anything that contains an object). That is a 0 for int/short/byte/long.
4. The input is the only one of these options about which one shouldn't worry when creating a quality website. In addition to everything else, purpose, content, and audience should all be taken into account.
5. A series of values is what makes up an array; these values are referred to as elements. The values in an array must all be of the same type, whether they be ints, doubles, Strings, or any other type. A variables must be declared with an array type before the array itself can be created.
6. Internet bookstores are online stores that let customers browse, ask questions, connect, place orders, haggle, and bargain for the books they want.
7. Integrity is the security feature that guarantees that the data can't be unintentionally altered, altered for malicious purposes, or tampered with while in transit.
#SPJ3