wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

STGY PPS QUIZ TEST

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

A (a)   STORES ADDRESS OF A VARIABLE

2.

A (a)   is a place on a disk where data is stored permanently.

3.

A (a)   STORES ADDRESS OF A POINTER.

4.

A (a)   is a self contained block of code that does a specific task.

5.

The process of determining if an element exists or not in a list is known as (a)   -

6.

The process of ordering data in a list is known as (a)  

7.

(a)   is a symbol that determines the type of processing in an operation.

8.

A (a)   is a collection of elements of similar type.

9.

A (a)   is a collection of elements of heterogeneous type

10.

A function calling itself is known as (a)  

11.

The ____ determines scope,lifetime and place of storage of variables.

a)

Data type

b)

Storage Class

c)

Pointer

d)

function.

12.

The process of main function accepting inputs is known as ___

a)

Command loan arguments.

b)

commanding line arguments

c)

Command Line Arguments

d)

Command large arguments

13.

The process of allocating memory as and when required is known as ____

a)

Dynamic Memory Allocation

b)

Dymanic storage accept

c)

static memory allocation

d)

compile time memory allocation

14.

The Process of converting lower data type to higher datatype is known as ________

a)

Automatic conversion

b)

type conversion

c)

Implicit conversion

d)

All of the above

15.

An algorithm is analysed by its ____

a)

only time complexity

b)

only space complexity

c)

Both time and Space Complexity

d)

None.