हिंदी

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

Advertisements
[object Object]
[object Object]
विषयों
मुख्य विषय
अध्याय
Advertisements
Advertisements
Computer Science (Python)
< prev  61 to 80 of 234  next > 

Explore and list the steps required to type in an Indian language using UNICODE.

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

Which of the following identifier name are invalid and why?

Serial_no

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

Advertisements

Which of the following identifier name are invalid and why?

1st_Room

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

Which of the following identifier name are invalid and why?

Hundred$

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

Which of the following identifier name are invalid and why?

Total Marks

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

Which of the following identifier name are invalid and why?

Total_Marks

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

Which of the following identifier name are invalid and why?

total-Marks

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

Which of the following identifier name are invalid and why?

_Percentage

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

Which of the following identifier name are invalid and why?

True

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

Observe the following program carefully, and identify the error:

def findValue( vall = 1.1, val2, val3):
                 final = (val2 + val3)/ vall
                 print(final)
findvalue()                      #function call
[7] Functions
Chapter: [7] Functions
Concept: undefined >> undefined

Differentiate between the following with the help of an example:

Argument and Parameter

[7] Functions
Chapter: [7] Functions
Concept: undefined >> undefined

Consider the following list myList. What will be the elements of myList after the following operation:

myList = [10,20,30,40]

myList.append([50,60])
[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

Consider the following list myList. What will be the elements of myList after the following operation:

myList = [10,20,30,40]

myList.extend([80,90])
[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

What will be the output of the following code segment:

myList = [1,2,3,4,5,6,7,8,9,10]
 for i in range(0,len(myList)):
           if i%2 == 0:
                print(myList[i])
[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

Differentiate between append() and extend() functions of list.

[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

Write a function that returns the largest element of the list passed as a parameter.

[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

Write a function to return the second largest number from a list of numbers.

[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

Write a program to read a list of n integers and find their median.

Note: The median value of a list of values is the middle one when they are arranged in order. If there are two middle values then take their average.

Hint: You can use a built-in function to sort the list.

[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

Write a program to read a list of elements. Input an element from the user that has to be inserted in the list. Also, input the position at which it is to be inserted. Write a user-defined function to insert the element at the desired position in the list.

[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

Read a list of n elements. Pass this list to a function that reverses this list in place without creating a new list.

[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined
< prev  61 to 80 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×