{"id":223,"date":"2020-04-05T08:47:45","date_gmt":"2020-04-05T08:47:45","guid":{"rendered":"https:\/\/temp.ashkerala.com\/?p=223"},"modified":"2020-04-05T08:47:45","modified_gmt":"2020-04-05T08:47:45","slug":"computer-science-mcq-0001","status":"publish","type":"post","link":"https:\/\/temp.ashkerala.com\/?p=223","title":{"rendered":"Computer Science MCQ-0001"},"content":{"rendered":"<p>1.A document preparation software<br \/> \u00a0(A) FOXPRO\u00a0 (B) ORACLE <strong>(C) LATEX (ANS)<\/strong> (D) MATLAB<\/p>\n<p> 2.A technique in which system resources are shared among multiple users:<br \/> <strong>\u00a0(A) Multiplexing(ANS)<\/strong> (B) Demultiplexing (C) Modulation\u00a0 (D) Demodulation<\/p>\n<p> 3. Interaction modelling cannot be done using:<br \/> \u00a0<strong>(A) State Diagrams (ANS)<\/strong> (B) Use &#8211; Cases<br \/> \u00a0(C) Sequence Diagrams\u00a0 (D) Activity Diagrams<\/p>\n<p> 4.The number of bits that can be transmitted over a network in a certain period of time.<br \/> \u00a0(A) Latency\u00a0 (B) Delay\u00a0 (C) Bandwidth\u00a0<strong> (D) Baud (ANS)<\/strong><br \/> <strong><em>Note : baud is right (bits \/ sec =&gt; bits\/unit time,<br \/> bandwidth = range frequencies in a band<\/em><\/strong><\/p>\n<p> 5. Which of these is not a mark up language?<br \/> \u00a0(A) HTML\u00a0 (B) XML\u00a0 (C) SGML <strong>(D) XGML (ANS)<\/strong><br \/> <em><strong>Note:XGML. =&gt; no such language<\/strong><\/em><\/p>\n<p> 6. A network topology that combines features of linear- bus and star topology :<br \/> \u00a0(A) Mesh\u00a0 (B) Ring\u00a0<strong> (C)Tree (ANS) <\/strong>(D) Cube<\/p>\n<p> 7.If language L={O,l}*, then the reversed language L^ R\u00a0 =<br \/> <strong>\u00a0(A) {O, 1}* (ANS)<\/strong> (B) {}\u00a0 (C) {O}*\u00a0 (D) {1}*<br \/> {0,1}*\u00a0 as it can give 01011 and also 11010<\/p>\n<p>8.In Linux, the subdirectory that contains system configuration files including user<br \/> passwords:<br \/> \u00a0(A) \/boot\u00a0 (B) \/usr\u00a0<strong> (C) \/etc (ANS)<\/strong> (D) \/proc<\/p>\n<p>9.SQL command to delete a column from an existing table:<br \/> <strong>\u00a0(A) Alter-table (ANS)<\/strong> (B) Drop-table\u00a0 (C) Delete-table (D) Delete-column<\/p>\n<p>10.A technique not associated with data mining:<br \/> \u00a0(A) Predictive Modeling\u00a0 (B) Link Analysis<br \/> <strong>\u00a0(C) Database Segmentation (ANS)<\/strong> (D) Dimensionality Modeling<br \/> <em><strong>Note : Database segmentation. IT cannot be dimensioanlity modelling as it is connected with data mining and data warehousing. Dimensional Modeling refers to the technique used to design logical models for database which can support OLAP and Data Warehousing<\/strong><\/em><\/p>\n<p> 11. Memory bank experiencing too much contention from processor:<br \/> \u00a0(A) Fan -in\u00a0 (B) Hot-spot\u00a0<strong> (C) Thrash (ANS)<\/strong> (D) Fan-out<br \/> <em><strong>thrashing =&gt; excessive hitting with no progress<\/strong><\/em><\/p>\n<p>12.The number of nodes in a complete binary tree of height n :<br \/> \u00a0(A) 2^(n-1)_1\u00a0 (B) 2^(n-1)+1\u00a0 <strong>(C) 2^(n+1)-1 (ANS)<\/strong> (D) 2^(n+1) +1<\/p>\n<p> 13.The science and art of breaking ciphers.<br \/> (A) Cryptography\u00a0 (B) Steganography <strong>(C) Cryptanalysis (ANS)<\/strong> (D) Steganalyis<\/p>\n<p> 14. A raster scan display system with 24 bits per pixel and a screen resolution of 1024xl024 requires a frame buffer of size.<br \/> \u00a0(A) 1 Mega Bytes\u00a0 (B) 3 Mega Bytes\u00a0 (C) 8 Mega Bytes\u00a0 <strong>(D) 24 Mega Bytes (ANS)<\/strong><br \/> <em><strong>Note : 24 megabyes =&gt; 1024&#215;1024 =&gt; that much number of pixels and each pixel takes 24 bits =&gt; 1024x1024x24 = total number of bits =&gt; divided by 1024 = kbs again divided by 1024 = mbs =&gt; answer is 24. its not 3 .<\/strong><\/em><\/p>\n<p>15.Not a parallel programming language.<br \/> \u00a0(A) C\u0393\u00c7\u00f3\u00a0<strong> (B) SEQUENT C (ANS) <\/strong>(C) nCube C (D) C+ +<\/p>\n<p> 16. Process of mapping a network interface IP address to its hardware address:<br \/> \u00a0<strong>(A) ARP (ANS)<\/strong> (B) RARP\u00a0 (C) ICMP\u00a0 (D)IGMP<br \/> <em><strong>ARP =&gt; IP to MAC<\/strong><\/em><\/p>\n<p> 17. For the following sample database table staff :<br \/> <em>Staff no\u00a0 Name\u00a0 Designa tion\u00a0 Branch\u00a0 Salary\u00a0\u00a0 \u00a0<br \/> SL21\u00a0 John\u00a0\u00a0\u00a0 Assistant\u00a0\u00a0\u00a0\u00a0 B003\u00a0\u00a0\u00a0 30000\u00a0\u00a0 \u00a0<br \/> SG37\u00a0 Ann\u00a0\u00a0\u00a0\u00a0 Supervisor\u00a0 B007\u00a0\u00a0 42000\u00a0\u00a0 \u00a0<br \/> SL25\u00a0 Julie\u00a0\u00a0\u00a0 Assistant\u00a0\u00a0\u00a0\u00a0\u00a0 B007\u00a0\u00a0 32000\u00a0\u00a0 \u00a0<br \/> SL52\u00a0 Susan\u00a0 Manager\u00a0\u00a0\u00a0\u00a0\u00a0 BQ03\u00a0 51000\u00a0\u00a0 \u00a0<br \/> SG10\u00a0 David\u00a0 Manager\u00a0\u00a0\u00a0\u00a0 B004\u00a0\u00a0\u00a0 47000\u00a0 \u00a0<br \/> <\/em>the SQL query : SELECT COUNT (Staff no) AS mycount, SUM (Salary) AS mysum<br \/> FROM Staff\u00a0 WHERE Designation = &#8216;Manager&#8217;\u00a0\u00a0\u00a0\u00a0\u00a0 returns the result<\/p>\n<p> (A) mycount = 2, mysal = 47000<br \/> <strong>(B) mycouht = 2, mysal = 98000\u00a0 (correction :\u00a0 its not mysal its mysum)(ANS)<\/strong><br \/> (C) mycount = 5, mysal = 47000<br \/> (D) mycount = 5, mysal = 98000<\/p>\n<p> 18.Linux partitions are created using the file system:<br \/> \u00a0(A) FAT\u00a0 (B) FAT32\u00a0 <strong>(C) EXT3 (ANS)<\/strong> (D) NTFS<\/p>\n<p> 19. The local area network technology used in Ethernet<br \/> \u00a0(A) CSMA\u00a0 <strong>(B) CSMA\/CD (ANS)<\/strong> (C) CSMA\/CA\u00a0 (D) ALOHA<br \/> \u00a0<br \/> 20. Data abstraction means :<br \/> (A) Objects of one class acquire properties of object of another class<br \/> (B) Insulation of data from direct access by programs<br \/> (C) Code associated with a procedure call is not known until run time<br \/> <strong>(D)Putting together essential features without including background details (ANS)<\/strong><\/p>\n<p> 21.A hardware interface that allows for the connection of several peripheral devices to a single<br \/> PCI board.<br \/> (A) SCSI<br \/> (B)SATA<br \/> (C) ATA<br \/> <strong>(D) PCI (ANS)<\/strong><br \/> <em><strong>PCI =&gt; Peripheral computer interface= onboard ports to connect multiple devices<\/strong><\/em><\/p>\n<p> 22.If n represents the dimension of cube and k, the radix (no. of nodes along each dimensions)<br \/> then the number of nodes N of a k-ary n-cube network is :<br \/> (A) N=n^k\u00a0 (B) N=logkn\u00a0 <strong>(C) N=lognk (ANS)<\/strong> (D) N=k^n<\/p>\n<p> 23. The output generated by the following C program:<br \/> <em># include &lt; stdio.h&gt;<br \/> main 0<br \/> int v=3;<br \/> int * pv;<br \/> pv = &amp; v;<br \/> * pv = 0;<br \/> printf (&#8221; * pv = %d v= %d &#8220;, * pv, v);<br \/> }<\/em><br \/> <strong>(A) *pv = 0 v= 0 (ANS)<\/strong><br \/> (C) *pv = 3 v= 3<br \/> (B) *pv = 0 v= 3<br \/> (D) *pv = 3 v= a<\/p>\n<p> 24.A famous technique used in data warehousing:<br \/> (A) OODM (B) OLTP <strong>(C) OLAP(ANS)<\/strong> (D) ODBC<\/p>\n<p> 25. The environment variable in Linux, that contain a list of directories the shell automatically recognizes.<br \/> <strong>(A) $ PATH (ANS)<\/strong><br \/> (B) $ ENV<br \/> (C) $ USER<br \/> (D) $ GREP<\/p>\n<p>26. Not an Anti-virus software:<br \/> (A) McAfee\u00a0 (B) Norton (C) AVG\u00a0 <strong>(D) TROJAN (ANS)<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1.A document preparation software \u00a0(A) FOXPRO\u00a0 (B) ORACLE (C) LATEX (ANS) (D) MATLAB 2.A technique in which system resources are shared among multiple users: \u00a0(A) Multiplexing(ANS) (B) Demultiplexing (C) Modulation\u00a0 (D) Demodulation 3. Interaction modelling cannot be done using: \u00a0(A) State Diagrams (ANS) (B) Use &#8211; Cases \u00a0(C) Sequence Diagrams\u00a0 (D) Activity Diagrams 4.The number&#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-223","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\/223","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=223"}],"version-history":[{"count":0,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts\/223\/revisions"}],"wp:attachment":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=223"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=223"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}