A. Open a new tab
B. Open the browser's settings menu
C. Refresh the current page
D. Toggle full-screen mode
Explanation
Show/Hide Explanation
کی بورڈ پر ایک چوڑی کی جس پر کوئی نشان نہ ہو اسے کیا کہا جاتا ہے
A. Backspace Key
B. Enter Key
C. Space Bar
D. Shift Key
Explanation
The spacebar is the longest key on a keyboard, typically located at the bottom center.
It is used to insert a space between words while typing
Show/Hide Explanation
A. 3 parameters
B. 4 parameters
C. 2 parameters
D. 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.
Show/Hide Explanation
صوتی میل سسٹم میں ایک صوتی میل باکس کونسا ہے۔
A. Storage location on a hard disk
B. Processor
C. Hard disk
D. None
Explanation
voice mail, Electronic system for recording oral messages sent by telephone.
Typically, the caller hears a prerecorded message and then has an opportunity to leave a message in return.
Show/Hide Explanation
کمپیوٹر میں مدر بورڈ کا کام کیا ہے؟
A. Provide internet connectivity
B. Store data permanently
C. Generate graphics
D. Connect all components of the computer
Explanation
The motherboard is the main circuit board of a computer that connects all the essential components, such as the:
CPU RAM hard drives peripherals
Show/Hide Explanation
ایک اوورلوڈ فنکشن دراصل اسی نام کے ساتھ کس کا ایک گروپ ہے۔
A. Functions
B. Variables
C. Classes
D. Integers
Explanation
An overloaded function is really just a set of different functions that happen to have the same name . The determination of which function to use for a particular call is resolved at compile time.
Show/Hide Explanation
A. A compiler is a special program that processes statements written in a particular programming language and turns them into machine language
B. None of these
C. A compiler is a language providing very efficient execution
D. A compiler does a conversion line by line as the program is run
Explanation
A compiler translates entire source code from a high-level programming language into machine code before execution.
Unlike an interpreter , it does not convert code line by line but processes it all at once for efficiency.
Show/Hide Explanation
کمپیوٹر میں ڈیٹا اور ہدایات کو کس قسم کے ہندسوں کا استعمال کرتے ہوئے محفوظ کیا جاتا ہے؟
A. Octal digits
B. Hexadecimal digits
C. Binary digits
D. Decimal digits
Explanation
Computers store data and instructions using binary digits, also known as bits.
Binary digits are represented as 0s and 1s
They are the fundamental building blocks of all data and instructions in digital computing.
Show/Hide Explanation
A. Class
B. Function
C. Variables
D. Integers
Explanation
In computer programming, a function prototype or function interface is a declaration of a function that specifies the function's name.
Show/Hide Explanation
A. She sells sea shells by the sea shore
B. we should respect our elders
C. How the children came to school
D. She lives in a big room
Explanation
She sells sea shells by the sea shore is an example of Tongue Twister .
Tongue Twiste r : a word, phrase, or sentence difficult to articulate because of a succession of similar consonantal sounds
Show/Hide Explanation
✅ Correct: 0 |
❌ Wrong: 0 |
📊 Total Attempted: 0