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  1 to 20 of 362  next > 

Name the software required to make a computer functional. Write down its two primary services.

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

How do different components of the computer communicate with each other?

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

Advertisements

Draw the block diagram of a computer system. Briefly write about the functionality of each component.

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

Name the input or output device used to do the following:

To output audio

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

Name the input or output device used to do the following:

To enter textual data

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

Name the input or output device used to do the following:

To make a hard copy of a text file

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

Name the input or output device used to do the following:

To display the data or information

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

Name the input or output device used to do the following:

To enter the audio-based command

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

Name the input or output device used to do the following:

To build 3D models

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

Name the input or output device used to do the following:

To assist a visually-impaired individual in entering data

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

Write base values of binary, octal, and hexadecimal number system.

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

Let us add more functionality to our SMIS developed in Chapter 5.

6.1 Write a menu-driven program that has options to

  • accept the marks of the student in five major subjects in Class X and display the same.
  • calculate the sum of the marks of all subjects. Divide the total marks by the number of subjects (i.e. 5), calculate percentage = total marks/5, and display the percentage.
  • Find the grade of the student as per the following criteria:
Criteria Grade
percentage > 85 A
percentage < 85 && percentage >= 75 B
percentage < 75 && percentage >= 50 C
percentage > 30 && percentage <= 50 D
percentage <30 Reappear

Let’s peer review the case studies of others based on the parameters given under “DOCUMENTATION TIPS” at the end of Chapter 5 and provide feedback to them. 

[0.06] Flow of Control
Chapter: [0.06] Flow of Control
Concept: undefined > undefined

What will be the output of the following statement?

list1 = [12,32,65,26,80,10]
list1.sort()
print(list1)
[0.09] Lists
Chapter: [0.09] Lists
Concept: undefined > undefined

What will be the output of the following statement?

list1 = [12,32,65,26,80,10]
sorted(list1)
print(list1)
[0.09] Lists
Chapter: [0.09] Lists
Concept: undefined > undefined

What will be the output of the following statement?

list1 = [1,2,3,4,5,6,7,8,9,10]
list1[::-2]
list1[:3] + list1[3:]
[0.09] Lists
Chapter: [0.09] Lists
Concept: undefined > undefined

What will be the output of the following statement?

list1 = [1,2,3,4,5]
list1[len(list1)-1]
[0.09] Lists
Chapter: [0.09] Lists
Concept: undefined > undefined

Write a program to find the number of times an element occurs in the list.

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

“Lists and Tuples are ordered”. Explain.

[0.1] Tuples and Dictionaries
Chapter: [0.1] Tuples and Dictionaries
Concept: undefined > undefined

What advantages do tuples have over lists?

[0.1] Tuples and Dictionaries
Chapter: [0.1] Tuples and Dictionaries
Concept: undefined > undefined

When to use a tuple or dictionary in Python. Give some examples of programming situations mentioning their usefulness.

[0.1] Tuples and Dictionaries
Chapter: [0.1] Tuples and Dictionaries
Concept: undefined > undefined
< prev  1 to 20 of 362  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×