English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

HSC Science Class 12 - Tamil Nadu Board of Secondary Education Question Bank Solutions

Advertisements
[object Object]
[object Object]
Subjects
Popular subjects
Topics

Please select a subject first

Advertisements
Advertisements
< prev  1941 to 1960 of 4976  next > 

Discuss Algorithmic complexity and its types.

[4] Algorithmic Strategies
Chapter: [4] Algorithmic Strategies
Concept: undefined >> undefined

What are the factors that influence time and space complexity?

[4] Algorithmic Strategies
Chapter: [4] Algorithmic Strategies
Concept: undefined >> undefined

Advertisements

Which of the following is not a Keyword in Python?

[5] Python - Variables and Operators
Chapter: [5] Python - Variables and Operators
Concept: undefined >> undefined

How many important control structures are there in Python?

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Elif can be considered to be the abbreviation of ______.

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Which statement is generally used as a placeholder?

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

The condition in the if statement should be in the form of ______

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Which is the most comfortable loop?

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

What is the output of the following snippet?

i=1
while True:
    if i%3 ==0:
            break
print(i,end='')
i +=1

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

What is the output of the following snippet?

T=1
while T:
      print(True)
      break

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Which amongst this is not a jump statement?

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Which punctuation should be used in the blank?

if<condition>_
  statement-block 1
else:
  statement-block 2 

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

List the control structures in Python.

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Write a note on the break statement.

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Write is the syntax of if..else statement?

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Define control structure.

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Write a note on the range () in the loop?

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Write a program to display.

A
A B
A B C
A B C D
A B C D E

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Write a note on if..else structure.

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined

Using if..else..Elif statement writes a suitable program to display the largest of 3 numbers.

[6] Control Structures
Chapter: [6] Control Structures
Concept: undefined >> undefined
< prev  1941 to 1960 of 4976  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×