CBSE Class 11 Computer Data Handling Operators And Expressions Worksheet

Read and download free pdf of CBSE Class 11 Computer Data Handling Operators And Expressions Worksheet. Students and teachers of Class 11 Computer Science can get free printable Worksheets for Class 11 Computer Science Data Handling Operators And Expressions in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 11 students should practice questions and answers given here for Computer Science in Class 11 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 11 Computer Science Worksheets prepared by school teachers as per the latest NCERT, CBSE, KVS books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests

Worksheet for Class 11 Computer Science Data Handling Operators And Expressions

Class 11 Computer Science students should refer to the following printable worksheet in Pdf for Data Handling Operators And Expressions in Class 11. This test paper with questions and answers for Class 11 will be very useful for exams and help you to score good marks

Class 11 Computer Science Worksheet for Data Handling Operators And Expressions

Topic: Data Handling, Operators & Expressions

Q 1 What are ‘enumerations’? Explain through example

Q 2 Explain all the six fundamental data types.

Q 3 Write a program to check whether a given number is even or odd.

Q 4 What will be the value returned by the following if value assigned to integer variable k is 3 ?
a) k<2
b) k= =2
c) k<=3||k>4

Q 5 What is the value of i and j in the two cases given below?
a) i=7 j= i ++
b) i=8 j= --i

Q 6 What will be the value assigned to integer variable x as under:- Z=a*x*x+b*x+c where a,b,c and x are 2,4,5 and 3 respectively?

Q 7 Evaluate x+=x++ + ++x if, initially x=15.

Q 8 Given the following code fragment
int marks=25;
cout << ++marks <<”n”;
cout << marks<<”n”;
(i) What output does the above code fragment produce?
(ii) What is the effect of replacing ++marks with marks++?
(iii) What is the effect of replacing ++marks with marks+1?

Q 9 What will be the output of the code segment given below:
int a = 200, b=7;
cout << a/b << endl;

Q 10 If initially, the value of name =100, then what will be the output of the code given below:-
cout << name -- ;
cout << ++ name ;

Q 11 What will be the result of the following expressions, if initial value of I = 20?
1) ++I<=20
2) I++<=20

Q 12 Construct logical expressions to represent the following conditions:
(a) exp is a lowercase letter
(b) Marks is in the range 400-500 or grade is ‘A’
(c) Grade is ‘B’ and experience is more than 5 years.

Q 13 Write a statement that uses a conditional operator to set grade =’A’, if marks is more than 70 and B otherwise.

Q 14 Given the two expressions
marks=10
marks==10
What is the difference between the two expressions?

Q 15 Suppose a and b are two type double variables that we want to add as integers and assign to an integer variable. Construct a C++ statement for doing so?

Q 16 Given the following set of declarations :
char ch;
int i, j, k;
float a, b, c;
double p,q;
Which of the following are valid arithmetic expressions?
a) ch=100
b) i-j+k
c) i%k
d) a%b+c-k
e) p+q/b>i

Q 17 What will be the resultant type of the following expression if int is an integer variable and fl is a float variable?

Q 18 Write the corresponding C++ expressions for the following mathematical expressions:
(a) (cos x/sin-1 x )+ y
(b) (x2 + y2 + z2 )1/2
(c) | ey + y |
(d) a+ b/ (x +y)7

Q 19 Given the following set of declarations:
int x, y, z, d;            float p, q, r;         double a, b, c ;
Which of the following are valid arithmetic expressions and which are invalid. And state the reason why they are invalid.
(a) (ceil (p) + x ) z.
(b) a b * c / d.
(c) c/p +y * x / z.
(d) log (-18) + x/ y.
(e) x*+d

Q 20 Which header file must be included to make use of C++‘s built-in mathematical functions?

Q 21 Evaluate the following C++ expression
int x, ch=5, n=10;
x = ch * 7/ 4 + ch/5 +25 –ch +7/2 +3 /11

Q 22 What is type conversion? What is meant by implicit and explicit type conversion?

Q 23 Given the following set of identifiers:
char ch;
short sh;
int inval;
long lg;
float fl;
double db;
Identify the data type of the following expressions:
a) 4.55 +’z’
b) (fl * lg) +inval
c) ch/inval +fl *db – (long/sh)

Q 23 Write a statement to print the size of
(i) double type on your machine.
(ii) a long int variable result.

Q 24 Suppose a and b are two type float variables that we want to add as integers and assign to an integer variable marks. Construct a C++ statement to do so.

Q 25 Write a program to input three integers and print the largest of them.

Q 26 The following code is giving error. Can you detect the error and help in successful compilation of this code?
Code:
# include < iostream.h >
void main ()
{ int x, y ;
cin >> y;
cout << “The square root of y is :“ << sqrt (x) ; }

Q 27 Distinguish between a structure and an array?

