Read and download free pdf of CBSE Class 11 Computer Science Control Flow Assignment. Get printable school Assignments for Class 11 Computer Science. Class 11 students should practise questions and answers given here for Control Flow Computer Science in Class 11 which will help them to strengthen their understanding of all important topics. Students should also download free pdf of Printable Worksheets for Class 11 Computer Science prepared as per the latest books and syllabus issued by NCERT, CBSE, KVS and do problems daily to score better marks in tests and examinations
Assignment for Class 11 Computer Science Control Flow
Class 11 Computer Science students should refer to the following printable assignment in Pdf for Control Flow in Class 11. This test paper with questions and answers for Class 11 Computer Science will be very useful for exams and help you to score good marks
Control Flow Class 11 Computer Science Assignment
Question: C Language is the example of _____
a. Object Oriented Language
b. Object Based Language
c. Structural Programming Lang
d. None of the options
Answer: Structural Programming Lang
Question: Structured Programming provide benefits of ______
a. modules
b. Control Structures
c. Both a and b
d. None of the options
Answer: Both modules and Control Structures
Question: Comma (,) is used as a ______________
a. Seprator in C
b. Operator in C
c. Terminaotr in C
d. Delimiter in C
Answer: Seprators in C
Question: A Blank/Null statement can be represented by ____
a. new line
b. blank space
c. semicolon
d. colon
Answer: semicolon
Question: Break statement is used in _____
a. selective control structures only
b. loop control structures only
c. Both a and b
d. switch control structures only
Answer: both a and b
Question: Continue Statement is used for ____________
a. continue the next iteration of the loop statement
b. exit the block of loop statement
c. continue execution of the program even errors occurs
d. exit from the outmost block even it is used in the innermost block
Answer: continue the next iteration of the loop statement
Write True of False
Question: Each continue statement should be terminated with semicolon (;)
Answer: True
Question: The keyword else is always used with if statement.
Answer: True
Question: In switch statement, break statement is used in each case block except the last case.
Answer: True
Question: In switch statement, the value in the case statement should always be in increasing order.
Answer: False
Question: Continue statements are not used with selective control statements.
Answer: True
Questions of Exercise
Question: What are Loops?
Answer: Loops are the control flow statements. These are those statements which are used to repeat execution of statements. There are two types of looping statements in C language:
Pre-Test Loop: The loops ‘for’ and ‘while’ are the examples of pre-test loops in C language. In these loops, body of the loop is executed after the test-condition of the loop. If result of test-condition becomes true, only than the body of the loop will be executed. If the test–condition becomes false initially, it may not execute even once.
Post-Test Loop: The loop ‘do while’ is an example of post test loop in C language. In these loops, body of the loop is executed before the test condition of the loop. If result of test condition becomes true, only than the body of the loop will be executed. Even if the test –condition becomes false initially, it must execute at least once.
Question: What do you mean by Forward and Backward Jumps? Which loop is used as alternative of these statements?
Answer: When we execute a C program, the control may jump from current statement to some forwarding statement.Such jumps are called Forward Jumps. Similarly, if the control jumps from the current statement to some previous statement, it is called Backward Jump. For such jumpings in C Language, we use Jumping statements. Goto, break, and continue statements are used for these jumps in C. Do while loop can be used as an alternate of these statements.
Question: When will you prefer to use if else statement?
Answer: If else statement is a branching statement in C language. This statement is used in decision making tasks. When we want to execute one of many statements, we will use this statement. Following code shows the syntax of if else statement:
In the above syntax code, either statement1 or statement2 will be executed which entirely depends on the result of condition. If given condition returns true value than the statement1 will be executed otherwise statement2 will be executed.
Question: What are the four fundamental conditional statements in C?
Answer: Following are the four fundamental conditional statements in C language:
- if
- if else
- if else if
- switch case
These are the branching statements. These statements are used in decision making tasks. When we want to execute
one of many statements, we can use these statements. These statements are also called decision making
statements.
Question: What is meant by implementation of condition? Where are these useful?
Answer: Computer requires set of instructions to perform a specific task. These instructions are written in a sequence in the form of a program. Computer implements these instructions one by one in the given sequence. This way of implementing instructions is suitable in those situations where no decision making task is involved. But actually, it is required to control the execution sequence of instructions in the program. In such situations, where we want to control the execution sequence of instructions, implementation of conditions is required in the program. These conditions are useful for decision making statements. In C language, branching and looping statements – if else, switch case, for, while, do while are used for implementation of conditions.
Question: What are case labels and how are they used?
Answer: In C Language, case is a keyword. Case labels are used in the switch statement of C language. In switch statement, instructions are implemented by testing the value of a variable or expression with the help of case labels. In each case statement, a fixed constant value is added as a label after the case keyword. Each case statement is different from all other case statements in the switch block. Each block of case statement should ends with the break statement. Following syntax of switch statement shows how to use case labels:
Question: When will we use for loop? How is it different from while loop?
Answer: C Language has for, while and do while as a looping statements. These statements are used to repeat the exaction of set of statements. The loops – for and while are the pre-test loops in C language. The for-loop is used in those cases when we know, in advance, the no of iterations of a loop. But in those situations where we do not know the no of iterations in advance, we prefer to use while loop. These both loops are pre-test loops. It means in these loops, condition is tested before the execution of the body of the loop. If condition becomes true only than the body of loop will be executed otherwise control will be transferred to the next statement after the loop.
Other Important Questions
Question: What are Control Flow Statements? Write about their types.
Answer:Those statements which are used to control the execution flow in the program are called Control Statements.
There are three types of control statements in C language. These are as follows:
Branching Statements: These statements are also called Decision Making Statements. In these control flow statements, execution of instructions depends on result of test-condition. The statements – if else and switch case are the examples of Branching statements.
Looping Statements: These statements are also called Iterative Control Statements. These statements are used to repeat set of instructions. The statements – for, while and do while are the examples of looping statements.
Jumping Statements: These are also called skipping statements. These statements are used to transfer the execution control from one location to some other location in the program. The statements – goto, break, and continue are the examples of jumping statements.
CBSE Class 11 Computer Science Flow of Control Assignment |
CBSE Class 11 Computer Science Functions Assignment |
CBSE Class 11 Computer Science Control Flow Assignment
We hope you liked the above assignment for Control Flow which has been designed as per the latest syllabus for Class 11 Computer Science released by CBSE. Students of Class 11 should download and practice the above Assignments for Class 11 Computer Science regularly. We have provided all types of questions like MCQs, short answer questions, objective questions and long answer questions in the Class 11 Computer Science practice sheet in Pdf. All questions have been designed for Computer Science by looking into the pattern of problems asked in previous year examinations. You can download all Revision notes for Class 11 Computer Science also absolutely free of cost. Lot of MCQ questions for Class 11 Computer Science have also been given in the worksheets and assignments for regular use. All study material for Class 11 Computer Science students have been given on studiestoday. We have also provided lot of Worksheets for Class 11 Computer Science which you can use to further make your self stronger in Computer Science.
What are benefits of doing Assignment for CBSE Class 11 Computer Science Control Flow?
a. Score higher marks: Regular practice of Computer Science Class 11 Assignments for chapter Control Flow will help to improve understanding and help in solving exam questions correctly.
b. As per CBSE pattern: All questions given above follow the latest Class 11 Computer Science Sample Papers so that students can prepare as per latest exam pattern.
c. Understand different question types: These assignments include MCQ Questions for Class 11 Computer Science with answers relating to Control Flow, short answers, long answers, and also case studies.
d. Improve time management: Daily solving questions from Control Flow within a set time will improve your speed and accuracy.
e. Boost confidence: Practicing multiple assignments and Class 11 Computer Science mock tests for Control Flow reduces exam stress.
How to Solve CBSE Class 11 Computer Science Control Flow Assignment effectively?
a. Start with Class 11 NCERT and syllabus topics: Always read the chapter carefully before attempting Assignment questions for Class 11 Computer Science Control Flow.
b. Solve without checking answers: You should first attempt the assignment questions on Control Flow yourself and then compare with provided solutions.
c. Use Class 11 worksheets and revision notes: Refer to NCERT Class 11 Computer Science worksheets, sample papers, and mock tests for extra practice.
d. Revise tricky topics: Focus on difficult concepts by solving Class 11 Computer Science MCQ Test.
e. Maintain notebook: Note down mistakes in Control Flow assignment and read them in Revision notes for Class 11 Computer Science
How to practice CBSE Class 11 Computer Science Control Flow Assignment for best results?
a. Solve assignments daily: Regular practice of Control Flow questions will strengthen problem solving skills.
b.Use Class 11 study materials: Combine NCERT book for Class 11 Computer Science, mock tests, sample papers, and worksheets to get a complete preparation experience.
c. Set a timer: Practicing Class 11 Computer Science Control Flow assignment under timed conditions improves speed and accuracy.
You can download free Pdf assignments for CBSE Class 11 Computer Science Control Flow from StudiesToday.com
All topics given in Control Flow Computer Science Class 11 Book for the current academic year have been covered in the given assignment
No, all Printable Assignments for Control Flow Class 11 Computer Science have been given for free and can be downloaded in Pdf format
Latest syllabus issued for current academic year by CBSE has been used to design assignments for Control Flow Class 11
Yes, we have provided detailed answers for all questions given in assignments for Control Flow Class 11 Computer Science