wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Review Time

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What do you call a formula or set of steps for solving a problem?

a)

Algorithm

b)

Flowchart

c)

Programming

2.

A program flow that repeats a block of instructions is called:

a)

Initialization flow

b)

Decision flow

c)

Sequential flow

d)

Loop/Repetition flow

3.

 Who developed the C programming language?

a)

Dennis Ritchie

b)

Bill gates

c)

Charles Babbage

d)

Bjarne Stroustrup

4.

This is used to indicate the beginning or end of a program

a)

Flowlines

b)

Decision block

c)

Process block

d)

Terminal blocks

5.

This indicates a sequential flow of program logic. The statements of a program are performed from top to bottom in order.

a)

Decision

b)

Repetition

c)

Condition

d)

Sequence

6.

Which flowchart symbol represents decision or comparison?

a)

Rectangle

b)

Diamond

c)

Parallelogram

d)

Arrow

7.

Which type of C data type stores whole numbers without decimal 

a)

Float

b)

Double

c)

Int

d)

Char

8.

Which IDE is NOT used for C programming according to the lesson?

a)

Turbo-C

b)

Dev-C++

c)

OnlineGDB

d)

Photoshop

9.

The main() function in C is important because:

a)

 It stores constants

b)

It is the starting point of program execution

c)

It declares variables

d)

 It performs flowcharting

10.

Which of the following represents the data entered into a program?

a)

Output

b)

Input

c)

Process

d)

Logic

11.

What do you call the part of the program that converts input into output?

a)

Connector

b)

Logic

c)

Process

d)

Constant

12.

A symbol used to terminate any C statement

a)

^ (caret)

b)

: (colon)

c)

, (comma)

d)

; (semicolon)

13.

The function from where C program execution begins.

a)

Main()

b)

main()

c)

Main;

d)

main;

14.

 a symbol that tells the compiler to perform specific mathematical, relational or logical manipulations.

a)

Number

b)

Symbol

c)

Operators

d)

Programming

15.

Which escape sequence is used to print a new line in C?

a)

\t

b)

\n

c)

\b

d)

\