More Study Material

CBSE Class 11 Computer Science Data Handling Operators And Expressions Worksheet

We hope students liked the above worksheet for Data Handling Operators And Expressions designed as per the latest syllabus for Class 11 Computer Science released by CBSE. Students of Class 11 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 11 Computer Science on a daily basis. All the latest worksheets with answers have been developed for Computer Science by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Studiestoday is the best portal for Class 11 students to get all the latest study material free of cost.

Worksheet for Computer Science CBSE Class 11 Data Handling Operators And Expressions

Expert teachers of studiestoday have referred to the NCERT book for Class 11 Computer Science to develop the Computer Science Class 11 worksheet. If you download the practice worksheet for one chapter daily, you will get higher and better marks in Class 11 exams this year as you will have stronger concepts. Daily questions practice of Computer Science worksheet and its study material will help students to have a stronger understanding of all concepts and also make them experts on all scoring topics. You can easily download and save all revision worksheet for Class 11 Computer Science also from www.studiestoday.com without paying anything in Pdf format. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 11 Computer Science designed by our teachers

Data Handling Operators And Expressions worksheet Computer Science CBSE Class 11

All worksheets given above for Class 11 Computer Science have been made as per the latest syllabus and books issued for the current academic year. The students of Class 11 can be rest assured that the answers have been also provided by our teachers for all worksheet of Computer Science so that you are able to solve the questions and then compare your answers with the solutions provided by us. We have also provided a lot of MCQ questions for Class 11 Computer Science in the worksheet so that you can solve questions relating to all topics given in each chapter. All study material for Class 11 Computer Science students have been given on studiestoday.

Data Handling Operators And Expressions CBSE Class 11 Computer Science Worksheet

Regular worksheet practice helps to gain more practice in solving questions to obtain a more comprehensive understanding of Data Handling Operators And Expressions concepts. Worksheets play an important role in developing an understanding of Data Handling Operators And Expressions in CBSE Class 11. Students can download and save or print all the worksheets, printable assignments, and practice sheets of the above chapter in Class 11 Computer Science in Pdf format from studiestoday. You can print or read them online on your computer or mobile or any other device. After solving these you should also refer to Class 11 Computer Science MCQ Test for the same chapter.

Worksheet for CBSE Computer Science Class 11 Data Handling Operators And Expressions

CBSE Class 11 Computer Science best textbooks have been used for writing the problems given in the above worksheet. If you have tests coming up then you should revise all concepts relating to Data Handling Operators And Expressions and then take out a print of the above worksheet and attempt all problems. We have also provided a lot of other Worksheets for Class 11 Computer Science which you can use to further make yourself better in Computer Science

Where can I download latest CBSE Printable worksheets for Class 11 Computer Science Data Handling Operators And Expressions

You can download the CBSE Printable worksheets for Class 11 Computer Science Data Handling Operators And Expressions for latest session from StudiesToday.com

Can I download the Printable worksheets of Data Handling Operators And Expressions Class 11 Computer Science in Pdf

Yes, you can click on the links above and download Printable worksheets in PDFs for Data Handling Operators And Expressions Class 11 for Computer Science

Are the Class 11 Computer Science Data Handling Operators And Expressions Printable worksheets available for the latest session

Yes, the Printable worksheets issued for Class 11 Computer Science Data Handling Operators And Expressions have been made available here for latest academic session

How can I download the Class 11 Computer Science Data Handling Operators And Expressions Printable worksheets

You can easily access the links above and download the Class 11 Printable worksheets Computer Science Data Handling Operators And Expressions for each chapter

Is there any charge for the Printable worksheets for Class 11 Computer Science Data Handling Operators And Expressions

There is no charge for the Printable worksheets for Class 11 CBSE Computer Science Data Handling Operators And Expressions you can download everything free

How can I improve my scores by solving questions given in Printable worksheets in Class 11 Computer Science Data Handling Operators And Expressions

Regular revision of practice worksheets given on studiestoday for Class 11 subject Computer Science Data Handling Operators And Expressions can help you to score better marks in exams

Are there any websites that offer free test sheets for Class 11 Computer Science Data Handling Operators And Expressions

Yes, studiestoday.com provides all latest NCERT Data Handling Operators And Expressions Class 11 Computer Science test sheets with answers based on the latest books for the current academic session

Can test papers for Class 11 Computer Science Data Handling Operators And Expressions be accessed on mobile devices

Yes, studiestoday provides worksheets in Pdf for Data Handling Operators And Expressions Class 11 Computer Science in mobile-friendly format and can be accessed on smartphones and tablets.

Are worksheets for Data Handling Operators And Expressions Class 11 Computer Science available in multiple languages

Yes, worksheets for Data Handling Operators And Expressions Class 11 Computer Science are available in multiple languages, including English, Hindi