Thursday 6 May 2021

Solved : Internet Technology and Web Design Question Paper (January-20)

 Solved : Internet Technology and Web Design Question Paper (January-20)

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 first Internet search engine?
(A) Google (B) Archie
(C) Altavista ((D) WAIS

1.2 : Who is making the Web standards?
(A) Mozilla
(B) Microsoft
(C) The World Wide Web Consortium
(D) NVDIA

Tuesday 4 May 2021

Answer : IT Tools and Business Systems (Jan 2020) | NIELIT O Level

 Answer : IT Tools and Business Systems (Jan 2020)

1. Multiple Choice


1.1 : A
1.2 : A
1.3 : C
1.4 : C
1.5 : C
1.6 : A
1.7 : B
1.8 : D
1.9 : D
1.10 : B

Monday 3 May 2021

Solved : IT Tools and Business Systems (Jan 2020)

 Solved : IT Tools and Business Systems (Jan 2020)

Part One

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 Decimal equivalent of the binary number 11100011is:
(A) 227 (B) 226
(C) 224 (D) 228

Friday 30 April 2021

Implicit and Explicit type conversion | C Language

 Implicit and Explicit type conversion | C Language

Converting one data type into another data type is known as type conversion or typecasting. For example, converting character to number type integer. A waterfall model has been used for type conversion, which guaranteed that no loss of data while conversion.  If you convert the higher data type to a lower data type then data loss will occur, for example, conversion of long to an integer.

Implicit and Explicit type conversion | C Language




Implicit Typecasting

Implicit type casting means conversion of data types without losing its original meaning. This type of typecasting is essential when you want to change data types without changing the significance of the values stored inside the variable.