Trending

بِسْمِ اللَّهِ الرَّحْمَنِ الرَّحِيم

ETEA » ETEA MCQS

MCQs about KPK Public Sector Organization Computer Operator Past Paper by ETEA

Kumail Bangash Author
100 Questions

MCQs about KPK Public Sector Organization Computer Operator Past Paper by ETEA

This fully mcqs for the Computer Operator position in a Khyber Pakhtunkhwa (KPK) Public Sector Organization. This guide provides all 100 MCQs with detailed explanations for Computer Science, Mathematics, English, and General Knowledge. 
I solve this past paper, please visit on this link: click on link

 

1

_____ is the collection of all those parts of computer system, which are actually working during the processing of data to get information:

Explanation
Correct Answer: Option A

Hardware refers to the physical components (like CPU and RAM) that execute the actual processing of data.

2

RAM (Random Access Memory) is also called:

Explanation
Correct Answer: Option C

RAM is volatile memory that allows the computer to both read data from and write data to it during operation.

3

A _____ may be defined as "the memory required to store a single alphanumeric character of data":

Explanation
Correct Answer: Option B

One byte (8 bits) is the standard unit used to represent a single character, such as a letter or number.

4

A byte is a combination of:

Explanation
Correct Answer: Option C

A byte equals 8 bits; since 1 nibble is 4 bits, 2 nibbles also make a byte.

5

Each node in star topology is connected to a _____ minicomputer which controls the network:

Explanation
Correct Answer: Option C

In a star topology, all devices are connected to a central hub or switch that manages data traffic.

6

The _____ sign indicates that this is an instruction for the compiler:

Explanation
Correct Answer: Option C

In C/C++, the # symbol denotes a preprocessor directive, which tells the compiler to perform specific actions before actual compilation.

7

A "C" program consists of _____ function/functions:

Explanation
Correct Answer: Option C

A C program must have at least one function (main) but can contain many more.

8

Each type of computer has its own machine language which consists of _____:

Explanation
Correct Answer: Option C

Machine language is binary code, composed entirely of 0s and 1s.

9

A High Level Language is much powerful programming tool than _____ language:

Explanation
Correct Answer: Option D

Assembly is a low-level language; High-Level Languages (HLL) are more powerful because they are easier to write and more portable.

10

Most of the C compiler use Integrated Development Environment (IDE) to _____ a simple program:

Explanation
Correct Answer: Option D

An IDE provides all the tools necessary to write, compile, link, and run code in one interface.

11

Constants are quantities whose values _____ during program execution:

Explanation
Correct Answer: Option A

By definition, a constant remains fixed and cannot be altered once the program is running.

12

Floating-point constants are also called:

Explanation
Correct Answer: Option D

Floating-point numbers represent real numbers (fractions/decimals), hence they are called real constants.

13

In C/C++, the _____ is used to issue a new line:

Explanation
Correct Answer: Option A

The escape sequence \n moves the output cursor to the beginning of the next line.

14

Relational operators are used to compare _____ values of the same type:

Explanation
Correct Answer: Option A

Relational operators (like <,>) compare two operands to determine their relationship.

15

Syntax errors result when the _____ of the programming language are not followed:

Explanation
Correct Answer: Option C

Syntax errors occur when the grammatical rules or syntax of a language are violated.

16

Which of the following is arithmetic operator?

Explanation
Correct Answer: Option D

The asterisk (*) is used for the arithmetic operation of multiplication.

17

In a structured program, the logical flow is governed by _____ basic control structures:

Explanation
Correct Answer: Option B

The three structures are Sequence, Selection (if/else), and Iteration (loops).

18

Loop provides a way for you to repeat _____ statement/statements as many times as your application requires:

Explanation
Correct Answer: Option C

Loops can repeat a single line of code or a block of multiple statements.

19

The Currency of Canada is:

Explanation
Correct Answer: Option C

Canada uses the Canadian Dollar (CAD).

20

What is meant by solstice?

Explanation
Correct Answer: Option A

A solstice occurs when the Sun reaches its highest or lowest point in the sky at noon, resulting in the longest or shortest day.

21

In which continent is the Alps Mountain to be found?

Explanation
Correct Answer: Option C

The Alps are the highest and most extensive mountain range system that lies entirely in Europe.

22

Sri Lanka is an island which is located in:

Explanation
Correct Answer: Option C

Sri Lanka is an island nation located in South Asia, specifically in the Indian Ocean.

23

The world largest lake is located in:

Explanation
Correct Answer: Option D

