کون سا بیان کنٹرول کو واپس لوپ کے آغاز پر بدل دیتا ہے؟
-
A. loop
-
B. switch
-
C. None of these
-
D. continue
Explanation
The continue statement skips the remaining code inside the loop for the current iteration.
It then shifts control back to the beginning of the loop for the next iteration.
-
A. continue
-
B. break
-
C. switch
-
D. None of these
Explanation
The break statement, when used inside a loop, immediately exits the loop and transfers control to the statement following the loop.
It does not terminate the entire program, only the current loop.
سی پروگرامنگ میں ، لوپ جو کم از کم ایک بار انجام دیا جاتا ہے (یہاں تک کہ اگر حالت غلط ہے) کو ______ لوپ کہا جاتا ہے۔
-
A. do-while
-
B. while
-
C. for
-
D. None of these
Explanation
In a do-while loop, the body executes first, and the condition is checked afterward, ensuring it runs at least once.
This differs from for and while loops, which check the condition before executing.
وقفے کے بیان کے برعکس کون سا بیان ہے اور اسے بائی پاس بیان کے نام سے بھی جانا جاتا ہے؟
-
A. Return
-
B. None of these
-
C. Continue
-
D. Exit
Explanation
The continue statement is the opposite of the break statement; it skips the current iteration and moves to the next one in a loop.
It's also called the bypass statement because it bypasses part of the loop code.
سکریچ کنٹرول بلاکس میں ، _____ کمانڈ استعمال کیا جاتا ہے جب کوڈ کے ایک بلاک کو مقررہ تعداد میں چلانے کی ضرورت ہوتی ہے۔
-
A. Wait
-
B. None of these
-
C. Repeat
-
D. Stop
Explanation
In Scratch, the Repeat command is used to run a block of code for a fixed number of times.
It is part of the Control blocks category.
-
A. with
-
B. by
-
C. in
-
D. to
Explanation
We generally use with after infested and filled.
Infested with something means کسی چیز سے بھرا ہوا
The kitchen was infested with ants
*******
RY 14-01-2023
-
A. none
-
B. onto
-
C. into
-
D. in
Explanation
We can not get into the house without a key.
Into refers a motion.
Into is a preposition here.
-
A. To
-
B. On
-
C. Under
-
D. None of these
Explanation
The fire was finally brought under control.
آگ پر بالآخر قابو پالیا گیا۔
"Brought under control" is the correct phrase.
It means the fire was managed or contained successfully.
-
A. None of these
-
B. Clasp
-
C. Drop
-
D. Release
Explanation
Grasp means گرفت
Clasp means گرفت
-
A. To take a leisurely horseback ride.
-
B. To have a bumpy ride.
-
C. To treat someone with kindness and respect.
-
D. To dominate or treat someone harshly without consideration.
Explanation
"To ride roughshod over" means to treat someone or something in harshly, without any regard for their feelings or right
✅ Correct: 0 |
❌ Wrong: 0 |
📊 Total Attempted: 0