wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer

Total questions: 9

Worksheet time: 3mins

Name
Class
Date
1.

Computer is a ______ device.

a)

Electrical

b)

Mechanical

c)

Electronics

d)

None of these

2.

Which of the following is not an example of Programming Language?

a)

Java

b)

Fortran

c)

Perl

d)

Eclipse

3.

It is the process of writing, testing, debugging, and maintaining the source code of computer programs.

a)

C - Programming

b)

Computer Program

c)

Computer Programming

d)

Computer Programmer

4.

It is a software application that provides comprehensive facilities to computer programmers for software development

a)

C-Programming

b)

IDE

c)

Code::Blocks

d)

Pre-Processor Command

5.

The C programming language was devised in the early __________.

a)

1950's

b)

1960's

c)

1970's

d)

1980's

6.

How many structures in the C-Programming?

a)

4

b)

5

c)

6

d)

7

7.

It tells the compiler to do processing before doing the actual compilation.

a)

Pre-Processor Command

b)

Variables

c)

Functions

d)

Comment

8.

C++ code

a)

#include<stdio.h>

b)

#include<conio.h>

c)

#include<studio.h>

d)

#include<conyo.h>

9.

C is a case-sensitive programming language. It means in C printf and Printf will have

a)

same meaning

b)

different meaning

c)

nothing happens

d)

all of the these