{"id":78657,"date":"2026-05-20T02:14:34","date_gmt":"2026-05-20T02:14:34","guid":{"rendered":"http:\/\/bangla.sitestree.com\/?p=78657"},"modified":"2026-05-20T02:14:35","modified_gmt":"2026-05-20T02:14:35","slug":"20-mixed-quiz-questions-on-quoting-and-control-statements","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=78657","title":{"rendered":"20 mixed quiz questions on Quoting and Control Statements."},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>20 mixed quiz questions<\/strong> on <strong>Quoting and Control Statements<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quiz: Quoting and Control Statements<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>True\/False Questions<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. True\/False<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Double quotes prevent all shell interpretation, including variable substitution and command substitution.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> False<br><strong>Explanation:<\/strong> Double quotes prevent some special character interpretation, but they still allow variable substitution and command substitution.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. True\/False<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Single quotes prevent the shell from interpreting variables, command substitution, globs, and other metacharacters.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> True<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. True\/False<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The backslash character can be used to remove the special meaning of a metacharacter.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> True<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. True\/False<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The semicolon ; runs the next command only if the previous command succeeds.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> False<br><strong>Explanation:<\/strong> The semicolon runs commands one after another, even if the previous command fails.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Multiple Choice Questions<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>5. Multiple Choice<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Which command correctly assigns the value hello there to the variable var?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">var=hello there<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">B.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">var = &#8220;hello there&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">C.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">var=&#8221;hello there&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">D.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">var=&#8217;hello&#8217; there<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> C<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>6. Multiple Choice<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What will the following command display?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">var=hello<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">echo &#8216;$var&#8217;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A. hello<br>B. $var<br>C. var<br>D. Nothing<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> B<br><strong>Explanation:<\/strong> Single quotes prevent variable substitution.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>7. Multiple Choice<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What does command substitution allow you to do?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A. Delete a command from history<br>B. Run a command and use its output inside another command<br>C. Convert a local variable into an environment variable<br>D. Stop all special characters from working<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> B<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>8. Multiple Choice<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Which control statement runs the next command only if the previous command succeeds?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A. ;<br>B. &amp;&amp;<br>C. ||<br>D. \\<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> B<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Multi-Select Questions<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>9. Multi-Select<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Which of the following are shell metacharacters or special characters mentioned or implied in this topic?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Select all that apply.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A. *<br>B. ?<br>C. Space<br>D. &amp;&amp;<br>E. cat<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answers:<\/strong> A, B, C, D<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>10. Multi-Select<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Which commands correctly use command substitution?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Select all that apply.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">echo Today is `date`<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">B.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">echo Today is $(date)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">C.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">echo Today is date<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">D.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">today=$(date)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">echo &#8220;$today&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answers:<\/strong> A, B, D<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>11. Multi-Select<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Which statements about double quotes are correct?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Select all that apply.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A. They can keep words with spaces together<br>B. They allow variable substitution<br>C. They allow command substitution<br>D. They prevent absolutely all shell interpretation<br>E. They can help assign a value with spaces to a variable<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answers:<\/strong> A, B, C, E<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>12. Multi-Select<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Which statements about control statements are correct?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Select all that apply.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A. ; runs commands one after another<br>B. &amp;&amp; runs the next command only if the previous command succeeds<br>C. || runs the next command only if the previous command fails<br>D. &amp;&amp; always runs the second command<br>E. || means command substitution<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answers:<\/strong> A, B, C<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Fill in the Blank with Choices<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>13. Fill in the Blank<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The command below uses __________ quotes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">echo &#8220;$var&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Choices:<br>A. single<br>B. double<br>C. back<br>D. no<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> B. double<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>14. Fill in the Blank<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The symbol __________ is used as an escape character in the shell.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Choices:<br>A. ;<br>B. \\<br>C. ||<br>D. &amp;&amp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> B. \\<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>15. Fill in the Blank<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The control statement __________ means logical OR.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Choices:<br>A. ;<br>B. &amp;&amp;<br>C. ||<br>D. $()<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong> C. ||<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Matching Questions<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>16. Matching<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Match each quoting method with its purpose.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Quoting Method<\/strong><\/td><td><strong>Purpose<\/strong><\/td><\/tr><\/thead><tbody><tr><td>1. Double quotes &#8221; &#8220;<\/td><td>A. Prevent almost all shell interpretation<\/td><\/tr><tr><td>2. Single quotes &#8216; &#8216;<\/td><td>B. Escape one special character<\/td><\/tr><tr><td>3. Backslash \\<\/td><td>C. Allow variables and command substitution while grouping text<\/td><\/tr><tr><td>4. Backquotes ` `<\/td><td>D. Perform command substitution<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Quoting Method<\/strong><\/td><td><strong>Correct Purpose<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Double quotes &#8221; &#8220;<\/td><td>C<\/td><\/tr><tr><td>Single quotes &#8216; &#8216;<\/td><td>A<\/td><\/tr><tr><td>Backslash \\<\/td><td>B<\/td><\/tr><tr><td>Backquotes ` `<\/td><td>D<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>17. Matching<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Match each control statement with its meaning.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Control Statement<\/strong><\/td><td><strong>Meaning<\/strong><\/td><\/tr><\/thead><tbody><tr><td>1. ;<\/td><td>A. Run next command only if previous command fails<\/td><\/tr><tr><td>2. &amp;&amp;<\/td><td>B. Run commands one after another<\/td><\/tr><tr><td>3. `<\/td><td><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Answer:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Control Statement<\/strong><\/td><td><strong>Correct Meaning<\/strong><\/td><\/tr><\/thead><tbody><tr><td>;<\/td><td>B<\/td><\/tr><tr><td>&amp;&amp;<\/td><td>C<\/td><\/tr><tr><td>`<\/td><td><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ordering Questions<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>18. Ordering<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Put the steps in the correct order to create a variable with spaces and display it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A. Display the variable using echo &#8220;$var&#8221;<br>B. Use double quotes around the value<br>C. Assign the value using var=&#8221;hello there&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Correct Order:<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>B<\/li>\n\n\n\n<li>C<\/li>\n\n\n\n<li>A<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Final Commands:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">var=&#8221;hello there&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">echo &#8220;$var&#8221;<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>19. Ordering<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Put the commands in the correct order to test whether \/home exists and print success or failure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">echo failure<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">B.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ls \/home<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">C.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">echo success<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">D.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&amp;&amp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">E.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">||<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Correct Order:<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>B<\/li>\n\n\n\n<li>D<\/li>\n\n\n\n<li>C<\/li>\n\n\n\n<li>E<\/li>\n\n\n\n<li>A<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Final Command:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ls \/home &amp;&amp; echo success || echo failure<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Short Answer \/ Higher-Order Questions<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>20. Short Answer<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A student writes the following command and gets an error:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">var=hello there<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Explain why this happens and write the corrected command.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Sample Answer:<\/strong><br>The shell treats the space as a separator. It reads var=hello as one part and there as another command or statement. Since there is not a valid command, an error occurs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Correct command:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">var=&#8221;hello there&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The double quotes keep hello there together as one value.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>20 mixed quiz questions on Quoting and Control Statements. Quiz: Quoting and Control Statements True\/False Questions 1. True\/False Double quotes prevent all shell interpretation, including variable substitution and command substitution. Answer: FalseExplanation: Double quotes prevent some special character interpretation, but they still allow variable substitution and command substitution. 2. True\/False Single quotes prevent the shell &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=78657\">Continue reading<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1976],"tags":[],"class_list":["post-78657","post","type-post","status-publish","format-standard","hentry","category-anything-linux","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":78655,"url":"http:\/\/bangla.sitestree.com\/?p=78655","url_meta":{"origin":78657,"position":0},"title":"30 mixed quiz questions on Linux Command Line Skills","author":"Sayed","date":"May 20, 2026","format":false,"excerpt":"30 mixed quiz questions on Linux Command Line Skills. They include TF, MCQ, Multi-select, Matching, Ordering, Fill in the Blank with Choices, and Short Answer questions, testing concept knowledge, hands-on command skills, analysis, and higher-order thinking. Quiz: Command Line Skills True\/False Questions 1. True\/False The command line interface is slower\u2026","rel":"","context":"In &quot;Anything Linux&quot;","block_context":{"text":"Anything Linux","link":"http:\/\/bangla.sitestree.com\/?cat=1976"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":78653,"url":"http:\/\/bangla.sitestree.com\/?p=78653","url_meta":{"origin":78657,"position":1},"title":"20 mixed quiz questions Intro to Linux","author":"Sayed","date":"May 20, 2026","format":false,"excerpt":"Below are 20 mixed quiz questions Intro to Linux. They include TF, MCQ, Multi-select, Matching, Ordering, Fill in the Blank, and Short Answer questions, with concept, hands-on, analytical, and higher-order learning coverage. Quiz: Introduction to Linux 1. True\/False Linux is only used on desktop computers. Answer: FalseExplanation: Linux is used\u2026","rel":"","context":"In &quot;Anything Linux&quot;","block_context":{"text":"Anything Linux","link":"http:\/\/bangla.sitestree.com\/?cat=1976"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9639,"url":"http:\/\/bangla.sitestree.com\/?p=9639","url_meta":{"origin":78657,"position":2},"title":"\u0987\u0989\u09a8\u09bf\u0995\u09cd\u09b8\u0983 \u09b8\u09c7\u09b2 \u09b8\u09be\u09ac\u09b8\u09cd\u099f\u09bf\u099f\u09bf\u0989\u09b6\u09a8 (Unix &#8211; Shell Substitution)","author":"Author-Check- Article-or-Video","date":"July 6, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u09b8\u09be\u09ac\u09b8\u09cd\u099f\u09bf\u099f\u09bf\u0989\u09b6\u09a8 \u0995\u09c0 \u098f\u0995\u099f\u09bf \u09b8\u09c7\u09b2 \u09b8\u09be\u09ac\u09b8\u09cd\u099f\u09bf\u099f\u09bf\u0989\u09b6\u09a8 \u09aa\u09cd\u09b0\u09df\u09cb\u0997 \u0995\u09b0\u09c7 \u09a4\u0996\u09a8, \u09af\u0996\u09a8 \u09b8\u09c7\u099f\u09bf \u098f\u09ae\u09a8 \u09aa\u09b0\u09bf\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u0985\u09a8\u09c1\u09a7\u09be\u09ac\u09a8 \u0995\u09b0\u09c7 \u09af\u09be \u098f\u0995 \u09ac\u09be \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09ac\u09bf\u09b6\u09c7\u09b7 \u099a\u09bf\u09b9\u09cd\u09a8(\u09b8\u09cd\u09aa\u09c7\u09b6\u09be\u09b2 \u0995\u09cd\u09af\u09be\u09b0\u09c7\u0995\u099f\u09be\u09b0) \u09a7\u09be\u09b0\u09a3 \u0995\u09b0\u09c7 \u09a5\u09be\u0995\u09c7\u0964 \u09a8\u09bf\u099a\u09c7\u09b0 \u0989\u09a6\u09be\u09b9\u09b0\u09a3\u099f\u09bf \u098f\u09ae\u09a8 \u098f\u0995\u099f\u09bf \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0 \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u0995\u09cb\u09a8\u0993 \u099a\u09b2\u0995\u09c7\u09b0 \u09ae\u09c1\u09a6\u09cd\u09b0\u09be\u09df\u09bf\u09a4 \u09ae\u09be\u09a8 \u098f\u09b0 \u09ae\u09c2\u09b2 \u09ae\u09be\u09a8\u09c7\u09b0 \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09aa\u09cd\u09b0\u09a4\u09bf\u09b8\u09cd\u09a5\u09be\u09aa\u09bf\u09a4 \u09b9\u09df\u09c7\u099b\u09c7\u0964 \u098f\u0995\u0987 \u09b8\u09be\u09a5\u09c7 \"\\n\" \u098f\u0995\u099f\u09bf \u09a8\u09a4\u09c1\u09a8 \u09b2\u09be\u0987\u09a8\u09c7\u09b0\u2026","rel":"","context":"In &quot;\u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u098f\u09ac\u0982 \u0989\u09a8\u09bf\u0995\u09cd\u09b8 \u0964 Linux and Unix&quot;","block_context":{"text":"\u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u098f\u09ac\u0982 \u0989\u09a8\u09bf\u0995\u09cd\u09b8 \u0964 Linux and Unix","link":"http:\/\/bangla.sitestree.com\/?cat=1231"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24412,"url":"http:\/\/bangla.sitestree.com\/?p=24412","url_meta":{"origin":78657,"position":3},"title":"Good Coding Style in PHP + Other languages #Root","author":"Author-Check- Article-or-Video","date":"April 8, 2021","format":false,"excerpt":"Style 1.1: Use proper indenting while ($x < $z) { if ($a == 1) { echo 'A was equal to 1'; } else { if ($b == 2) { \/\/do something } else { \/\/do something else } } } \u00a0 1.2 while ($x < $z) { if ($a ==\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":70111,"url":"http:\/\/bangla.sitestree.com\/?p=70111","url_meta":{"origin":78657,"position":4},"title":"Good Coding Style in PHP + Other languages #15","author":"Author-Check- Article-or-Video","date":"August 26, 2021","format":false,"excerpt":"Style 1.1: Use proper indentingwhile ($x < $z) { if ($a == 1) { echo 'A was equal to 1'; } else { if ($b == 2) { \/\/do something } else { \/\/do something else } }}1.2while ($x < $z) { if ($a == 1) { echo 'A was\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11092,"url":"http:\/\/bangla.sitestree.com\/?p=11092","url_meta":{"origin":78657,"position":5},"title":"\u09aa\u09be\u0987\u09a5\u09a8 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 : \u09b2\u09c1\u09aa (Python Loops)","author":"","date":"October 25, 2015","format":false,"excerpt":"1.8 Python Loops \u0985\u09a8\u09c7\u0995 \u09b8\u09ae\u09df \u098f\u09ae\u09a8 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u09a4\u09c8\u09b0\u09bf \u09b9\u09df \u09af\u09c7 \u098f\u0995\u099f\u09bf \u09a8\u09bf\u09b0\u09cd\u09a6\u09bf\u09b7\u09cd\u099f \u09ac\u09cd\u09b2\u0995\u09c7\u09b0 \u0995\u09cb\u09a1 \u0985\u09a8\u09c7\u0995\u09ac\u09be\u09b0 \u099a\u09be\u09b2\u09be\u09a8\u09cb \u09b2\u09be\u0997\u09c7, \u09a4\u0996\u09a8 \u09b2\u09c1\u09aa \u098f\u09b0 \u09aa\u09cd\u09b0\u09df\u09cb\u099c\u09a8 \u09b9\u09df\u0964 \u09a8\u09bf\u099a\u09c7\u09b0 \u099b\u09ac\u09bf\u099f\u09bf \u09b2\u0995\u09cd\u09b7\u09cd\u09af \u0995\u09b0\u09bf\u0983 Python \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u09b2\u09cd\u09af\u09be\u0999\u09cd\u0997\u09c1\u09df\u09c7\u099c\u09c7 \u09a8\u09bf\u099a\u09c7\u09b0 \u09b2\u09c1\u09aa \u0997\u09c1\u09b2\u09cb \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 . Loop Type Description while loop Repeats a statement or group of statements while a given condition\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"http:\/\/bangla.sitestree.com\/?cat=1613"},"img":{"alt_text":"Loop","src":"https:\/\/i0.wp.com\/www.tutorialspoint.com\/python\/images\/loop_architecture.jpg?resize=350%2C200","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/78657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=78657"}],"version-history":[{"count":1,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/78657\/revisions"}],"predecessor-version":[{"id":78658,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/78657\/revisions\/78658"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=78657"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=78657"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=78657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}