Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
Yasmin Questions
5728 Questions
Which three statements are true? (choose three)
Java programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
97
What can directly access and change the value of the variable name?
Java programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
543
Which two statements are true about has-a and is-a relationships? (choose two)
Java programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
440
What is the result?
Java programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
412
Are nested if-else are allowed?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
592
Output is: print(\"Hello {0[0]} and {0[1]}\".format((\'foo\', \'bin\')))
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
6
1
1064
Which of the following data type use Key:pair
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
1
1
635
Output is: a=[1,2,3,4] b=[sum(a[0:x+1]) for x in range(0,len(a))] print(b)
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
3
1
1648
Guess the output: a=[14,52,7] b=a.copy() b is a
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
611
Assume the output: a=list((45,)*4) print((45)*4) print(a)
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
1355
Output is: l = [1,2,6,5,7,8] l.insert(9)
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
1
1
1548
Predict the output: List = [True, 50, 10] List.insert(2, 5) print(List, \"Sum is: \", sum(List))
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
624
Output is: x = [i**+1 for i in range(3)] print(x)
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
284
Total:
5728
Previous
275
276
277
278
279
Next
Go