COMPUTER OPERATOR PAST PAPERS
فری تیاری کیلے وٹس ایپ
گروپ جوائن کریں
Click here
Show Answers
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
2
3
4
none
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
سری نماز میں قراء ت آہستہ کی جاتی ہے اورجہری نماز میں زور سے قراء ت کی جاتی ہے، ظہر او رعصر کی نمازیں سری کہلاتی ہیں اور مغرب، عشاء اور فجر جہری نمازیں ہیں۔
Adjective clause
Adverb clause
Noun clause
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A relative clause is a clause that modifies a noun or noun phrase and uses some grammatical device to indicate that one of the arguments in the relative clause refers to the noun or noun phrase.
FAT
Stubborn
thin
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
corpulent
فاسد
پروگرام اپ گریڈیشن سے کیا مراد ہے
program development
program enhancement
program validation
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Upgrades are used for significant changes and major improvements to your current version of the program
پروگرام لکھنے کے لیے کسی زبان کے قواعد کا مجموعہ کیا کہلاتا ہے۔
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
Vice
Quality
Habit
Permanent
All of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Virtue means خوبی یا صفت
Quality means خوبی
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.