edited by
152 views
0 votes
0 votes

The computer uses a bootstrap. Which of the following shows the part of a computer of which the bootstrap is an example?

  1. application software
  2. firmware
  3. hard disk drive
  4. IP address

(Option $1 [39825]) 1$
(Option $2 [39826]) 2$
(Option $3 [39827]) 3$
(Option $4 [39828]) 4$

edited by

1 Answer

Related questions

1.4k
views
2 answers
0 votes
admin asked May 20, 2023
1,381 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])...
570
views
1 answers
0 votes
admin asked May 20, 2023
570 views
A relation '$R$ ' is defined on ordered pairs of integers as: $(x, y) R(u, v)$ if $x<u$ and $y>v$. Then $R$ isNeither a partial order nor an equivalence relationA partial...
944
views
1 answers
0 votes
admin asked May 20, 2023
944 views
Suppose you are married and you and your partner attend a party with three other married couples. Several handshakes took place. No one shook hands with himself (or herse...
537
views
1 answers
0 votes
admin asked May 20, 2023
537 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';...