ADCA 2nd Semester

1 / 100

Which of the following is a valid Python variable name?

2 / 100

What will be the output of the following code snippet?

x = 5

y = 2

print(x ** y)

3 / 100

 Which symbol is used for single-line comments in Python?

4 / 100

 Which of the following statements is true about Python?

5 / 100

 Which of the following is an immutable data type in Python?

6 / 100

What is the output of print(type(5)) in Python?

7 / 100

 Which keyword is used to define a function in Python?

8 / 100

Who is responsible for Python's open-source development and maintenance?

9 / 100

Which function can be used to return the length of a string in Python?

10 / 100

What will the result be for the following Python code?

x = 10

if x > 5:

print("Greater")

elif x == 10:

print("Equal to 10")

else:

print("Lesser")

11 / 100

What output can be expected from the following Python code?

x = 5

if x == 5:

print("Five")

elif x > 3:

print("Greater than three")

else:

print("Less than five")

12 / 100

What will the following code output?

x = 2

y = 3

if x > y:

print("X is greater")

else:

print("Y is greater")

13 / 100

What output can be expected from the following Python code?

x = 10

if x > 5:

print("Greater")

else:    print("Lesser")

14 / 100

Which of the following is an example of a float in Python?

15 / 100

What is the result of 3 == 3 in Python?

16 / 100

 What does the input() function do in Python?

17 / 100

What will the result be for the following Python code?

x=10

y=20

print(x+y)

18 / 100

 Which of the following is used to check the data type of a variable in Python?

19 / 100

Which of the following operators is used to concatenate two strings in Python?

20 / 100

Which of the following operators is used to concatenate two strings in Python?

21 / 100

What is the output of print(type("Hello"))?

22 / 100

What will the following code output?

x = 5

x = x + 2

print(x)

23 / 100

Which of the following is not a data type in Python?

24 / 100

Which of the following is a valid variable name in Python?

25 / 100

Which of the following is used for comments in Python?

26 / 100

What is the output of print(3 + 2 * 2) in Python?

27 / 100

Which of the following is the correct way to declare a variable in Python?

28 / 100

HTML में <img>TAG क्या परिभाषित करता है?

29 / 100

HTML में किसी image के लिए alternative text निर्दिष्ट करने के लिए किस विशेषता का उपयोग किया जाता है?

30 / 100

 HTML में किसी Item List को परिभाषित करने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?

31 / 100

 HTML में <img> तत्व की चौड़ाई (width) निर्दिष्ट करने के लिए किस विशेषता का उपयोग किया जाता है?

32 / 100

table heading बनाने के लिए किस HTML टैग का उपयोग किया जाता है?

33 / 100

HTML में किसी element की background का रंग निर्दिष्ट करने के लिए किस attribute का उपयोग किया जाता है?

34 / 100

HTML में किसी element  के alignment को निर्दिष्ट करने के लिए किस attribute का उपयोग किया जाता है?

35 / 100

HTML में किसी image के source को निर्दिष्ट करने के लिए किस attribute का उपयोग किया जाता है?

36 / 100

HTML hr/> टैग का उद्देश्य क्या है?

37 / 100

HTML का full form है

38 / 100

Which tag is used to underline the text in HTML?

39 / 100

Which HTML tag is used to convert the plain text into italic format?

40 / 100

Among the following, which is the HTML paragraph tag?

41 / 100

HTML में किसी तालिका में पंक्ति जोड़ने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?

42 / 100

निम्नलिखित में से किस टैग का उपयोग पृष्ठ के आरंभ और समापन बिंदु को इंगित करने के लिए किया जाता है?

43 / 100

HTML पेज बनाने के लिए निम्नलिखित में से कौन सी चीजें आवश्यक हैं?

44 / 100

किसी वेबपेज पर छवि प्रस्तुत करने के लिए किस टैग का उपयोग किया जाता है?

45 / 100

किसी छवि का आकार बदलने के लिए किन विशेषताओं का उपयोग किया जाता है?

46 / 100

निम्नलिखित में से किस टैग को क्लोजिंग टैग की आवश्यकता नहीं है?

