10th Computer S. English Medium Chapter 7 Test

image
image
image

Matric Part 2/10th Class Computer Science Chapter 7 MCQ Test With Answer for Chapter 7 (Microsoft Word)

This online test contains MCQs about following topics:

Computer Science 10th Class English Medium Chapter 7 Online Test

Try the Computer Science 10th Class English Medium Chapter 7 Online Test.

  • Total Questions12

  • Time Allowed15

Start Test

- Introduction to Microsoft Word - Loading Microsoft Word

ClassName Chapter Wise Test

Here is List Of ClassName Chapter Wise Tests

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

- Paragraph Spacing - Fonts - Preveiw and printing a document

Top Scorers of Online MCQ Test for Biology Class 10

  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12
  • Muhammad Hasan Ali 04 - Feb - 2024 01 Mins 04 Sec 12/12

Computer Science 10th Class English Medium Chapter 7 Online Test (MCQs With Answers)

Sr. # Questions Answers Choice
1 Which describe imput and output of the function. Calling Function signature Routine work
2 We can call a suer -defined function from another user defined function, same as we call other functions in ........... function. Main Call Define Out
3 Which is approach of good problem solver. Divide Divide and conquer Simple problem Complex problem
4 Which of the following are advantages of using functions. Reusability of code Separation of tasks Readability of code All of these
5 Which functions performs commonly used mathematical calculations, string operation, imput/output operations etc. Built -in function Library functions Standard functions All of these
6 During the function call, the values passed to the function are called. Argument Parameter Routine Number
7 Which function is to desplay anything on computer screen. output Input Scanf Print f
8 Output of the function is called its. Return values Input Output Reader
9 Functions could be bult-in of........... Admin define Server define User define Both a and b
10 __________ means to transfer the control to another function. Calling Defining re-writing Including