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

Computer 10 Chap 1 (2nd Half)

This document is a test paper for 10th-grade Computer Science students, featuring multiple-choice questions and short and long answer questions related to data types, variables, and programming concepts. It includes questions about real numbers, signed integers, programming environments, and variable naming rules. The test is designed to assess students' understanding of fundamental programming concepts and terminology.

Uploaded by

arshaddanish839
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)
4 views1 page

Computer 10 Chap 1 (2nd Half)

This document is a test paper for 10th-grade Computer Science students, featuring multiple-choice questions and short and long answer questions related to data types, variables, and programming concepts. It includes questions about real numbers, signed integers, programming environments, and variable naming rules. The test is designed to assess students' understanding of fundamental programming concepts and terminology.

Uploaded by

arshaddanish839
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

Concept School
Computer Science 10th
Roll No.________ Name: _______________
Time Allowed: 1hour Total Marks:

Sr. Questions A B C D
No
1 _____type is used to store a real number Real data Float data Int data Char data
(number with floating point) up to six
digits of precision.
2 A signed int can store: Positive value Negative Both a and b None of these
value
3 A software that provides a programming International Reserved Programming Integrated
environment to facilitate programmers Development Words environment Development
in writing and executing computer Environment Environment
programs is known as an:
4 By default_____ type int is Considered Char integer Unsigned Signed integer Float
as a: integer
5 General structure of an include #include<hea #include(head #include(head #include<hea
statement is as: der_file_name er_file_name) er_file_name> der_file_name
>
6 Single-line comments start with: ] / // ;
7 The values without a decimal point: Integer Real constants Character Variables
Constants Consbnts

Solve the following Short Questions

Q.No. 1: Define variable


Q.No. 2: Differentiate between char and int data types.
Q.No. 3: Differentiate between constants and variables?
Q.No. 4: What is meant by data type of a variable?
Q.No. 5: What is meant by numeric constant?
Q.No. 6: What is meant by declaration of variable?
Q.No. 7: Write two rules for naming variables
Q.No. 8: Write the syntax for initiating a variable.

Solve the following Long Questions

Q.No. 1: Define variables. Explain its data types.


Q.No. 2: Write down rules for naming variables.

Test Paper Generator: App Developer: JAMSHED IQBAL 1

You might also like