নিয়মিত ব্যাটারির কি পরীক্ষা করা উচিত?
টুলবক্স কি?
উইন্ডসিল্ড কি?
দুরের যাত্রায় গাড়ির কি কি পরীক্ষা করতে হয়?
বনেট কি?
Assume that an office has three departments and each department has 50 to 70 employees who are using computers with Windows operating systems. The office space is designed in such a way that an employee can use any computer within a department. Once an employee logs in from a computer, he/she will get access to his files from the server. Let you are planning for network and server setup for this company.
a. What is Active Directory? Do you need an Active Directory for such an office? If yes, briefly explain its use under this circumstance.
b. What is a subnet? What benefits will you get using subnets for this office?
Write a program in any language to find the sum of rows and columns of a m x n matrix, where m and n is taken input from the user. Give the output in the following format:
Sample Input matrix:
134224533221
Sample Output:
1342102453143225126911
Write a program in any language to find the prime numbers between 1.. n, where n is taken as user input.
Sample input:
Enter value of n: 20
Prime Numbers: 2, 3, 5, 7, 11, 13, 17, 19,