0% found this document useful (0 votes)
1K views2 pages

Pgdca 2 Sem

This document contains questions regarding HTML, Visual Basic, Oracle, and Java programming. For HTML, it asks to fill in blanks about terms like tags and sections in an HTML document. It also asks to write HTML code for displaying text in marquee style and adding a link. For Visual Basic, it asks about forms, variables, controls and their properties. For Oracle, it asks about relationships, the relational database model founder, and Oracle architecture segments. For Java, it asks about classes, variables, access specifiers, operators and applets. It also asks true/false questions and short questions about these topics. Finally, it asks to explain database relationships or write a Java program.

Uploaded by

rajeshrg018
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views2 pages

Pgdca 2 Sem

This document contains questions regarding HTML, Visual Basic, Oracle, and Java programming. For HTML, it asks to fill in blanks about terms like tags and sections in an HTML document. It also asks to write HTML code for displaying text in marquee style and adding a link. For Visual Basic, it asks about forms, variables, controls and their properties. For Oracle, it asks about relationships, the relational database model founder, and Oracle architecture segments. For Java, it asks about classes, variables, access specifiers, operators and applets. It also asks true/false questions and short questions about these topics. Finally, it asks to explain database relationships or write a Java program.

Uploaded by

rajeshrg018
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

PART - D- HTML [25 MARKS]

I. Fill in the Dashes


1. 2. 3. 4. 5. HTML Stands for ________________. A HTML document contain __________ and _________ sections. The _________ tag is used to define titles. Starting of a new line id defined using __________ tag. Every HTML code should begin and end with _________ and _________ respectively.

COMMON EXAMINATIONS

QUESTION STATEMENT 5

PGDCA-SEM-2 PART - A - VISUAL BASIC [25 MARKS]


I. Fill in the Dashes
1. 2. 3. 4. 5. A __________ is a collection of forms and modules. __________ is a collection of forms and modules. VB applications can be viewed in three distinct states namely __________, __________ and __________. String variable may be classified into two different categories namely __________ and __________. A VB variable name must not exceed __________ characters.

II. Write suitable HTML codes for (any two only):


1. EDUCATION in marquee style. 2.

20

Write a HTML code which displays WELCOME TO TCSD COMPUTER

Write a HTML code which provides a link to load the home page of globaltcsd.com

II. State True or False


1.

3.

Write a HTML code which displays the names, age and city of five persons in a table format.

When VB meets an undeclared variable, it creates a new variable on the spot and uses it.

2. 3. 4. 5.

Textbox control is often used to place titles around forms and other controls. A VB application must have atleast one form. The Textbox control doesnt have a caption property. The first control in the focus has a TabIndex property of 1 and the second control has 2 and so on.

III. Write Short Notes on :


1. 2. Give the advantages that lie in naming objects and forms. Define Focus with suitable example.

IV. Answer any One :

10

Good Luck

1. 2.

Describe Explicit and Implicit variable declarations. Explain the need of InputBox() function in almost all VB projects.

PART - B- ORACLE [25 MARKS]


I. Fill in the Dashes
1.

PART - C - JAVA PROGRAMMING [25 MARKS]


5 I. Fill in the Dashes
1. 2. 3. 4. 5. The variable defined within a class is called _______. The _______ operator dynamically allocates memory for an object. Java programs that work on internet are called as _______. Private, Public and _______ are the three access specifiers of Java. %= is a _______type of operator.

The relationship in which each occurrence from one entity may be represented by one or more occurrences in another is called as _________ relationship.

2. 3. 4.

Dr._________ first introduced the relational database model. Expansion of QBE is _________. The architechture of Oracle is divided into two segmants named _________ and _________.

5.

The expansion of ORDBMS is _________.

II. State Correct or Wrong 5


1. 2. 3. An Applet is a small Java program. Program written in Java can be easily ported to any other operating system.

II. State Correct or Wrong


1. 2. 3. The Varchar2 datatype has a maximum size of 4000 bytes. A Oracle table name may have a maximum of 255 characters.

Due to the auto garbage collection mechanism of Java, we need not to worry about freeing memory.

If a table is exclusively locked, the other users can insert, and update rows. 4. To work with the System.out.println() function the header file syout.h must be included. 5. advantages of using a relational database Java doesnt support operator overloading.

4. 5.

COMMIT statement is used to terminate a transaction. The Truncate command is used to deletes all rows from the specified table.

III.

Explain

the

III. Write Short notes


1. Define Instance variable hiding.

management system.

5 10

IV. Answer any One of the following


1. 2. Explain all the types of relationships available in Oracle. Explain Cartesian Join, Self-Joins and Outer

IV. Answer (any one)


Joins with 1. 2.

10

Write a java program that tests for prime numbers that fall between 3 and 50. Write a java program which prints your age on an applet.

suitable examples.

You might also like