🧪 Algorithm MCQ Quiz Hub

Algorithm Mcq Set 1

Choose a topic to test your knowledge and improve your Algorithm skills

1. The word ______comes from the name of a Persian mathematician Abu Ja’far Mohammed ibn-i Musa al Khowarizmi.




2. This characteristic often draws the line between what is feasible and what is impossible.




3. The time that depends on the input: an already sorted sequence that is easier to sort.




4. Which of the following is incorrect? Algorithms can be represented:




5. When an algorithm is written in the form of a programming language, it becomes a _________




6. A system wherein items are added from one and removed from the other end.




7. Another name for 1-D arrays.




8. A data structure that follows the FIFO principle.




9. ________ is a straightforward method of representing positive and negative numbers.




10. The 1’s complement of 1 in 4 bits is _____




11. The binary number 111 in its 2’s complement form is ______




12. The sign magnitude representation of -9 is _______




13. If you are given a word of size n bits, the range of 2’s complement of binary numbers is ________




14. In both signed magnitude and 2’s complement , positive and negative numbers are separated using ______




15. Single Precision format comprises of _________ bits




16. If m is the 2’s complement and n is the binary number, then ______




17. The possible number of bit patterns with 8 bits _______




18. Which of the following is used for binary multiplication?




19. The binary number obtained after applying RSC on 11010 will be _____




20. The result of >> of 11001 by 3-bits will be _____




21. Booth’s Algorithm is applied on ______




22. If Booth’s Multiplication is performed on the numbers 22*3, then what is 3 referred to as _______




23. What is the default value of accumulator in booth’s multiplication of two 4-bit binary numbers?




24. What is the value of n in multiplication of 110* 1000?




25. What will be the value obtained after multiplication of (-2) * (-3) using Booth’s Algorithm?




26. What does the data transfer instruction STA stand for?




27. What is the 1’s complement of 11010?




28. The 10’s complement of 562 is ______




29. The 9’s complement of 6578 is ______




30. >> operator is used to denote _________




31. The subtraction using 1’s complement of 110 – 100 will give the result ______




32. The result obtained on subtraction using 2’s complement of 1111-0010 will be _____




33. The 1’s complement of 1111111110.101 is ______




34. 7’s complement of 432 is _______




35. The 16’s complement of 74E will be ______




36. Binary addition of 1 + 1 gives the result _______




37. The result of 0 – 1 in binary is _______




38. The complement of any number can be given by a general term ______




39. The IEEE standard followed by almost all the computers for floating point arithmetic _____




40. Which of the following is often called the double precision format?




41. What is NaN in IEEE standards?




42. The result that is smaller than the smallest number obtained is referred to as _____




43. The number of sign bits in a 32-bit IEEE format _________




44. Express the decimal format of the signed binary number (101010)2 .




45. The multiplication of 110 * 111 is performed. What is a general term used for 111?




46. What do you call the intermediate terms in binary multiplication?




47. The number of sign bits in a 32-bit IEEE format is _______




48. Perform binary addition of 1101 + 0010 is ________




49. The result of 0*1 in binary is ______