The Caspian Sea, considered the world's largest lake, is located in Asia.

24

Which of the following is the second largest ocean in the world?

Explanation
Correct Answer: Option C

The Pacific is the largest, and the Atlantic is the second-largest ocean.

25

"Mumbai" is the sea port of:

Explanation
Correct Answer: Option D

Mumbai is a major port city on the west coast of India.

26

Which of the following is the Capital of Brazil?

Explanation
Correct Answer: Option C

Brasilia was inaugurated as the capital of Brazil in 1960.

27

Security Council comprises of how many members?

Explanation
Correct Answer: Option A

The UN Security Council consists of 5 permanent members and 10 non-permanent members.

28

APP is the news agency of:

Explanation
Correct Answer: Option B

APP stands for Associated Press of Pakistan.

29

Ariana Airline is an airline of:

Explanation
Correct Answer: Option B

Ariana Afghan Airlines is the largest airline of Afghanistan.

30

The International Rice Research Institute is located in:

Explanation
Correct Answer: Option A

IRRI is headquartered in Los Baños, Philippines.

31

Which of the following is the old name of Bangladesh?

Explanation
Correct Answer: Option B

Before independence in 1971, Bangladesh was the eastern wing of Pakistan, known as East Pakistan.

32

Which of the following country is called 'Land of Lilies' ?

Explanation
Correct Answer: Option D

Canada is often referred to as the Land of Lilies.

33

_____ is the highest military award of Pakistan:

Explanation
Correct Answer: Option B

Nishan-e-Haider is Pakistan's highest military gallantry award.

34

When was Organization of the Islamic Conference (OIC) established?

Explanation
Correct Answer: Option A

The OIC was founded in September 1969 following a summit in Rabat, Morocco.

35

Ukraine shares border with how many European Union member states?

Explanation
Correct Answer: Option C

Ukraine borders Poland, Slovakia, Hungary, and Romania, all of which are EU members.

36

Which of the following country has largest labour force?

Explanation
Correct Answer: Option B

Due to its massive population, China has the world's largest labor force.

37

Science is originated from a Latin word Scientia, which means to:

Explanation
Correct Answer: Option D

"Scientia" translates to "knowledge" or "to know" .

38

Campbellpur is the old name of:

Explanation
Correct Answer: Option C

Attock city was formerly known as Campbellpur in honor of Sir Colin Campbell.

39

Product of the roots of the equation $2x^2 - 3x - 4=0$ are:

Explanation
Correct Answer: Option D

For $ax^2 + bx + c=0$, the product of roots is $c/a$. Here, $-4/2=-2$.

40

$sqrt{16x^4 - 24x^3 + 25x^2 - 12x + 4}=_____$:

Explanation
Correct Answer: Option A

Expanding $(4x^2 - 3x + 2)^2$ yields the expression inside the square root.

41

Find an expression for the perimeter of a rectangle whose area is given by $x^2 + 13x - 90$:

Explanation
Correct Answer: Option B

Factoring the area gives $(x+18)(x-5)$. Perimeter $=2(Length + Width)=2(x+18 + x-5)=2(2x+13)=4x+26$.

42

$V propto frac{1}{P}$ and $P=300 ext{ N/m}^2$ when $V=4 ext{ m}^3$. Find P when $V=3 ext{ m}^3$.

Explanation
Correct Answer: Option A

Since $PV=k$, $300 imes 4=1200$. When $V=3$, $P=1200/3=400$.

43

The distance between two points with coordinates $(1, -5)$ and $(x, 7)$ is $6sqrt{5}$. What is the value of $x$?

Explanation
Correct Answer: Option C

Using the distance formula $sqrt{(x-1)^2 + (7 - (-5))^2}=6sqrt{5}$, solving for $x$ yields 7.

44

Find the value of $x^4 + frac{1}{x^4}$ when $x + frac{1}{x}=2$:

Explanation
Correct Answer: Option A

If $x + frac{1}{x}=2$, then $x=1$. Therefore, $1^4 + frac{1}{1^4}=2$.

45

A 20m ladder is leaned against a wall. If the base of the ladder is 16m from the wall, how high up the wall will the ladder reach?

Explanation
Correct Answer: Option D

Using Pythagoras theorem: $h^2=20^2 - 16^2=400 - 256=144$. $sqrt{144}=12$.

46

The sum of Rs.65,000 is divided among three brothers Hamza, Junaid and Awais... Find the share of Junaid.

Explanation
Correct Answer: Option B

