ETEA COMPUTER OPERATOR PAST PAPER DATED 31.07.2022
Show Answers
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
پروگرام لکھنے کے لیے کسی زبان کے قواعد کا مجموعہ کیا کہلاتا ہے۔
declaration
testing
syntax
none
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A set of rules of a language for writing a program is called syntax
کسی بھی زبان کا استعمال کرکے پروگرام لکھنے کے عمل کو کیا کہتے ہیں۔
testing
debugging
coding
none
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The process of writing a program by using any language is called CODING
merely is referred to a variable.
merely is referred to a consonant.
Both
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In computer science, a semaphore is a variable or abstract data type used to control access to a common resource by multiple threads and avoid critical section problems in a concurrent system such as a multitasking operating system.
Semaphores are a type of synchronization primitive.
added
removed
rearranged
All
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In OSI reference model, when data packet moves from lower layers to higher layer, headers get removed.
Whereas when the data packet moves from higher layer to lower layers, headers are added.
4 parameters
3 parameters
2 parameters
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The strcpy() function copies string2, including the ending null character, to the location that is specified by string1.
The strcpy() function operates on null-ended strings.
The string arguments to the function should contain a null character (\0) that marks the end of the string.
ایک پوائنٹر متغیر کس کے ساتھ شروع کیا جا سکتا ہے
any address in memory
any non zero inter value
both
none
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
any non-zero integer value within the integer range.
متغیر کے دائرہ کار سے کیا مراد ہے۔
name of variable
accessibility of variable
length of variable
none
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Variable scope refers to the extent of code in which a variable can be referenced.
Variables defined inside a function are called local variables.
The scope of local variables and dummy arguments is limited to the function in which they are defined.
کون سا صفحہ بدلنے والا الگورتھم بالڈی بے ضابطگی کا شکار ہے؟
LRU
FIFO
Second chance
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
First In, First Out, commonly known as FIFO, is an asset-management and valuation method in which assets produced or acquired first are sold, used, or disposed of first.
System call
message passing
executing a trap instruction
All
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
When a computer application is running, it is in the user mode.
Some examples are word application, PowerPoint, reading a PDF file and browsing the internet.
These are application programs so the computer is in user mode.
Logical address
Physical address
Both
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In computing, a logical address is the address at which an item appears to reside from the perspective of an executing application program.
A logical address may be different from the physical address due to the operation of an address translator or mapping function.