Here some students facing mostly problems in C language computer science. Now for the help of these write complete phase of C language from chapter number Eight to Fourteen with detail. In chapter wise test it may includes MCQs, short questions and important Long questions.
![]() |
computer 2nd year |
12th class computer science
CLICK HERE for chapter number One to Seven with their important chapter wise tests.
- One
- Two Three
- Four
- Five
- Six
- Seven
The second part of computer science is start from chapter Eight to Fourteen as follow:
- Eight
- Nine
- Ten
- Eleven
- Twelve
- Thirteen
- Fourteen
Important questions of chapter Eleven
., In if statement, true is represented by: a. 2 b. 1 c. 0 d. 4
- The case block is end with:
- End Select b. End case c,. Break d. Case Else
- Another term for conditional operator:
- Ternary b. Binary c, Loop d. None of these
- Switch statement is an alternative:
- If b, If- else c. nested if d. Nested if else
- Which of the following is use for making two way decision:
- If b. if –else c. nested if d,. switch
- In if statement, false is represented by: a. 2 b. 1 c. 0 d. 4
SHORT QUESTIONS) 1. What is control structure? 2. What do you know about the ‘If” statement? 3. What is switch statement? 4, Write down the syntax of if else structure? 5. What do you know about the control structure? 6. Make the Flowchart of nested if? 7. Define break? 8. Write a short note on Selection and also make the Flowchart?9 Write a short note on Function call? 10. Define Repitition?
LONG) 1 Write a program that input a number and find the number is Positive Negative or Zero?
- What is If-Else structure write the syntax , flowchart , working and Example?
- What is Nested if. structure write the syntax , flowchart , working and Example?
Chapter 12 Test
1). One exertion of a known as a Loop: a. Cycle b. Duration c. Iteration d. Test
- This statement causes a loop to terminate early: a. break b. terminate c. exist
- A loop within a loop is called. A. terminate loop b. nested Loop c. running Loop
- Which is a loop statement: a. if b. switch c. if-else d. None
- semicolon is used at the end of condition: a. While loop b. Do while loop c. For loop
- This means to increase a value by One: a. Modules b. Increment c. Decrement
How many types of Loop structure are in C: a. 2 b. 3 c. 4 d. 5
- Which of the following Loop is available: a. While b. Do-while c. For d. All
- A Loop is never end is: a. For b. Infinite c. terminate d. While
- Which loop is called counter Loop: a. For b. While c. Do-while d. none
1). Define nested Loop? 2. What is Infinite Loop? 3. Write the syntax of Do-while Loop?
4. OUTPUT Int a=1; While(a<=6) { Printf(“\n a=%d”,a); a++; } | 5. OUTPUT For(int i=5;i>0;i--) Printf(“LEEWAY”); | 6. output Int I; For(m=0; m<10; m=m+2) Printf(“%d \n” ,m); | 7. TRACE ERROR #include<stdio.h> #include<conio.h> Void main() { Int a, b; Clrscr() |
- Draw the flowchart of Do-while Loop? 9. Define loop? 10. Define counter controlled Loop?
LONG) 1. Write a program that in a number and find its Factorial using While Loop? )
And also write code that inputs a numbers and find their Cubes using Do-while Loop?
Write a program that input a Number and find the table using For loop?
- Code write that display Alphabets form A to Z using for loop?
Chapter 13 and 14 in C language
., Global variable are created in: a. RAM b. ROM c. hard d. none of these
- Another name of built in function:
- user defined function b. Library function c. Sub program d. Both a and b
- Local variable are also called: a. Automatic b. normal c. Global d, None
- The scope of a variable refer to its: a. length b. name c. Accessibility d. Datatype
- The first of function is called ; a. header b. body c. Footer d. None
- The printf is a:
- built in function b. Local function c. user defined d, None of these
SHORT QUESTUION) Define function and why it is important programming? 2. What is function call? 3. What is Function header? 4. Write a short note on Function Body? Compare Local variable and global variable?6. Differ b/w user defined and built in function? 7. Define Function definition?
Paper computer class 12th chapter 14
MCQs
1., A file is stored in: a. Ram b. hard disk c., Rom d. Cache
2, Which function is used to read character from a file;
- Gets b. putc c. fputs d. fgets
- Which function is used to write character from a file;
- Gets b. putc c. fputs d. fgets
- An array script should be: a. int b. float c. double d. an array
SHORT QUESTIONS)1. What is Pointer? 2. Write a short note on Stream and also write its types name? 3. Write a short note on EOF?
CHECK CHAPTER WISE TEST COMPUTER 11TH CLICK HERE
FOR MORE DETAIL VISIT
No comments:
Post a Comment
Thanks for Visiting