edited by
401 views
0 votes
0 votes

The hardware address of a computer network device consists of $48$ bits. Which of the following is a valid address in hexadecimal numbers?

  1. $00 \mathrm{E} 0071944 \mathrm{~A} 0$
  2. $0 \mathrm{~A} 23 \mathrm{~B} 5$
  3. $1 \mathrm{E} 07 \mathrm{FG} 124372$
  4. $398 \mathrm{~A} 7 \mathrm{E} 9412110408$

(Option $1 [39821]) 1$
(Option $2 [39822]) 2$
(Option $3 [39823]) 3$
(Option $4 [39824]) 4$

edited by

1 Answer

Related questions

0 votes
0 votes
2 answers
1
admin asked May 20, 2023
1,302 views
The negation of "Some students like hockey" is:Some students dislike hockeyEvery student dislike hockeyEvery student like hockeyAll students like hockey(Option $1[39301])...
0 votes
0 votes
1 answer
4
admin asked May 20, 2023
508 views
Consider the following conditional code, which returns a Boolean valuesif $((x>25) \& \&(y>100))$return 'false';else iff $(x \leq 25) \& \& \&(y \leq 100))$return 'true';...