Which of the following is not an output device ?

Which of the following is not an output device ? Correct Answer Scanner

স্ক্যানার (scanner) কোন ছবি বা লেখা হুবহু ডিজিটাল ডেটায় বা কম্পিউটারে সংরক্ষণের জন্য ব্যবহৃত যন্ত্র। বর্তমানে ডিজিটাল ক্যামেরা আসার পূর্বে ছাপা কোন তর্থ কম্পিউটারে সংরক্ষণের এটি ছিল একমাত্র সমাধান। আর scanner হলো একটি ইনপুট ডিভাইস।

Related Questions

What is the output after compile and run the following code ? int Output = 10;
boolean b = false;
if((b == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}
Which of the following represents examples of an IT input device, output device and storage device respectively ?