https://www.chegg.com/homework-help/questions-and-answers/consider-program-following-sequence-instructions-syntax-consists-opcode-followed-destinati-q77718684
I need the ans of this question.
Q1. Use the Booth algorithm to multiply -21 (multiplicand) by 23 (multiplier), where each number is represented using 6 bits. Show the procedure in detail, preferably using a table.
Q2. A 12-bit Hamming code word containing 8 bits of data and 4 parity bits is read from memory. What was the original 8-bit data word that was written into memory if the 12-bit word read out is 111011011001 (show the
procedure)?
Q3. For the 8-bit word 11010001, calculate the check bits to be stored with it. Suppose when the word is read from memory, the check bits are calculated to be 1101.What is the data word that was read from memory? (show
the procedure)?
Ana is at XYZ. She has to go to ABC location through the gray pathway shown in the picture below. The x and y values of XYZ location and ABC location are shown. Write a Scratch script for Ana to go from XYZ to ABC.
Do you agree to the assertion that, the Fourth Industrial Revolution (4IR) technologies will take over almost all jobs in the world? Your position should be justified with plausible reasons.
write short notes
1)Convergence of technologies
2)Sensors and actuators
3)superposition
4)qubit
The ubiquitous nature of mobile phones today brings tremendous convenience to our lives, but
will misuse of new improvements to this technology result in the loss of that convenience? For
instance, camera phones are now banned in many fitness centers, park restrooms, and other simi-
lar facilities because some people have used them inappropriately to take compromising photos,
and mobile phones are banned in many classrooms because of the disruption of constant text
messaging and the use of the phone by dishonest students to cheat on exams. Do you think these
reactions to mobile phone misuse are justified? Is there another way to ensure the appropriate use
of mobile phones without banning their use for all individuals? Should there be more stringent
consequences for those who use technology for illegal or unethical purposes?
Design a class template with overloaded operator / to perform a = b / c.
1.1 Describe how an operating system interacts with applications and hardware. Discuss the steps involved. (10) 1.2 Identify and describe key features of productivity applications. (10)
Mobile operating system is the heart of smart phone. Various mobile operating systems like Android, iOS, Windows Phone, Blackberry, Tizen, Sailfish OS, Ubuntu Touch, Firefox OS are available. Each of them has some common as well as unique specialized features.
1.3 Discussed their various features for Android, iOS, Windows Phone and Blackberry and Tizen like App support, OS updates, voice assistance, cloud services, map, voice assistance, security and reliability, market share, customization rights and camera settings. (25)
Given two ordered linked lists L1 and L2, write a function that deletes every element of L2
contained in L1. Your function should be a friend function of the class
orderedLinkedListType.