मराठी

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×