wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Fundamental programming

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

The native language of the computer is ...............?

a)

High level language

b)

low level language

c)

machine level language

d)

b & c both

2.

OOP is a technique in which programs are written on the basis of

a)

class

b)

function

c)

object

d)

variable

3.

In large programme when we have to execute a piece of code several time then we use (a)   ?

4.

A _________ variable is declared outside all functions.

a)

local

b)

global

c)

floating-point

d)

counter

5.

1.       The step-by-step procedure to solve a problem is called

a)

programing language 

b)

flowchart

c)

program

d)

algorithm

6.

Which of the following translates source code to object code as a whole?

a)

assembler   

b)

Interpreter 

c)

Compiler

d)

Debugger

7.

set of instruction that tells a computer what to do is called

a)

language

b)

program

c)

computer

d)

device

8.

Set of words, symbols and codes used to write programs is called

a)

pseudo code

b)

programming language

c)

algorithm

d)

flowchart

9.

Program that convert one statement of a programs at a time is called

a)

compiler

b)

translator

c)

interpreter

d)

assembler

10.

function is executed when it is

a)

defined

b)

prototyped

c)

declared

d)

called

11.

This type of variable is defined inside a function and is not accessible outside the function.

a)

global

b)

reference

c)

local

d)

counter

12.

1.  (a)     is the graphical representation of algorithm.

13.

The output of the compiler is called

a)

the program

b)

source code

c)

linked code

d)

object code

14.

............ is the process of solving a problem with the help of computer

a)

programming

b)

pseudo code

c)

algorithm

d)

program

15.

The only fundamental language that dows not use any translator is called ..........?

a)

high level language

b)

machine level language

c)

assembly language

d)

english language

16.

A memory location with some data that can be change is called

a)

constant

b)

variable

c)

named constant

d)

symbolic constant

17.

Figuring out how to solve a problem and writing an algorithm for it is called (a)   ?

18.

Classification of data is called (a)   ?

19.

Tools or symbols that are used to perform mathematical operations is called (a)   ?

20.

A  (a)    is a programming structure that allows a statement or block of code to be run repeatedly ?