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

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
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
array is a collection of elements with the .........data type
Anonymous Quiz
84%
Same
16%
Different
choose even of them
Anonymous Quiz
11%
Tree
15%
sets
6%
Graph
68%
array
Nonlinear collections can be .....
Anonymous Quiz
11%
hierarchical
9%
grouped
80%
hierarchical or grouped
..........composite data type that holds data that may consist of many different data types.
Anonymous Quiz
10%
Array
19%
ListArray
41%
Struct
29%
ِArraylist
latest enhanced CPU systems, recursion is more efficient than iterations.
Anonymous Quiz
86%
true
14%
false
space complexity of recursive function may go .........than that of a function with iteration
Anonymous Quiz
31%
Less
60%
higher
9%
Equal
........when this condition is met the function stops calling itself recursively
Anonymous Quiz
81%
Base criteria
19%
Progressive approach
............. each time a recursive call is made it comes closer to the base criteria.
Anonymous Quiz
13%
Base criteria
87%
Progressive approach
most common application of recursion is in mathematics and computer science
Anonymous Quiz
94%
true
6%
false
in implementation of Recursion ........... function has to suspend its execution temporarily and resume later when the execution control returns from the callee function.
Anonymous Quiz
91%
caller
9%
callee
Recursion makes a program ........ readable
Anonymous Quiz
11%
less
85%
more
4%
None of them
The Fibonacci sequence is defined by which mathematical formula?
Anonymous Quiz
51%
F(n) = F(n-1) + F(n-2)
22%
F(n) = F(n+1) + F(n+2)
17%
F(n) = F(n) * F(n-1)
10%
F(n) = F(n) / F(n-1)
What is the 8th number in the Fibonacci sequence?
Anonymous Quiz
39%
13
45%
21
11%
34
5%
55