A hard disk is divided into tracks which are further subdivided into:
A. Clusters
B. Sectors
C. Vectors
D.
Pubali Bank Ltdসাধারন জ্ঞান - বাংলাদেশবিজ্ঞান ও চিকিৎসাবিজ্ঞান ও চিকিৎসা (Topic Practice)Pubali Bank Ltd - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
সঠিক উত্তরঃ
B.
Sectors
Explanation:
Related Questions (Any University/Year)
- What are the four basic functions of a computer system?
- which one is not the graphics software ?
- বাংলাদেশ পাট ও ছত্রাকের জীবনরহস্য উন্মোচনের স্বীকৃতি লাভ করে কোন প্রতিষ্ঠানের কাছ থেকে?
- কোনটি ইনপুট ডিভাইস নয়?
- ডিজিটাল টেলিফোনের প্রধান বৈশিষ্ট্র-
- An OR gate can be imagined as-
- কত সালে প্রথম বাংলাদেশে আর্সেনিক দুষন সনাক্ত করা হয়?
- Satellite Communicatin Workd through-
- In general a window has .... scrollbars.
- বঙ্গবন্ধু স্যাটেলাইট-১ কোন স্পেস সেন্টার থেকে উৎক্ষেপণ করা হয়?
- আগ্নেয়গিরির যে মুখ দিয়ে গলিত পদার্থ বের হয়, তাকে কী বলে?
- Graphical pictures that represent an object like a file , folders etc. are-
- কোভিড-১৯ ভ্যাকসিন উৎপাদনে সম্প্রতি চীনের সাথে বাংলাদেশের কোন ফার্মাসিউটিক্যাল কোম্পানির চুক্তি স্বাক্ষরিত হয়?
- The maximum number of binary trees that can be formed with three unlabeled nodes is :
- কম্পিউটার ভাইরাস হলো-
- কম্পিউটারে টাইপ করার সময় কোন লেখা মুছে গেলে তা কোন বাটন চেপে পুনরায় আনা যায়?
- In which model prototype can be developed?
- কোন দেশের প্রতিষ্ঠান বঙ্গবন্ধু স্যাটেলাইট-১ তৈরি করেছে?
- Computer software includes which of the following?
- 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); |