English

Science (English Medium) Class 11 - CBSE Question Bank Solutions for Computer Science (Python)

Advertisements
[object Object]
[object Object]
Subjects
Popular subjects
Topics
Advertisements
Advertisements
Computer Science (Python)
< prev  41 to 60 of 361  next > 

Input a string having some digits. Write a function to return the sum of digits present in this string.

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

Consider a list:

list1 = [6, 7, 8, 9]

What is the difference between the following operation on the list1:

list1 * 2
[0.09] Lists
Chapter: [0.09] Lists
Concept: undefined > undefined

Advertisements

Consider a list:

list1 = [6, 7, 8, 9]

What is the difference between the following operation on the list1:

list1 *= 2
[0.09] Lists
Chapter: [0.09] Lists
Concept: undefined > undefined

Consider a list:

list1 = [6, 7, 8, 9]

What is the difference between the following operation on the list1:

list1 = list1 * 2
[0.09] Lists
Chapter: [0.09] Lists
Concept: undefined > undefined

Consider the following tuples, tuple1 and tuple2:

tuple1 = (23,1,45,67,45,9,55,45)
tuple2 = (100,200)

Find the output of the following statement:

print(tuple1 + tuple2)
[0.1] Tuples and Dictionaries
Chapter: [0.1] Tuples and Dictionaries
Concept: undefined > undefined

Consider the following dictionary stateCapital:

stateCapital = {"AndhraPradesh":"Hyderabad",
"Bihar":"Patna","Maharashtra":"Mumbai",
"Rajasthan":"Jaipur"}

Find the output of the following statement:

print("Maharashtra" in stateCapital)
[0.1] Tuples and Dictionaries
Chapter: [0.1] Tuples and Dictionaries
Concept: undefined > undefined

You are planning to go on a vacation. You surfed the Internet to get answers to the following queries:

  1. Weather conditions
  2. Availability of air tickets and fares
  3. Places to visit
  4. Best hotel deals
[0.11] Societal Impact
Chapter: [0.11] Societal Impact
Concept: undefined > undefined

Write the difference between the following -

Active and Passive footprints

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

What is the need for RAM?

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

What is the need for secondary memory?

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

How does RAM differ from ROM?

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

Check the size of the RAM and HDD of a computer in your school. Make a table and write their size in Bytes, Kilobytes, Megabytes, and Gigabytes.

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

List all secondary storage devices available at your school or home.

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

Give full form of ISCII.

[0.02] Encoding Schemes and Number System
Chapter: [0.02] Encoding Schemes and Number System
Concept: undefined > undefined

Explain the following along with their applications.

Machine Learning

[0.03] Emerging Trends
Chapter: [0.03] Emerging Trends
Concept: undefined > undefined

Two friends decide who gets the last slice of a cake by flipping a coin five times. The first person to win three flips wins the cake. An input of 1 means player 1 wins a flip, and a 2 means player 2 wins a flip. Design an algorithm to determine who takes the cake.

[0.04] Introduction to Problem Solving
Chapter: [0.04] Introduction to Problem Solving
Concept: undefined > undefined

Suppose you are collecting money for something. You need ₹ 200 in all. You ask your parents, uncles, and aunts as well as grandparents. Different people may give either ₹ 10, ₹ 20, or even ₹ 50. You will collect till the total becomes 200. Write the algorithm.

[0.04] Introduction to Problem Solving
Chapter: [0.04] Introduction to Problem Solving
Concept: undefined > undefined

Write an algorithm to find the greatest among two different numbers entered by the user.

[0.04] Introduction to Problem Solving
Chapter: [0.04] Introduction to Problem Solving
Concept: undefined > undefined

Consider the following string mySubject:

mySubject = "Computer Science"

What will be the output of the following string operation:

print(mySubject[:3] + mySubject[3:])

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

Consider the following string mySubject:

mySubject = "Computer Science"

What will be the output of the following string operation:

print(mySubject[:: -2])

[0.08] Strings
Chapter: [0.08] Strings
Concept: undefined > undefined
< prev  41 to 60 of 361  next > 
Advertisements
Advertisements
CBSE Science (English Medium) Class 11 Question Bank Solutions
Question Bank Solutions for CBSE Science (English Medium) Class 11 Biology
Question Bank Solutions for CBSE Science (English Medium) Class 11 Chemistry
Question Bank Solutions for CBSE Science (English Medium) Class 11 Computer Science (C++)
Question Bank Solutions for CBSE Science (English Medium) Class 11 Computer Science (Python)
Question Bank Solutions for CBSE Science (English Medium) Class 11 English Core
Question Bank Solutions for CBSE Science (English Medium) Class 11 English Elective - NCERT
Question Bank Solutions for CBSE Science (English Medium) Class 11 Entrepreneurship
Question Bank Solutions for CBSE Science (English Medium) Class 11 Geography
Question Bank Solutions for CBSE Science (English Medium) Class 11 Hindi (Core)
Question Bank Solutions for CBSE Science (English Medium) Class 11 Hindi (Elective)
Question Bank Solutions for CBSE Science (English Medium) Class 11 History
Question Bank Solutions for CBSE Science (English Medium) Class 11 Mathematics
Question Bank Solutions for CBSE Science (English Medium) Class 11 Physics
Question Bank Solutions for CBSE Science (English Medium) Class 11 Political Science
Question Bank Solutions for CBSE Science (English Medium) Class 11 Psychology
Question Bank Solutions for CBSE Science (English Medium) Class 11 Sanskrit (Core)
Question Bank Solutions for CBSE Science (English Medium) Class 11 Sanskrit (Elective)
Question Bank Solutions for CBSE Science (English Medium) Class 11 Sociology
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×