ETEA COMPUTER OPERATOR PAST PAPER DATED 31.07.2022
Show Answers
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
کس قسم کا فنکشن کلاس کا ممبر نہیں ہے، لیکن اس کے پرائیویٹ ممبرز تک رسائی حاصل کر سکتا ہے؟
static
friend
constructor
destructior
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A friend function can access the private and protected data of a class.
strcmp
strstr
strcat
none of above
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
dismay
agreement
argument
projection
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
consternation
گھبراہٹ
Participle
verb phrase
noun clause
none
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In linguistics, a verb phrase is a syntactic unit composed of a verb and its arguments except the subject of an independent clause or coordinate clause.
He told him that he were talk on that topic next day
He told him that he was talk on that topic next day
He told him that he would talk on that topic next day
none
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
If reported verb is in Past Tense, and reported speech is in Future Indefinite Tense, will changes into would & shall changes into should.
food is bought by the mother bird for her kids to the nest
food was bought by the mother bird for her kids to the nest
food was bought by the mother bird for their kids to the nest
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Convert the object of the Active Voice Sentence into the subject of the Passive Voice Sentence.
Use helping verb was/were according to the subject of the Passive Voice sentence.
Use 3rd form of the verb.
Then use the word “by”, to show the doer.
Then convert the subject of the Active Voice Sentence into the object of the Passive Voice sentence.
In the end, add the remaining words if there are any in the Active Voice Sentence.
مندرجہ ذیل میں سے کون تمام سرگرمیوں کا مکمل ریکارڈ رکھتا ہے جس نے ایک مخصوص مدت کے دوران ڈیٹا بیس کے مواد کو متاثر کیا۔
report writer
query language
Transaction log
none
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A transaction log is a history of actions executed by a "Database Management System" (DBMS) to guarantee " ACID " properties over crashes or hardware failures.
Physically, a log is a file listing changes to the database, stored in a stable storage format.
require more disk space than indexed/report generators
don't need to sort before generating report
both
none
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Sort/Report generators require more disk space than indexed/report generators .
users
separate files
data base
All
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The relational database environment has all of the following components except separate files.
A relational database is a set of formally described tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables.
Java script
python
Perl
Java and C++
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
C++ and Java differ in their platform dependency, memory management, and use of classes.
C++ is platform dependent and needs to be compiled on every platform.
Java is platform-independent.
Once it's compiled into bytecode it can be executed on any platform.