47 / 100

हम HTML टैग्स को किसके अंदर संलग्न करते हैं?

48 / 100

HTML फ़ाइलें एक्सटेंशन के साथ डिफ़ॉल्ट रूप से सहेजी जाती हैं?

49 / 100

HTML में ऑर्डर की गई सूची कैसे बनाएं?

50 / 100

HTML में किस प्रकार की सूचियाँ उपलब्ध हैं?

51 / 100

Discount कितने प्रकार के होते है ?

52 / 100

जब income expense से अधिक होता है तब क्या होता है ?

53 / 100

जब income expense से कम होता है तब क्या होता है ?

54 / 100

Assets कितने प्रकार के होते है?

55 / 100

जो इंसान अकाउंट को maintain करता है क्या कहलाता है ?

56 / 100

Business में किया हुआ first investment क्या कहलाता है?

57 / 100

Business man अपने personal खर्चे को किस account में record करता है?

58 / 100

Customer तथा Supplier के बीच का अच्छा व्यवहार क्या कहलाता है ?

59 / 100

Journal entry करते समय goods का account नहीं बनाते है?

60 / 100

जब कभी purchase/sale के साथ Name और cash दोनों आता है तो किसका account बनाते है ?

61 / 100

Journal entry करने में जब डिस्काउंट आता है तो trade या cash में से किसका account नहीं बनाते है?

62 / 100

Nominal Account को कितने भागो में विभाजित किया गया है?

63 / 100

निमं में से कौन Nominal account के एक प्रकार नहीं है ?

64 / 100

निमं में से tally में किसका ledger पहले से बना होता है ?

65 / 100

निम्नलिखित में से कौन Outstanding Salary को परिभाषित करता है ?

66 / 100

PAN Number में कितने Character होते हैं?

67 / 100

Aadhar Card मे कितने Number होते है?

68 / 100

GST कब से लागू हुआ है?

69 / 100

Salaried Person ITR Pay करता है या GST?

70 / 100

जिस व्यक्ति से उधारी पर माल ख़रीदा जाता है, उसे क्या कहते है?

71 / 100

जिस व्यक्ति को उधारी पर माल बेचा जाता है, उसे क्या कहते है?

72 / 100

जो व्यक्ति Business Start करता है उसे क्या कहते है।

73 / 100

Closing Month किस Month को कहते हैं?

74 / 100

डिफ़ॉल्ट रूप से HTML में सबसे छोटा हेडर कौन सा है?

75 / 100

Amount transferred from one bank to another bank record in?

76 / 100

Amount transferred from one bank to another bank record in?

77 / 100

Salary Paid account comes under which head?

78 / 100

Which option is used in Tally to make changes in Created company?

79 / 100

Which menu appears after starting Tally Prime the first time?

80 / 100

Tally Package is developed by?

81 / 100

 Who invented non- accounting vouchers in tally?

82 / 100

 Is creation of payment entry with narration per each entry?

83 / 100

Is tally data transfer to other software?

84 / 100

Copyright is an example of?

85 / 100

 Cash is an example of?

86 / 100

Short cut  key of ?

87 / 100

Who is the Father of Tally?

88 / 100

Which type of software is Tally?

89 / 100

SHORTCUT KEY OF MULTI - MODE PAYMENT IN POS IN VOICE?

90 / 100

 IS LOGO PRINT ON PURCHASE IN VOICE?

91 / 100

SHORTCUT KEY OF DELIVERY NOTE VOUCHER?

92 / 100

SHORTCUT KEY OF SALES ORDER PROCESS?

93 / 100

SHORTCUT KEY OF REJECTION OUT VOUCHER ?

94 / 100

SHORTCUT KEY OF RECEIPT NOTE VOUCHER ?

95 / 100

SHORTCUT KEY OF PURCHASE ORDER?

96 / 100

SHORTCUT KEY OF PHYSICAL STOCK VOUCHER?

97 / 100

How many types of accounting ?

98 / 100

 Investment is A

99 / 100

Interest earned is A

100 / 100

Debit the receiver, credit the giver is rule for

Your score is

The average score is 70%

0%