<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CS508 Quiz No. 1 Solution and Discussion]]></title><description><![CDATA[<p dir="auto">Please share your current Quiz.</p>
]]></description><link>https://community.secnto.com//topic/100/cs508-quiz-no-1-solution-and-discussion</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 23:01:21 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/100.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Jun 2019 15:24:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 12:18:00 GMT]]></title><description><![CDATA[<p dir="auto">SNOBOL was created specifically for text and string manipulation</p>
]]></description><link>https://community.secnto.com//post/279</link><guid isPermaLink="true">https://community.secnto.com//post/279</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 12:18:00 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 12:10:25 GMT]]></title><description><![CDATA[<p dir="auto">___________ is an important feature of Ada language used in embedded systems and operating systems. It is used in managing parallel threads of controls.</p>
<p dir="auto">Features of Ada include: strong typing, modularity mechanisms (<strong>packages</strong>), run-time checking, parallel processing (tasks, synchronous message passing, protected objects, and nondeterministic select statements), exception handling, and generics.</p>
]]></description><link>https://community.secnto.com//post/278</link><guid isPermaLink="true">https://community.secnto.com//post/278</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 12:10:25 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 12:06:46 GMT]]></title><description><![CDATA[<p dir="auto">A list in LISP is a group of atoms and /or lists. “(b c)” in list (a (b c)) is _____ ?</p>
<p dir="auto">list</p>
]]></description><link>https://community.secnto.com//post/277</link><guid isPermaLink="true">https://community.secnto.com//post/277</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 12:06:46 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 12:01:55 GMT]]></title><description><![CDATA[<p dir="auto">A language evaluation criteria includes following factors EXCEPT<br />
correct option:<br />
Modularity</p>
]]></description><link>https://community.secnto.com//post/275</link><guid isPermaLink="true">https://community.secnto.com//post/275</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 12:01:55 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 12:00:16 GMT]]></title><description><![CDATA[<p dir="auto">Which of the following is the only Control structure in SNOBOL?<br />
GOTO control structure</p>
]]></description><link>https://community.secnto.com//post/274</link><guid isPermaLink="true">https://community.secnto.com//post/274</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 12:00:16 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 11:58:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zaasmi" aria-label="Profile: zaasmi">@<bdi>zaasmi</bdi></a></p>
<pre><code>write (list 1 2))
(terpri)
(write (list 'a 'b))
(terpri)
(write (list 1 nil))
(terpri)
(write (list 1 2 3))
(terpri)
(write (list 'a 'b 'c))
(terpri)
(write (list 3 4 'a (car '(b . c)) (* 4 -2)))
(terpri)
(write (list (list 'a 'b) (list 'c 'd 'e)))
</code></pre>
<p dir="auto">When you execute the code, it returns the following result −</p>
<pre><code>(1 2)
(A B)
(1 NIL)
(1 2 3)
(A B C)
(3 4 A B -8)
((A B) (C D E))
</code></pre>
]]></description><link>https://community.secnto.com//post/273</link><guid isPermaLink="true">https://community.secnto.com//post/273</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 11:58:14 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 11:57:19 GMT]]></title><description><![CDATA[<p dir="auto">How many element(s) are there in LISP list (a (b c))?</p>
]]></description><link>https://community.secnto.com//post/272</link><guid isPermaLink="true">https://community.secnto.com//post/272</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 11:57:19 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 11:54:38 GMT]]></title><description><![CDATA[<p dir="auto">Block statement in Ada is very similar to a block in _______.</p>
<p dir="auto">in C</p>
]]></description><link>https://community.secnto.com//post/270</link><guid isPermaLink="true">https://community.secnto.com//post/270</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 11:54:38 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 11:52:22 GMT]]></title><description><![CDATA[<ol>
<li>Increased capacity to express programming concepts<br />
Study of programming languages helps in increasing the capacity of express<br />
programming concepts.</li>
</ol>
]]></description><link>https://community.secnto.com//post/269</link><guid isPermaLink="true">https://community.secnto.com//post/269</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 11:52:22 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 11:50:02 GMT]]></title><description><![CDATA[<p dir="auto">LISP was basically developed to solve ________ problems.<br />
Select correct option:<br />
Artificial intelligence<br />
<strong>Accounting</strong><br />
Scientific<br />
Business</p>
]]></description><link>https://community.secnto.com//post/268</link><guid isPermaLink="true">https://community.secnto.com//post/268</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 11:50:02 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Sat, 15 Jun 2019 11:49:05 GMT]]></title><description><![CDATA[<p dir="auto">Indirect referencing in SONOBOL is same as of _____in C.<br />
Pointers</p>
]]></description><link>https://community.secnto.com//post/267</link><guid isPermaLink="true">https://community.secnto.com//post/267</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Sat, 15 Jun 2019 11:49:05 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Thu, 13 Jun 2019 13:22:38 GMT]]></title><description><![CDATA[<p dir="auto">A list in LISP is a group of atoms and /or lists. “(b c)” in list (a (b c))  is  _____ ? CS508<br />
<img src="/assets/uploads/files/1560431473929-fbea9de1-2951-4cfc-8659-63bcef004d05-image.png" alt="fbea9de1-2951-4cfc-8659-63bcef004d05-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">In SONOBOL TABLES can be used in a manner similar to _______.</p>
<p dir="auto"><img src="/assets/uploads/files/1560431515345-7b24d520-ba81-43a2-b85b-ef8895d8b00c-image.png" alt="7b24d520-ba81-43a2-b85b-ef8895d8b00c-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Which of the following is used for indirect referencing in SNOBOL. CS508<br />
<img src="/assets/uploads/files/1560431619779-49deaad4-1ab5-4c12-a22c-b817a46a1982-image.png" alt="49deaad4-1ab5-4c12-a22c-b817a46a1982-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Initial version of SONOBOL only supports __________ and string. CS508<br />
<img src="/assets/uploads/files/1560431654855-76f5d204-7efe-4f95-8a73-10e1463d3149-image.png" alt="76f5d204-7efe-4f95-8a73-10e1463d3149-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">SONOBOL is case _______ CS508<br />
<img src="/assets/uploads/files/1560431765150-870438c1-3c7f-42cb-af01-202340015290-image.png" alt="870438c1-3c7f-42cb-af01-202340015290-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Pattern . VariableUpon successful completion of pattern matching, the substring matched by the pattern is assigned to the variable as ________ CS508<br />
<img src="/assets/uploads/files/1560431855720-34b54636-920c-4915-90e0-3746227ec4c6-image.png" alt="34b54636-920c-4915-90e0-3746227ec4c6-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">_________ is concerned with maintenance and debugging. This is a very important concern because if maintenance cost is reduced, the overall cost on the software will also be reduced. CS508<br />
<img src="/assets/uploads/files/1560431904121-b1e2ec28-eed4-4455-8f36-2854997d34a0-image.png" alt="b1e2ec28-eed4-4455-8f36-2854997d34a0-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Smalltalk was the first purest ______________ language and pioneered graphical user interface. CS508<br />
<img src="/assets/uploads/files/1560431958980-d6a950c8-59dd-4199-92d0-a6198d1e9b51-image.png" alt="d6a950c8-59dd-4199-92d0-a6198d1e9b51-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">For immediate value assignment ______ sign is used. CS508<br />
<img src="/assets/uploads/files/1560432036484-17f457b0-c0b2-4b61-82d4-d413bfb47376-image.png" alt="17f457b0-c0b2-4b61-82d4-d413bfb47376-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">In Ada language, which of the following is used for the initiation of concurrent tasks? CS508</p>
<p dir="auto"><img src="/assets/uploads/files/1560432150210-8708c789-b964-4fff-b976-698ca45626da-image.png" alt="8708c789-b964-4fff-b976-698ca45626da-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.secnto.com//post/238</link><guid isPermaLink="true">https://community.secnto.com//post/238</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Thu, 13 Jun 2019 13:22:38 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Thu, 13 Jun 2019 11:10:02 GMT]]></title><description><![CDATA[<p dir="auto">One of the major design goals of Ada was<br />
<img src="/assets/uploads/files/1560423987825-d8437d0f-380b-4141-b60a-6477bcead1bb-image.png" alt="d8437d0f-380b-4141-b60a-6477bcead1bb-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Indirect referencing in SONOBOL is same as of _____in C.<br />
<img src="/assets/uploads/files/1560424013550-9d3500d7-843e-4c8c-8084-e874baad42c3-image.png" alt="9d3500d7-843e-4c8c-8084-e874baad42c3-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">LISP was basically developed to solve ________ problems.<br />
<img src="/assets/uploads/files/1560424031271-a62e75fe-59ce-4473-a2cc-54fff6c71663-image.png" alt="a62e75fe-59ce-4473-a2cc-54fff6c71663-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Learning different programming languages helps in increasing the ________ to express programming concepts.<br />
<img src="/assets/uploads/files/1560424056922-1775091c-8842-43bd-956e-9ac194d07c1d-image.png" alt="1775091c-8842-43bd-956e-9ac194d07c1d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Block statement in Ada is very similar to a block in _______.<br />
<img src="/assets/uploads/files/1560424081067-7127447c-cae9-408b-b41a-4d1623c0ea4e-image.png" alt="7127447c-cae9-408b-b41a-4d1623c0ea4e-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">How many element(s) are there in LISP list (a (b c))?<br />
<img src="/assets/uploads/files/1560424105691-0f8c2df5-fb31-483f-b7d7-8cab0431ffac-image.png" alt="0f8c2df5-fb31-483f-b7d7-8cab0431ffac-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Which of the following is the only Control structure in SNOBOL?<br />
<img src="/assets/uploads/files/1560424127668-aad5ddc3-a6c4-42b2-91d7-8eb945dde5d5-image.png" alt="aad5ddc3-a6c4-42b2-91d7-8eb945dde5d5-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">A language evaluation criteria includes following factors EXCEPT</p>
<p dir="auto"><img src="/assets/uploads/files/1560424155689-ec759821-5e5e-42ee-acca-c7b91a3a98d5-image.png" alt="ec759821-5e5e-42ee-acca-c7b91a3a98d5-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">A list in LISP is a group of atoms and /or lists. “(b c)” in list (a (b c))  is  _____ ?</p>
<p dir="auto"><img src="/assets/uploads/files/1560424172716-71d3e3d1-93f6-4662-856c-a5e300598915-image.png" alt="71d3e3d1-93f6-4662-856c-a5e300598915-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">___________ is an important feature of Ada language used in embedded systems and operating systems. It is used in managing parallel threads of controls.<br />
<img src="/assets/uploads/files/1560424193203-24df1cd8-1b45-448d-b4dd-da492d758493-image.png" alt="24df1cd8-1b45-448d-b4dd-da492d758493-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.secnto.com//post/237</link><guid isPermaLink="true">https://community.secnto.com//post/237</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Thu, 13 Jun 2019 11:10:02 GMT</pubDate></item><item><title><![CDATA[Reply to CS508 Quiz No. 1 Solution and Discussion on Thu, 13 Jun 2019 07:54:47 GMT]]></title><description><![CDATA[<p dir="auto">Abi attempt ni kiya kisi ne…</p>
]]></description><link>https://community.secnto.com//post/236</link><guid isPermaLink="true">https://community.secnto.com//post/236</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Thu, 13 Jun 2019 07:54:47 GMT</pubDate></item></channel></rss>