Monday 30 March 2020

Answer : IT Tools and Business Systems (January 2019)

Answer : IT Tools and Business Systems (January  2019)

1. Multiple choice :


1.1 : B
1.2 : B
1.3 : C
1.4 : D
1.5 : A

Saturday 28 March 2020

Solved : IT Tools and Business Systems (January 2019)

Solved : IT Tools and Business Systems (January  2019)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with  the question paper, following instructions therein. (1x10=10)

1.1 : Which is the technology used in the evaluation of aptitude test?
(A) OCR (B) OMR
(C) MICR (D) MCR
1.2 : SQL stands for :
(A) Standard Query Language
(B) Structured Query Language
(C) Shortest Query Language
(D) System Query Language
Answer 

Friday 27 March 2020

Answer : NIELIT IT Tools and Business Systems (July 2018)

Solved :  NIELIT IT Tools and Business Systems (July 2018)

1 : Multiple Choice


1.1 :  D
1.2 : B
1.3 : D
1.4 : C
1.5 : B
1.6 : C

Thursday 26 March 2020

Compare date in dd/mm/yyyy format C#



Some programmer needs to compare date in the format of dd/mm/yyyy. C# sharp has reach features of handling date but too complicated. So I made this post which helps you to compare date in dd/mm/yyyy format in simple way.

using System.Globalization;

string strFromDate =  "16/03/2020";
           
string strToDate = "20/03/2020";