ETEA KPK COMPUTER OPERATOR PAST PAPER DATED 09.10.2022 MCQS
Show Answers
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
ورچوئل میموری والے سسٹمز میں، پروگرام اصل میں مین میموری میں فراہم کردہ میموری سے زیادہ میموری کے مقامات کو ایڈریس کرنے کے قابل ہوتے ہیں، جسے ۔۔۔ کہا جاتا ہے
Real memory
Physical memory
External memory
Both A & B
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In computing , virtual memory is a memory management technique that provides an "idealized abstraction of the storage resources that are actually available on a given machine“ which "creates the illusion to users of a very large (main) memory".
Function
Program
Process
System
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The designers of the Multics system were the first to use the term process to describe a program in execution in the context of operating systems.
More details about this question will be shared soon
If you know more details about this question, let us know please
1940s
1960s
1950s
1990s
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The first operating system was introduced in the early 1950 's, it was called GMOS and was created by General Motors for IBM's machine the 701.
ایک بار جب کسی ڈھانچے کے متغیر کی وضاحت ہو جاتی ہے، تو اس کے اراکین تک رسائی حاصل کی جا سکتی ہےاسے کیا کہا جاتا ہے
Operator
Dot operator
Semi colon operator
Colon operator
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Once a structure variable has been defined, its members can be accessed using something called the dot operator .
Three
Four
Two
Five
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
There are two kinds of casts in standard C++.
1. Implicit
2. Explicit
Return
Backspace
Formfeeding
Cell
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In C++, 'b' escape sequence is used for backspace .
In C++, 'f' escape sequence is used for Formfeeding .
Bold
Backspace
Format
New Line
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In C++, 'b' escape sequence is used for backspace .
In C++, 'f' escape sequence is used for Formfeeding .
Member object
Method
Functions
Interaction
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Member functions are operators and functions that are declared as members of a class .
آپ کی اپنی اقسام کو کس قابل ہونا توسیع پذیری کہلاتا ہے۔
Carry
Close
Create
Open
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Being able to create your own types is called extensibility.
When a language has the capability to produce new data types, it is said to be extensible .
معلومات کو دائیں یا بائیں منتقل کرنے کے قابل رجسٹر کو کونسا رجسٹر کہا جاتا ہے۔
Right
Shift
Left
Both A & B
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A register in which data can be shifted only in one direction is called unidirectional shift register, while if data can shifted in both directions, it is known as a bidirectional shift register.