This online test contains MCQs about following topics:
Try the Computer Science 10th Class English Medium Chapter 6 Online Test.
Total Questions12
Time Allowed15
- Introduction to Graphics - PSET Statements
Ch. # | Test Name | MCQs Available | PDF File | Answers Mode | Launch Test |
---|---|---|---|---|---|
0 | Computer Science 10th Class English Medium Chapter 5 Online Test | 35 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 4 Online Test | 32 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 3 Online Test | 37 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 2 Online Test | 64 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 1 Online Test | 103 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Online Test | 271 | Download PDF | MCQ Answers | Launch Test |
0 | Computer General Science Test Easy Mode | 271 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 6 Online Test | 35 | Download PDF | MCQ Answers | Launch Test |
0 | Computer Science 10th Class English Medium Chapter 7 Online Test | 35 | Download PDF | MCQ Answers | Launch Test |
- LINE Statements - CIRCLE Statements - DRAW Statement
Sr. # | Questions | Answers Choice |
---|---|---|
1 | During the function call, the values passed to the function are called. | Argument Parameter Routine Number |
2 | Dividing the program into multiple functions improves the ....... of the program. | Readability Open Read Write |
3 | The ____ of the function shold be related to its task. | Name Setup Routine Work |
4 | Which of the following are advantages of using functions. | Reusability of code Separation of tasks Readability of code All of these |
5 | If there are three return statements in the function body, ..... of them will be executed. | One Two Three First and last |
6 | How many types of function. | 1 2 3 4 |
7 | The functions which are available in C standard Library are called. | Built in function Library functions Standard functions All of these |
8 | Which are variables of different data types that are used to receive the values passed t the function as input. | Value Input Price Parameter |
9 | If the definition of called function appears before the definition of calling functiion, then ...... is not required. | Function signature Call Read Function |
10 | Print f and scanf are examples of ...... function. | User Programmer Common Built in function |