Data Structure
Web Technology
DBMS
JAVA
OPERATING SYSTEM
100

An Array is What Kind of Data Structure...

Linear!

100

The attribute of <form> tag is...

Method or Action

100

Which one is a set of one or more attributes taken collectively to identify a record uniquely?

Super Key

100

What is the correct syntax to output "Hello World" in Java?

System.out.println("Hello world");

100

______ is the first program to run on a computer when the computer boots up.

Operating System

200

A Stack follows the principle of

Last In First Out LIFO

200

Which protocol helps to transfer the files between computers?

IP Address

200

Conceptual data modeling uses a low-level data modeling concept of E-R Models. True/ False

False.

200

Array indexes start with:

0

200

What transforms one interface into another interface?

Software

300

With Every Push in the STACK, the top......

Increments by One (1)

300

Which Protocol helps to transfer files between computers?

File Transfer Protocol (FTP)

300

The model for a_______ resembles the hierarchical model in many respects

Network Database

300

Which statement is used to stop a loop?

Break

300

What is used in the operating system to separate mechanism from policy?

Two Level Implemenation

400

Which Data Structure is best suited to print the documents in the printer?

Queues

400

URL stands for...

Uniform Resource Locator

400

Which is commonly used to define the overall design of the database?

Schema

400

It is the Java KEYWORD that creates Inheritence

Extends

400

All the processes which are ready to be executed reside in_____?


Waiting Queue.

500

What is the disadvantage of Binary Search?

Needs a sorted array

500

A ______ is the simplest form of a website, in which the site's content is delivered without the use of server-side processing.

Static Website

500

Who Created the first DBMS?

Charles Bachman

500

Using the declaration below, what will be the final element of the array?

int[]grades = new int[35];

grades[34]

500

Which scheduler maintains the degree of Multiprogramming?

Long-Term Scheduler