हिंदी
Tamil Nadu Board of Secondary EducationHSC Science कक्षा १२

HSC Science कक्षा १२ - Tamil Nadu Board of Secondary Education Question Bank Solutions for Computer Science

Advertisements
[object Object]
[object Object]
विषयों
मुख्य विषय
अध्याय
Advertisements
Advertisements
Computer Science
< prev  121 to 140 of 385  next > 

Differentiate Concrete data type and abstract datatype.

[2] Data Abstraction
Chapter: [2] Data Abstraction
Concept: undefined >> undefined

Which of the following refers to the visibility of variables in one part of a program to another part of the same program. 

[3] Scoping
Chapter: [3] Scoping
Concept: undefined >> undefined

Advertisements

Which scope refers to variables defined in current function?

[3] Scoping
Chapter: [3] Scoping
Concept: undefined >> undefined

What is a scope?

[3] Scoping
Chapter: [3] Scoping
Concept: undefined >> undefined

Why scope should be used for variable. State the reason.

[3] Scoping
Chapter: [3] Scoping
Concept: undefined >> undefined

Identify the scope of the variables in the following pseudo-code and write its output
color:= Red
mycolor():
  b:=Blue
 myfavcolor():
     g:=Green
     printcolor, b, g
 myfavcolor()
 printcolor, b
mycolor()
print color

[3] Scoping
Chapter: [3] Scoping
Concept: undefined >> undefined

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

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
< prev  121 to 140 of 385  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×