10th Class Computer Science Chapter 2 English Medium Online MCQ Test With Answer

MCQs Test for 10th Class Chapter 2 Computer Science

The chapter 2 of 10th class Computer Science is related to User Interaction. This chapter has great importance with respect to the board paper. It is not very easy but rather conceptual and technical. For getting perfection in this chapter, students should make maximum practice of these online MCQs tests. Download 10th class Computer Science Chapter 2 MCQs which are available on ilmkidunya for all students. These online MCQs tests are free to attempt and download. The students must avail this chance and make the best practice of this important chapter. 10th class Computer Science Chapter 2 MCQs in PDF are given on ilmkidunya, from where the students can easily get these tests.

MCQ's Test For Chapter 2 "User Interaction"

Try The MCQ's Test For Chapter 2 "User Interaction"

  • Total Questions12

  • Time Allowed15

User Interaction

00:00
Question # 1

Which is a built-in function in C programming language to show output on screen?

Question # 2

Which of the following forces printf() to change its normal behavior ?

Question # 3

Which operator has the highest precedence among the following ?

Question # 4

Escape sequences consists of ________ characters:

Question # 5

Which operators compare two values to determine the relationship between values ?

Question # 6

A tab stop is collection of _________ spaces:

Question # 7

Which is a combination of backslash (\) and a code character to control printing of data on the screen ?

Question # 8

Which is identifier for compiler to identity the end of a line ?

Question # 9

Which is used to display data in specific format ?

Question # 10

Which is a built-in function in C language that takes input from user into the variables ?

Question # 11

Which is unary operator ?

Question # 12

Let the following part of code, what will be the value of variable an after execution:
int a = 4;
float b= 2.2;
a = a * b;

Prepare Complete Set Wise Chapter 2 "User Interaction" MCQs Online With Answers


Topic Test

00:00

Computer science is an important subject for the students of 10th class. Every student wants to score good marks in matric. For the convenience of the 10th class students, ilmkidunya is providing to students the online tests for the preparation of computer science. These online tests are comprised of many MCQs from every topic of chapter 2. These online MCQs tests are very conceptual and helpful. The students can make better practice through 10th class computer science unit 2 MCQs with answers. Get well prepared for the computer science board exam by practicing these online MCQs tests.

Top Scorers Of Chapter 2 "User Interaction" MCQ`s Test

  • M
    Mahnoor Saif 21 - Jan - 2025 00 Min 05 Sec 12/12
  • V
    Vato ato 12 - Jan - 2025 00 Min 06 Sec 12/12
  • A
    Aansa Naveed 13 - Feb - 2026 01 Min 04 Sec 12/12
  • M
    Maheen sidhu 13 - Feb - 2026 01 Min 07 Sec 12/12
  • M
    Muhammad Khalid 13 - Feb - 2026 01 Min 13 Sec 12/12
  • W
    Waheed ahmad 02 - Mar - 2026 01 Min 14 Sec 12/12
  • A
    Asif Bhatti 11 - Sep - 2025 01 Min 27 Sec 12/12
  • A
    Ali Raza 17 - Jan - 2025 01 Min 32 Sec 12/12
  • S
    SYED MUHAMMAD TAHA 17 - Oct - 2025 01 Min 46 Sec 12/12
  • S
    Saim G 16 - Aug - 2025 01 Min 58 Sec 12/12
  • M
    Minu Khan 01 - Feb - 2026 02 Min 13 Sec 12/12
  • A
    Ahmad Nazir 07 - Dec - 2025 02 Min 18 Sec 12/12
  • A
    Ayesha Tariq 20 - Jan - 2025 02 Min 51 Sec 12/12
  • D
    dania yousaf 14 - Feb - 2026 01 Min 07 Sec 11/12
  • A
    Aashir Rukhsar 05 - Dec - 2025 01 Min 08 Sec 11/12

10th Class (English Medium) Computer Science Chapter 2 Important MCQ's

Sr.# Question Answer
1 Which operator performs division of left operand by the right operand and returns the remainder value after division ?
A. +
B. %
C. *
D. .
2 Which is a built-in function in C programming language to show output on screen?
A. printf()
B. scanf()
C. input
D. print
3 Which operator is used to assign a value to a variable ?
A. Assignmentoperator
B. arithmeticoperator
C. logicaloperator
D. all of these
4 Which operator returns remainder ?
A. modulusoperators
B. binaryoperators
C. ternaryoperators
D. all of these
5 Which format specifier is used for float data type ?
A. %d
B. %i
C. %f
D. %c
6 What is true about C language ?
A. C is not a case sensitive language
B. keywords can be used as variable names
C. All logical operators are binary
D. none of them
7 Which escape sequence specifies the I/O function of moving to the next tab stop horizontally ?
A. \c
B. \t
C. \n
D. \r
8 Which operator takes two Boolean expression as operands and produces the result true if both of its operands are true ?
9 In C language _______ is used as statement terminator:
A. ;
B. :
C. ,
D. "
10 Let the following part of code, what will be the value of variable an after execution:
int a = 4;
float b= 2.2;
a = a * b;
A. 8.8
B. 8
C. 8.2
D. 8.0

Test Questions

Is this page helpful?