Let Awais $=x$, Junaid $=4x$, Hamza $=8x$. $13x=65000 ightarrow x=5000$. Junaid $(4x)=20000$.

47

Find the third proportion of 5 and $5sqrt{3}$:

Explanation
Correct Answer: Option B

$5 : 5sqrt{3}=5sqrt{3} : x ightarrow 5x=(5sqrt{3})^2=75$. $x=15$.

48

The bisectors of the angles of a triangle are:

Explanation
Correct Answer: Option B

The three angle bisectors of a triangle always intersect at a single point (the incenter), making them concurrent.

49

Crawling down the stairs is dangerous for babies. [Identify underlined phrase: "Crawling down the stairs" ]

Explanation
Correct Answer: Option C

"Crawling" is a verb acting as a noun, making it a gerund.

50

She did not eat any fruit. [Identify "any" ]

Explanation
Correct Answer: Option A

"Any" describes the noun "fruit," so it functions as an adjective.

51

Jim works _____ than his brother.

Explanation
Correct Answer: Option C

"Than" indicates a comparison between two people, requiring the comparative degree "harder" .

52

Do not tease the beggar. [Passive voice]

Explanation
Correct Answer: Option A

Imperative negative sentences are changed to passive using "Let + object + not + be + V3" .

53

Wait _____ tomorrow.

Explanation
Correct Answer: Option B

"Till" is used to indicate waiting up to a specific time in the future.

54

Jane is not coming today as she is ill. [Identify clause: "as she is ill" ]

Explanation
Correct Answer: Option C

It explains "why" she is not coming, which is the function of an adverbial clause of reason.

55

I could catch the kite. [Passive voice]

Explanation
Correct Answer: Option A

Modal passive is formed by "Modal + be + V3" .

56

Prevention is _____ than cure.

Explanation
Correct Answer: Option B

Comparing two things (prevention and cure) requires the comparative "better" .

57

This is a _____ movie.

Explanation
Correct Answer: Option C

Adjectives follow the order: Opinion (Wonderful), Age (new), Origin (Pakistani).

58

Weather forecaster, frequently make mistakes. [Identify "frequently" ]

Explanation
Correct Answer: Option B

It describes the frequency of the verb "make," hence it is an adverb.

59

The _____ tag is used when you want to end a line, but do not want to start a new paragraph:

Explanation
Correct Answer: Option B

The <br> tag inserts a single line break.

60

Metadata is data about _____:

Explanation
Correct Answer: Option C

Metadata provides information about other data to make it easier to find and manage.

61

DHTML is a combination of technologies used to create dynamic web sites:

Explanation
Correct Answer: Option A

DHTML stands for Dynamic Hypertext Markup Language.

62

Data is a plural form of the Latin word:

Explanation
Correct Answer: Option C

Datum is the singular form, and data is the plural form.

63

In Data Base, tables organize data into columns called:

Explanation
Correct Answer: Option B

In database terminology, columns are "fields" and rows are "records".

64

A _____ is an integrated collection of data that is shared by all the organizational users:

Explanation
Correct Answer: Option D

A database is designed to be a central repository for shared organizational data.

65

Database store data and information extracted from selected _____ databases:

Explanation
Correct Answer: Option C

Data warehouses often pull from both internal daily operations and external sources.

66

A data warehouse stores data from _____:

Explanation
Correct Answer: Option C

Data warehouses are designed for historical analysis, keeping both current and past data.

67

A point-to-point protocol over Ethernet is a network protocol for:

Explanation
Correct Answer: Option A

PPPoE (Point-to-Point Protocol over Ethernet) encapsulates PPP frames within Ethernet frames.

68

High speed Ethernet works on:

Explanation
Correct Answer: Option C

Optical fiber supports the highest bandwidth and speeds for modern Ethernet.

69

A website following the _____ business model sells its products to an intermediate buyer...

Explanation
Correct Answer: Option B

Business-to-Business (B2B) involves transactions between businesses rather than direct to consumers.

70

A website following the _____ business model sells its products directly to a customer:

Explanation
Correct Answer: Option B

Business-to-Consumer (B2C) refers to selling directly to the end user.

71

An e-commerce payment system facilitates the acceptance of _____ for online transactions:

Explanation
Correct Answer: Option B

It specifically enables electronic or online payment methods.

72

A debit card is also known as a:

Explanation
Correct Answer: Option C

Debit cards are linked to bank accounts and function like electronic checks.

73

A stored value card is a _____ with a monetary value stored on the card itself:

Explanation
Correct Answer: Option A

