Derived Channel
1.54K subscribers
252 photos
4 videos
374 files
68 links
القناة الأساسية
@stepbystep001

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
(0, 1, 2000000) < (0, 3, 4)
Anonymous Quiz
36%
T
64%
F
it copies the object and any references it contains
Anonymous Quiz
67%
deep copy
33%
shallow copy
To copy the contents of an object, including any references to embedded objects
Anonymous Quiz
67%
deep copy
33%
shallow copy
To copy the contents of an object as well as any embedded objects, and any objects
embedded in them, and so on
Anonymous Quiz
35%
shallow copy
65%
deep copy
16 // 5 =
Anonymous Quiz
74%
3
26%
3.2
16 % 5 =
Anonymous Quiz
79%
1
8%
3.2
12%
3
1%
16
16 / 5 =
Anonymous Quiz
3%
1
21%
3
74%
3.2
2%
16
t = ('a', 'b', 'c', 'd', 'e')
t = ('A') + t[1:]
t
Anonymous Quiz
10%
('a', 'b', 'c', 'd', 'e')
55%
('A', 'b', 'c', 'd', 'e')
35%
Error
x = 5
x++
#now, x = 6
Anonymous Quiz
60%
T
40%
F
round(4.5) =
Anonymous Quiz
55%
4
11%
4.5
34%
5
round(4.6) =
Anonymous Quiz
33%
4
5%
4.6
63%
5
.............is an array that grows dynamically as more space is needed.
Anonymous Quiz
5%
Array
32%
ListArray
45%
ArrayList
18%
None Of them
string is a collection of characters that can be accessed based on their index.
Anonymous Quiz
83%
True
17%
False
Items in a linear list are accessed directly
Anonymous Quiz
61%
true
39%
false
Hash table stores a set of data values associated with a key
Anonymous Quiz
79%
True
21%
False
......... is a group of items divided into levels. An item at one level can have successor items located at the next lower level
Anonymous Quiz
16%
Diagram Collection
84%
hierarchical collection
....... is a set of nodes and a set of edges that connect the nodes
Anonymous Quiz
85%
graph
12%
network
3%
weight
........ is a special type of graph where each of the edges is assigned a weight
Anonymous Quiz
10%
Graph
54%
network
36%
weight
.......... is associated with a cost for using that edge to move from one node to another
Anonymous Quiz
8%
Graph
16%
network
76%
weight
sets, graphs, and networks .......
Anonymous Quiz
9%
Linear Collection
91%
Nonlinear Collection