What is the nice reason for why digital data is represented in computers in binary?
Its less difficult, inexpensive, and more dependable to build machines and gadgets that
handiest should distinguish among binary states
what
What is the four-bit binary variety for the decimal quantity Ten (10)?
1010
What is the minimum variety of bits you would want to encode the 26 letters of the alphabet
plus a space - a complete of 27 characters?
Five bits
Number systems with exclusive bases consisting of binary (base 2) and decimal (base 10)
are allused to view and constitute virtual statistics. Which of the subsequent is NOT genuine
about representing virtual data?
Some huge numbers can not be represented in binary and can simplest be represented in
decimal.
Eight bits is sufficient to symbolize 256 unique numbers. How many overall bits do you want
to represent 512 (twice as many) numbers.
9 bits
Which of the subsequent statements are proper about routers and routing at the Internet?
A packet journeying among two computer systems at the Internet may be rerouted in many
instances alongside the way or maybe misplaced or "dropped". And Routers act
independently and course packets as they see in shape.
Which of the following BEST describes how protocols on the Internet (IP, TCP, HTTP)
employ abstraction to accomplish their respective purposes?
Low level protocols can offer capability to high stage protocols with out revealing the info of
ways it is achieved.
, According to the domain call device (DNS), which of the subsequent is a subdomain of the
domain instance.Com?
Approximately.Example.Com
Which of the following is NOT true about TCP/IP packets?
TCP ensures that no packets are ever dropped.
Programming languages have a few similarities and differences to the "herbal" language you
operate in normal speech. Select the 2 proper statements about programming languages:
Ambiguities in natural language necessitate the creation of programming languages for
controlling a laptop. And Compared to the number of phrases in a natural language, the wide
variety of described phrases in a programming language is very small.
Which of the following is NOT authentic approximately capabilities in programming?
Functions can not make calls to other functions within the same software.
Consider the subsequent wrong software, that is supposed to move the robot around the
perimeter of a grid, as indicated by the drawing underneath. The starting role and path of the
robotic is indicated in the diagram.
Line 1: REPEAT 4 TIMES Line
2:
Line 3: MOVE_FORWARD()
Line 4: ROTATE_RIGHT()
Line 5: MOVE_FORWARD()
Line 6: MOVE_FORWARD()
Line 7: MOVE_FORWARD()
Line eight: MOVE_FORWARD()
Line nine: ROTATE_RIGHT()
Line 10:
·
Fig: What the robotic is supposed to do