12th Class ICS Computer Science Chapter 9 Online MCQ Test for (Elements of C)

ICS Part 2 Computer Science Online
Chapter 9 Test

Start Chapter 9 Test

MCQ's Test For Chapter 0 "ICS Part 2 Computer Science Chapter 9 Online Test"

Try The MCQ's Test For Chapter 0 "ICS Part 2 Computer Science Chapter 9 Online Test"

  • Total Questions15

  • Time Allowed20

ICS Part 2 Computer Science Chapter 9 Online Test

00:00
Question # 1

Which is a valid statement for initializing of a variable?

Question # 2

Which of the following are valid variable names?

Question # 3

Which of the following data type offers the highest precisions

Question # 4

Which statement is true about data types?

Question # 5

Which of the following statement is correct?

Question # 6

The logical not operator denoted by is

Question # 7

An integer variable can store the value:

Question # 8

Variable are created in:

Question # 9

Which data type is used to store numeric value with no decimal point?

Question # 10

Which is NOT a valid statement to initialize a variable?

Question # 11

Another way to write the value 3452211903 is:

Question # 12

The number of bytes used by float data type in C is:

Question # 13

Which of the following operators has lowest precedence

Question # 14

The number of bytes used by long int data type in C is:

Question # 15

C is strongly typed language, it means that:

Prepare Complete Set Wise Chapter 0 "ICS Part 2 Computer Science Chapter 9 Online Test" MCQs Online With Answers


Topic Test

00:00
9th Chapter

ICS Part 2 Computer Science Chapter 9 Online Test MCQ's

Top Scorers Of Chapter 0 "ICS Part 2 Computer Science Chapter 9 Online Test" MCQ`s Test

  • K
    Kaonain Khan 20 - Jan - 2025 01 Min 10 Sec 15/15
  • M
    Muhsan 20 - Jan - 2025 01 Min 58 Sec 14/15
  • P
    Parveen Akhtar 21 - Dec - 2024 02 Min 34 Sec 13/15
  • A
    Alishba Yasir 17 - Dec - 2024 02 Min 50 Sec 13/15
  • Z
    Zeeshan Malik 03 - Jan - 2025 03 Min 19 Sec 13/15
  • M
    Memona Zaka 20 - Dec - 2024 05 Min 47 Sec 13/15
  • M
    Muhammad Umer 16 - Dec - 2024 02 Min 13 Sec 12/15
  • S
    Saim G 30 - Jul - 2025 02 Min 30 Sec 12/15
  • W
    Waleed Ahmad 15 - Jan - 2025 03 Min 04 Sec 12/15
  • M
    Musfira Mukhtar 15 - Jan - 2025 03 Min 45 Sec 12/15
  • N
    Nadeem Pakistan 14 - Jan - 2025 04 Min 05 Sec 12/15
  • R
    Rehan Jarral 07 - Oct - 2025 13 Min 02 Sec 12/15
  • R
    rabia shakeel 21 - Dec - 2024 01 Min 27 Sec 11/15
  • H
    Hira Nadeem 19 - Apr - 2026 02 Min 10 Sec 11/15
  • F
    Fatima Asif 23 - Oct - 2025 03 Min 38 Sec 11/15

ICS Part II Computer Science Chapter 0 Important MCQ's

Sr.# Question Answer
1 C is strongly typed language, it means that:
A. Every program must be compiled before execution
B. Every variable must be declared before it is being used
C. The variable declaration also defines the variable
D. Sufficient data types are available to manipulate each type of data
2 Which is a valid statement for initializing of a variable?
A. int n=100;
B. int x=50, y=75;
C. char grade='a'
D. All of these
3 Which of the following is NOT a valid identifier?
A. return
B. myInt
C. myInteger
D. total3
4 Which of the following data types is most appropriate for storing a name?
A. float
B. int
C. char
D. long
5 The float, long float and double data types are known as:
A. Integer data
B. character data
C. Integral data
D. Real data
6 Which of the following are valid variable names?
A. Long
B. Integer
C. Notlongenough
D. Both B and C
7 An integer variable can store the value:
A. -1.1
B. "123"
C. 32898
D. 5.5
8 a+=b is equivalent to:
A. b+=a
B. a=+b
C. a=a+b
D. b=b+a
9 Variable and constant names can not contain a(n):
A. Number
B. Underscore
C. Upper case letter
D. Lower case letter
10 Which of the following is a valid character constant?
A. a
B. "Hello"
C. '6'
D. =

Test Questions

Is this page helpful?

Share your comments & questions here

Guest
  • marry

    marry

    08 Feb 2017

    student

    Like
    Reply