4 votes
32
Class B network on the internet has a subnet mask of 255.255.119.0 what is maximum possible hosts per subnet. Assuming Classfull Addressing Scheme
3 votes
34
Consider the following language:$$L= \{ w \in \{0,1\}^* \mid w \text{ ends with the substring } 011 \}$$Which one of the following deterministic finite automata accepts $...
1 votes
36
To use a reverse-iterator, you shouldbegin by initializing it to end ( )begin by initializing it to rend ( )increment it to move backward through the containerdecrement i...
2 votes
40
Which one of the following fundamental features of the OOPs is not supported by 𝐶++?(a) Persistence(b) Delegation(c) Genericity(d) Data abstraction
1 votes
42
A Hamming code can correct all combinations of 𝑘 or fewer errors if and only if the minimum distance between any two code words is at least:(a) 𝑘 + 1(b) 𝑘 − 1(...
2 votes
43
If two schedules are conflict equivalent then can we definitely say that they are also view equivalent?
1 votes
45
Find a compatible total order for the divisibility relationon the set {1, 2, 3, 6, 8, 12, 24, 36}.
3 votes
49
7 votes
50
2 votes
51
State whether the following statements are TRUE or FALSE:Data transfer between a microprocessor and an I/O device is usually faster in memory-mapped-I/O scheme than in I/...
7 votes
57