WorksheetsComputer
Total questions: 9
Worksheet time: 3mins
Computer is a ______ device.
Electrical
Mechanical
Electronics
None of these
Which of the following is not an example of Programming Language?
Java
Fortran
Perl
Eclipse
It is the process of writing, testing, debugging, and maintaining the source code of computer programs.
C - Programming
Computer Program
Computer Programming
Computer Programmer
It is a software application that provides comprehensive facilities to computer programmers for software development
C-Programming
IDE
Code::Blocks
Pre-Processor Command
The C programming language was devised in the early __________.
1950's
1960's
1970's
1980's
How many structures in the C-Programming?
4
5
6
7
It tells the compiler to do processing before doing the actual compilation.
Pre-Processor Command
Variables
Functions
Comment
C++ code
#include<stdio.h>
#include<conio.h>
#include<studio.h>
#include<conyo.h>
C is a case-sensitive programming language. It means in C printf and Printf will have
same meaning
different meaning
nothing happens
all of the these
