MCQ 1 What is the word (command) used to display numbers and text on the screen?

Correct Answer Choice A Print
See Answer

MCQ 2 What is a variable?

Correct Answer Choice D A box(memory location) where you store values
See Answer

MCQ 3 What symbol is used in python to assign values to a variable?

Correct Answer Choice C equals =
See Answer

MCQ 4 What will be the output? 

Name='Python'
print (Name)
      

Correct Answer Choice A Python
See Answer


MCQ 5 What would print (10+ 16) produce?

Correct Answer Choice B 26
See Answer

MCQ 6 What is the name of the environment in Python that write your programs and then test them out?

Correct Answer Choice B IDLE
See Answer

MCQ 7 What is an input function in Python?

Correct Answer Choice D A function that allows us to ask the user to enter some data.
See Answer

MCQ 8 What function is used to output a message in python?

Correct Answer Choice C print
See Answer


MCQ 9 How would you print a text string?

Correct Answer Choice B print ('Hello')
See Answer

MCQ 10 Choose the statement that assigns 4 to the power of 3 to the variable new_var.

Correct Answer Choice C new_var = 4 **3
See Answer

MCQ 11 To create a newline at the end of a prompt, you can use which of the following expressions?

Correct Answer Choice D \n
See Answer

MCQ 12 A __________ expression is an expression that is either True or False.

Correct Answer Choice A Boolean
See Answer


MCQ 13 Which one of these is integer division?

Correct Answer Choice B //
See Answer

MCQ 14 All keywords in Python except True, False and None are in

Correct Answer Choice A lower case
See Answer

MCQ 15 Mathematical operations can be performed on a string.

Correct Answer Choice A True
See Answer

MCQ 16 Which one of the following has the same precedence level?

Correct Answer Choice C Addition and Subtraction
See Answer


Related Python Quiz

  1. Python Quiz Questions Set 2

NTSE, NEET, AIEEE, Olympiad & Other Competive Exams Preparation

Publish Your Article / Write for Us

Article Writing Guide/Help

Trending Questions


Advantages Of NCERT, CBSE & State Boards Solutions For All Subjects

  • All the NCERT Solutions have been prepared by academic experts having 10+ years of teaching experience.
  • They have prepared all the solutions in simple and easy language, so that each and every student can understand the concepts easily.
  • All the solutions have been explained step to step wise in details with better explainations.
  • Students can also use these question and answers for your assignments and in homework help.
  • All the solutions have been explained in detail and the answers have been compiled in a step-wise manner.
  • All the question and asnwers are commonly prepared according to the Latest Syllabus of Board Education and Guidelines.
  • Students can know about the various types of questions asked in the exams with the help of these solutions.

Top Course Categories