Binary Math - Binary Math MCQs
Showing 29 questions (Total: 29)
(1011)2 + (0101)2=?
Correct Answer:
D: কোনোটিই নয়
Explanation:
(1011)2 + (0101)2=? Correct Answer কোনোটিই নয় (1011)2 + (0101)2 = ? বাইনারি পদ্ধতিতে যোগ করে, 101101011000.·. (1011)2 + (0110)2 = (10000)2
Which kind of mathematics does the computer use in operations?
Correct Answer:
A: Binary
Explanation:
Which kind of mathematics does the computer use in operations? Correct Answer Binary কম্পিউটারে বাইনারি সংখ্যা পদ্ধতি ব্যবহার করা সুবিধাজনক। কারন কম্পিউটারে ইলেকট্রিক্যাল সিগন্যালকে on বা off দ্বারা প্রকাশ করা হয়। যেমন - বাইনারি সংখ্যায় ব্যবহৃত অঙ্কগুলো (০ ও 1) বলে এটি কম্পিউটারে ব্যবহারের জন্য উপযুক্ত। ইলেকট্রিক্যাল সিগন্যাল, on = 1ইলেকট্রিক্যাল সিগন্যাল, off = 0
কম্পিউটারে ব্যবহিত দুটি অঙ্ক কি?
Correct Answer:
খ: ০ ও ১
Explanation:
কম্পিউটারে ব্যবহিত দুটি অঙ্ক কি? সঠিক উত্তর ০ ও ১ কম্পিউটার মূলত বাইনারি সংখ্যাপদ্ধতিতে কাজ করে. এ সংখ্যাপদ্ধতির বেস 2. বেস বলতে ডিজিট বোঝায়, তার মানে বাইনারিতে মাত্র দুটি অঙ্ক বা ডিজিট ব্যবহৃত হয় [[0 আর 1]]. এই দুটি অঙ্কের কম্বিনেশনের মাধ্যমে সব কিছু প্রকাশ করানো হয়. বাইনারি ভাষাকে নিম্ন স্তরের ভাষা অথবা মেশিনের ভাষাও বলা হয়.
Which number system is usually following in a typical 32-bit computer?
Correct Answer:
A: 2
Explanation:
Which number system is usually following in a typical 32-bit computer? Correct Answer 2 সাধারন configuration - এর একটি 32 - bit computer system - এ সাধারনত binary umber system ব্যবহারিত হয়। অর্থাৎ এরুপ system - এ সমস্ত digital signal কে 0 ও 1 দ্বারা হিসেব করা হয়।
On which number system does computer work ?
Correct Answer:
A: Binary
Explanation:
On which number system does computer work ? Correct Answer Binary Binary System হল দুইভিত্তিক সংখ্যা পদ্ধতি। 0 এবং 1 এই দুইটি সংখ্যার মাধ্যমে বাইনারিতে সম্ভাব্য সকল সংখ্যা প্রকাশ করা হয়। এটিকে কেউ কেউ মেশিন ল্যাঙ্গুয়েজও বলে থাকেন কারণ কম্পিউটারের যাবতীয় কাজ এই Binary System - এ করা হয়।
When we substract-3 from2, the answer is _______.
Correct Answer:
C: 0101
Explanation:
When we substract-3 from2, the answer is _______. Correct Answer 0101 Substract - 3 from2 2 - ( - 3) = 5 (decimal) = 101 (binary conversion) = 0101 (adding an extra zero at the beginning to match with the answer)
In a computer, text codes converts letters into ----
Correct Answer:
C: Binary format
In binary number system, each bit represents a ----
Correct Answer:
A: Character
-------is a system of counting using only two numbers 0 and 1.
Correct Answer:
A: Banary
Explanation:
-------is a system of counting using only two numbers 0 and 1. Correct Answer Banary The Correct Answer is Binary. Binary is a system of counting using only two numbers 0 and 1
Nibble describes a bits combination of
Correct Answer:
A: 4 bits
Explanation:
Nibble describes a bits combination of Correct Answer 4 bits In computing, a nibble is a four - bit aggregation, or half an octet.
10101111 এর 1's complement কোনটি?
Correct Answer:
C: 0101 0000
Explanation:
10101111 এর 1's complement কোনটি? Correct Answer 0101 0000 বাইনারি পদ্ধতিতে প্রকাশিত সংখ্যার 0 ও 1 ডিজিট দুটিকে যথাক্রমে 1 ও 0 ডিজিট দুটিকে যথাক্রমে 1ও 0 দ্বারা swap (বদল) করা হলে যে সংখ্যা পাওয়া যায় তাকে 1 এর পরিপূরক ( 1's complement ) বলে। তাই 10101111 সংখ্যাটিতে 1' এর পরিপূরক 01010000।
The maximum number of binary trees that can be formed with three unlabeled nodes is :
Correct Answer:
C: 5
Explanation:
The maximum number of binary trees that can be formed with three unlabeled nodes is : Correct Answer 5 @SOLUTION;__✍️ BST(n) = C(2*n , n) / (n + 1) Therefore Unlabeled BT(n) = C(2*n , n) / (n + 1) Therefore the number of unlabeled BT with 3 nodes is given by:— = > C(2*3, 3) /(3 + 1) = > C(6,3)/4 = > 6!/(3!*3!*4) = > 6*5/6 = > 5 So the number of unlabeled Binary Tree with 3 nodes is 5.
How many 'I's will be there in the binary representation of the following expression (assume 16 bit nubmber _ 12 + 64 + 128 + 256 + 1024 )
Correct Answer:
C: 6
Explanation:
How many 'I's will be there in the binary representation of the following expression (assume 16 bit nubmber _ 12 + 64 + 128 + 256 + 1024 ) Correct Answer 6 In mathematics and digital electronics, a binary number is a number expressed in the base - 2 numeral system or binary numeral system, which uses only two symbols: typically “0” (zero) and “1” (one). The base - 2 numeral system is a positional notation with a radix of 2. Each digit is referred to as a bit.
The maximum number of binary trees that can be formed with three unlabeled nodes is:
Correct Answer:
C: 5
Explanation:
The maximum number of binary trees that can be formed with three unlabeled nodes is: Correct Answer 5 @SOLUTION;__✍️ BST(n) = C(2*n , n) / (n + 1) Therefore Unlabeled BT(n) = C(2*n , n) / (n + 1) Therefore the number of unlabeled BT with 3 nodes is given by:— = > C(2*3, 3) /(3 + 1) = > C(6,3)/4 = > 6!/(3!*3!*4) = > 6*5/6 = > 5 So the number of unlabeled Binary Tree with 3 nodes is 5.
which of the following options suitable, if A is '10110110'. B is '1110000' and C is '10100000' ?
Correct Answer:
D: C = A and B
2019 is Binary :
Correct Answer:
D: 0000011111100011
The time complexity of binary search is :
Correct Answer:
D: logarithmic
Explanation:
The time complexity of binary search is : Correct Answer logarithmic In computer science, binary search, also known as half - interval search,logarithmic search,or binary chop, is a search algorithm that finds the position of a target value within a sorted array. Binary search compares the target value to the middle element of the array.
(111111110)2=(?)10
Correct Answer:
C: 510
Explanation:
(111111110)2=(?)10 Correct Answer 510 এটি একটি বিশেষ একটি বিশেষ সিরিজ যার মাধ্যমে কোন সংখ্যাকে বাইনারিতে পরিবর্তন করা যায়। Series: 256 - 128 - 64 - 32 - 16 - 8 - 4 - 2 - 1 Count: 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 বাইনারি সংখ্যাটিকে Series সংখ্যাটির সাহায্যে পর্যায়ক্রমে কাউন্ট 1 বসাতে হবে। বসানো শেষ হলে যেই সংখ্যার নিচে 1 আছে, সেই সংখ্যাগুলোকে যোগ করতে হবে। এক্ষেত্রে ফলাফলঃ ২৫৬ + ১২৮ + ৬৪ + ৩২ + ১৬ + ৮ + ৪ + ২ = ৫১০।
Which of the following is false about a binary search tree?
Correct Answer:
D: Either the left of the right sub- tree should be be binary search tree but not both.
Which of the following is an example of a binary number ?
Correct Answer:
A: 100101
Explanation:
Which of the following is an example of a binary number ? Correct Answer 100101 বাইনারি পদ্ধতিতে কোনো সংখ্যা দুটি বাইনারি ডিজিট 0 ও 1 দিয়ে লেখা হয়। অপশন গুলোর মধ্যে a অপশনের সংখ্যাটিই শুধু 0 ও 1 ডিজিট দিয়ে লিখিত সংখ্যা। সুতরাং (a) 100101 - ই সঠিক উত্তর।
কম্পিউটার নিচের কোন ভাষাটির ব্যবহার করে?
Correct Answer:
খ: বাইনারি
Explanation:
কম্পিউটার নিচের কোন ভাষাটির ব্যবহার করে? সঠিক উত্তর বাইনারি কম্পিউটার এর ব্যবহার করা হয় বাইনারি ভাষা । বাইনারী ভাষায় দুইটি ডিজিট ব্যবহার করা হয় - ০,১।
নিচের কোনটি ১০০ এর ১ কমপ্লিমেন্ট?
Correct Answer:
গ: 011
Explanation:
নিচের কোনটি ১০০ এর ১ কমপ্লিমেন্ট? সঠিক উত্তর 011 কমপ্লিমেন্ট হল 1 কে 0 এবং 0 কে1 করা। অর্থাৎ 100 – 011.
যে কম্পিউটার ভাষায় সবকিছু শুধুমাত্র বাইনারি কোডে লেখা হয় তাকে বলে-
Correct Answer:
ক: Machine language
Explanation:
যে কম্পিউটার ভাষায় সবকিছু শুধুমাত্র বাইনারি কোডে লেখা হয় তাকে বলে- সঠিক উত্তর Machine language যে কম্পিউটার ভাষায় সবকিছু শুধুমাত্র বাইনারি কোডে লেখা হয় তাকে Machine language বলে। কারণ, ভাষার সর্বনিম্ন স্তর হলো মেশিন ভাষা যা কম্পিউটারের মৌলিক ভাষা। মেশিন ভাষায় () থেকে 1 এই দুই বাইনারি অঙ্ক অথবা হেক্সা পদ্ধতি ব্যবহার করে সব কিছু লিখা হয়। কম্পিউটার একমাত্র মেশিন ভাষাই বুঝতে পারে, অন্যভাষায় প্রোগ্রাম করলে কম্পিউটার আগে উপযুক্ত অনুবাদকের সাহায্যে তাকে মেশিন ভাষায় পরিণত করে নেয়। প্রথম প্রজন্মের কম্পিউটারের সব প্রোগ্রাম একমাত্র মেশিন ভাষাতেই করতে হতো।
Binary পদ্ধতিতে কয়টি প্রতীক ব্যবহার করা হয়?
Correct Answer:
খ: ২টি
Explanation:
Binary পদ্ধতিতে কয়টি প্রতীক ব্যবহার করা হয়? সঠিক উত্তর ২টি Binary পদ্ধতিতে ২ টি প্রতীক ব্যবহার করা হয় - েউহারণ - ০ ও ১ ।
১০১১১০ বাইনারি নাম্বারের সমতুল্য ডেসিমাল নাম্বার কোনটি?
Correct Answer:
ক: ৪৬
Explanation:
১০১১১০ বাইনারি নাম্বারের সমতুল্য ডেসিমাল নাম্বার কোনটি? সঠিক উত্তর ৪৬ 1.2^5+0.2^4+1.2^3+1.2^2+1.2^1+0.2^0=32+0+8+4+2+0=46
In a computer, text codes convert letters into --
Correct Answer:
B: Binary format
Complete Binary Tree যার height n, তার মধ্যে node কতটি?
Correct Answer:
ঘ: 2n+1-1
Binary circuit elements have
Correct Answer:
B: Two stable state
Explanation:
Binary circuit elements have Correct Answer Two stable state 1 & 0 or, on & off
কম্পিউটারে ব্যবহৃত দুটি কোড কি?
Correct Answer:
ক: ০ এবং ১
Explanation:
কম্পিউটারে ব্যবহৃত দুটি কোড কি? সঠিক উত্তর ০ এবং ১ কম্পিউটারের বোধগম্য ভাষা হলো মেশিন ল্যাাংগুয়েজ। এ মেশিন ল্যাাংগুয়েজ গঠিত হয় বিদ্যুৎ প্রবাহের দুটি মাত্র সংকেতের দ্বারা, বিদ্যুৎ আছে 1 অথবা বিদ্যুৎ নেই 0। এরা মূলত একটি বিট। কম্পিউটারে বাইনারি পদ্ধতিতে এ দুটি বিট ব্যবহার করা হয়।