'SPARRSO' মহাকাশ গবেষণা কেন্দ্রটি কোথায় অবস্থিত?
A. মহাখালীতে
B. সাভারে
C. শাহবাগে
D. আগারগাঁয়ে
E. টঙ্গীতে
SUST Unit-BSet-2সাধারন জ্ঞান - বাংলাদেশবিজ্ঞান ও চিকিৎসাবিজ্ঞান ও চিকিৎসা (Topic Practice)SUST - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
সঠিক উত্তরঃ
D.
আগারগাঁয়ে
Explanation:
Related Questions (Any University/Year)
- What is a portion of a document in which you set certain page formatting option?
- Trojan can be introduced through ?
- দশমিক সংখ্যা 181 দ্বিমিক পদ্ধতিতে প্রকাশ করলে হয়-
- কোন দেশ প্রথম 6G স্যাটেলাইট উৎক্ষেপণ করেছে?
- BCD কোড কত বিটের হয়?
- ভিওআইপি VOIP) এর পূর্ণরূপ কোনটি?
- নিচের কোনটি কম্পিউটারের Data সংরক্ষণ ও স্থানান্তরে ব্যবহৃত হয়?
- E-mail এর BCC এ অংশের পূর্ণরূপ কী?
- মেশিন লার্নিং কোনটির উপশাখা – (Machine Learning 1s subset of -)
- In the formula , which symbol specifies the fixed columns or rows?
- You have to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate ?
- In a computer, which of the following keys you can use to get help in most of the programs?
- Memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory is __
- when there is a large logical address space, the best way of paging would be:
- What kind of computer memory is the first to activate when you turn on the computer?
- The first Bangladeshi web "Search Engine" is:
- বর্তমান দেশে তামাক চাষ নিরুৎসাহিত করা হচ্ছে কেন?
- The symbol of '$' is used in Microsoft Excel for---
- RAM in Computer stands for
- ২০২১ সালে জাতীয় সাইবার নিরাপত্তা সূচকে বাংলাদেশের অবস্থান কত?
- Which of the following is not an mRNA vaccine for COVID-19?
- which software is mostly used for virtualization?
- wi-fi এর পূর্ণ অর্থ হলো-
- The process of removing unwated part of an image is called
- What is a default file extension for all word documents?
- (111)2-(101)2=(?)2
- Which of the following data structures are indexed structures?
- Gmail এর ইনবক্স হতে কোনো মেইল ডিলিট করলে কোথায় খুজে পাওয়া যায়?
- মোবাইল ফোনের আবিষ্কারক কে?
- which of the following protocols uses both TCP and UDP ports?
- 'ডিজিটাল বাংলাদেশ' ঘোষণা করা হয়-
- নিচের কোন নেটওয়ার্ক বিশ্বে প্রথম ইন্টারনেট চালু করে?
- The word 'recognize' in the passage means-
- কম্পিউটার হ্যাকিং প্রতিরোধ করে-
- Which of the following is the widely accepted correct full form of 'Al'?
- নিচের কোনটি একটি অ্যাপ্লিকেশন সফটওয়্যার ?
- নিচের কোনটি ইন্টারনেটের সার্চ ইঞ্জিন ?
- Which one is the manufacturer of i-pod?
- কম্পিউটারের প্রজন্ম কয়টি
- 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); |