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 代碼
刪除
恢復自動保存:
?