Sunday, 2 August 2020
Descriptive Answer : NIELIT IT Tools and Business Systems (July 2018)
Q. 5 (A) : Write a short note on storage devices of computer.
Labels:
IT Tools paper Answer
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Friday, 31 July 2020
Answer : IT Tools and Business Systems (January 2019)
Q. 5 (A) : Explain about Multitasking operating system in detail.
Answer :
Multitasking, in an operating system, is allowing a user to perform more than one computer task (such as the operation of an application program) at a time. The operating system is able to keep track of where you are in these tasks and go from one to the other without losing information. Microsoft Windows 2000, IBM's OS/390, and Linux are examples of operating systems that can do multitasking (almost all of today's operating systems can). When you open your Web browser and then open Word at the same time, you are causing the operating system to do multitasking.
Labels:
IT Tools paper Answer
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Saturday, 25 July 2020
Descriptive Question Answer NIELIT (O-Level ) IT Tools and Business Systems (July 2019)
Answer IT Tools and Business Systems (July 2019)
Q 5 (A) . Define Computer. Explain the main characteristics of Computer.
Answer :
Computer
A computer is an electronic device that manipulates
information, or data. It has the ability to store, retrieve, and process data.
You may already know that you can use a computer to type documents, send email,
play games, and browse the Web. You can also use it to edit or create
spreadsheets, presentations, and even videos.
Labels:
IT Tools paper Answer
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Thursday, 23 July 2020
Dynamic Memory allocation | Input | Print Ascending Order program | C Language
Q : Write a program using dynamic memory allocation to read numbers as input and display them in sorted order thereafter.
Answer :
Answer :
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
/*============================
Girfa Student Help
Dynamic array and ascending print
==============================*/
void main()
{
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Subscribe to:
Posts (Atom)