Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

DBMS → Data Models 3

Representations such as the in the dept year relation, with one column for each value of an attribute, are called                they are widely used in spreadsheets and reports and in data analysis tools.
cross-tabs
click to copy
How many levels of headings are in html:
6
click to copy
How to force a log switch?
by using alter system switch logfile
click to copy

DBMS → ER Model 3

An approach to website design with the emphasis on converting visitors to outcomes required by the owner is referred to as:
persuasion
click to copy
The Java                      specification defines an application programming interface for communication between the Web server and the application program.
servlet
click to copy
The ORDER BY clause can only be used in
select queries
click to copy

DBMS → Relational Model 3

A method of modelling and describing user tasks for an interactive application is referred to as:
use case
click to copy
How many JDBC driver types does Sun define?
four
click to copy
Which of the following rule below are categories of an index?
column and functional
click to copy

DBMS → Normalization 3

Information architecture influences:
site structure
click to copy
Which JDBC driver Type(s) can be used in either applet or servlet code?
both type 3 and type 4
click to copy
Which of the following queries are legal?
select deptno, avg(sal) from emp group by deptno;
click to copy

DBMS → Functional Dependency 2

Also known as schematics, a way of illustrating the layout of an individual webpage is a:
wireframe
click to copy
A JSP is transformed into a(n):
java servlet
click to copy

DBMS → SQL Basics 2

A graphical or text depiction of the relationship between different groups of content on a website is referred to as a:
sitemap
click to copy
What is bytecode?
machine-independent code
click to copy

DBMS → DDL Commands 2

Blueprints are intended to:
indicate the structure of a site during site design and as a user feature
click to copy
Which of the following is true for Seeheim model?
presentation is abstracted from dialogue and application
click to copy

DBMS → DML Commands 2

Storyboards are intended to:
prototype typical customer journeys or click streams through a website
click to copy
Which of the unit operation is used in Model view controller?
part whole decomposition
click to copy

DBMS → Joins 2

Which of the following occupies boot record of hard and floppy disks and activated during computer startup?
boot sector virus
click to copy
Memory address refers to the successive memory words and the machine is called as
word addressable
click to copy

DBMS → Views 2

A graphical or text depiction of the relationship between different groups of content on a website is a:
site map
click to copy
The                            layer, which provides a high-level view of data and actions on data.
business logic
click to copy

DBMS → Indexes 2

Which of the following is a valid uniform resource locator?
http://www.acm.org/sigmod
click to copy
The                              layer, which provides the interface between the business-logic layer and the underlying database.
data access
click to copy

DBMS → Transactions 2

HTTP defines two ways in which values entered by a user at the browser can be sent to the Web server. The            method encodes the values as part of the URL.
get
click to copy
The                            system is widely used for mapping from Java objects to relations.
hibernate
click to copy

DBMS → Concurrency Control 2

A                      is a program running on the server machine, which accepts requests from a Web browser and sends back results in the form of HTML documents.
web server
click to copy
Which among the following are the functions that any system with a user interface must provide?
presentation
click to copy

DBMS → Deadlock 2

The application program typically communicates with a database server, through                        or other protocols, in order to get or store data.
all of the mentioned
click to copy
Which of the following is the main task accomplished by the user?
all of the mentioned
click to copy

DBMS → Database Security 2

This extra information is usually maintained in the form of a                    at the client.
cookie
click to copy
What are the portability concerns founded in Seeheim model?
replacing the presentation & application toolkit
click to copy

DBMS → PL/SQL 2

Which of the following is not true about HTML ?
<meta…./>
click to copy
Which schema object instructs Oracle to connect to a remotely access an object of a database?
data link
click to copy

DBMS → Introduction to DBMS 2

Html code contains:
all of the mentioned
click to copy
DML changes are
both insert and update
click to copy

DBMS → Database Architecture 2

Html document must always be saved with:
both .html & .htm
click to copy
Which of the following object types below cannot be replicated?
sequence
click to copy