हिंदी

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

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

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

num1 = num1 ** (num2 + num3)
print (num1)

[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 **= num2 + num3

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

Advertisements

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

num1 = '5' + '5'
print(num1)

[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.

print(4.00 / (2.0 + 2.0))

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

What will be the output of the following code segment:

myList = [1,2,3,4,5,6,7,8,9,10]
 del myList[3:]
 print(myList)
[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]
 del myList[:5]
 print(myList)
[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]
 del myList[::2]
 print(myList)
[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

The record of a student (Name, Roll No., Marks in five subjects and percentage of marks) is stored in the following list: stRecord = ['Raman', 'A-36', [56, 98, 99, 72, 69], 78.8]

Write Python statements to retrieve the following information from the list stRecord.

  1. Percentage of the student
  2. Marks in the fifth subject
  3. Maximum marks of the student
  4. Roll no. of the student
  5. Change the name of the student from ‘Raman’ to ‘Raghav’.
[9] Lists
Chapter: [9] Lists
Concept: undefined >> undefined

Write a program to read elements of a list.

The program should ask for the position of the element to be deleted from the list. Write a function to delete the element at the desired position in the list.

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

Write a program to read elements of a list.

The program should ask for the value of the element to be deleted from the list. Write a function to delete the element of this value from the list.

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

Sumit got good marks in all the subjects. His father gifted him a laptop. He would like to make Sumit aware of health hazards associated with the inappropriate and excessive use of laptops. Help his father to list the points which he should discuss with Sumit.

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

Try the following conversion.

(220)8 = (?)2

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

Try the following conversion.

(11001010)2 = (?)10

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

Try the following conversion.

(1010111)2 = (?)10

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

Write a binary representation of the following hexadecimal number.

4026

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

Write a binary representation of the following hexadecimal number.

BCA1

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

Write a binary representation of the following hexadecimal number.

98E

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

Write a binary representation of the following hexadecimal number.

132.45

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

Presume that a ladder is put upright against a wall. Let variables length and angle store the length of the ladder and the angle that it forms with the ground as it leans against the wall. Write a Python program to compute the height reached by the ladder on the wall for the following values of length and angle:

  1. 16 feet and 75 degrees
  2. 20 feet and 0 degrees
  3. 24 feet and 45 degrees
  4. 24 feet and 80 degrees
[5] Getting Started with Python
Chapter: [5] Getting Started with Python
Concept: undefined >> undefined

Schools use the “Student Management Information System” (SMIS) to manage student-related data. This system provides facilities for:

  • recording and maintaining the personal details of students.
  • maintaining marks scored in assessments and computing results of students.
  • keeping track of student attendance.
  • managing many other student-related data. Let us automate this process step by step.

Identify the personal details of students from your school identity card and write a program to accept these details for all students of your school and display them in the following format.

Name of School

Student Name: PQR                   Roll No: 99
Class: XI                                     Section: A
Address: Address Line 1
               Address Line 2
City: ABC                                     Pin Code: 999999
Parent's/Guardian's Contact No: 9999999999999

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