First Year Computer Science Chapter 2 Online MCQ Test for 1st Year Computer Science Chapter 2 (Information Networks)

ICS Part 1 Computer Science Chapter 2 Test

Start Chapter 2 Test

ICS Part 1 Computer Science Chapter Wise Test

MCQ's Test For Chapter 2 "Computer Science Ics Part 1 Chapter 2 Online Test"

Try The MCQ's Test For Chapter 2 "Computer Science Ics Part 1 Chapter 2 Online Test"

  • Total Questions15

  • Time Allowed20

Computer Science Ics Part 1 Chapter 2 Online Test

00:00
Question # 1

Which step is part of writing a program.

Question # 2

Which looop is best for iterating over a sequence like a list or string. 

Question # 3

Which of the following is a logical operator.

Question # 4

What is the result of dividing by zero in Python

Question # 5

What is the purpoe of slicing ?

Question # 6

Whcih has the highest preedence in Python expressions.

Question # 7

What is an expression in Python.

Question # 8

How do you append data to a file

Question # 9

What is testing in programming.

Question # 10

An action needed during python instiallatio  to run from the command line asily

Question # 11

The operation used to combine two lists in Python.

Question # 12

What is the goal of testing.

Question # 13

What is Python?

Question # 14

What does the ‘=’ operator check. 

Question # 15

How can you  writ ea multi lne comment in Python.

Prepare Complete Set Wise Chapter 2 "Computer Science Ics Part 1 Chapter 2 Online Test" MCQs Online With Answers


Topic Test

00:00
2nd Chapter

11th Class ICS Computer Science Chapter 2 MCQ's Test

Top Scorers Of Chapter 2 "Computer Science Ics Part 1 Chapter 2 Online Test" MCQ`s Test

  • U
    Uzma Adnan 10 - Jan - 2025 00 Min 53 Sec 15/15
  • O
    ORHAN KHAN 08 - Jan - 2025 01 Min 20 Sec 15/15
  • A
    Abdul Rafeh 20 - Jan - 2025 02 Min 32 Sec 14/15
  • A
    Angel Dust 01 - Oct - 2025 02 Min 51 Sec 14/15
  • T
    Taimoor Butt 13 - Jan - 2025 03 Min 17 Sec 14/15
  • U
    Uzma Kafayat 01 - Feb - 2026 04 Min 57 Sec 14/15
  • S
    shawal ahmed 15 - Jan - 2025 01 Min 29 Sec 13/15
  • M
    MeMeS BY UMãIR 19 - Jan - 2025 01 Min 43 Sec 13/15
  • R
    Rohaan Butt 23 - Sep - 2025 01 Min 49 Sec 13/15
  • B
    Babar khokhar Ali 11 - Jan - 2025 02 Min 10 Sec 13/15
  • A
    ABNxBOSS 10 - Nov - 2025 04 Min 29 Sec 13/15
  • M
    Muhammad Ahmad 03 - Oct - 2025 14 Min 02 Sec 13/15
  • B
    Beenish Adeel 07 - Jan - 2025 01 Min 58 Sec 12/15
  • S
    Saim G 30 - Jul - 2025 04 Min 07 Sec 12/15
  • I
    Inshra Ameer 17 - Jan - 2025 01 Min 21 Sec 11/15

ICS Part 1 Computer Science (New Book) Chapter 2 Important MCQ's

Sr.# Question Answer
1

What does the try block do?

A.

Catches errors

B.

Test code for errors

C.

Terminates the program

D.

Writes to files

2

What happens in the exceptblock.

A.

Code execution stops

B.

Handles the error

C.

Creates a new file

D.

Compiles the code

3

Which tool is used to install Python packages.

A.

npm

B.

‘pip’

C.

‘git’

D.

‘apt’

4

What is the third elements of [10,20,30,40]'?

A.

10

B.

20

C.

30

D.

40

5

Which of the following is a type of decision- making structur ein Python.

A.

‘for’

B.

‘while’

C.

if -else

D.

range ()

6

Why is the main () function important.

A.

Faster execution

B.

Organizes code

C.

Infiniteloops

D.

Not important

7

What is Python?

A.

A complex system language

B.

A high level, easy-to-learn programming language

C.

A web design tool

D.

A database system

8

What does an if statemetn do?

A.

Repeatss code many time

B.

Executes code only if a condition is true

C.

always rusn the else block

D.

Skips all conditions

9

Which operator is used for exponentiation.

A.

**

B.

*

C.

//

D.

%

10

Out put of the followng piece of code is.

Age= 25

print ("age:","age)

A.

Age 25

B.

25

C.

Age

D.

age

Test Questions

Is this page helpful?