wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

C++ Chapter no 1

Total questions: 6

Worksheet time: 9mins

Name
Class
Date
1.

What is the abbreviation of IDE:

a)

Information Devleoping Ecology

b)

Information Driving Estate

c)

Integrated Development Environment

d)

Integmented Development Esc

2.

If you try to assign a value to a constant such as 5 = count, then the error will be:

a)

Syntax error

b)

Runtime error

c)

Arithmetic error

d)

Logical Error

3.

A set of instructions given to the computer to solve a particular problem:

a)

Flowchart

b)

Algorithm

c)

Structure

d)

Program

4.

Reserved words are also called:

(a)  

5.

Write down the rules of naming a variable.

4 lines
6.

What is a constant? Also write its types.

4 lines