हिंदी

Science (English Medium) कक्षा ११ - CBSE Question Bank Solutions

Advertisements
विषयों
अध्याय
विषयों
मुख्य विषय
अध्याय

Please select a subject first

Advertisements
Advertisements
< prev  2821 to 2840 of 13909  next > 

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.count('New'))

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.find('New'))

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Advertisements

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.rfind('New'))

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.split(','))

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.split(' '))

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.partition(','))

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Write a user-defined function to convert a string with more than one word into a title case string where the string is passed as a parameter. (Title case means that the first letter of each word is capitalized).

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

After a fight with your friend, you did the following activities. Which of these activities is not an example of cyber bullying?

[11] Societal Impact
Chapter: [11] Societal Impact
Concept: undefined >> undefined

After practicals, Atharv left the computer laboratory but forgot to sign off from his email account. Later, his classmate Revaan started using the same computer. He is now logged in as Atharv. He sends inflammatory email messages to few of his classmates using Atharvs email account. Revaans activity is an example of which of the following cybercrime? Justify your answer.

[11] Societal Impact
Chapter: [11] Societal Impact
Concept: undefined >> undefined

What is the primary role of the system bus?

[1] Computer System
Chapter: [1] Computer System
Concept: undefined >> undefined

Why is the data bus bidirectional while the address bus is unidirectional?

[1] Computer System
Chapter: [1] Computer System
Concept: undefined >> undefined

Consider the following string mySubject:

mySubject = "Computer Science"

What will be the output of the following string operation:

print(mySubject.startswith('Comp'))

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string mySubject:

mySubject = "Computer Science"

What will be the output of the following string operation:

print(mySubject.swapcase())

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string mySubject:

mySubject = "Computer Science"

What will be the output of the following string operation:

print(mySubject[len(mySubject) -1])

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.lower())

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.upper())

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.replace('New', 'Old'))

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Consider the following string myAddress:

myAddress = "WZ-1, New Ganga Nagar, New Delhi"

What will be the output of the following string operation:

print(myAddress.index('Agra'))

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Write a program to input line(s) of text from the user until enter is pressed. Count the total number of characters in the text (including white spaces), the total number of alphabets, the total number of digits, the total number of special symbols, and the total number of words in the given text. (Assume that each word is separated by one space).

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined

Write a function deleteChar() which takes two parameters one is a string and the other is a character. The function should create a new string after deleting all occurrences of the character from the string and return the new string.

[8] Strings
Chapter: [8] Strings
Concept: undefined >> undefined
< prev  2821 to 2840 of 13909  next > 
Advertisements
Advertisements
CBSE Science (English Medium) कक्षा ११ Question Bank Solutions
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Biology
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Chemistry
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Computer Science (C++)
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Computer Science (Python)
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ English Core
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ English Elective - NCERT
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Entrepreneurship
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Geography
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Hindi (Core)
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Hindi (Elective)
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ History
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Mathematics
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Physics
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Political Science
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Psychology
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Sanskrit (Core)
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Sanskrit (Elective)
Question Bank Solutions for CBSE Science (English Medium) कक्षा ११ Sociology
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×