Question 1
1 Marks
Which of the following authenticates and handles credit card payment for E-Commerce?
Question 2
1 Marks
Which card permits online payment using balance amount available in bank account?
Question 3
1 Marks
What is the purpose of OLX web site?
Question 4
1 Marks
Which is the model in E - Commerce, if the seller is an individual and the buyer is a business firm?
Question 5
1 Marks
Which one is a online payment?
Question 6
1 Marks
Which type of E - Commerce is Amazon?
Question 7
1 Marks
Which is the model in E - Commerce, if the seller and the buyer are the both individuals?
Question 8
1 Marks
Which type of E - Commerce is payment Gateway?
Question 9
1 Marks
Which is the model in E - Commerce, if the seller and buyer are both business firms?
Question 10
1 Marks
Which option in E - Commerce, helps to keep selected products until checkout / payment?
Question 11
1 Marks
Which one is E - Commerce site?
Question 12
1 Marks
What is the full form of COD in E -Commerce?
Question 13
1 Marks
Which refers to paying the money back to the buyer after the price has been deducted from the account?
Question 14
1 Marks
Which is the function of specifying access rights to resources related to information security?
Question 15
1 Marks
What is the full form of EDI?
Question 16
1 Marks
What is the abbreviation of CGI?
Question 17
1 Marks
Which is the model in E - Commerce, if the seller is a business and the individual is an consumer?
Question 18
1 Marks
What is called sale or purchase of items without physically visiting a shop?
Question 19
1 Marks
Which scope of E- Commerce business platforms like amazon, ebay, etc?
Question 20
1 Marks
What is the another name called PDoS?
Question 21
1 Marks
Which one is responsible of running javascript code?
Question 22
1 Marks
Which keyboard in switch case statement specifies the code to run if there is no case match?
Question 23
1 Marks
What is the abbreviation of W3C in Dom?
Question 24
1 Marks
What is the full form of BOM?
Question 25
1 Marks
Which variable works as function argument in java script?
Question 26
1 Marks
Which data type in javascript returns the value 'True' or 'False'?
Question 27
1 Marks
Which object method is used to return the value rounded down to its nearest integer?
Question 28
1 Marks
What is the purpose of Initialization part in 'for loop'
Question 29
1 Marks
Which error indicates that the value is outside the range of expected type?
Question 30
1 Marks
Which function in javassript converts a number to a string?
Question 31
1 Marks
Which operator is used to check both value and type in javascript?
Question 32
1 Marks
What is the main purpose of JavaScript?
Question 33
1 Marks
Which brackets is used to write array in java script?
Question 34
1 Marks
Which key is used to declare a variable in javascript?
Question 35
1 Marks
Which special variable holds more than one value at a time?
Question 36
1 Marks
What will be the output for the following JavaScript code?<br>var x = 13 +'03'<br>Alert(x);
Question 37
1 Marks
Which web server provides good customer support if it had any issues?
Question 38
1 Marks
What is the output of the following javascript code?<br>var name = 'Kanya Kumari' ;<br>var x = name.substr(8,2);<br>document.write(x);
Question 39
1 Marks
Which is an instance of class?
Question 40
1 Marks
What is the process of writing instruction to be get executed by the computer?
Question 41
1 Marks
Which function returns the day of the month (number from 1 to 31) given date value in VBA?
Question 42
1 Marks
Which keyword is used to declare the variables in project scope
Question 43
1 Marks
Which one is attributes of an object in VBA?
Question 44
1 Marks
Which scope does the variable declared with dim and remains in the existence only as long as the procedure in which if is declared is running?
Question 45
1 Marks
What is the return type of CSng function in VBA?
Question 46
1 Marks
Which data type can hold any type of values in VBA?
Question 47
1 Marks
What will be the output of the following VBA code?
<br>
Sub test()
<br>
a = 9
<br>
Debug.Print Sqr(a)
<br>
End sub
Question 48
1 Marks
Which window displays the entire list of local variables and their current values in VBA?
Question 49
1 Marks
What is the alternate name of Bugs?
Question 50
1 Marks