wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

System Programming Quiz 1

Total questions: 20

Worksheet time: 8mins

Name
Class
Date
1.

Types of software programs usually includes

a)

application programs.

b)

replicate programs.

c)

mathematical operations.

d)

both a and b.

2.

Set of programs with full set of documentation is considered as

a)

database packages.

b)

file package.

c)

software.

d)

software packages.

3.

Programs used to control system performance are classified as

a)

experimental programs.

b)

system programs.

c)

specialized program.

d)

organized programs.

4.

System programs examples includes

a)

operating system of computer.

b)

trace program.

c)

compiler.

d)

all of above.

5.

A _________language can glue together existing program.

a)

Native

b)

Scripting

c)

Programming

d)

None of above

6.

_______________ is a piece of code with a malicious function that attaches itself to other programs in the system

a)

Intruder

b)

Trojan Horse

c)

Virus

d)

Worms

7.

_____________replicate by themselves through holes in security set-ups of operating system.

a)

Worms

b)

Virus

c)

Intruder

d)

Trojan Horse

8.

Which of the language translator translate the complete source program into machine code as a whole.

a)

Interpreter

b)

Compiler

c)

Assembler

d)

None of above

9.

What if the full form of TCL in relation to system programming.

a)

Tool Command Language.

b)

Tool control Language

c)

Translating complier language

d)

Translator control language

10.

Specification gap is the ________________gap between two specifications of the same task.

a)

Execution gap

b)

Semantic gap

c)

Interpreting gap

d)

None of above

11.

Entries in the symbol table occupy adjoining areas of memory

a)

Linear DS

b)

Nonlinear DS

c)

ADD

d)

Locate

12.

A entry in SYMTAB has a fixed length and a variable length part

a)

Fixed length entries

b)

Variable length entries

c)

Hybrid entries

d)

None of the above

13.

_________contains a ponter filed which points to another entry in the table.

a)

Btrees

b)

Linked list

c)

hashing

d)

Table

14.

Each node in the tree is an entry in the symbol table

a)

Linked list

b)

hashing

c)

Table

d)

Btrees

15.

The search structure which allows searches along several dimensions.

a)

Multi list structure

b)

Single list structure

c)

circular list

d)

none of the above

16.

____________________statement indicates an action to be perfomed during the execution of the program

a)

Declaration

b)

Imperative

c)

assembler directives

d)

All of the above

17.

Each entry has the fields mnemonics,opcode, length.

a)

Symbol table

b)

analysis phase

c)

synthesis phase

d)

mnemonic table

18.

A table of literals used in a program

a)

OPTAB

b)

SYMTAB

c)

LITTAB

d)

POOLTAB

19.

Each ic unit consists

a)

Address

b)

Representation of the mnemonic opcode

c)

representation of operands

d)

All of the above

20.

Full form of TII

a)

Table of incomplete information

b)

Test of incomplete information

c)

Table of incomplete instructions

d)

Table of incorrect information