PPSC Computer Science MCQ Test With Answer

Thousands of applicants every year apply for PPSC lecturer jobs. However, the difficult outline and the scarcity of information makes it difficult for the candidates applying for Computer Science to perform exceptionally well in the PPSC exam. You might be wondering about the best way to prepare for the PPSC computer exam. To be fair, the best preparation strategy is to take mock tests. Here at IlmKiDunya.com, our mission is to prepare all the candidates so they can perform their best in the PPSC exam. We provide up-to-date MCQs related to Computer Science and all other subjects so every candidate can easily start preparing for the exam.

By clicking on the Computer Science page, you can prepare for the PPSC Computer Science exam by attempting the chapter-wise MCQs. You can compete with the other candidates who take the exam on our website and assess your preparation. Other than that, you can also discuss with other students about preparation strategies by using the comments section.

PPSC Computer Science Full Book MCQ's test

Try The PPSC Computer Science Full Book MCQ's test

  • Total Questions30

  • Time Allowed30

PPSC Computer Science Full Book MCQ's test

00:00
Question # 1

Which of the following is a secondary memory device.

Question # 2

A bookmark is an item of location in document that you identify as a name for future reference Which of the following task is accomplished by using bookmarks.

Question # 3

An online backing storage system capable of storing larger uantities of data is.

Question # 4

What is the command that can print lines of first file matching with second file.

Question # 5

Which of the following function return 1 when output is successful.

Question # 6

Vector graphics is composed of

Question # 7

As computer to diskettes the hard disks are

Question # 8

Who is the Brian of computer

Question # 9

GKS was developed by the

Question # 10

Which is widely used in interrupt controller with a number of microprocessor.

Question # 11

Which of these can be used for testing as tool.

Question # 12

The status register is also called the

Question # 13

Direct mapping is a _____________ to implement cache memory

Question # 14

EB stand for

Question # 15

What is the transport protocol used to call a web service.

Question # 16

TCP /IP mainly used for

Question # 17

_________ causes the address of the next microprocessor to be obtained from the memory.

Question # 18

What's wrong in the statement ? (x == 4 && y == 5) ? (a=5):(b=6):

Question # 19

Gridines

Question # 20

What function displays row data in a column or column data in a row.

Question # 21

Which of the following is not a basic step in creating a worksheet.

Question # 22

The cell reference for a range of cells that starts in cell B1 and goes over to column G and down to row 10 is

Question # 23

Which company is the biggest player in the microprocessor industry.

Question # 24

In Basic description comments are put in the source program with the.

Question # 25

Identify the concept of blending colors along the edges of letters to create gentle effect.

Question # 26

Data communications monitors available on the software marked include.

Question # 27

One computer that is not considered a portable is.

Question # 28

What is an expression that tells how the numbers in a determined set of cells are to be calculated.

Question # 29

Which property of the rapid prototype is not important.

Question # 30

The CU is designed by using which techniques.


Topic Test

00:00

Here is List Of Chapter Wise Tests

Ch. # Test Name MCQs Available PDF File Launch Test
1 PPSC Computer Science Topic 1 Basic Computer Knowledge 373 Download PDF Launch Test
2 PPSC Computer Science Topic 2 Computer Fundamentals 74 Download PDF Launch Test
3 PPSC Computer Science Topic 3 Microsoft Word 94 Download PDF Launch Test
4 PPSC Computer Science Topic 4 Microsoft Excel 80 Download PDF Launch Test
5 PPSC Computer Science Topic 5 Microsoft Power Point Online Test 17 Download PDF Launch Test
6 PPSC Computer Science Topic 6 Microsoft Access 85 Download PDF Launch Test
7 PPSC Computer Science Topic 7 ASP.NET 107 Download PDF Launch Test
8 PPSC Computer Science Topic 8 C Programming 94 Download PDF Launch Test
9 PPSC Computer Science Topic 9 PHP 44 Download PDF Launch Test
10 PPSC Computer Science Topic 10 Programming Language 33 Download PDF Launch Test
11 PPSC Computer Science Topic 11 Computer Graphics 140 Download PDF Launch Test
12 PPSC Computer Science Topic 12 Computer Networking 37 Download PDF Launch Test
13 PPSC Computer Science Topic 13 Computer Communication Network 18 Download PDF Launch Test
14 PPSC Computer Science Topic 14 Internet 60 Download PDF Launch Test
15 PPSC Computer Science Topic 15 Internet Technologies 14 Download PDF Launch Test
16 PPSC Computer Science Topic 16 Multimedia Applications 21 Download PDF Launch Test
17 PPSC Computer Science Topic 17 Microprocessor And Assembly Language 318 Download PDF Launch Test
18 PPSC Computer Science Topic 18 Network 9 Download PDF Launch Test
19 PPSC Computer Science Topic 19 Operating System 110 Download PDF Launch Test
20 PPSC Computer Science Topic 20 Server Client Application Development 56 Download PDF Launch Test
21 PPSC Computer Science Topic 21 Software Engineering 56 Download PDF Launch Test
22 PPSC Computer Science Topic 22 Software Analysis & Designing 197 Download PDF Launch Test
23 PPSC Computer Science Topic 23 Software Testing 192 Download PDF Launch Test

