Font size
S
M
L
XL
WorksheetsC# and Python
Total questions: 7
Worksheet time: 70secs
Name
Class
Date
1.
Packges in virtual environments are available (a)
2.
which library in python is used for making games?
a)
tkinter
b)
kivy
c)
tensorflow
d)
pygame
3.
select all names than can be a function in c#
a)
static void public(){ }
b)
public void (){ }
c)
public string Name(){}
d)
static int Age(){}
4.
Which argument should be passed to the main function in c#
(a)
5.
which is the right syntax for if statement in python(Please dont mind the indentation as it doesnt show the indent)
a)
if True:
pass
b)
if(True):
pass
c)
if {True}(
pass
)
d)
if (True){
pass
}
6.
Public keyword makes the variable (a) in c#
7.
what are all the ways to make a loop run infinitely in python
a)
while 1:
b)
while True:
c)
while true:
d)
while 6-2 == 3:
Reset
