Sadhavi

Q1. Differentiate between DDL and DML Languages with example. [5 Marks]

Answer:

DDL (Data Definition Language) is used to define, create and modify the structure of database objects such as tables,

databases and schemas. It mainly deals with the structure of the database.

Commands: CREATE, ALTER, DROP, TRUNCATE.

Example:

CREATE TABLE Student(Roll_No INT, Name VARCHAR(20), Age INT);

DML (Data Manipulation Language) is used to insert, modify, delete and retrieve data stored in database tables. It

...

See on Student Notes »

Intuit

Q7 · QUICKBOOKS-SPECIFIC

What metrics on the QuickBooks Advanced dashboard from day one?

▸  Tier 1 — Funnel health: lead volume by source, MQL count, sync rate, routing accuracy

▸  Tier 2 — Velocity: stage-to-stage speed, conversion at each handoff, time-to-first-touch (most important for this buyer)

▸  Tier 3 — Outcomes: pipeline, opps, win rate, revenue by source

▸  Hidden metric: undispositioned lead % — invisible in reporting, biggest leakage

Q8 · PRIORITIZATION

How do

...

See on Wikiteka »

orient b

True.If a class contains an abstract method, the class must be declared abstract.

True.A class can implement multiple interfaces in Java.

True. With a parent reference pointing to a child object, an overridden instance method is selected based on the actual object at runtime.

False. A subclass cannot reduce the visibility of an overridden method.

True.A final method cannot be overridden by a subclass.

Both interfaces and abstract classes support abstraction. Both can define abstract methods that

...

See on Student Notes »

oriented

False.An abstract class cannot be instantiated directly. You cannot create an object of an abstract class using new. You must create an object of a concrete subclass.

False.Java does not allow a class to extend more than one class. However, a class can implement multiple interfaces.

False.Method overloading means having the same method name but different parameter lists. A different return type alone is not enough.

True.The reference type determines which methods are available at compile time. The

...

See on Student Notes »

Oiiii

AO JUÍZO DA [VARA] VARA CÍVEL DA COMARCA DE [CIDADE/UF]
Processo nº [NÚMERO DO PROCESSO]

NOME DO APELANTE], já devidamente qualificado nos autos em epígrafe, vem, à presença de Vossa Excelência, por intermédio de seu advogado, com base no art. 1.009 do Código de Processo Civil, interpor

APELAÇÃO em face da sentença proferida por este MM. Juízo, nos autos da ação movida por [NOME DO APELANTE/APELADO], também já devidamente qualificado, pelas razões de fato e de direito a seguir

...

See on Wikiteka »

Micro

Journey Inside the Atom (Structure of the Atom)
​What is an atom?
The smallest basic unit of matter that makes up every element and chemical substance.
​What are subatomic particles? Name the three main subatomic particles.
Particles smaller than an atom that form its internal structure. The three main particles are electrons, protons, and neutrons.
​Define an electron and state its relative charge and mass.
A negatively charged subatomic particle found outside the nucleus. Its relative charge is...

See on Student Notes »

OOCP

 15 Demonstrate nesting of member function.

class Student
{     int marks;
    void showMarks()
    { cout << "Marks = " << marks << endl;        
    }
public:
    void getMarks()
    {  marks = 85;
        showMarks();  // Calling another member function
    }
};
int main()
{   Student s;
    s.getMarks();
    return 0;
}

4 Write a short note on defining member functions.1. Defining the function inside the class 

class Student
{   int age;

public:
    void display(

...

See on Student Notes »

SAUBHAGYA

To
The Principal
Alfa Best Higher Secondary School of Science & Technology, Tulasi Vihar

District: Kendrapara

Subject: Proposal for Career Guidance & Counselling Programme for +2 Students

Respected Sir/Madam,

Greetings from Skillwell Academy.

We are pleased to introduce Skillwell Academy, a career guidance and academic counselling initiative working with the objective of helping students make informed decisions regarding their higher education, career opportunities and future professional...

See on Wikiteka »

GC BVBBNB

Q1 Graphically show that an increase in investment in the economy results in a

  proportionate increase in income in the simple Keynesian model.

Ans Graphical Demonstration: Increase in Investment and Proportionate Increase in Income
In the simple Keynesian model, national income is determined by aggregate expenditure. Assume a closed
economy with no government and no foreign trade.
Equilibrium condition: Y = C + I.
Let C = a + bY. When autonomous investment rises by ΔI, aggregate expenditure rises.

...

See on Wikiteka »