CBSE Class 11 Computer Operators And Expressions In C++ Worksheet

Read and download free pdf of CBSE Class 11 Computer Operators And Expressions In C++ Worksheet. Students and teachers of Class 11 Computer Science can get free printable Worksheets for Class 11 Computer Science Operators And Expressions In C++ 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 teachers as per the latest Computer Science 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 Operators And Expressions In C++

Class 11 Computer Science students should refer to the following printable worksheet in Pdf for Operators And Expressions In C++ 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 Operators And Expressions In C++

1. Predict the output of the following program :

#include<iostream.h>

void main()

{

int x=5; int y=0;

y= x++ + 10;

cout<<”y =”<<y <<endl;

cout<<”x= “<<x<<endl;

y=((x>=5)?1 : 0);

cout<<” Now the value of y is :”<<y;

}

2. Rewrite the corresponding C++ expressions for the following :

(i) Cos x . Tan-1 x

A2 + B2

(ii) 4 – 6e2y

(iii) | x| + y is not equal to |x + y|

3. Given the following set of identifiers -

char x;

int y;

short sh;

float fval;

long lval;

Identify the datatype of the following expressions :

(i) y * fval + sh

(ii) fval/lval + int/sh

4. Evaluate the following expressions :

(i) x + y < z && x + z >y || x-z <= y-x+2

if x=4, y=5 and z=2

(ii) z>x && x+3 || !( 2*y + z –x)

if x=10 , y=15 , z=5

(iii) c= a-(b++) * (--a)

if a=5 , b=3 and d=15

5. Predict the output of the following program :

#include<iostream.h>

#include<math.h>

void main()

x=9.15;

y= - 6.08;

int z=2;

cout<<ciel(x)<<endl;

cout<<floor(y)<<endl;

cout<<pow(z,10)<<endl;

cout<<sizeof(x)<<endl;

z*=10;

cout<<”z = “ <<z<<endl;

}

PROGRAMS

1. WAP to accept marks of a student out of 100 and display “PASS “ if the student scores >=40 and “FAIL” otherwise.

2. WAP to accept a number and display its square root and modulus.

3. Do quest no- 5 of the assignment ( use of math.h)

Worksheet for CBSE Computer Science Class 11 Operators And Expressions In C++

We hope students liked the above worksheet for Operators And Expressions In C++ 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. Expert teachers of studiestoday have referred to the NCERT book for Class 11 Computer Science to develop the Computer Science Class 11 worksheet. 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. 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.

Where can I download latest CBSE Printable worksheets for Class 11 Computer Science Operators And Expressions In C++

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

Is there any charge for the Printable worksheets for Class 11 Computer Science Operators And Expressions In C++

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

Are there any websites that offer free test sheets for Class 11 Computer Science Operators And Expressions In C++

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

What topics are covered in CBSE Class 11 Computer Science Operators And Expressions In C++ worksheets?

CBSE Class 11 Computer Science Operators And Expressions In C++ worksheets cover all topics as per the latest syllabus for current academic year.

How can I use worksheets to improve my Class 11 Computer Science scores?

Regular practice with Class 11 Computer Science worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.