First Year Computer Science Chapter 3 Online MCQ Test for 1st Year Computer Science Chapter 3 (Data Communication)

ICS Part 1 Computer Science Chapter 3 Test

Start Chapter 3 Test

ICS Part 1 Computer Science Chapter Wise Test

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

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

  • Total Questions15

  • Time Allowed20

Computer Science Ics Part 1 Chapter 3 Online Test

00:00
Question # 1

What is the primary goal of algorithm design techniques.

Question # 2

What is the purpose of search algorithms

Question # 3

Waht does O (n2) indicate.

Question # 4

If P= NP ,this means 

Question # 5

Why are commonly used algorithms important.

Question # 6

An algorithm that sort data by stepping thourgh the list and swapping adjacent elements if needed is.

Question # 7

What does time complexity measrue.

Question # 8

What is limitation Greedy algorithms

Question # 9

Which is an NP complete problem.

Question # 10

Which diagram shows P, NO, NP-hard,NP Complete

Question # 11

Problems in class P are solved in.

Question # 12

How does Linear Search work.

Question # 13

Which is solved by Dynamic Programming.

Question # 14

Knowing if a problem is solvable hellps.

Question # 15

NP Problems can be

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


Topic Test

00:00
3rd Chapter

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

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

  • S
    sallu khan 06 - Jan - 2025 00 Min 37 Sec 15/15
  • U
    Uzma Adnan 10 - Jan - 2025 00 Min 50 Sec 15/15
  • F
    fatima amjad 26 - Jan - 2026 01 Min 53 Sec 14/15
  • M
    Muhib Siddiqui 23 - Dec - 2024 03 Min 10 Sec 14/15
  • R
    Rana Muhammad anfal 16 - Jan - 2025 01 Min 23 Sec 13/15
  • A
    Anas Rehman 02 - Jan - 2025 01 Min 31 Sec 13/15
  • F
    Faisal Maqbool 26 - Dec - 2024 02 Min 12 Sec 13/15
  • I
    Iqra Amjad 20 - Dec - 2024 02 Min 22 Sec 13/15
  • H
    Hassan Raza 24 - Dec - 2024 02 Min 01 Sec 12/15
  • N
    Noor Mughal Noor Mughal 19 - Jan - 2025 02 Min 08 Sec 12/15
  • A
    Adrien Oliver 16 - Dec - 2024 02 Min 10 Sec 12/15
  • S
    Saim Yousaf 20 - Dec - 2024 02 Min 17 Sec 12/15
  • S
    Saim G 31 - Jul - 2025 02 Min 39 Sec 12/15
  • S
    Shumaila Riaz 13 - Dec - 2024 02 Min 57 Sec 12/15
  • S
    Shah az Ali 22 - Dec - 2024 04 Min 42 Sec 12/15

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

Sr.# Question Answer
1

How does Linear Search work.

A.

Halve search interval

B.

Check each item one by oe

C.

Explore branch deeply

D.

Use queue for nodes

2

How does bubble sort work

A.

Select smallest and swap

B.

Swap adjacent if wrong

C.

Divide and merge

D.

Explore nodes level wise

3

What does space complexity measure.

A.

Execution time

B.

Memory usage

C.

Number of steps

D.

Result accuracy

4

A seenario where Dynaimic progrmming proves most useful 

A.

Problem withou overlapping sub problems

B.

Problems solved by making local choices

C.

Problems with overlapping sub problems and optimal sbstructure

D.

Problem divided into independent sub problems

5

For which problems is Backtracing suitable.

A.

Optimal substrcuture

B.

Explore all combinations

C.

ON optimal choice

D.

No overlapping problems

6

What is the primary goal of algorithm design techniques.

A.

Improve hardware

B.

Solve problems systematically

C.

Reduce imput size

D.

Debug software

7

An algorithm with a time complexity of  O(n log n):

A.

Bubble sort

B.

Binary Search

C.

Merge Sort

D.

Insertion sort

8

What does page rank algorithm analyze.

A.

Page links

B.

page color

C.

Page size

D.

Page font

9

What is limitation Greedy algorithms

A.

Too complex

B.

Always optimal

C.

Not always optimal

D.

High memory use

10

Which of the following correctly describes a solvable problem.

A.

Cannot be solved

B.

Takes infinite time

C.

Soved by algorithm in finite time

D.

Has no input/output

Test Questions

Is this page helpful?