1) What does print do in most programming languages like Python? a) Sends data to a file b) Reads a value from the user c) Displays text d) Creates a new variable 2) Which of the following is a valid variable name in Python? a) 1stValue b) name-1 c) name_1 d) full name 3) What is the value of x after this code runs? x = 5 , x = x + 3 a) 15 b) 3 c) 8 d) 5 4) Which operator is used to compare two values, rather than assign one? a) = b) == c) < d) > 5) What will this code output? for i in range(3): print("Hello") a) Prints “Hello” forever b) Prints “Hello” three times c) Prints “Hello” twice d) Prints “Hello” once 6) What is the main purpose of an if statement in a program? a) As Reusable functions b) To repeat a task a fixed number of times c) To execute code only when certain conditions are met d) To display output to the user 7) What will this code print? x = 10, if x > 5: print("A"); else: print("B"); a) A b) B c) Nothing d) Crashout 8) What is the output of this code? x = 2, y = 3, print(x ** y) a) 5 b) 6 c) 8 d) 9 9) What is the output of this code? x = 10, y = 5, print( x // y + x % y ) a) 2 b) 4 c) 10 d) 11 10) Which statement correctly defines a function that returns the square of a number? a) def square(x): print ( x * x ) b) def square(x): return x * x c) def square(): return x * x d) square = lambda: x * x
0%
Programming 101
共享
共享
共享
由
Sy41
编辑内容
打印
嵌入
更多
作业
排行榜
显示更多
显示更少
此排行榜当前是私人享有。单击
,共享
使其公开。
资源所有者已禁用此排行榜。
此排行榜被禁用,因为您的选择与资源所有者不同。
还原选项
随堂测验
是一个开放式模板。它不会为排行榜生成分数。
需要登录
视觉风格
字体
需要订阅
选项
切换模板
显示所有
播放活动时将显示更多格式。
打开成绩
复制链接
QR 代码
删除
恢复自动保存:
?