मराठी
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  181 to 200 of 358  next > 

The File management system used by Linux is ______.

[4] Theoretical Concepts of Operating System
Chapter: [4] Theoretical Concepts of Operating System
Concept: undefined >> undefined

What is the security management features available in Operating System?

[4] Theoretical Concepts of Operating System
Chapter: [4] Theoretical Concepts of Operating System
Concept: undefined >> undefined

Advertisements

What are the advantages and disadvantages of Time-sharing features?

[4] Theoretical Concepts of Operating System
Chapter: [4] Theoretical Concepts of Operating System
Concept: undefined >> undefined

Explain the concept of a Distributed Operating System along with its advantages.

[4] Theoretical Concepts of Operating System
Chapter: [4] Theoretical Concepts of Operating System
Concept: undefined >> undefined

List out the points to be noted while creating a user interface for an Operating system.

[4] Theoretical Concepts of Operating System
Chapter: [4] Theoretical Concepts of Operating System
Concept: undefined >> undefined

Explain the process management algorithms in Operating System.

[4] Theoretical Concepts of Operating System
Chapter: [4] Theoretical Concepts of Operating System
Concept: undefined >> undefined

List out the points to be noted while creating a user interface for an Operating system.

[4] Theoretical Concepts of Operating System
Chapter: [4] Theoretical Concepts of Operating System
Concept: undefined >> undefined

Omitting details inessential to the task and representing only the essential features of the task is known as ______

[6] Specification and Abstraction
Chapter: [6] Specification and Abstraction
Concept: undefined >> undefined

Write the specification of an algorithm hypotenuse whose inputs are the lengths of the two shorter sides of a right-angled triangle, and the output is the length of the third side.

[6] Specification and Abstraction
Chapter: [6] Specification and Abstraction
Concept: undefined >> undefined

Exchange the contents: Given two glasses marked A and B. Glass A is full of apple drink and glass B is full of grape drink. For exchanging the contents of glasses A and B, represent the state by suitable variables, and write the specification of the algorithm.

[6] Specification and Abstraction
Chapter: [6] Specification and Abstraction
Concept: undefined >> undefined

The multi-way branch statement ______

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

What is a selection statement? write its types?

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

What will be the output of the following code:

int year;
cin >> year;
   if (year % 100 == 0)
       if ( year % 400 == 0)
            cout << "Leap";
else
           cout << "Not Leap year";
If the input given is 2000?

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

What will be the output of the following code:

int year;
cin >> year;
   if (year % 100 == 0)
       if ( year % 400 == 0)
            cout << "Leap";
else
           cout << "Not Leap year";
If the input given is 2003?

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

What will be the output of the following code:

int year;
cin >> year;
   if (year % 100 == 0)
       if ( year % 400 == 0)
            cout << "Leap";
else
           cout << "Not Leap year";
If the input given is 2010?

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

What is the output of the following code?

for (int i=2; i<=10 ; i+=2)
cout << i;

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

Convert the following if-else to a single conditional statement:

if (x >= 10)
    a = m + 5;
else
    a = m;

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

Rewrite the following code so that it is functional:

v = 5;
do;
{
   total += v;
   cout << total;
while v <= 10

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

Write a C++ program to print the multiplication table of a given number.

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

Write the syntax and purpose of the switch statement.

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined
< prev  181 to 200 of 358  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×