हिंदी

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

Advertisements
विषयों
अध्याय
विषयों
मुख्य विषय
अध्याय
Advertisements
Advertisements
Computer Science (Python)
< prev  221 to 234 of 234  next > 

Consider the following dictionary stateCapital:

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

Find the output of the following statement:

print(stateCapital.get("Bihar"))
[10] Tuples and Dictionaries
Chapter: [10] 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(stateCapital.values())
[10] Tuples and Dictionaries
Chapter: [10] Tuples and Dictionaries
Concept: undefined >> undefined

Advertisements

Consider the following dictionary stateCapital:

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

Find the output of the following statement:

print(stateCapital.items())
[10] Tuples and Dictionaries
Chapter: [10] 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(len(stateCapital))
[10] Tuples and Dictionaries
Chapter: [10] 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(stateCapital.get("Assam"))
[10] Tuples and Dictionaries
Chapter: [10] 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:

del stateCapital["Rajasthan"]
print(stateCapital)
[10] Tuples and Dictionaries
Chapter: [10] Tuples and Dictionaries
Concept: undefined >> undefined

Identify the category (system, application, programming tool) of the following software:

Text editor

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

Governments provide various scholarships to students of different classes. Prepare a report on how blockchain technology can be used to promote accountability, transparency, and efficiency in the distribution of scholarships.

[3] Emerging Trends
Chapter: [3] Emerging Trends
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(stateCapital.keys())
[10] Tuples and Dictionaries
Chapter: [10] Tuples and Dictionaries
Concept: undefined >> undefined

Differentiate between proprietary software and freeware software. Name two software for each type.

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

Which operating system is installed on your computer at home or school?

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

Categorize the following as syntax error, logical error, or runtime error:

25 / 0

[5] Getting Started with Python
Chapter: [5] Getting Started with Python
Concept: undefined >> undefined

Categorize the following as syntax error, logical error, or runtime error:

num1 = 25; num2 = 0; num1/num2

[5] Getting Started with Python
Chapter: [5] Getting Started with Python
Concept: undefined >> undefined

Give the output of the following when num1 = 4, num2 = 3, num3 = 2.

num1 = int('3.14')
print (num1)

[5] Getting Started with Python
Chapter: [5] Getting Started with Python
Concept: undefined >> undefined
< prev  221 to 234 of 234  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×