wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction to Programming in C

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is a program?

a)

A flowchart written on a computer

b)

A video that is watched on a computer

c)

A series of step-by-step instructions that tell a computer how to solve a task

2.

What is a statement?

a)

A calculation performed in a programming language

b)

A keyword in a programming language

c)

A box in a flowchart

3.
What is the correct definition of an algorithm?
a)
An algorithm is a step by step instructions to solve a problem.
b)
An algorithm is a process of baking bread.
c)
An algorithm is a software used to compute numbers.
d)
An algorithm is the process of breaking problems.
4.
What is a flowchart?
a)
A textual representation of algorithms.
b)
A graphical representation of algorithms.
c)
A cluster of different shapes.
d)
A program code written in Logo.
5.
Computers can solve any problem that can be computationally solved.
a)
TRUE
b)
FALSE
6.

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

a)

Comipler

b)

Linker

c)

Program

d)

Operator

7.

The program written by the programmer with high level language is called:

a)

Object Code

b)

Syntax

c)

Source Code

d)

Runtime Library

8.

Computer programs are also known as:

a)

Hardware

b)

Firmware

c)

Software

d)

Silverware

9.

What is the extension of C program source code?

a)

.cpp

b)

.py

c)

.c

d)

.java

10.

Which of the following is not a high level programming language?

a)

Assembly

b)

C++

c)

Java

d)

Python