Microprocessor এর কোন অংশে ALU থাকে
A. Fetch unit
B. Control unit
C. Processing unit
D. Flags unit
তথ্য ও যোগাযোগ প্রযুক্তি অধিদপ্তর , সহকারী প্রোগ্রামারসাধারন জ্ঞান - বাংলাদেশবিজ্ঞান ও চিকিৎসাবিজ্ঞান ও চিকিৎসা (Topic Practice)তথ্য ও যোগাযোগ প্রযুক্তি অধিদপ্তর , সহকারী প্রোগ্রামার - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
সঠিক উত্তরঃ
C.
Processing unit
Explanation:
Related Questions (Any University/Year)
- why do we need to handle exceptions?
- In excel, charts are created using which option?
- পাটের 'জিনোম সিকোয়েন্স' কে আবিষ্কার করেন?
- Which one of the following is not an open source operating system?
- In a spreadsheet, can help you make sense of a worksheet contents.
- A light sensitive device that converts drawing , Printed text or other images into digital form is
- তথ্য প্রযুক্তিতে ব্যবহৃত SIM এর পূর্ণরুপ কি?
- Which of the following companies has implanted a chip in a human brain for the first time?
- Randomized quick sort is an extension of quicksort where the pivot is chosen randomly. what is the worst case complexity of sorting a numbers using randomized quick sort?
- সূর্যের আলোতে সাতটি রঙ আছে-এ তত্ত্ব আবিষ্কার করেন।
- পার্সোনাল কম্পিউটারের কারিগরি নাম কী?
- From which country the SMART card (NID) of Bangladesh Election Commission was made?
- 'Cozy Bear' কী?
- ইপিআই(EPI) কর্মসূচির মাধ্যমে প্রতিরোধ যোগ্য রোগের সংখ্যা—
- Bit coin uses __ technology.
- A light sensitive device that converts drawing, printed next or other images into digital form is -
- Which of the following memories is not volatile?(নিচের কোন স্মৃতিটি নন ভোলাটাইল?)
- ই-মেইলের জনক কে?
- কোনটি কম্পিউটার ভাইরাস?
- 'RAM' stands for-
- রক্তনালী সংকুচিত করার জন্য দায়ী উপাদান কোনটি?
- MICR এর পূর্ণরূপ কী?
- Excel Workbook is a collection of -
- পাটের আঁশ হতে পচনশীল পলিমার ব্যাগ তৈরির পদ্ধতি উদ্ভাবন করেন-
- Which one is not a basic data type of C?
- চরক ছিলেন-
- বঙ্গবন্ধু স্যাটেলাইট-১ এর গ্রাউন্ড স্টেশন কোথায় স্থাপন করা হয়েছে?
- Which company owns 'Hotmail' the internet based e-mail system?
- A person has certain number of cows and birds. They have 172 eyes and 344 legs. How many cows and birds does he have?
- Bubble sort algorithm sorts n data items using
- কম্পিউটারের প্রবাহ চিত্রে ▱ চিহ্নটি কি নির্দেশ করে?
- কৃত্রিম বুদ্ধিমত্তা প্রধানত কোথায় ব্যবহৃত হয়?
- Consider the following C program: void () {}
- E-mail is ..........................
- The shortcut key to open the OPEN dialogue box in MS-Office is -
- বঙ্গনন্ধু স্যাটেলাইট-১ এর মেয়াদ কত বছর?
- The Bangladeshi American scientist who achieved four milestones in genomics-sequencing the genomes of Papaya, Rubber, Jute, and Fungus is ____ .
- 'LAN' means ?
- In Microsoft Excel , the function key F2 i used for-
- Consider the following recursive function fun (s , y). what is the value of fun ( 4, 3) int fun ( int x , int y) if ( x =0) return y; return fun ( x,1, x+y); |