.Net Programming (3340704) MCQs

MCQs of Inbuilt Functions and Database access using ADO.NET

Showing 1 to 10 out of 40 Questions
1.
What is the output of the following code?
Abs(-8956.1478)
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Abs(-8956.1478)
(a) 8956.1478
(b) -8956.1478
(c) 8957
(d) -8955
Answer:

Option (a)

2.
___________ value containing e raised to the specified power
(a) Log
(b) Rnd
(c) Exp
(d) Fix
Answer:

Option (c)

3.
What is the output of the following code?
 Fix(-456.254) 
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Fix(-456.254)
(a) 457
(b) 456
(c) 456.3
(d) -456
Answer:

Option (d)

4.
What is the output of the following code?
 Int(5623.7) 
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
 Int(5623.7)
(a) 5623
(b) 5624
Answer:

Option (a)

5.
What is the output of the following code?
 Int(-1254787.3252) 
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Int(-1254787.3252)
(a) -1254787
(b) 1254787
(c) 1254788
(d) -1254788
Answer:

Option (d)

6.
What is the output of the following code?
 Round(25478974.78) 
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
 Round(25478974.78)
(a) 25478974
(b) 25478975
(c) 25478795
(d) 25478947
Answer:

Option (b)

7.

What is the output of the following code?

 Round(-89891256.78) 

નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?

 Round(-89891256.78)

 

(a)

89891256

(b)

-89891256

(c)

89891257

(d)

-89891257

Answer:

Option (d)

8.

What is the output of the following code?

Dim Str As String = "Gujarat Technological University"
Console.WriteLine(Mid(Str, 8, 9)) 

નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?

Dim Str As String = "Gujarat Technological University"
Console.WriteLine(Mid(Str, 8, 9))
(a)

Gujarat T

(b)

Technolog

(c)

 Technolo

(d)

None of the above

ઉપરના માંથી એક પણ નહિ

Answer:

Option (c)

9.
______________ string containing a specified number of characters from the right side and ________________ string containing a specified number of characters from the left side
_____________ ફંક્શન દ્રારા સ્ટ્રીંગ માંથી જમણી બાજુ તરફ થી કેટલા કેરેક્ટર અને _________ ફંક્શન દ્રારા સ્ટ્રીંગ માંથી ડાબી બાજુ તરફ થી કેટલા કેરેક્ટર જોઈએ તે મેળવી શકાય છે
(a) Right, Left
(b) Rtrim , Ltrim
(c) Rpad,Lpad
(d) Rsub, Lsub
Answer:

Option (a)

10.
______________ removes leading and trailing white space
______________ ફંક્શન આગળ અને પાછળ ની સ્પેસ રીમુવ કરી આપે છે
(a) Ltrim
(b) Rtrim
(c) Trim
(d) Replace
Answer:

Option (c)

Showing 1 to 10 out of 40 Questions