Which of the following is the product of data processing?
Use of icons and windows are characteristic of a .... interface .
What is the smallest unit of data transmission?
Which of the following is a C2C e-commmerce platform?
The full form of `Wi-Fi' is
What does Fin Tech stand for?
USB Stands for-
1024 Terabyte=
which computer memory is never erased?
কম্পিউটারের Logical memory কে একই আকারের বিভিন্ন ব্লকে করা হলে এগুলোকে কি বলে?
Payment system এর মধ্যে অপেক্ষাকৃত দ্রুত পদ্ধতি কোনটি?
The energy stored in a body when stained within elastic limit is known as
Consider the following variable declarations and definations in C . (i) int var _ 9 =1 ; (ii) int 9 _ var =2; (iii) int + =3; Choose the correct statement w.r.t above variables.
For a given integer, which of the following operators can be used to 'Set' and 'reset ' a particular bit respectively?
Let x be an integer which can take a value of 0 or 1. The statement if (x == 0) x =1 ; else x =0 ; is equivalent to which one of the following ?
which of the following is not a stable sorting algorithm in its typical implementation?
You have to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate ?
Randomized quick sort is an extension of quicksort where the pivot is chosen randomly. what is the worst case complexity of sorting a numbers using randomized quick sort?
In UNIX, processes that have finished execution but have not yet had their status collected are known as
which of the following UNIX command allows scheduling program to be executed at the specifics time?