{"id":224,"date":"2020-04-05T08:48:18","date_gmt":"2020-04-05T08:48:18","guid":{"rendered":"https:\/\/temp.ashkerala.com\/?p=224"},"modified":"2020-04-05T08:48:18","modified_gmt":"2020-04-05T08:48:18","slug":"computer-science-mcq-0002","status":"publish","type":"post","link":"https:\/\/temp.ashkerala.com\/?p=224","title":{"rendered":"Computer Science MCQ-0002"},"content":{"rendered":"<p>27. The following IP address format refers to:<br \/> \u00a0D31\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 D30\u00a0\u00a0\u00a0 D29\u00a0\u00a0\u00a0\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 D28-D8 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 D7-D0<br \/> \u00a0\u00a0\u00a0 1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 NETWORK\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 HOST<br \/> (A) Class A addresses\u00a0 (B) Class B addresses<br \/> <strong>(C) Class C addresses (ANS) <\/strong>(D) Class D addresses<\/p>\n<p> 28.In C++, a pointer that is automatically being passed to a member function during its invocation is :<br \/> (A) Base pointer (B) Derived pointer (C) Virtual pointer <strong>(D) this pointer (ANS)<\/strong><\/p>\n<p> 29.With QBE, inserting records from one or more source tables into a single target table can be achieved by :<br \/> <strong>\u00a0(A) Append action query(ANS)\u00a0<\/strong> (B) Update action query<br \/> \u00a0(C) Insert action query\u00a0\u00a0\u00a0 (D) Make table action query<\/p>\n<p> 30. Not an example of a network debugging utility :<br \/> \u00a0(A) ping <strong>(B) nslookup (ANS)<\/strong> (C) traceroute (D) telnet<br \/> <em><strong>nslookup =&gt; to chek domain name system =&gt; why is this used for debugging. To check whether a domain name existthat you bought?<\/strong><\/em><\/p>\n<p> 31.A security protocol for personal emails :<br \/> \u00a0(A) SSL\u00a0<strong> (B) PGP (ANS)<\/strong> (C) RSA (D) Kerberos<br \/> <em><strong>PGP =&gt; pretty good privacy<\/strong><\/em><br \/> <em><strong>Note: SSL = secure socket layer =&gt; its also widely used for secure transaction especially credit debit cards. =&gt; Remember any site that use https is using SSL which means gmail like mail system also use SSL =&gt; SSL plays role in email transaction =&gt;So answer can be PGP or SSL<\/strong><\/em><\/p>\n<p> 32.If f and g are functions, then f(n) = e (g(n)) if :<br \/> \u00a0(A) f (n) = 0 (g(n))\u00a0 <strong>(B) f (n) =11 (g(n)) (ANS)<\/strong><br \/> \u00a0(C) f (n) = 0 (g(n)) or f (n) = 11 (g(n))\u00a0 (D) f (n) = 0 (g(n)) and f (n) = 11 (g(n))<\/p>\n<p> 33.Simplified form of the Boolean expression Y = A&#8217; B C&#8217; D&#8217; + ABC&#8217; D&#8217; + A&#8217; BCD&#8217; + ABCD&#8217;<br \/> is :<br \/> (A) C&#8217; D&#8217;<br \/> (B) CD&#8217;<br \/> <strong>(C) BD&#8217; (ANS)<\/strong><br \/> (D) B C&#8217;<\/p>\n<p> 34.The postfix form of the expression (A + B) * C &#8211; D \/ E is :<br \/> <strong>\u00a0(A) AB + C* D E\/ &#8211; (ANS)<\/strong> (B) A B C* + D Ej-<br \/> \u00a0(C) ABC D E + * &#8211; \/\u00a0 (D) A B + C* D E &#8211; j<\/p>\n<p> 35.When a process is accessing shared modifiable data, the process is said to be in :<br \/> \u00a0(A) Dead lock\u00a0 <strong>(B) Critical Section (ANS)<\/strong><br \/> \u00a0(C) Multitasking\u00a0 (D) Context Switching<\/p>\n<p> 36.The first MPI function call made by every MPI process is the call to:<br \/> \u00a0(A) MPLMain ()\u00a0 (B) MPL Wtick()<br \/> <strong>\u00a0(C) MPL Init ( ) (ANS)<\/strong> (D) MPLBcast ( )<\/p>\n<p> 37.The output generated by the following C program does not include the value:<br \/> <em># include \u00a0<br \/> main ()<br \/> { intn=3;<br \/> while (n&gt;1)<br \/> {if \u252c\u00bdn % 2) !=1)<br \/> n=n\/2;<br \/> else n=3* n + 1;<br \/> printf ( &#8221; % d &#8220;, n) ; }<br \/> }<\/em><\/p>\n<p> (A) 5\u00a0 <strong>(B) 6 (ANS) <\/strong>(C) 8\u00a0 (D)12<\/p>\n<p> 38. Boundary value analysis is a method for:<br \/> \u00a0(A) White box testing\u00a0<strong> (B) Black box testing (ANS)<\/strong><br \/> \u00a0(C) Structural testing\u00a0 (D) Mutation testing<\/p>\n<p> 39.Dijkstra&#8217;s Banker&#8217;s algorithm is used for:<br \/> (A) Deadlock Prevention\u00a0 (B) Deadlock Detection<br \/> (C) Deadlock Recovery\u00a0 <strong>(D) Deadlock Avoidance (ANS)<\/strong><\/p>\n<p> 40. ~(p v q) == ~ P \/\\ ~q is a famous law in logic known as :<br \/> \u00a0(A) Euclidian Law\u00a0 (B) Karnaugh Law<br \/> \u00a0(C) Turing&#8217;s Law\u00a0 <strong>(D) De Morgan&#8217;s Law (ANS)<\/strong><\/p>\n<p> 41.The language accepted by a Push down Automata:<br \/> \u00a0(A) Type 0\u00a0 (B) Type 1\u00a0 <strong>(C) Type 2 (ANS)<\/strong> (D) Type 3<\/p>\n<p> 42. In parallel algorithm design, the process of grouping tasks into larger tasks in order to improve performance :<br \/> <strong>\u00a0(A) Agglomeration (ANS) <\/strong>(B) Domain Decomposition<br \/> \u00a0(C) Mapping\u00a0 (D) None of these<br \/> =&gt; grouping small tasks into larger task<\/p>\n<p> 43. A system call in Linux operating system to create a new child process, which is a copy of the parent process :<br \/> \u00a0(A) access\u00a0 <strong>(B) fork (ANS) <\/strong>(C) flock\u00a0 (D) exec<\/p>\n<p> 44.A preemptive type of process scheduling strategy :<br \/> (A) Highest Response Ratio Next Scheduling<br \/> (B) Shortest Job First Scheduling<br \/> (C) First in First out Scheduling<br \/> <strong>(D) Shortest Remaining Time Next Scheduling (ANS)<\/strong><br \/> <em><strong>\u00a0It can be higest response next or shortest remaining time next =&gt; premeptive version means scheduler will stop abruptly and switch to next process based on some criteria.<\/strong><\/em><\/p>\n<p> 45. The type of geometric transformation applied to an object for repositioning it along a straight line path from one location to another:<br \/> (A) Scaling\u00a0 (B) Rotation\u00a0 <strong>(C) Translation (ANS)<\/strong> (D) Reflection<\/p>\n<p> 46.Vignere Cipher is a kind of :<br \/> (A) Stream Cipher<br \/> (B) Mono alphabetic Cipher<br \/> <strong>(C) Poly alphabetic Cipher (ANS)<\/strong><br \/> (D) Block Cipher<\/p>\n<p> 47. Recursive Descent Parsers are a type of :<br \/> (A) L L parsers <strong>(B) L R parsers (ANS)<\/strong><br \/> (C) L A L R parsers (D) S L R parsers<\/p>\n<p> 48. The approach used for requirements elicitation in software design and development process:<br \/> \u00a0(A) View Points\u00a0 (B) Interview\u00a0 (C) Use &#8211; Cases<strong> (D) All of these (ANS)<\/strong><\/p>\n<p> 49.The output generated by the following C program<br \/> <em># include \u00a0<br \/> int Update (int x)<br \/> {<br \/> static int y = 10;<br \/> y + = x;<br \/> return (y) ;<br \/> }<\/p>\n<p> main ()<br \/> {<br \/> int a, count;<br \/> for (count =0 ; count &lt; 3; ++ count)<br \/> {<br \/> a = Update (count) ;<br \/> printf ( &#8220;% d &#8220;, a);<br \/> }<br \/> }<\/em><\/p>\n<p> (A) 10 11 12<br \/> (C) 0 1 3<br \/> <strong>(B) 10 11 13 (ANS)<\/strong><br \/> (D) Compilation Error<\/p>\n<p> 50. Area on earth where signals of a satellite can be received:<br \/> <strong>(A) Foot- print (ANS)<\/strong> (B) Coverage\u00a0 (C) Range (D) Vicinity<\/p>\n","protected":false},"excerpt":{"rendered":"<p>27. The following IP address format refers to: \u00a0D31\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 D30\u00a0\u00a0\u00a0 D29\u00a0\u00a0\u00a0\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 D28-D8 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 D7-D0 \u00a0\u00a0\u00a0 1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 NETWORK\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 HOST (A) Class A addresses\u00a0 (B) Class B addresses (C) Class C addresses (ANS) (D) Class D addresses 28.In C++, a pointer that is&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[22],"tags":[],"class_list":["post-224","post","type-post","status-publish","format-standard","hentry","category-computer-science-combined"],"_links":{"self":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=224"}],"version-history":[{"count":0,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts\/224\/revisions"}],"wp:attachment":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}