Top answers

All subjects
All levels

Show how you would calculate 53 + 39 in 8-bit binary?

First convert each number to binary. 53 = 00110101. 39 = 00100111.Then add the two binary numbers, considering each column of bits from right to left and using carry bits. 0011010100100111 +0100111...

Answered by Paolo M. Computing tutor
994 Views

Calculate -3 + 3 using Two's Complement and the Sign and Magnitude Method. Which works correctly?

Using the Two's complement notation of -3 and 3 (11111101 and 00000011), binary addition will return 100000000 which has an overflow error, so the 9th bit is ignored giving a value of 00000000 which is eq...

Answered by Mark J. Computing tutor
2109 Views

Describe the process used by a binary search algorithm, and explain why binary search would not be appropriate for the list [3,2,5,7,9]

A binary search starts at the middle of the list and compares this item with the search term, if the item matches the search term, then the search is complete.If the item is not the search term, it is com...

Answered by William H. Computing tutor
882 Views

A classroom has ten computers and a central router. Each computer is connected directly to the router using Ethernet. Identify if the classroom network is a LAN (Local Area Network) or a WAN (Wide Area Network). Justify your choice. (3 marks)

Correct: LAN (1st mark). Justification: A Local Area Network covers a small distance or geographical area. (2nd mark) It is typically owned and operated by the organisation. (3rd mark). Less...

Answered by Michael V. Computing tutor
857 Views

What does a compiler do in the context of programming?

A compiler's main purpose is to translate source code (code that we write in Java, C++ etc) into machine readable code. Think of it like a machine which takes our document of code and translates it into 0...

Answered by Filippos K. Computing tutor
1239 Views

We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy