<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>python mcq - CSE Things</title>
	<atom:link href="https://csethings.com/tag/python-mcq/feed/" rel="self" type="application/rss+xml" />
	<link>https://csethings.com</link>
	<description>All about Computer Science and Engineering</description>
	<lastBuildDate>Sun, 11 Dec 2022 09:38:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://csethings.com/wp-content/uploads/2021/05/cropped-C__1_-removebg-preview-3-32x32.png</url>
	<title>python mcq - CSE Things</title>
	<link>https://csethings.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Data science MCQs With Answers &#8211; Csethings</title>
		<link>https://csethings.com/python-for-data-science/</link>
					<comments>https://csethings.com/python-for-data-science/#respond</comments>
		
		<dc:creator><![CDATA[CSE-THINGS]]></dc:creator>
		<pubDate>Fri, 02 Dec 2022 11:17:18 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[python mcq]]></category>
		<category><![CDATA[Python3]]></category>
		<category><![CDATA[Technical interview]]></category>
		<guid isPermaLink="false">https://csethings.com/?p=1544</guid>

					<description><![CDATA[<p>Question 1:&#160;From the expression,&#160;X= a+bc,&#160;‘a’ is called&#160; Options :&#160; a. Operator b. Special character c. Value d. Operand Answers :d. Operand Question 2: Which of the following control statement is used to terminate the loop? Options :&#160; a. next b. switch c. break d. with Answers : c. break Question 3: In general, which is [&#8230;]</p>
The post <a href="https://csethings.com/python-for-data-science/">Data science MCQs With Answers – Csethings</a> appeared first on <a href="https://csethings.com">CSE Things</a>.]]></description>
										<content:encoded><![CDATA[<p>Question 1:&nbsp;From the expression,&nbsp;<b style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12.6px; background-color: #f9f9f9;">X= a+bc,&nbsp;</b>‘<b style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12.6px; background-color: #f9f9f9;">a</b>’ is called&nbsp;</p>
<p>Options :&nbsp;</p>
<p>a. Operator</p>
<p>b. Special character</p>
<p>c. Value</p>
<p>d. Operand</p>
<pre>Answers :d. Operand</pre>
<p>Question 2: Which of the following control statement is used to terminate the loop?</p>
<p>Options :&nbsp;</p>
<p>a. next</p>
<p>b. switch</p>
<p>c. break</p>
<p>d. with</p>
<pre>Answers : c. break</pre>
<p>Question 3: In general, which is not a valid data type?</p>
<p>Options :&nbsp;</p>
<p>a. Numeric</p>
<p>b. Alpha numeric</p>
<p>c. Character</p>
<p>d. Integer</p>
<pre>Answers : b. Alpha numeric</pre>
<p>Question 4 : Total number of ASCII characters used for programming are:-</p>
<p>Options :&nbsp;</p>
<p>a. 256</p>
<p>b. 127</p>
<p>c. 128</p>
<p>d. 150</p>
<pre>Answers : a. 256</pre>
<p>Question 5: Consider the code below and identify the data type of the variable ‘<b>X</b>’<br />
<b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; X = “cust-45963”</b></p>
<p>Options :&nbsp;</p>
<p>a. complex</p>
<p>b. string</p>
<p>c. integer</p>
<p>d. boolean</p>
<pre>Answers : b. string</pre>
<p>Question 6: Which of the following variable(s) is/are character data types?</p>
<p>Options :&nbsp;</p>
<p>a. X=“1”</p>
<p>b. &nbsp;<label for="nV2VW2j16MVW.10.4894998314090496.1">X= “Hello”</label></p>
<p>c. X= “?”</p>
<p>d. All of the above</p>
<pre>Answers : d. All of the above</pre>
<p>Question&nbsp; 7: Which of the following is not a numeric datatype?</p>
<p>Options :&nbsp;</p>
<p>a. integer</p>
<p>b. float</p>
<p>c. double</p>
<p>d. boolean</p>
<pre>Answers : d. boolean</pre>
<p>Question&nbsp; 8: What does the extension “<b>.csv</b>” mean?</p>
<p>Options :&nbsp;</p>
<p>a. command separated value</p>
<p>b. comma separated value</p>
<p>c. comma separated variable</p>
<p>d. None of the above</p>
<pre>Answers : c. comma separated value</pre>
<p>Question&nbsp; 9: Output for the bitwise operations <b>3&amp;5</b>&nbsp;is</p>
<p>Options :&nbsp;</p>
<p>a. 3</p>
<p>b. 1</p>
<p>c. 5</p>
<p>d. 7</p>
<pre>Answers : b. 1</pre>
<p>Question&nbsp; 10: Output for the bitwise operations <b>3&amp;5</b>&nbsp;is</p>
<p>Options :&nbsp;</p>
<p>a. 3</p>
<p>b. 1</p>
<p>c. 5</p>
<p>d. 7</p>
<pre>Answers : b. 1</pre>
<p>Question&nbsp; 11: Which of the following operators returns a boolean output?</p>
<p>Options :&nbsp;</p>
<p>a. AND</p>
<p>b. NOR</p>
<p>c. NOT</p>
<p>d. All of the above</p>
<pre>Answers : d. All of the above</pre>
<p>Question&nbsp; 12: Which of the following operators returns a boolean output?</p>
<p>Options :&nbsp;</p>
<p>a. AND</p>
<p>b. NOR</p>
<p>c. NOT</p>
<p>d. All of the above</p>
<pre>Answers : d. All of the above</pre>
<p>Question&nbsp; 13 : Which of the following operator is a relational operator?</p>
<p>Options :&nbsp;</p>
<p>a. AND (&amp;)</p>
<p>b. Not (!)</p>
<p>c. Greater than (&gt;)</p>
<p>d. &nbsp;<label for="nV2VW2j16MVW.15.6575459297918976.3">OR (/)</label></p>
<pre>Answers : c. Greater than (&gt;)</pre>
<p>Question&nbsp; 14: Lottery tokens are numbered from 1 to 25. What is the probability that a token drawn is a multiple of 5 or 7?</p>
<p>Options :&nbsp;</p>
<p>a. 12/25</p>
<p>b. 14/25</p>
<p>c. 8/25</p>
<p>d. 17/25</p>
<pre>Answers : c. 8/25</pre>
<p>Question&nbsp; 15 : Which of the following operator is a relational operator?</p>
<p>Options :&nbsp;</p>
<p>a. AND (&amp;)</p>
<p>b. Not (!)</p>
<p>c. Greater than (&gt;)</p>
<p>d. &nbsp;<label for="nV2VW2j16MVW.15.6575459297918976.3">OR (/)</label></p>
<pre>Answers : c. Greater than (&gt;)</pre>The post <a href="https://csethings.com/python-for-data-science/">Data science MCQs With Answers – Csethings</a> appeared first on <a href="https://csethings.com">CSE Things</a>.]]></content:encoded>
					
					<wfw:commentRss>https://csethings.com/python-for-data-science/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