Gift cards or transit cards are types of stored-value payment cards.

74

The current generation of smart card includes _____ with programmable function:

Explanation
Correct Answer: Option A

Integrated Circuit (IC) chips allow smart cards to process data securely.

75

A sequence of characters is generally known as a:

Explanation
Correct Answer: Option A

In programming, a "string" is the data type for text or character sequences.

76

In C/C++, the puts() function can only output _____ string/strings at a time:

Explanation
Correct Answer: Option A

puts() accepts a single string argument and automatically adds a newline.

77

A Database Management System (DBMS) is the software that manages _____:

Explanation
Correct Answer: Option C

DBMS software like MySQL or Oracle is specifically for managing databases.

78

A data model is an abstract representation of the data about _____ within an organization:

Explanation
Correct Answer: Option D

Data models define entities, their attributes, and their relationships.

79

A Hierarchical is a familiar structure, here records are stored in the form of a _____:

Explanation
Correct Answer: Option B

Hierarchical databases use a parent-child or tree-like structure.

80

DDL statements are a subset of SQL statements used to _____ oracle 8 database structure:

Explanation
Correct Answer: Option D

Data Definition Language (DDL) includes commands like CREATE, ALTER, and DROP.

81

MS-Access is used to _____ a large amount of information:

Explanation
Correct Answer: Option C

MS-Access is a relational database tool used for storing and editing data.

82

_____ plays a significant role mostly in the form of computer based Information system Management Information System (MIS):

Explanation
Correct Answer: Option A

Computers are the backbone of modern MIS.

83

As computer is a very important tool for _____ production of our needed information:

Explanation
Correct Answer: Option C

Computers process data much faster and with fewer errors than manual methods.

84

The teacher said, "The Earth moves around the Sun." [Indirect speech]

Explanation
Correct Answer: Option C

Tense does not change for universal truths in indirect speech.

85

Would you like to go to the museum or to the zoo? [Identify sentence type]

Explanation
Correct Answer: Option B

It connects two independent ideas with the coordinating conjunction "or".

86

She eats an apple. [Choose past simple form]

Explanation
Correct Answer: Option B

Past simple interrogative uses "Did + subject + V1".

87

Because I paid attention, I got an A on the test and I was so happy. [Identify sentence type]

Explanation
Correct Answer: Option C

It has one dependent clause ("Because...") and two independent clauses joined by "and".

88

If you _____ brush your teeth regularly, your teeth decays:

Explanation
Correct Answer: Option A

Present simple negative for "you" uses "do not".

89

The plural form of the word, "quiz" is _____:

Explanation
Correct Answer: Option B

Words ending in "z" often double the "z" before adding "es" for plurals.

90

He said to me, "When did you finish your lesson?" [Indirect speech]

Explanation
Correct Answer: Option A

Past simple ("did finish") changes to past perfect ("had finished") in indirect speech.

91

The opposite form of the word, "stand" is:

Explanation
Correct Answer: Option C

"Lie" (down) is the physical opposite of standing.

92

The masculine of the word, "stewardess" is:

Explanation
Correct Answer: Option A

Steward is the male equivalent of a stewardess.

93

The antonym of the word, "fear" is _____:

Explanation
Correct Answer: Option B

Courage is the state of being without fear or facing it.

94

After obtaining the IP address, to prevent the IP conflict the client may use:

Explanation
Correct Answer: Option C

Gratuitous ARP is often used to detect if an IP is already in use on the network.

95

What is DHCP snooping?

Explanation
Correct Answer: Option A

DHCP snooping is a Layer 2 security feature that filters untrusted DHCP messages.

96

A DNS client is called:

Explanation
Correct Answer: Option B

The resolver is the client-side component that initiates the query to convert a domain name into an IP.

97

Network congestion occurs:

Explanation
Correct Answer: Option A

Congestion happens when data being sent exceeds the capacity of the network link.

98

Which one of the following extends a private network across public networks?

Explanation
Correct Answer: Option B

A VPN creates a secure "tunnel" across public internet to connect remote users to a private network.

99

Ethernet frame consists of:

Explanation
Correct Answer: Option C

An Ethernet frame header contains MAC addresses, but it encapsulates IP packets which contain IP addresses.

100

Which of the following protocols is used by World Wide Web (www)?

Explanation
Correct Answer: Option B

Hypertext Transfer Protocol (HTTP) is the foundational protocol for transferring data on the web.

Comments (0)

Login to Comment
No comments yet

Be the first to share your thoughts!