0% found this document useful (0 votes)
96 views1 page

Computer Science Test Part: Second: Q. 1: Mcqs

This document contains a computer science test with multiple choice and short answer questions about C programming fundamentals. The multiple choice section covers topics like data types, C statement syntax, variable names, integrated development environments, and standard library functions. The short answer questions define concepts like Turbo C++, assemblers, the difference between source and object code, and compilers. The final question asks to discuss different types of bugs that can occur in C programs.

Uploaded by

Ali Raza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
96 views1 page

Computer Science Test Part: Second: Q. 1: Mcqs

This document contains a computer science test with multiple choice and short answer questions about C programming fundamentals. The multiple choice section covers topics like data types, C statement syntax, variable names, integrated development environments, and standard library functions. The short answer questions define concepts like Turbo C++, assemblers, the difference between source and object code, and compilers. The final question asks to discuss different types of bugs that can occur in C programs.

Uploaded by

Ali Raza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

COMPUTER SCIENCE TEST

Chapter 1 Part: Second


Q. 1: MCQS
1. A collection of raw facts and figures is called.
(a) data (b) information (c) processing (d) file
2. C was developed in the year.
(a) 1970 (b) 1972 (c) 1976 (d) 1985
3. Which of the following format specified is used for integer data type.
(a) %s (b) %c (c) %f (d) %d
4. C statement and with a
(a) period (b) commas (c) semi colons (d) question mark
5. Scanf is an _________ function.
(a) data (b) information (c) input (d) output
6. Which of the following is not valid variable name?
(a) a 123 (b) My name (c) int (d) Both a and b
7. How many types of errors can occur while writing a program.
(a) 2 (b) 3 (c) 4 (d) 6
8. An IDE typically consists of:
(a) text editor (b) compiler (c) debuger (d) all of these
9. Formate specified is started with symbol:
(a) ? (b) % (c) & (d) None of these
10. The functions getche ( ) is defined in
(a) studio.h (b) sting.h (c) math.h (d) conio.h

Q. 2: Short question
1. What is turbo C++?
2. What is Assembler?
3. Difference between source code & Object code?
4. What is Compiler?
5. Trace the output. { print f (*/nAli/nAhmad);
}
Q. 3: What is bug? Discuss different types of bugs that occurs in a C program?

You might also like