OPERATING SYSTEMS
DATA STRUCTURES AND ALGORITHMS
DBMS
COMPUTERNETWORKS
WEB
100

To access the services of operating system, the interface is provided is called

System calls

100

For a binary search algorithm to work, it is necessary that the array (list) must be

sorted

100

What is used to define the structure of the relation, deleting relations and relating schemas?

DDL(Data Definition Langauge)

100

The structure or format of data is called

syntax

100

What does HTML stand for?

Hyper Text Markup Language

200

The main function of the command interpreter is

to get and execute the next user-specified command

200

Queue data structure works on

FIFO

200

What provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database?

 DML(Data Manipulation Langauge)

200

Communication between a computer and a keyboard involves ______________ transmission

simplex

200

What does CSS stand for?

Cascading Style Sheets

300

If a process fails, most operating system write the error information to a

log file

300

Quick sort algorithm is an example of

Divide and Conquer

300

The basic data type char(n) is a _____ length character string and varchar(n) is _____ length character.

fixed,variable

300

The first Network was

ARPANET

300

What does CMS stand for?


Content Management System

400

The type of kernel OS X has is

hybrid kernel

400

The minimum number of edges required to create a cyclid graph of n vertices is

n

400

To remove a relation from an SQL database, we use the ______ command.

Drop table

400

A set of rules that governs data communication is called?

protocols

400

 _________ keyword is used to declare variables in javascript.

var

500

The systems which allows only one process execution at a time, are called

uniprocessing systems

500

A pivot element to partition unsorted list is used in

Quick Sort

500

SELECT * FROM employee

What type of statement is this?

 DML

500

When collection of various computers seems a single coherent system to its client, then it is called

distributed network

500

How can you open a link in a new browser window?

<a href="url" target="_blank">