Computer science-Pranav Singhal

Special meaning words of Python, fixed for specific functionality are called:
Identifiers
Functions
Keywords
Literals
What is an algorithm?
Software that analyses data
A set of steps to solve a problem
A hardware device to store data
All of these
Data items having fixed value are called:
Identifiers
Keywords
Functions
Literals
Which of the following is/are correct ways of creating strings?
Name=Jiya
Name='Jiya'
Name=
Name=(Jiya)
Which of the following is not an immutable type in python?
String
Tuples
Set
None of the above
What will the value of 10//3?
3.34
3.3333
3.0
3
What is the value of 10+3**3*2?
28
739
829
64
What will be the output of the following program:
x=3
if x==0:
            print("Am I here?")
elif x==3:
            print("Or here?")
else:
            pass
print("Or over here?")  
 
 
Am I here?
Or here?
Am I here? Or ever here?
Or here? Or over here?
Which of the following can be used to create comments?
+
#
()
: :
What is pseudocode?
A diagrammatic representation of a set of instructions
An algorithm written out in words
A specific language used by all computers
All of the above
Which shape represents a decision in a flowchart?
Diamond
Rectangle
Oval
Trapezium
Which of the following is the correct way of assigning value to 'a' ?
A==0
0=a
A=0
0==a
{"name":"Computer science-Pranav Singhal", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Special meaning words of Python, fixed for specific functionality are called:, What is an algorithm?, Data items having fixed value are called:","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker