हिंदी
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  101 to 120 of 358  next > 

Write the differences between Object-Oriented Programming and procedural programming?

[13] Introducton to Object Oriented Programming Techniques
Chapter: [13] Introducton to Object Oriented Programming Techniques
Concept: undefined >> undefined

class x
{
   int y;
   public:
   x(int z){y=z;} } x1[4];
int main()
{ x x2(10);
return 0;}

How many objects are created for the above program?

[14] Classes and Objects
Chapter: [14] Classes and Objects
Concept: undefined >> undefined

Advertisements

Write the characteristics of the sixth generation.

[1] Introduction to Computers
Chapter: [1] Introduction to Computers
Concept: undefined >> undefined

How many characters can be handled in Binary Coded Decimal System?

[2] Number Systems
Chapter: [2] Number Systems
Concept: undefined >> undefined

For 11012 the equivalent Hexadecimal equivalent is?

[2] Number Systems
Chapter: [2] Number Systems
Concept: undefined >> undefined

Convert (46)10 into a Binary number.

[2] Number Systems
Chapter: [2] Number Systems
Concept: undefined >> undefined

What is radix of a number system? Give example

[2] Number Systems
Chapter: [2] Number Systems
Concept: undefined >> undefined

Write a note on the binary number system.

[2] Number Systems
Chapter: [2] Number Systems
Concept: undefined >> undefined

Which of the following device identifies the location when the address is placed in the memory address register?

[3] Computer Organization
Chapter: [3] Computer Organization
Concept: undefined >> undefined

What is instruction?

[3] Computer Organization
Chapter: [3] Computer Organization
Concept: undefined >> undefined

What is the meaning of "Hibernate" in Windows XP/Windows 7?

[5] Working with Windows Operating System
Chapter: [5] Working with Windows Operating System
Concept: undefined >> undefined

Explain the versions of the Windows Operating System.

[5] Working with Windows Operating System
Chapter: [5] Working with Windows Operating System
Concept: undefined >> undefined

Why is a function an abstraction?

[7] Composition and Decomposition
Chapter: [7] Composition and Decomposition
Concept: undefined >> undefined

How do we refine a statement?

[7] Composition and Decomposition
Chapter: [7] Composition and Decomposition
Concept: undefined >> undefined

Define a function to double a number in two different ways:

(1) n + n,

(2) 2 x n

[7] Composition and Decomposition
Chapter: [7] Composition and Decomposition
Concept: undefined >> undefined

If the Fibonacci number is defined recursively as F(n) = `{(0, "n" = 0), (1, "n" = 1), ("F"("n" - 1),+  "F"("n" - 2) "otherwise"):}` 
to evaluate F(4), how many times F() is applied?

[8] Iteration and Recursion
Chapter: [8] Iteration and Recursion
Concept: undefined >> undefined

Using this recursive definition

`"a"^"n" = {(1, "if"  "n" = 0), ("a" × "a"^("n" - 1), "otherwise"):}`

how many multiplications are needed to calculate a10?

[8] Iteration and Recursion
Chapter: [8] Iteration and Recursion
Concept: undefined >> undefined

What is recursive problem-solving?

[8] Iteration and Recursion
Chapter: [8] Iteration and Recursion
Concept: undefined >> undefined

Define factorial of a natural number recursively.

[8] Iteration and Recursion
Chapter: [8] Iteration and Recursion
Concept: undefined >> undefined

Power can also be defined recursively as

`"a"^"n" = {(1, "if"  "n" = 0), ("a" × "a"^("n" - 1), "if n is odd"), ("a"^("n""/"2) × "a"^("n""/"2), "if n is even"):}`

Construct a recursive algorithm using this definition. How many multiplications are needed to calculate a10?

[8] Iteration and Recursion
Chapter: [8] Iteration and Recursion
Concept: undefined >> undefined
< prev  101 to 120 of 358  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×