A computer that stores and forwards e-mail message is called___
A. Mail center
B. Mail sytem
C. Mail server
D. Mail sender
Exim Bank Ltdসাধারন জ্ঞান - বাংলাদেশবিজ্ঞান ও চিকিৎসাবিজ্ঞান ও চিকিৎসা (Topic Practice)Exim Bank Ltd - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
সঠিক উত্তরঃ
C.
Mail server
Explanation:
Related Questions (Any University/Year)
- কোনও ই-মেইলে CC এর অর্থ কী?
- E. banking implies____
- IP address সহজে মনে রাখার জন্য কী ব্যবহার করা হয়?
- IPV4 address is
- বর্জ্য সংগ্রহের বীন থেকে কখন বর্জ্য সংগ্রহ করতে হবে?
- With which view can you see how text and graphics will appear on the printed page?
- স্মৃতি সংগঠন প্রক্রিয়ার প্রথম স্তর কোনটি? (What is the first stage in the process of memory?)
- Which of the following is not an output device of a computer?
- A host machine is unable to communication with Google server. Which command is the most appropriate to run at host machine to determine which intermediary device is responsible for this failure ?
- How to access the overridden method of base class from the derived class?
- পলিজিনি হল-
- Which of the following is not a programming language ?
- পারমাণবিক বোমার উদ্ভাবক কে ?
- কম্পিউচার থেকে কম্পিউটারে তথ্য আদান-প্রদান প্রযুক্তিকে কী বলা হয়?
- নিচের কোনটি ইন্টারনেটের সার্চ ইঞ্জিন ?
- নিচের কোনটি ডাটাবেজ তুলনা করার কাজ ব্যবহার হয়-
- কম্পিউটারের প্রজন্ম কয়টি
- গ্লোবাল ভিজেল বা বিশ্ব গ্রাম ধারণাটি প্রথম কে ব্যবহার করেন?
- Who invented Jutton?
- 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); |