Posts

C++

Image
1.sum /* The extension name of C++ is .cpp*/ /*Sum of two numbers*/ #include<iostream> #include<conio.h> using namespace std;  int main()

C Language

Image
0.0.0 Introduction #include<> for link stdio.h -->header file conio.h -->header file main() main function void() do not return printf for print scanf for scan clrscr(); clear screen [in turbo C] getch(); close Program

Javascript

Image
*the extension name of javascript is .html *for variable var *to convert number to text is eval *alert - light message box *prompt- input box

HTML

Image
Frameset <html> <head><title>Frameset</title></head> <frameset cols="50%,50%"> <frame src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCKRrnYBItvKM6sHv5at_T-OnSi-QDzonB1BCx8L-mmN-lnDxdR8qVZa4bWcIW5dcy2Cj4Fi23-oDBWjNFGAvzLHHWi5dPBrCRnGK2UxKgSzcVG0omkOFReEpKp_kSxKDLTd4X7wo_VIQ/s1600/328122f1-9475-4254-8dc0-5bdc86044717"> <frame src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirTLyGViWJtE9PVA7BkP_WMoz-0wVKxQsm-HSxkurSoR2fmLS8-6dq4RC8hnIn8h8n-tPxjQd9KWtcPzVT_9IqmRGLXwqt-320zRCqvMVUzI8v1FiaMHPx6sW0wn59llNeDkIZJasDurc/s1600/IMG_20180113_141658.jpg"> </frameset> </html>

Microsoft Visual Basic 6.0

Image
Ø    Visual basic project extension name is: →  .vbp Ø    Visual basic Form extension name is: →  .frm Ø    How to save a project?                   Go to file menu → click save project  → write form name  → save Ø    There are three types of mode:  i)Run/Start          ii)Break/Debug                 iii)End Design: -

MS Office Access

Image
Ø   What is data? Data is presentation of fact or information or information about a particular entity. Ø   Database management system (DBMS). A database is a calculation of data and object related to a topic or purpose. Within a database file we can divide pure data and store it in different table. EX:foxpro,database etc. What is a Relational Database? A relational database is a type of database. It uses a structure that allows us to identify and access data in relation to another piece of data in the database. Often, data in a relational database is organized into tables. What is MS Office access? MS Office Access is relation database management system (RDBMS). That we can use to store and manipulate large amount of information. Ø   Full form of SQL:                Structured Query Language

MS Office Excel

Image
Ø   The extension name of MS office excel:   .xlsx Ø     to go to last column:      ctrl+ → Ø    to come back first column:     ctrl+ ←  Ø      to go to last row:     Ctrl+ ↓ Ø    to come back first row:     Ctrl+ ↑ Ø    how many rows and column in a sheet?                           Rows:    1048576 Column:    16384(XFD) Row/column adjustment: double click when mouse curser will convert to below sign