2023 2024 Student Forum > Management Forum > Main Forum

 
  #2  
22nd March 2016, 11:58 AM
Super Moderator
 
Join Date: May 2012
Re: DHSE Kerala Computer Science Sample Papers

Education the Government of Kerala established the Directorate of Higher Secondary Education in the year 1990. this organisation provides all question paper sfor candidates.

DHSE Kerala Computer Science Sample Papers 2011-12






Here I’m also giving you some question on computer science of DHSE Kerala:

1.Complete the series
6AE5, 6AE3, 6AE1, ……., ……...

2.You know C++ is an Object Oriented Programming Language. Write an example for a
Language which is not Object Oriented.

3.1101 + ……… =10000

4.Convert the number 476.015625 to Octal

5. …… is used to represent all characters used in the written languages of the world

6. Rewrite the following statement using if statement
result=mark<250?”fail”:”pass”;

7.
switch(num)
{
case 1 : cout<<”One”;
case 2 : cout<<”Two”;
case 3 : cout<<”Three”;
}
what will be the output of the above code if the value of num=2

8. a) b)
int x=5; int x=5;
if(x=2) if(x= =2)
cout<<x; cout<<x;
i) What will be the output of the above two program code
ii) What is the value of x in two program after execution. Explain?

9. Match the following
1. setw() a. LIFO
2. Laser printer b.
3. Stack c. iomanip.h
4. Scanner d. FIFO
e. Toner
f. string.h


Quick Reply
Your Username: Click here to log in

Message:
Options

Thread Tools Search this Thread



All times are GMT +5. The time now is 06:16 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4