wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction To C

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

C is called?

a)

Low level language

b)

Middle level language

c)

High level language

2.

C is called?

a)

Compiled language

b)

High level language

c)

Interpretation language

3.

Program written in C language is called?

a)

Source code

b)

Binary code

4.

System understandable form is called?

a)

Source code

b)

Binary code

5.

Program written in C is saved with which extension

a)

.c

b)

.cpp

c)

.htm

d)

.obj

6.

Which file is created after compilation with an extension .obj?

a)

Object file

b)

Executable file

c)

Source file

7.

What values never change during the execution of a program

a)

Constants

b)

Variables

c)

Identifiers

8.

_______is a name given to a storage area that stores data

a)

Constants

b)

Variables

c)

Identifiers

9.

A ____ is a set of instructions that the computer follows to solve a problem.

a)

Comipler

b)

Linker

c)

Program

d)

Operator

10.

Computer programs are also known as:

a)

Hardware

b)

Firmware

c)

Software

d)

Silverware

11.

Which is not the data type of C?

a)

Char

b)

Int

c)

Double

d)

Constant

12.

When was the C programming language developed?

a)

1970

b)

1972

c)

1973

d)

1974

13.

How many reserved keywords are there in C?

a)

32

b)

34

c)

38

d)

28