You are here: Home > Competitive Exams
All posts from

nielit.gov.in O Level Course Examination 2019 Old Question Paper : National Institute of Electronics & Information Technology

Name of the Organisation : National Institute of Electronics & Information Technology – NIELIT
Examination : O Level Course Examination 2019
Document Type : Old Question Paper
Year : January 2019
Subject Code : M1-R4 /M2-R4 /M3-R4 /M4.1-R4/M4.1-R4/M4.2-R4/M4.3-R4/M4.3-R4
Website : http://nielit.gov.in/node/14675

O Level Course Examination

Question Paper of O Level Course Examination All subject Question Paper January 2019 is now available in the official website of Directorate Of Economics And Statistics

Related / Similar Question Papers : O Level C Language Question Paper With Answer

Instructions

** Carefully read the instructions given on Question Paper, OMR Sheet and Answer Sheet.
** Question Paper is in Hindi and English language. Candidate can choose to answer in any one of the language (i.e., either Hindi or English)

** There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions.
** PART ONE is Objective type and carries 40 Marks. PART TWO is subjective type and carries 60 Marks.

** PART ONE is to be answered in the OMR ANSWER SHEET only, supplied with the question paper, as per the instructions contained therein. PART ONE is NOT to be answered in the answer book for PART TWO.

** Maximum time allotted for PART ONE is ONE HOUR. Answer book for PART TWO will be supplied at the table when the answer sheet for PART ONE is returned. However, candidates who complete PART ONE earlier than one hour, can collect the answer book for PART TWO immediately after handing over the answer sheet for PART ONE.

** Candidate cannot leave the examination hall/room without signing on the attendance sheet or handing over his Answer sheet to the invigilator. Failing in doing so, will amount to disqualification of Candidate in this Module/Paper.

** After receiving the instruction to open the booklet and before answering the questions, the candidate should ensure that the Question booklet is complete in all respect.

Download Question Paper :
IT Tools & Business Systems :
https://www.pdfquestion.in/uploads/pdf2019/34064-M2-R4.pdf
Internet Technology :
https://www.pdfquestion.in/uploads/pdf2019/34064-M2-R4.pdf
‘C’ Language :
www.pdfquestion.in/uploads/pdf2019/34064-M42-R4.pdf
.Net Technology :
https://www.pdfquestion.in/uploads/pdf2019/34064-M42-R4.pdf

Part One :
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?10=10)
Which is the technology used in the evaluation of aptitude test?
(A) OCR
(B) OMR
(C) MICR
(D) MCR

SQL stands for :
(A) Standard Query Language
(B) Structured Query Language
(C) Shortest Query Language
(D) System Query Language

Which of the following is an impact printer?
(A) Laser
(B) Ink-jet
(C) Dot-matrix
(D) None of the options

To cut text from the document, press the keys
(A) Ctrl and V
(B) Ctrl and C
(C) Ctrl and A
(D) Ctrl and X

ROUND(1363.45,–2) returns
(A) 1400
(B) –1364
(C) 1363.45
(D) 1464

The number of bits used to store a BCD digit is :
(A) 2
(B) 4
(C) 6
(D) 8

Numbers in base 8 are called as
(A) Octal System
(B) Hexadecimal System
(C) Decimal System
(D) Binary Numbering System

A collection of worksheets is called as
(A) Excel Sheets
(B) Workbook
(C) Excel Worksheets
(D) Excel Book

The binary number 1110 is equal to the decimal number ________.
(A) 3
(B) 1
(C) 7
(D) 14

Which of the following is used to create newspaper style columns ?
(A) Format Tabs
(B) Table Insert Table
(C) Insert Textbox
(D) Format Columns

Internet Technology & Web Design

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

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

Which of the following layer is an end-to-end layer ?
(A) Data Link Layer
(B) Transport Layer
(C) Network Layer
(D) Physical Layer

Routers operate at which layer ?
(A) Network
(B) Physical
(C) Data Link
(D) Transport

Flow Control is performed at which of the following layer ?
(A) Network
(B) Physical
(C) Data Link
(D) None of the options

