0% found this document useful (0 votes)
3 views2 pages

Computer 10th t.3 T.S

The document is a roll number sheet for a Computer exam at Crescent Science Academy, containing multiple-choice questions (MCQs) related to C programming concepts such as assignment and relational operators, as well as short and long questions for deeper understanding. It includes questions on computation importance, operator functions, and logical operators. The format suggests it is intended for student assessment and review.

Uploaded by

jeshibaba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Computer 10th t.3 T.S

The document is a roll number sheet for a Computer exam at Crescent Science Academy, containing multiple-choice questions (MCQs) related to C programming concepts such as assignment and relational operators, as well as short and long questions for deeper understanding. It includes questions on computation importance, operator functions, and logical operators. The format suggests it is intended for student assessment and review.

Uploaded by

jeshibaba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CRESCENT SCIENCE ACADEMY

282B HAMZA TOWN PHASE 2, LAHORE 03094711513


NAME_____________ ROLL NO____________

Roll. No Sheet
MCQ's sheet

Computer
Q#1 MCQ's

1. ____ sign is used as an assignment operator in C language

o + o & o = o $
2. Dividion operator divides ____

o Value on right side to o Value on left side to o both o Simulatneously divide


value on left value on right
3. Which of the following is multiplication statement

o 5x5 o 10+10 o 5*5 o 5%5


4. The result of int remaining 14%3 is

o 0 o 1 o -1 o 2
5. To write 6 * y as 6y is _____ mistake

o logical o compiler o sequential o relational


6. C language allows us to perform relational operators on ______ DATA

o numeric o char o both o none


7. 5<=4. this relation is

o true o false o Not applicable o both


8. We can use _____ operator to show result of relational expression

o printf o scanf o getch o New line


9. Logical AND operator is

o || o ! o && o ==
10. Logical not operator is ____ operator

o unary o binary o tetra o octal

SHORT QUESTIONS
Q#2

i. Why computation is more important in computers?


ii. Explain assignment operator with an example?
iii. What is short circuit evaluation?
iv. What is advantage of precedence operator?

Q#3
i. Write multiplication operator?
ii. Write addition operatorr?
iii. What is the function of a = a+1?
iv. What is function of modulus operator?

Q#4

i. Write all relational operators with their description?


ii. Differentiate between assignment operator and equal to operator?
iii. Differentiate between OR and NOT operator?
iv. What are binary operators?

LONG QUESTIONS
Q#5

a. Write down a comprehensive note on logical operators?


b. Write a detailed note on arithmetic operators?

You might also like