Thursday 29 June 2023

Solved Information Technology Tools and Network Set 2 | NIELIT O Level

(M1-R5) Solved Information Technology Tools and Network Set 2 | NIELIT O Level

1. Which key is used to open Print Preview in LibreOffice ?
(A) Ctrl+Shift+S (B) Ctrl+Shift+O (C) Ctrl+Shift+T (D) Ctrl+Shift+X

2. Where FootNote is Located in LibreOffice Writer ?
(A) Header of Page (B) Top of page
(C) Middle of Page (D) Bottom of Page

Sunday 25 June 2023

Data Table




 Data Table is a javascript framework that adds filters to your existing table. It is one of the easiest ways to create filters in HTML table by just adding a few lines of code. Follow the steps given below to make data table.

Solved Information Technology Tools and Network Set1 | NIELIT O Level

 (M1-R5) Solved  Information Technology Tools and Network Set1 | NIELIT O Level

1.1 : Which of the following function is used to display current date and time?
(A) Date( ) (B) Today( ) (C) Now( ) (D) Time( )

1.2 : In presentations, which of the following can be inserted?
(A) Sound Clips (B) Movie Clips
(C) Both (A) & (B) (D) None of the above

Sunday 18 June 2023

Solved Internet of Things and its applications (M4-R5) January 2022

Q 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 protocol is lightweight ?
(A) MQTT
(B) HTTP
(C) CoAP
(D) SPI

Saturday 17 June 2023

Get Rest API | Core PHP

This post will help you to make get API to return records using core PHP  in JSON format.

Return A single record

<?php

header("Content-Type:application/json");

$response['roll'] = 101;
$response['name'] = "ram";
$response['city'] = "vns";
$json_response = json_encode($response);
echo $json_response;

?>

Next Example

Read (Consume) Rest API using VB.NET Windows Programming

 This post will help you to read a single record from API in JSON format using VB.Net Windows form Application.

Data formate 

{"roll":101,"name":"ram","city":"vns"}
Package Install
NuGet\Install-Package Newtonsoft.Json -Version 13.0.3
Code
Imports System.Net
Imports Newtonsoft.Json.Linq
  Dim json As String = New System.Net.WebClient().DownloadString("your api url")
  Dim parsejson As JObject = JObject.Parse(json)
  Label1.Text = "Roll=" & parsejson.SelectToken("roll").ToString  & ", Name=" &        parsejson.SelectToken("name").ToString  & ", City=" &   parsejson.SelectToken("city").ToString        

   Next Example

VB.Net API tutorial

 




Back to Home

Friday 16 June 2023

Internet of Things and its applications (M4-R5) | NIELIT O Level

 



Get Next Paper

Thursday 15 June 2023

Solved paper Programming and Problem Solving Through Python M3-R5

 Q1 : 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 these is not a core data type ?
(A) Lists

(B) Dictionary
(C) Tuples
(D) Class

Monday 12 June 2023

Solved paper Programming and Problem Solving Through Python | NIELIT O Level M3-R5

 


NIELIT O Level M3-R5 Programming and Problem Solving Through Python previous year  Solved paper   

Get Next Paper

Sunday 11 June 2023

Solved Information Technology Tools and Network Basics Paper | NIELIT O Level R5 Revised


Information Technology Tools and Network Basics

 Solved  Information Technology Tools and Network Basics Paper  | NIELIT O Level M1-R5 Revised

Get Next Subject Paper

Saturday 3 June 2023

NIELIT O Level R5 Reviced Detail

 NIELIT O Level R5 Revised Detail


 

1.                    ‘O’ LEVEL COURSE

1.1.         Objective of the ‘O’ Level Course

The objective of the course is to equip a student with necessary skills as per following job role.