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
96
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
535
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
432
What is the result?
Java programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
405
Are nested if-else are allowed?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
579
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
1059
Which of the following data type use Key:pair
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
1
1
621
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
1634
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
600
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
1348
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
1535
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
616
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
280
Total:
5728
Previous
275
276
277
278
279
Next
Go