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

Computer Science 12th 15 - 10 - 2024 - 125827

This document is a test paper for 12th-grade Computer Science students at Lincoln Inn Science Academy. It includes multiple-choice questions about C programming functions and escape sequences, as well as short answer questions on related topics. The test is designed to assess students' understanding of character input, functions like getch and getche, and escape sequences in C.

Uploaded by

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

Computer Science 12th 15 - 10 - 2024 - 125827

This document is a test paper for 12th-grade Computer Science students at Lincoln Inn Science Academy. It includes multiple-choice questions about C programming functions and escape sequences, as well as short answer questions on related topics. The test is designed to assess students' understanding of character input, functions like getch and getche, and escape sequences in C.

Uploaded by

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

Name: Jamshed

Lincoln Inn Science Academy Kala


Computer Science 12th
Roll No.________ Name: _______________
Time Allowed: Total Marks:

Sr. Questions A B C D
No
1 The function getch() is defined in : stdio.h string.h math.h conio.h
2 ___can be used to begin a new line in C \n \a \r \b
:
3 Escape sequence characters always % \ / %d
begins with a ___ character
4 The escape sequence for carriage return \a \c \r \f
is
5 The escape sequence to insert tab in C is \n \t \r \f
:
6 The escape sequence to produce beep \t \a \n \b
from computer speaker is :

Solve the following Short Questions

Q.No. 1: Define character input?


Q.No. 2: Compare getch and getche functions?
Q.No. 3: Define scanf ( ) function?
Q.No. 4: Differentiate between (\b) and (\f) escape sequences?
Q.No. 5: Differentiate between gets and puts functions.
Q.No. 6: What is an escape sequence?
Q.No. 7: Which function is used to clear the screen in C?

Test Paper Generator: App Developer: JAMSHED IQBAL 1

You might also like