<a> tag in HTML is used for creating
(A) List
(B) Links
(C) Address
(D) None of the options

Which topology is used by FDDI ?
(A) Bus Topology
(B) Ring Topology
(C) Dual Ring Topology
(D) Mesh Topology

Which of the following is/are special address ?
(A) 0.0.0.0
(B) 127.0.0.1
(C) 127.[anything]
(D) All of the options

Connection oriented services at network layer in OSI model is called
(A) Datagram subnet
(B) Virtual circuit
(C) Packet switching
(D) None of the options

ISDN PRI has how many channels ?
(A) 22B+1D
(B) 23B +1D
(C) 24B+1D
(D) 25B+1D

The size of an ATM Cell is
(A) 51 octets
(B) 53 octets
(C) 55 octets
(D) None of the options

Programming & Problem Solving Through ‘C’ Language

Which of the following is the correct order of evaluation for the below expression ?
(A) * / % + – =
(B) = * / % + –
(C) / * % – + =
(D) * % / – + =

Which of the following is true for variable names in C ?
(A) They can contain alphanumeric characters as well as special characters.
(B) It is not an error to declare a variable to be one of the keywords (like goto, static).
(C) Variable names cannot start with a digit.
(D) Variable can be of any length.

Point out the error if any, in the while loop :
main( )
{
int i=1;
while ( )
{
printf(“%d”,i++);
if( i > 10)
break;
}}
(A) The condition in while loop is must
(B) There should be a semicolon in the while loop
(C) The while loop should be replaced by for loop
(D) No error

In C, if you pass an array as an argument to a function, what actually gets passed ?
(A) Value of elements in array
(B) First element of array
(C) Base address of array
(D) Address of the last element of array

What is the maximum number of dimensions an array in C may have ?
(A) 2
(B) 8
(C) 20
(D) Theoretically no limits. The only practical limits are memory and compilers.

Is the following statement declaration or definition : extern int i;
(A) Declaration
(B) Definition
(C) Function
(D) Error

Application Of .Net Technology

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?10=10)
Which of the following .NET components can be used to remove unused references from the managed heap ?
(A) Common Language Infrastructure
(B) CLR
(C) Class loader
(D) Garbage Collector

Which of the following keyword is used for including the namespaces in the program in C# ?
(A) imports
(B) using
(C) exports
(D) None of the options

Which of the following .NET components can be used to remove unused references from the managed heap ?
(A) Common Language Infrastructure
(B) CLR
(C) Class loader
(D) Garbage Collector

We can manage states in ASP.NET application using
(A) Session Object
(B) Application Object
(C) View State
(D) All of the options

The first event triggers in an aspx page is
(A) Page_Init
(B) Page_Load
(C) Page_Click
(D) None of the options

Which of the following is considered as Web Service Platform Elements ?
(A) SOAP
(B) WSDL
(C) UDDI
(D) All of the options

Boxing in .NET allows the user to convert
(A) a integer type to double
(B) a reference type to a value type
(C) a value type to a reference type
(D) a double type to integer

The type of code found in Code-Behind class is _______
(A) Server Side Code
(B) Client Side Code
(C) Both (A) and (B)
(D) None of the options

Introduction to Multimedia

Which of the following is Adobe’s popular file manages both bitmaps and drawn art (as well as text and other multimedia content), and is commonly used to deliver a “finished product” that contains multiple assets ?
(A) PDF
(B) JPEG
(C) BMP
(D) MPEG

Which of the following is a time-based development environment ?
(A) Flash
(B) Director
(C) Corel Draw
(D) MS-Paint

A scripting language is considered:
(A) a Very Low Level Language (VLLL)
(B) an assembler language
(C) a subset of HTML
(D) a form of BASIC

How many different colours is a 4-bit image capable of representing ?
(A) 2
(B) 16
(C) 256
(D) 65,536

Leave a Reply

How to add comment : 1) Type your comment below. 2) Type your name. 3) Post comment.

www.pdfquestion.in © 2021

Contact Us   Privacy Policy   SiteMap