Online Classes available for different programming languages & for class IX (IT 402 Code), XII (IP 065)
Define RDBMS
Name any 3 RDBMS
Define
Tuple
Attribute
Degree
Cardinality
Define SQL
Full Forms
SQL
DML
DDL
DCL
DQL
RDBMS
TCL
Give Example of DML, DCL, DDL and SQL
What is the difference between CHAR and VARCHAR
What is the Difference between DDL and DML commands
Which command is used to remove the data?
Which command is used to modify the data?
Which command is used to modify the structure of the table?
Define PRIMARY KEY.
What is Foreign Key?
Define Candidate Key.
What is NULL?
What is Relation?
Which command is used to add data in a table?
What is Database?
Give some advantages of Databases.
Count(*) and Count(ColumnName)
Having and Where
Order By
Group By Having
Single Row Functions Vs Multi-Row Functions
Functions (instr,mid,substr,substring)
current Date and Time (now())
Cartesian Product T1 (5 Rows) T2(5 Rows) Total Output (25 Rows)
Natural Join or Join
PAN, LAN, MAN, and WAN (Full Form and Difference)
What is a repeater?
What is Modem?
Advantages of Network?
Topologies (Bus, Star, Ring, Mesh, Tree and Hybrid)
Which topology we are using in our computer Labs? - Star
What are Cookies?
Explain different Attributes
size
shape
index
columns
values
dtype
empty
T
count
What is NUMPy?
What is Pandas?
Difference between NumPy and Pandas?
What is Data Structure?
What is the purpose of PIP Command?
Name the Data Structures of Pandas.
What is Series?
What is DataFrame?
What is Panel?
What is One-Dimensional Array?
What is Two-Dimensional Array?
What is index? and Why it is used.
Define Positional Index and Labeled Index?
Define NaN?
What is Dictionary?
Explain range() function?
Explain arange() function?
What is the purpose of import command in python code?
Explain different functions
head()
tail()
count()
Explain loc and iloc?
Explain pop, drop and del keywords?
Explain append and extend?
Fulform of CSV and purpose of CSV files in python
Explain read_csv() and to_csv()
What is the difference between Indexing and slicing?
Which import statement is used to make pyplot?
Different function used to create plots or graphs
plot()
xlabel()
ylabel()
bar()
barh()
title()
legend()
xticks()
yticks()
show()
savefig()