LOA 1 GR11 Computer Science
LOA 1 GR11 Computer Science
COMMENTS:
2.Python is ……..Language.
4.A subsystem of Artificial Intelligence, wherein computers have the ability to learn from data
C. AR D. VR
5.A three-dimensional, computer-generated situation that simulates the real world using headset.
C. AR D. VR
6.The superimposition of computer generated perceptual information over the existing physical
surroundings is
C. AR D. VR
1|Page
7. It deals with the interaction between human and computers using human spoken languages
C. AR D. VR
C. AR D. Grid Computing
9. Symbol denotes
14.Debugging is
2|Page
17.A=true B=False predict the out of python code print (A and B)
19.X=20
X=”A”
20. X=20
X+=20
X=20
X+=20
Y=X
Y+=30
print(X)
print(Y)
3.Write a flow chart or algorithm to add 2 numbers and display the result?
8.What are the input and output operators in python? Write example for each?
9.What is immutable and mutable data types? Write 3 examples for each?
4|Page