Friday, August 25, 2023

Coding in Python || One Word Questions Lists!

 Q1) Python is an ______ computer programming language.

Answer :- interpreted

Q2) What is the full form of IDLE or IDE?

Answer :- Integrated Development Environment

Q3) How many modes in Python ?

Answer :- Two modes in python

Interactive Mode & Script Mode

Q4) What's the full form of GUI?

Answer :- Graphical User Interface

Q5) In _____ mode, we type set of codes.

Answer :- Script

Q6) In _____ mode, we type set of command in single line at a time.

Answer :- Interactive mode

Q7) ______ is the extension of python file.

Answer :- .py

Q8) ____ in python consists valid characters such as alphabets, digits or special symbols.

Answer :- Character Set

Q9) The smallest individual unit in a program is referred to a ______.

Answer :- Tokens

Q10) _____ are the values which can change during the execution of a program.

Answer :- Variables

Q11) ____ command is use to print the message in python.

Answer :- Print Command

Q12) __________ is use to accept the value to the variable given by the user.

Answer :- Input Command or Statement

Q13) ______ data type is used to store numeric values.

Answer :- Numbers

Q14) _____ are the kinds of key value pairs.

Answer :- Dictionary

Q15) ____ consists set of characters enclosed within single quotes or double quotes.

Answer :- string

Q16) ______ data type consists values in the list separated by commas enclosed within square brackets.

 e.g List name=[Elements]

Answer :- list 

Q17) ______ data type consists values in the list separated by commas enclosed within parenthesis.

 e.g Tuple name=(Elements)

Q18) _____ operator is use for floor division.

Answer :- //

Q19) _____ operator is used to evaluate relational expressions.

Answer :- Relational Operator

Q20) ______ operator evaluate two or more relational expressions.

Answer :- Logical Operator



No comments:

Post a Comment

CMS - 2024 || JAC INTERMEDIATE EXAMINATION - 2024 || 12th COMPUTER SCIENCE!

  Part-A Multiple Choice Questions 1) Who is the developer C++? a) Von Neumann b) Dennis M. Ritchie c) Charles Babbage d) Bjarne Stroustrup ...