Top Scorers of PPSC Computer Science Full Book MCQ's test

  • A
    Arshad Mehmood 23 - Jun - 2024 14 Min 08 Sec 21/30
  • W
    Waheed Azam 07 - Jul - 2024 08 Min 52 Sec 20/30
  • A
    Aftab Sadiq 25 - Jun - 2024 10 Min 29 Sec 20/30
  • S
    Saba Hanif 29 - Jun - 2024 08 Min 54 Sec 18/30
  • I
    ITO Choubara 18 - Nov - 2024 06 Min 06 Sec 17/30
  • H
    Huraira irfan 22 - Aug - 2024 07 Min 57 Sec 17/30
  • S
    sana 07 - Aug - 2024 10 Min 28 Sec 17/30
  • I
    Imran Ahmad 27 - Jun - 2024 11 Min 31 Sec 17/30
  • W
    Waqar Sherazi 14 - Jul - 2024 15 Min 27 Sec 17/30
  • A
    Ammar Ahmad 23 - Jun - 2024 08 Min 19 Sec 16/30
  • A
    Awais Ahmad 10 - Jul - 2024 07 Min 01 Sec 15/30
  • N
    nbi 338nb 20 - Jul - 2024 01 Min 48 Sec 14/30
  • M
    M. Tanveer Akram 25 - Aug - 2024 09 Min 47 Sec 14/30
  • M
    Mehk Fatima 12 - Jul - 2024 10 Min 47 Sec 14/30
  • G
    Gulzareen HED 22 - Jun - 2024 14 Min 29 Sec 14/30

PPSC ComputerScience Important MCQ's

Sr.# Question Answer
1 Who is the Brian of computer
A. ALU
B. CPU
C. MU
D. None
2 Which command is used to skip the rest of a loop and carry on from the top of the loop again.
A. Break
B. Resume
C. Continue
D. Skip
3 The given statement of FILE * fptr,
A. Defines a pointer to the pre defined structure type FILE
B. Define a pointer to the user defined structure type FILE.
C. define a pointer to the pre defined data type FILE DESCRIPTOR
D. Creates a file pointed by fptr
4 Parallel port can transfer ____ bits of data of a time.
A. 2
B. 4
C. 8
D. 16
5 Offline device is
A. A device which is not connected to CPU
B. A device which is connected to CPU
C. A direct access storage device
D. An I/O device
6 Which is the most important for Multi taskiing.
A. Modularity
B. Time sharing
C. Multi programming
D. Multi user
7 One computer that is not considered a portable is.
A. Minicomputer
B. laptop computer
C. Notebook computer
D. All of above
8 Which of the following functions require the allow -rul -fopen must the enabled.
A. Include ()
B. Require ()
C. Both above
D. None
9 Test documentation is important for conducting the test and for the reuse of the test program during.
A. Maintences
B. Plan
C. Code
D. Design
10 A type of core store that has a lower access time than the devices used for working store int he same processor is known as
A. Core memory
B. Buffer
C. Fast core
D. Address register

Test Questions

Is this page helpful?