কোন বাংলাদেশী বিজ্ঞানী পাটের জিনোম সূত্র আবিষ্কার করেছেন?
A. ড.কামরুল আলম
B. ড. মাকসুদুল আলম
C. ড.মোরশেদ আলম
D. ড.মোজাম্মেল আলম
NSTUUnit-Dসাধারন জ্ঞান - বাংলাদেশবিজ্ঞান ও চিকিৎসাবিজ্ঞান ও চিকিৎসা (Topic Practice)NSTU - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
সঠিক উত্তরঃ
B.
ড. মাকসুদুল আলম
Explanation:
Related Questions (Any University/Year)
- বাংলাদেশের প্যথম সাইবার সিটি কোনটি?
- Consider the following code: #include int main (int argc,char*argv []){return;} what is the minimum length of character array argv the above code?
- বাংলাদেশে ইন্টারনেট থ্রি-জি সেবা চালু হয় কত সালে?
- Which one is the largest space ?
- What is the name of locally invented chicken layer?
- The complexity of Bubble sort algorithm is
- (a) কোন অঞ্চলের রশ্মি ব্যবহার হয় লিখ: (i) WiFi (ii) Fake-Currency (iii) Optical fiber (iv) MRI (b) জাল টাকা শনাক্তকরণের মূলনীতি লিখ:
- Two dimensinal arrays are also called
- A device that connects to a network without the use of cables is said to be -
- ডাঃ ইব্রাহিম কর্তৃক প্রতিষ্ঠিত হাসপাতাল কোনটি?
- করোনা ভাইরাস টিকার নিবন্ধনের জন্য ব্যবহ্রত অ্যাপের নাম কী?
- অটিজম হল
- The last address of IP address represents
- BCD কোড কত বিটের হয়?
- ডিজিটাল ক্যামেরার আবিষ্কারক
- কোন দেশের প্রতিষ্ঠান বঙ্গবন্ধু স্যাটেলাইট-১ তৈরি করেছে?
- How many layer internet protocol suite?
- How many parts of computer hardware?(কম্পিউটার হার্ডওয়্যারে কয়টি অংশ আছে?)
- The complex of Binary search alogrithm is___
- what is the output of the following C code ? int main () { int i =0 int x = i ++, y =++i ; printf("%d %d/n", x,y); return 0}