Tuesday 28 April 2020

Answer : Application of .NET Technology July 2017

Answer  :NIELIT (O-Level ) Application of .NET Technology July 2017

1. Multiple Choice


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

Solved : Application of .NET Technology July 2017

Solved : NIELIT (O-Level) Application of .NET Technology July 2017

1. Each question below gives a multiple choice of answers. Choo se  the  most  appropriate  one with the question paper, following instructions therein. (1x10)

1.1 : compile managed assemblies into processor-specific native code?
A) gacutil B) ngen
C) sn D) dumpbin
Answer

Sunday 26 April 2020

Answer : Application of .NET Technology January 2017

Answer  :NIELIT (O-Level)  Application of .NET Technology January 2017


1. Multiple Choice


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

Solved : Application of .NET Technology January 2017

Solved :NIELIT (O-Level)  Application of .NET Technology January 2017

1.Each    question    below    gives a   multiple choice  of   answers. Choose the most answer sheet supplied with the question paper, following instructions therein. (1x10)

1.1 : What is MSIL?
A) Multisocket Interface Library
B) Microsoft Intermediate Language
C) Microsoft Interface Language
D) None of the above
Answer

Saturday 25 April 2020

Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 19

Answer : NIELIT (O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 19

1. Multiple Choice


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

Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 19

Solved : NIELIT (O-Level) PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 19

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.

1.1 : Which of the following is a keyword used for a storage class ?
(A) printf
(B) external
(C) auto
(D) scanf
Answer

Friday 24 April 2020

Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 19

Answer : NIELIT (O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 19

1. Multiple Choice


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

Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 19

Solved : NIELIT (O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 19

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 of the following is the correct order of evaluation for the below expression ?
(A) * / % + – = (B) = * / % + –
(C) / * % – + = (D) * % / – + =
Answer

Thursday 23 April 2020

Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 18

Answer  : NIELIT (O-Level) PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 18

1. Multiple choice


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

Wednesday 22 April 2020

Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 18

Solved : NIELIT (O-Level) PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 18

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)

1.1 : Which programming method is followed in C language?
A)  Algorithm B) Flow-charts
C)  Procedural D) Object Oriented
Answer

Tuesday 21 April 2020

Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 18

Answer : NIELIT ( O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 18

1: Multiple Choice


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

Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 18

Solved : NIELIT (O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 18

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)

1.1 :  What will be output if you compile and execute the following ‘C’ code?
void main()
{
   float a=5.2;
   if(a==5.2)
     printf("Equal");
  else if(a<5.2)
    printf("Less than");
  else
  printf("Greater than");
}
A) Equal B) Less than
C) Greater than D) Compilation error
Answer

Saturday 18 April 2020

Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 17

Answer : NIELIT ( O-Level) PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 17


1. Multiple Choice

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

Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 17

Solved : NIELIT (O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 17

1. Each question below gives a multiple choice of answers. Choose  the  most  appropriate  one with the question paper, following instructions therein. 
(1x10)

1.1 : Which one is incorrect statement for C Language?
A) C compiler supports octal integer constant.
B) C compiler supports hexadecimal integer constant.
C) C compiler supports binary integer constant.
D) C compiler supports decimal integer constant
Answer

Thursday 16 April 2020

Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 17

Answer : NIELIT (O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 17

1. Multiple Choice


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

Solved : M3-R4: PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 17

Solved :NIELIT (O-Level)  M3-R4: PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 17

1. Each question below gives a multiple choice of answers. Choose the most answer sheet supplied with the question paper, following instructions therein.

1.1 : Which of the following software translates source code into object code?
A) Compiler
B) Interpreter
C) Assembler
D) None
1.2 : Which one of the following is not a keyword in C language?
A) main
B) endl
C) float
D) switch

Wednesday 15 April 2020

Answer : Internet Technology and Web Design Question Paper (July-19)

Answer : NIELIT (O-Level) Internet Technology and Web Design Question Paper (July-19)


1. Multiple Choice 


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

Tuesday 14 April 2020

Solved : Internet Technology and Web Design Question Paper (July-19)

Solved : NIELIT (O-Level)  Internet Technology and Web Design Question Paper (July-19)

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.

1.1 : The facilities available in the internet are :
(i) electronic mail
(ii) remote login
(iii) file transfer
(iv) word processing
(A) (i), (ii)
(B) (i), (ii) and (iv)
(C) (i), (ii) and (iii)
1.2 : Which of the following services use TCP ?

(i) DHCP
(ii) SMTP
(iii) HTTP
(iv) TFTP
(v) FTP

(A) (i) and (ii)
(B) (i), (ii) and (iv)
(C) (i), (iii) and (iv)

Answer : Internet Technology and Web Design Question Paper (January-19)

Answer :  NIELIT (O-Level) Internet Technology and Web Design Question Paper (January-19)

1. Multiple Choice


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

Sunday 12 April 2020

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

Solved : NIELIT (O-Level) Internet Technology and Web Design Question Paper (January-19)

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 : ARPANET stands for
(A) Advanced Research Projects Agency Network
(B) Advance Research Project Agency Network
(C) Asymmetric Routing Project Advance Network
(D) None of the options
1.2 : Which of the following layer is an end-to-end layer ?
(A) Data Link Layer
(B) Transport Layer
(C) Network Layer
(D) Physical Layer
Answer